This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 228541 - Empty Javadoc is collapsed to /** /...*/
Summary: Empty Javadoc is collapsed to /** /...*/
Status: RESOLVED DUPLICATE of bug 228310
Alias: None
Product: editor
Classification: Unclassified
Component: Code folding (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-13 21:45 UTC by markiewb
Modified: 2013-04-15 09:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Shows the issue (7.83 KB, image/png)
2013-04-13 21:45 UTC, markiewb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description markiewb 2013-04-13 21:45:22 UTC
Created attachment 133488 [details]
Shows the issue

An empty Javadoc comment 
/**
 *
 */
is collapsed to...

ACTUAL: /** /...*/ (the slash in the middle is wrong, see screenshot)
EXPECTED: /** ...*/ or /** */ 

Product Version: NetBeans IDE Dev (Build 201304121402)
Comment 1 Svata Dedic 2013-04-15 09:12:16 UTC

*** This bug has been marked as a duplicate of bug 228310 ***