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 270080 - IllegalArgumentException: object is not an instance of declaring class
Summary: IllegalArgumentException: object is not an instance of declaring class
Status: RESOLVED INCOMPLETE
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-16 06:06 UTC by NIKHIL_PAREPPARAMBIL
Modified: 2017-03-16 10:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228427


Attachments
stacktrace (3.12 KB, text/plain)
2017-03-16 06:06 UTC, NIKHIL_PAREPPARAMBIL
Details

Note You need to log in before you can comment on or make changes to this bug.
Description NIKHIL_PAREPPARAMBIL 2017-03-16 06:06:56 UTC
This bug was originally marked as duplicate of bug 168026, 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.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.91-b14, Java(TM) SE Runtime Environment, 1.8.0_91-b14
OS: Windows 10

User Comments:
NIKHIL_PAREPPARAMBIL: I dont know what is the real problem, please help me.




Stacktrace: 
java.lang.IllegalArgumentException: object is not an instance of declaring class
   at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:0)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:498)
   at org.netbeans.modules.form.RADProperty.getTargetValue(RADProperty.java:122)
   at org.netbeans.modules.form.FormProperty.checkCurrentValue(FormProperty.java:1015)
Comment 1 NIKHIL_PAREPPARAMBIL 2017-03-16 06:06:58 UTC
Created attachment 163855 [details]
stacktrace
Comment 2 Tomas Pavek 2017-03-16 10:21:45 UTC
Please provide more details how to reproduce this.