Bug 113649

Summary: [javadoc][assist] CompletionOnJavadocTag token is not correct
Product: [Eclipse Project] JDT Reporter: David Audel <david_audel>
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: Windows XP   
Whiteboard:

Description David Audel CLA 2005-10-25 06:39:10 EDT
CompletionJavadocParser#parseTag(int previousPosition) must extract the token
from 'tagSourceStart' to 'cursorLocation' instead of from 'tagSourceStart' to
'tagSourceEnd'.

The code should be : int length = this.cursorLocation-this.tagSourceStart+1;
Comment 1 Frederic Fusier CLA 2005-10-27 11:43:43 EDT
Fixed and released in HEAD.

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