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 251450

Summary: NullPointerException at com.sun.tools.jdi.MirrorImpl.validateMirror
Product: debugger Reporter: Exceptions Reporter <exceptions_reporter>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: VERIFIED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 216389
Attachments: stacktrace

Description Exceptions Reporter 2015-03-26 22:53:41 UTC
This bug was originally marked as duplicate of bug 246342, 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.65-b04, Java(TM) SE Runtime Environment, 1.7.0_67-b01
OS: Mac OS X

User Comments:
GUEST: Application screenshot




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.jdi.MirrorImpl.validateMirror(MirrorImpl.java:67)
   at com.sun.tools.jdi.ClassTypeImpl.setValue(ClassTypeImpl.java:124)
   at org.netbeans.modules.debugger.jpda.jdi.ClassTypeWrapper.setValue(ClassTypeWrapper.java:469)
   at org.netbeans.modules.debugger.jpda.visual.RemoteServices.runOnStoppedThread(RemoteServices.java:467)
   at org.netbeans.modules.debugger.jpda.visual.RemoteAWTScreenshot.take(RemoteAWTScreenshot.java:250)
   at org.netbeans.modules.debugger.jpda.visual.RemoteAWTScreenshot.takeCurrent(RemoteAWTScreenshot.java:176)
Comment 1 Exceptions Reporter 2015-03-26 22:53:43 UTC
Created attachment 152869 [details]
stacktrace
Comment 2 Martin Entlicher 2015-03-27 08:15:10 UTC
It was fixed in a patch to 8.0.1.

*** This bug has been marked as a duplicate of bug 246342 ***
Comment 3 Jiri Kovalsky 2015-03-27 09:33:41 UTC
Verified as duplicate.