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 250000 - NullPointerException at org.netbeans.modules.editor.fold.support.FoldMaintainerImpl$2.run
Summary: NullPointerException at org.netbeans.modules.editor.fold.support.FoldMaintain...
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-24 09:04 UTC by adithyank
Modified: 2015-02-20 09:00 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 214988


Attachments
stacktrace (1.19 KB, text/plain)
2015-01-24 09:04 UTC, adithyank
Details
Proposed patch (915 bytes, patch)
2015-02-20 09:00 UTC, Svata Dedic
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description adithyank 2015-01-24 09:04:07 UTC
Build: NetBeans IDE Dev (Build 201501010001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.20-b23, Java(TM) SE Runtime Environment, 1.8.0_20-b26
OS: Linux

User Comments:
adithyank: just clicked the editor panel




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.editor.fold.support.FoldMaintainerImpl$2.run(FoldMaintainerImpl.java:203)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:744)
   at java.awt.EventQueue.access$400(EventQueue.java:97)
   at java.awt.EventQueue$3.run(EventQueue.java:697)
   at java.awt.EventQueue$3.run(EventQueue.java:691)
Comment 1 adithyank 2015-01-24 09:04:08 UTC
Created attachment 151668 [details]
stacktrace
Comment 2 Svata Dedic 2015-02-20 09:00:16 UTC
Created attachment 152107 [details]
Proposed patch