Bug 118397 - [javadoc][assist] No completion available while completing inside a qualified reference
Summary: [javadoc][assist] No completion available while completing inside a qualified...
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.2 M4   Edit
Assignee: Frederic Fusier CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-29 05:13 EST by Frederic Fusier CLA
Modified: 2005-12-13 10:37 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frederic Fusier CLA 2005-11-29 05:13:09 EST
Using build I20051123-1200.

Here's a simple test case:
/**
 * @see T.Inner
 */
class Test {
  class Inner {}
}

While completing between 'T' and '.', I got no proposal although I would expect at least 'Test'...
Comment 1 Frederic Fusier CLA 2005-11-29 05:15:40 EST
Problem comes CompletionJavadocParser.createTypeReference(int) method.
When there are several identifiers in reference, this method creates qualified reference with incorrect values...
Comment 2 Frederic Fusier CLA 2005-11-29 15:52:34 EST
Fixed and released in HEAD.

Test cases added in JavadocBugsCompletionModelTest
Comment 3 Jerome Lanneluc CLA 2005-12-13 10:37:53 EST
Verified for 3.2 M4 using build I20051213-0010