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 207618

Summary: NullPointerException at org.netbeans.modules.editor.fold.support.FoldMaintainerImpl.install
Product: contrib Reporter: gtg <gtg>
Component: OtherAssignee: issues@contrib <issues>
Status: NEW ---    
Severity: normal CC: alied, amitabhakolkar, Chiana, ehsavoie, fillumina, FrantaM, gtg, markiewb, mkhramov, mmnanuruddha, mps77, petrk, ralphbenjamin, sdedic, stiffuser, tnleeuw
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 184663
Attachments: stacktrace
stacktrace
stacktrace
stacktrace
stacktrace
stacktrace
stacktrace
stacktrace
stacktrace
stacktrace

Description gtg 2012-01-23 11:10:04 UTC
Build: NetBeans IDE Dev (Build 201201020601)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Linux

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.editor.fold.support.FoldMaintainerImpl.install(FoldMaintainerImpl.java:251)
   at org.netbeans.modules.editor.fold.support.FoldMaintainerImpl$2.run(FoldMaintainerImpl.java:209)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:705)
   at java.awt.EventQueue.access$000(EventQueue.java:101)
   at java.awt.EventQueue$3.run(EventQueue.java:666)
Comment 1 gtg 2012-01-23 11:10:05 UTC
Created attachment 115156 [details]
stacktrace
Comment 2 Svata Dedic 2012-11-08 07:59:06 UTC
*** Bug 212527 has been marked as a duplicate of this bug. ***
Comment 3 Chiana 2012-11-27 23:02:28 UTC
Created attachment 128490 [details]
stacktrace

Was debugging an RMI client/server application trying to step over a few calls into the runtime.
Comment 4 markiewb 2012-12-06 12:10:53 UTC
Created attachment 128954 [details]
stacktrace
Comment 5 Ralph Ruijs 2012-12-10 08:58:55 UTC
Created attachment 129133 [details]
stacktrace

Opened and closed an editor from diff viewer
Comment 6 Chiana 2012-12-28 05:23:11 UTC
Created attachment 129734 [details]
stacktrace

Was stepping thru generation of an exception that was supposed to be caught but for some reason it was not.
Comment 7 markiewb 2014-07-14 13:16:20 UTC
Created attachment 148035 [details]
stacktrace

Stepping through sourcecode while debugging java code
Comment 8 Maksim Khramov 2016-01-07 17:41:04 UTC
Created attachment 158050 [details]
stacktrace

Open java File and Select All Text
Comment 9 alied 2016-08-09 18:49:34 UTC
Created attachment 161605 [details]
stacktrace

Editing a test java file
Comment 10 alied 2016-08-09 20:19:34 UTC
Created attachment 161610 [details]
stacktrace

Pasted some code in a JUnit test
Comment 11 alied 2016-08-16 19:49:43 UTC
Created attachment 161683 [details]
stacktrace

editing a Java class file