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 211887 - Irregular code foldings
Summary: Irregular code foldings
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.2
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-30 22:38 UTC by ulfzibis
Modified: 2012-05-03 09:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screen shot (45.72 KB, image/png)
2012-04-30 22:39 UTC, ulfzibis
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ulfzibis 2012-04-30 22:38:17 UTC
[ BUILD # : 201204100400 ]
[ JDK VERSION : 1.7 ]

Some /***** text : *****/ patterns are folded, some not.
Comment 1 ulfzibis 2012-04-30 22:39:48 UTC
Created attachment 118906 [details]
screen shot
Comment 2 Dusan Balek 2012-05-02 14:54:20 UTC
Fixed in jet-main. Only Javadoc comments should be folded.

http://hg.netbeans.org/jet-main/rev/451dd2394d58
Comment 3 Quality Engineering 2012-05-03 09:53:15 UTC
Integrated into 'main-golden', will be available in build *201205030400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/451dd2394d58
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #211887: Irregular code foldings - fixed.