Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 469707

Summary: No Javadoc tag proposals when triggering content assist after @ and before another Javadoc tag
Product: [Eclipse Project] JDT Reporter: Andreas Sewe <sewe>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: CLOSED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: markus.kell.r
Version: 4.5   
Target Milestone: ---   
Hardware: PC   
OS: Mac OS X   
Whiteboard:

Description Andreas Sewe CLA 2015-06-09 06:15:09 EDT
This occurs with JDT 3.11.0.v20150603-2000 (from Mars RC4).

In the following piece of Javadoc, trigger content assist in the indicated place:

  /**
   * Test
   *
   * 
   * @deprecated Don't use!
   * @<ctrl+space>
   */

Content assist shows the "@author" template as well as a list of Javadoc tag proposals.

Contrast this with the following situation:

  /**
   * Test
   *
   * @<ctrl+space>
   * @deprecated Don't use!
   *
   */

This auto-applies the "@author" template, without showing Javadoc tag proposals. IMHO, this is a bug. JDT should still propose the Javadoc tags.
Comment 1 Markus Keller CLA 2016-07-29 12:40:15 EDT

*** This bug has been marked as a duplicate of bug 429340 ***