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 188487 - [69cat] NullPointerException at org.netbeans.modules.editor.fold.support.FoldMaintainerImpl.updateFoldsImpl
Summary: [69cat] NullPointerException at org.netbeans.modules.editor.fold.support.Fold...
Status: RESOLVED WORKSFORME
Alias: None
Product: editor
Classification: Unclassified
Component: Code folding (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-08 12:17 UTC by mhuebner
Modified: 2011-10-04 09:16 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 171258


Attachments
stacktrace (3.28 KB, text/plain)
2010-07-08 12:17 UTC, mhuebner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mhuebner 2010-07-08 12:17:31 UTC
Build: NetBeans IDE Dev (Build 201007040001)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Windows 7

User Comments:
mhuebner: just started the ide




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:1418)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1957)
Comment 1 mhuebner 2010-07-08 12:17:38 UTC
Created attachment 100692 [details]
stacktrace
Comment 2 Vitezslav Stejskal 2010-07-09 11:29:28 UTC
This is in main/contrib/editor.fold.support module.
Comment 3 Svata Dedic 2011-10-04 09:16:21 UTC
Works for me; the code has changed, the class mentioned in stacktrace does not exist any more in the same form.