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 188762 - IllegalArgumentException: Invalid field
Summary: IllegalArgumentException: Invalid field
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: Michal Skvor
URL:
Keywords:
Depends on:
Blocks: 173187
  Show dependency tree
 
Reported: 2010-07-19 10:18 UTC by Alexandr Scherbatiy
Modified: 2010-08-05 09:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 171443


Attachments
stacktrace (1.14 KB, text/plain)
2010-07-19 10:18 UTC, Alexandr Scherbatiy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Scherbatiy 2010-07-19 10:18:11 UTC
Build: NetBeans IDE 6.9.1 Dev (Build 201007182301)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Windows XP

User Comments:
sunflower: Expanding Static node in the Variables window




Stacktrace: 
java.lang.IllegalArgumentException: Invalid field
   at com.sun.tools.jdi.ReferenceTypeImpl.validateFieldAccess(ReferenceTypeImpl.java:608)
   at com.sun.tools.jdi.ObjectReferenceImpl.getValues(ObjectReferenceImpl.java:163)
   at com.sun.tools.jdi.ObjectReferenceImpl.getValue(ObjectReferenceImpl.java:148)
   at com.sun.javafx.jdi.FXObjectReference.getValue(FXObjectReference.java:129)
   at org.netbeans.modules.javafx.debugger.models.ScriptObjectVariable.getJDIValue(ScriptObjectVariable.java:117)
   at org.netbeans.modules.javafx.debugger.variablesfiltering.JavaFXVariablesFilter.getChildren(JavaFXVariablesFilter.java:156)
Comment 1 Alexandr Scherbatiy 2010-07-19 10:18:15 UTC
Created attachment 100911 [details]
stacktrace
Comment 2 Michal Skvor 2010-07-22 12:08:14 UTC
I removed all non static fields from Script node so this should not happen any more.
Comment 3 Alexandr Scherbatiy 2010-08-05 09:33:52 UTC
verified in NetBeans IDE Dev (Build 201008050001)