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 245817 - NullPointerException at org.netbeans.modules.java.editor.fold.ParsingFoldSupport$FM.invalidate
Summary: NullPointerException at org.netbeans.modules.java.editor.fold.ParsingFoldSupp...
Status: RESOLVED DUPLICATE of bug 245841
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-20 05:16 UTC by _ gtzabari
Modified: 2014-07-21 15:56 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 210787


Attachments
stacktrace (9.79 KB, text/plain)
2014-07-20 05:16 UTC, _ gtzabari
Details
stacktrace (4.17 KB, text/plain)
2014-07-21 10:07 UTC, jherkel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ gtzabari 2014-07-20 05:16:42 UTC
Build: NetBeans IDE Dev (Build 201407190718)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.11-b03, Java(TM) SE Runtime Environment, 1.8.0_11-b12
OS: Windows 7

User Comments:
gtzabari: Entering any character in the "Edit Watch Expression" dialog.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.java.editor.fold.ParsingFoldSupport$FM.invalidate(ParsingFoldSupport.java:489)
   at org.netbeans.modules.java.editor.fold.ParsingFoldSupport$FM.removeUpdate(ParsingFoldSupport.java:503)
   at org.netbeans.modules.editor.fold.FoldOperationImpl.removeUpdate(FoldOperationImpl.java:249)
   at org.netbeans.modules.editor.fold.FoldHierarchyExecution.removeUpdate(FoldHierarchyExecution.java:1002)
   at org.netbeans.lib.editor.util.swing.PriorityDocumentListenerList.removeUpdate(PriorityDocumentListenerList.java:116)
   at javax.swing.text.AbstractDocument.fireRemoveUpdate(AbstractDocument.java:259)
Comment 1 _ gtzabari 2014-07-20 05:16:44 UTC
Created attachment 148150 [details]
stacktrace
Comment 2 jherkel 2014-07-21 10:07:28 UTC
Created attachment 148169 [details]
stacktrace

During debugging testng test case  I have tried to write some code to "Evaulate Expression" window.
Comment 3 Dusan Balek 2014-07-21 15:56:17 UTC
Making a duplicate of a higher priority bug.

*** This bug has been marked as a duplicate of bug 245841 ***