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 192928 - [70cat] NullPointerException at org.netbeans.modules.debugger.jpda.projects.BreakpointAnnotationProvider$2.run
Summary: [70cat] NullPointerException at org.netbeans.modules.debugger.jpda.projects.B...
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
: 192932 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-12-06 15:39 UTC by stefan79
Modified: 2010-12-08 06:36 UTC (History)
9 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 174547


Attachments
stacktrace (1.14 KB, text/plain)
2010-12-06 15:39 UTC, stefan79
Details

Note You need to log in before you can comment on or make changes to this bug.
Description stefan79 2010-12-06 15:39:09 UTC
Build: NetBeans IDE Dev (Build 201012060001)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.0-b17, Java(TM) SE Runtime Environment, 1.6.0_21-b07
OS: Windows 7

User Comments:
vince_soleil: First compilation of a Groovy Maven Project

GUEST: Editing java-sources

akrasny: tried to put breakpoint on inner static class

mithridates: Just opened java source file. The first after nb-start.

kecampbell: Going between different tabs in gui.

stefan79: Pressed on a hint.

kecampbell: Opening a file with a version conflict.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.debugger.jpda.projects.BreakpointAnnotationProvider$2.run(BreakpointAnnotationProvider.java:409)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1424)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1968)
Comment 1 stefan79 2010-12-06 15:39:12 UTC
Created attachment 103626 [details]
stacktrace
Comment 2 Martin Entlicher 2010-12-06 17:45:34 UTC
*** Bug 192932 has been marked as a duplicate of this bug. ***
Comment 3 Martin Entlicher 2010-12-06 17:46:18 UTC
This is NOT in NB 6.9.
Comment 4 Martin Entlicher 2010-12-06 17:51:15 UTC
FYI: http://netbeans.org/bugzilla/show_bug.cgi?id=192933
Comment 5 Martin Entlicher 2010-12-07 16:41:20 UTC
Fixed in changeset:   184186:fbec80fd7688
http://hg.netbeans.org/main/rev/fbec80fd7688
Comment 6 Quality Engineering 2010-12-08 06:36:34 UTC
Integrated into 'main-golden', will be available in build *201012080001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/fbec80fd7688
User: mentlicher@netbeans.org
Log: #192928 Prevent from NPE.