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 187043 - IllegalArgumentException: OTHER
Summary: IllegalArgumentException: OTHER
Status: VERIFIED INCOMPLETE
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: J Bachorik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-01 13:56 UTC by Alexandr Scherbatiy
Modified: 2010-06-24 10:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 170345


Attachments
stacktrace (1.90 KB, text/plain)
2010-06-01 13:56 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-06-01 13:56:36 UTC
Build: NetBeans IDE Dev (Build 201005310001)
VM: Java HotSpot(TM) Client VM, 14.1-b02, Java(TM) SE Runtime Environment, 1.6.0_15-b03
OS: Windows XP

User Comments:
sunflower: NetBeans-JavaFX-Soma :  #270 Jun 1, 2010 12:01:03 AM


Steps to reproduce:
- Double click on a function in the Navigator
The exception pops up




Stacktrace: 
java.lang.IllegalArgumentException: OTHER
   at org.netbeans.api.javafx.source.ElementHandle.encodeType(ElementHandle.java:464)
   at org.netbeans.api.javafx.source.ElementHandle.createExecutableDescriptor(ElementHandle.java:486)
   at org.netbeans.api.javafx.source.ElementHandle.resolveImpl(ElementHandle.java:199)
   at org.netbeans.api.javafx.source.ElementHandle.resolve(ElementHandle.java:120)
   at org.netbeans.api.javafx.editor.ElementOpen$1$1.run(ElementOpen.java:99)
   at org.netbeans.api.javafx.editor.ElementOpen$1$1.run(ElementOpen.java:93)
Comment 1 Alexandr Scherbatiy 2010-06-01 13:56:39 UTC
Created attachment 99714 [details]
stacktrace
Comment 2 J Bachorik 2010-06-21 09:42:33 UTC
Do you have a source snippet with this problem?
Comment 3 Alexandr Scherbatiy 2010-06-24 10:49:24 UTC
verified