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

Summary: NullPointerException at org.netbeans.modules.debugger.jpda.jdi.ClassObjectReferenceWrapper.reflectedType
Product: debugger Reporter: markiewb
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 200277
Attachments: stacktrace

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.