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 - NullPointerException at org.netbeans.modules.editor.fold.support.FoldMaintainerImpl.install
Summary: NullPointerException at org.netbeans.modules.editor.fold.support.FoldMaintain...
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Other (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@contrib
URL:
Keywords:
: 212527 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-01-23 11:10 UTC by gtg
Modified: 2017-11-01 09:51 UTC (History)
16 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 184663


Attachments
stacktrace (1.29 KB, text/plain)
2012-01-23 11:10 UTC, gtg
Details
stacktrace (1.73 KB, text/plain)
2012-11-27 23:02 UTC, Chiana
Details
stacktrace (1.73 KB, text/plain)
2012-12-06 12:10 UTC, markiewb
Details
stacktrace (1.73 KB, text/plain)
2012-12-10 08:58 UTC, Ralph Ruijs
Details
stacktrace (1.73 KB, text/plain)
2012-12-28 05:23 UTC, Chiana
Details
stacktrace (1.72 KB, text/plain)
2014-07-14 13:16 UTC, markiewb
Details
stacktrace (1.72 KB, text/plain)
2016-01-07 17:41 UTC, Maksim Khramov
Details
stacktrace (1.75 KB, text/plain)
2016-08-09 18:49 UTC, alied
Details
stacktrace (1.75 KB, text/plain)
2016-08-09 20:19 UTC, alied
Details
stacktrace (1.75 KB, text/plain)
2016-08-16 19:49 UTC, alied
Details

Note You need to log in before you can comment on or make changes to this bug.
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