Bug 113506 - [javadoc][assist] No tag proposals when there is a prefix on a line
Summary: [javadoc][assist] No tag proposals when there is a prefix on a line
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.2   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: 3.2 M3   Edit
Assignee: Frederic Fusier CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-24 05:17 EDT by Tom Hofmann CLA
Modified: 2005-10-31 06:42 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 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