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 217929 - 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.3
Hardware: All All
: P3 normal (vote)
Assignee: issues@contrib
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-06 07:50 UTC by Maksim Khramov
Modified: 2012-09-07 12:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 192166


Attachments
stacktrace (1.88 KB, text/plain)
2012-09-06 07:50 UTC, Maksim Khramov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maksim Khramov 2012-09-06 07:50:34 UTC
Build: NetBeans IDE Dev (Build 201209050001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.2-b09, Java(TM) SE Runtime Environment, 1.7.0_08-ea-b03
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.editor.fold.support.FoldMaintainerImpl.updateFoldsImpl(FoldMaintainerImpl.java:169)
   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:1454)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2036)
Comment 1 Maksim Khramov 2012-09-06 07:50:36 UTC
Created attachment 123973 [details]
stacktrace