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 232997 - IllegalStateException: An unfinished nested fold exists.
Summary: IllegalStateException: An unfinished nested fold exists.
Status: RESOLVED DUPLICATE of bug 232316
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-18 13:39 UTC by tomzi
Modified: 2013-07-19 06:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 202271


Attachments
stacktrace (1.10 KB, text/plain)
2013-07-18 13:39 UTC, tomzi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tomzi 2013-07-18 13:39:57 UTC
This bug was originally marked as duplicate of bug 230242, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.4 Beta (Build 201307092200)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b15
OS: Linux

User Comments:
tomzi: just doin a clean install




Stacktrace: 
java.lang.IllegalStateException: An unfinished nested fold exists.
   at org.netbeans.core.output2.NbIO$IOFoldingImpl$NbIoFoldHandleDefinition.startFold(NbIO.java:616)
   at org.openide.windows.FoldHandle.startFold(FoldHandle.java:81)
   at org.netbeans.modules.maven.execute.cmd.ExecutionEventObject$Tree.startFold(ExecutionEventObject.java:212)
   at org.netbeans.modules.maven.execute.CommandLineOutputHandler$Output.run(CommandLineOutputHandler.java:330)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1432)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2042)
Comment 1 tomzi 2013-07-18 13:39:58 UTC
Created attachment 137381 [details]
stacktrace
Comment 2 Jaroslav Havlin 2013-07-19 06:21:43 UTC
The problem is similar to bug 232316. In this case, using proposed method silentStartFold(boolean) will prevent this kind of exceptions.

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