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 248590 - NullPointerException at org.netbeans.modules.php.dbgp.breakpoints.LineBreakpoint.isValid
Summary: NullPointerException at org.netbeans.modules.php.dbgp.breakpoints.LineBreakpo...
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.0.1
Hardware: All All
: P2 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-12 08:25 UTC by Tomas Hurka
Modified: 2015-02-04 10:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 212306


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Hurka 2014-11-12 08:25:47 UTC
P2, since there is 1886 duplicates http://statistics.netbeans.org/analytics/detail.do?id=212306

java.lang.NullPointerException
 at org.netbeans.modules.php.dbgp.breakpoints.LineBreakpoint.isValid(LineBreakpoint.java:152)
 at org.netbeans.modules.php.dbgp.breakpoints.LineBreakpoint.refreshValidity(LineBreakpoint.java:145)
 at org.netbeans.modules.php.dbgp.annotations.BrkpntAnnotation.<init>(BrkpntAnnotation.java:63)
 at org.netbeans.modules.php.dbgp.breakpoints.BreakpointAnnotationListener.addAnnotation(BreakpointAnnotationListener.java:105)
 at org.netbeans.modules.php.dbgp.breakpoints.BreakpointAnnotationListener.breakpointAdded(BreakpointAnnotationListener.java:82)
 at org.netbeans.api.debugger.DebuggerManager.fireBreakpointCreated(DebuggerManager.java:883)
 at org.netbeans.api.debugger.DebuggerManager.initBreakpoints(DebuggerManager.java:1055)
 at org.netbeans.api.debugger.DebuggerManager.initBreakpoints(DebuggerManager.java:959)
 at org.netbeans.api.debugger.DebuggerManager.getBreakpoints(DebuggerManager.java:597)
 at org.netbeans.modules.php.dbgp.breakpoints.BreakpointAnnotationListener.annotate(BreakpointAnnotationListener.java:123)
 at org.openide.text.CloneableEditorSupport.ensureAnnotationsLoaded(CloneableEditorSupport.java:392)
 at org.openide.text.CloneableEditorInitializer.initAnnotations(CloneableEditorInitializer.java:640)
 at org.openide.text.CloneableEditorInitializer.run(CloneableEditorInitializer.java:351)
 at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1423)
 at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
Comment 1 Ondrej Brejla 2014-11-12 08:45:26 UTC
Fixed in patch. Users must update to patched 8.0.1 (php.dbgp 1.36.2).