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 199918 - "?" char on desc attribute break the "<editor-fold/>" section
Summary: "?" char on desc attribute break the "<editor-fold/>" section
Status: RESOLVED INCOMPLETE
Alias: None
Product: editor
Classification: Unclassified
Component: Hints & Annotations (show other bugs)
Version: 7.0
Hardware: PC All
: P3 normal (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-06 12:41 UTC by b6998800
Modified: 2011-07-08 08:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: "?" char on desc attribute break the "<editor-fold/>" section


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description b6998800 2011-07-06 12:41:24 UTC
The code below cannot be collapsed:

// <editor-fold defaultstate="collapsed" desc="some comment?">
//some code here...
// </editor-fold>

If I remove the "?" charapter, it works fine.

Please correct,good luck!
Comment 1 Jiri Prox 2011-07-08 08:33:09 UTC
Sorry, but I cannot reproduce it, I've tried it in 7.0 and 7.0.1.
Can you please post the whole file?

Can you please provide more info about you Netbeans version, OS and java version. 

Thanks