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 188145

Summary: com.sun.jdi.ClassNotPreparedException at com.sun.tools.jdi.JDWPException.toJDIException
Product: javafx Reporter: Alexandr Scherbatiy <sunflower>
Component: DebuggerAssignee: Michal Skvor <misk>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 137282
Attachments: stacktrace

Description Alexandr Scherbatiy 2010-06-28 10:07:13 UTC
Build: NetBeans IDE Dev (Build 201006240001)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Windows XP

Stacktrace: 
com.sun.jdi.ClassNotPreparedException
   at com.sun.tools.jdi.JDWPException.toJDIException(JDWPException.java:33)
   at com.sun.tools.jdi.ReferenceTypeImpl.getInterfaces(ReferenceTypeImpl.java:567)
   at com.sun.tools.jdi.ClassTypeImpl.interfaces(ClassTypeImpl.java:53)
   at com.sun.tools.jdi.ClassTypeImpl.addVisibleMethods(ClassTypeImpl.java:380)
   at com.sun.tools.jdi.ReferenceTypeImpl.visibleMethods(ReferenceTypeImpl.java:517)
   at com.sun.tools.jdi.ClassTypeImpl.concreteMethodByName(ClassTypeImpl.java:287)
Comment 1 Alexandr Scherbatiy 2010-06-28 10:07:18 UTC
Created attachment 100448 [details]
stacktrace
Comment 2 Michal Skvor 2010-07-12 14:39:11 UTC
I can't see anything from javafx. How did it happen? Is it possible to reproduce?
Comment 3 Michal Skvor 2010-07-28 15:32:46 UTC
Can't reproduce.