Bug 118397

Summary: [javadoc][assist] No completion available while completing inside a qualified reference
Product: [Eclipse Project] JDT Reporter: Frederic Fusier <frederic_fusier>
Component: CoreAssignee: Frederic Fusier <frederic_fusier>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.2   
Target Milestone: 3.2 M4   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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