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 250851 - NullPointerException at org.netbeans.modules.debugger.jpda.ui.BreakpointOutput.printValidityMessage
Summary: NullPointerException at org.netbeans.modules.debugger.jpda.ui.BreakpointOutpu...
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-03 08:28 UTC by ehsavoie
Modified: 2015-03-11 04:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 215785


Attachments
stacktrace (1.70 KB, text/plain)
2015-03-03 08:28 UTC, ehsavoie
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ehsavoie 2015-03-03 08:28:44 UTC
Build: NetBeans IDE Dev (Build 201503020001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.31-b07, Java(TM) SE Runtime Environment, 1.8.0_31-b13
OS: Linux

User Comments:
ehsavoie: Debugging external process




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.debugger.jpda.ui.BreakpointOutput.printValidityMessage(BreakpointOutput.java:268)
   at org.netbeans.modules.debugger.jpda.ui.BreakpointOutput.propertyChange(BreakpointOutput.java:214)
   at java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:335)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:328)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:263)
   at org.netbeans.api.debugger.Breakpoint.firePropertyChange(Breakpoint.java:379)
Comment 1 ehsavoie 2015-03-03 08:28:46 UTC
Created attachment 152341 [details]
stacktrace
Comment 2 Martin Entlicher 2015-03-06 16:19:29 UTC
Fixed by changeset:   285055:6278aee78cd9
http://hg.netbeans.org/core-main/rev/6278aee78cd9
Comment 3 Quality Engineering 2015-03-11 04:06:57 UTC
Integrated into 'main-silver', will be available in build *201503110001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/6278aee78cd9
User: mentlicher@netbeans.org
Log: #250851: Check if we still have a non-null debugger instance before printing.