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

Summary: NullPointerException at org.netbeans.modules.java.editor.fold.ParsingFoldSupport$FM.invalidate
Product: java Reporter: _ gtzabari <gtzabari>
Component: EditorAssignee: Dusan Balek <dbalek>
Status: RESOLVED DUPLICATE    
Severity: normal CC: jherkel
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 210787
Attachments: stacktrace
stacktrace

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 ***