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 246974 - NullPointerException at org.netbeans.modules.php.dbgp.breakpoints.LineBreakpoint.isValid
Summary: NullPointerException at org.netbeans.modules.php.dbgp.breakpoints.LineBreakpo...
Status: RESOLVED DUPLICATE of bug 246392
Alias: None
Product: php
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-10 06:53 UTC by Exceptions Reporter
Modified: 2014-09-10 07:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 211669


Attachments
stacktrace (1.63 KB, text/plain)
2014-09-10 06:53 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-09-10 06:53:20 UTC
This bug was originally marked as duplicate of bug 246278, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 7

User Comments:
GUEST: - occured when start IDE
- a group of PHP projetcst is open
- few breakpoints is set

GUEST: Error occurred on opening Netbeans

GUEST: new version
NullPointerException at org.netbeans.modules.php.dbgp.breakpoints.LineBreakpoint.isValid

GUEST: loading program




Stacktrace: 
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)
Comment 1 Exceptions Reporter 2014-09-10 06:53:23 UTC
Created attachment 149104 [details]
stacktrace
Comment 2 Ondrej Brejla 2014-09-10 07:51:14 UTC

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