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 205981 - NullPointerException at org.netbeans.modules.editor.fold.support.FoldMaintainerImpl.updateFoldsImpl
Summary: NullPointerException at org.netbeans.modules.editor.fold.support.FoldMaintain...
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@contrib
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-06 09:15 UTC by alesak
Modified: 2013-09-02 14:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 183468


Attachments
stacktrace (3.89 KB, text/plain)
2011-12-06 09:15 UTC, alesak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alesak 2011-12-06 09:15:19 UTC
This bug was originally marked as duplicate of bug 188487, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build nbms-and-javadoc-8336-on-20111129)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.4-b02, Java(TM) SE Runtime Environment, 1.6.0_29-b11
OS: Linux

User Comments:
alesak: just after startup




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.editor.fold.support.FoldMaintainerImpl.updateFoldsImpl(FoldMaintainerImpl.java:166)
   at org.netbeans.modules.editor.fold.support.FoldMaintainerImpl.access$000(FoldMaintainerImpl.java:78)
   at org.netbeans.modules.editor.fold.support.FoldMaintainerImpl$1.run(FoldMaintainerImpl.java:150)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1411)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1991)
Comment 1 alesak 2011-12-06 09:15:22 UTC
Created attachment 113856 [details]
stacktrace