Bug 113506

Summary: [javadoc][assist] No tag proposals when there is a prefix on a line
Product: [Eclipse Project] JDT Reporter: Tom Hofmann <eclipse>
Component: CoreAssignee: Frederic Fusier <frederic_fusier>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.2   
Target Milestone: 3.2 M3   
Hardware: PC   
OS: All   
Whiteboard:

Description Tom Hofmann CLA 2005-10-24 05:17:51 EDT
HEAD of 20051024

Apparently the fix for 113374 killed completions when there is a prefix on a line:

this works:

  /**
   * String|
   */

but not this:

  /**
   * Prefix String|
   */

In CompletionJavadocParser.pushText, you use the scanner.tokenizeWhiteSpace flag
to force tokenization of whitespace - but apparently this is not respected
(lookahead?).
Comment 1 Frederic Fusier CLA 2005-10-24 08:58:46 EDT
Fixed and released in HEAD.

Test cases added in JavadocCompletionParserTest
Comment 2 David Audel CLA 2005-10-31 06:42:11 EST
Verified for 3.2 M3 using build I20051031-0010