Bug 120568 - [content assist] @link proposal not inserted
Summary: [content assist] @link proposal not inserted
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.2 M4   Edit
Assignee: Tom Hofmann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-13 09:28 EST by Jerome Lanneluc CLA
Modified: 2005-12-15 03:50 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jerome Lanneluc CLA 2005-12-13 09:28:22 EST
I20051213-0010

1. Have the 2 following CUs:
Reference.java
  public class Reference {
        public static int A_STATIC_FIELD = 0;
  }
Test.java
  /**
   * Completion inside reference Reference#A_STATIC_F
   */
  public class Test {
  }
2. Complete after Reference#A_STATIC_F
3. Choose {@link Reference#A_STATIC_FIELD}
4. Press Enter
Observe: The proposal is not inserted
Comment 1 Dani Megert CLA 2005-12-13 13:33:52 EST
Tom,
please investigate.

Marking as M4 candidate (time permitting and only if the fix is simple).
Comment 2 Tom Hofmann CLA 2005-12-14 10:36:58 EST
Fixed > 20051214

Regression tests added in 

JavadocCompletionTest#testFieldReference
JavadocCompletionTest#testFieldValueReference
JavadocCompletionTest#testMethodReference
Comment 3 Dani Megert CLA 2005-12-14 15:41:57 EST
Released into I20051214-1600.
Comment 4 Dani Megert CLA 2005-12-15 03:50:06 EST
Verified in I20051214-2000.