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 232741 - NullPointerException at org.netbeans.modules.debugger.jpda.jdi.ClassObjectReferenceWrapper.reflectedType
Summary: NullPointerException at org.netbeans.modules.debugger.jpda.jdi.ClassObjectRef...
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-15 20:33 UTC by markiewb
Modified: 2013-07-26 02:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 200277


Attachments
stacktrace (539 bytes, text/plain)
2013-07-15 20:33 UTC, markiewb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description markiewb 2013-07-15 20:33:46 UTC
Build: NetBeans IDE Dev (Build 201307011244)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b16
OS: Windows 7

User Comments:
markiewb: Detach a visual debugger session

GUEST: I'm not sure when the error happened, but I busy making changes to my Swing app, maybe it has something todo with closing the visual debugger using the the stop debugging button? Unfortunately I only noticed the error icon in Netbeans at a later time.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.debugger.jpda.jdi.ClassObjectReferenceWrapper.reflectedType(ClassObjectReferenceWrapper.java:74)
   at org.netbeans.modules.debugger.jpda.visual.RemoteServices.runOnStoppedThread(RemoteServices.java:412)
   at org.netbeans.modules.debugger.jpda.visual.JavaComponentInfo$ComponentProperty$1.run(JavaComponentInfo.java:534)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1432)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2042)
Comment 1 markiewb 2013-07-15 20:33:48 UTC
Created attachment 137151 [details]
stacktrace
Comment 2 Martin Entlicher 2013-07-25 10:53:37 UTC
Fixed by changeset:   259841:55cc7d1399fa
http://hg.netbeans.org/core-main/rev/55cc7d1399fa
Comment 3 Quality Engineering 2013-07-26 02:51:00 UTC
Integrated into 'main-silver', will be available in build *201307252300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/55cc7d1399fa
User: mentlicher@netbeans.org
Log: #232741: Abandon run after the debugger session has finished.