Bug 65288

Summary: Javadoc: tag gets mangled when javadoc closing on same line without whitespace
Product: [Eclipse Project] JDT Reporter: Erwin Tratar <tratar>
Component: CoreAssignee: Frederic Fusier <frederic_fusier>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: 3.0 RC2   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Erwin Tratar CLA 2004-06-02 08:43:47 EDT
I'm not sure if it is valid at all, but there is a problem with comments like this:

/**
 * @tag*/

the tag list then contains a tag element for a tag name of "@tag*/"

that one works as ok (added space before the closing "*/"):

/**
 * @tag */
Comment 1 Erwin Tratar CLA 2004-06-02 08:49:00 EDT
I forgot to mention that it also works when in this constellation:

/**
 * @tag value*/
Comment 2 Frederic Fusier CLA 2004-06-02 09:04:40 EDT
Side effect of bug 51660 fix.
Comment 3 Frederic Fusier CLA 2004-06-03 12:03:07 EDT
See bug 65174 for proposed fix...
Comment 4 Frederic Fusier CLA 2004-06-08 13:33:15 EDT
Fixed.

Tag element is no longer mangled in this case.

[jdt-core-internal]
Changes done in AbstractCommentParser.parseComment(int,int)
Test case added in ASTConverterJavadocTests
Comment 5 David Audel CLA 2004-06-11 09:09:54 EDT
Verified for 3.0RC2