Bug 65288 - Javadoc: tag gets mangled when javadoc closing on same line without whitespace
Summary: Javadoc: tag gets mangled when javadoc closing on same line without whitespace
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.0 RC2   Edit
Assignee: Frederic Fusier CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-02 08:43 EDT by Erwin Tratar CLA
Modified: 2004-06-11 09:09 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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