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

Summary: NullPointerException at org.netbeans.modules.editor.fold.support.FoldMaintainerImpl$2.run
Product: contrib Reporter: adithyank
Component: CodeAssignee: Jan Lahoda <jlahoda>
Status: NEW ---    
Severity: normal CC: sdedic
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 214988
Attachments: stacktrace
Proposed patch

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