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

Summary: "?" char on desc attribute break the "<editor-fold/>" section
Product: editor Reporter: b6998800
Component: Hints & AnnotationsAssignee: Jan Lahoda <jlahoda>
Status: RESOLVED INCOMPLETE    
Severity: normal    
Priority: P3    
Version: 7.0   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter: "?" char on desc attribute break the "<editor-fold/>" section

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