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 75214 - IAE when editing java code
Summary: IAE when editing java code
Status: VERIFIED DUPLICATE of bug 70827
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: Daniel Prusa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-19 12:01 UTC by Max Sauer
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception stack trace (1.27 KB, text/plain)
2006-04-19 12:01 UTC, Max Sauer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Max Sauer 2006-04-19 12:01:03 UTC
I got following exception when editing java sources:

java.lang.IllegalArgumentException: Unknown type class
org.netbeans.modules.javacore.jmiimpl.javamodel.ArrayCloneMethod
	at
org.netbeans.modules.javacore.internalapi.JavaModelUtil.unwrapElement(JavaModelUtil.java:387)
	at
org.netbeans.modules.javacore.internalapi.JavaModelUtil.getOverriddenMethods(JavaModelUtil.java:396)
...
(whole stack trace attached)

It happened when typing
connectString = "jdbc:oracle:thin:" + usernameTextField.getText().trim() + "/" +
                    passwordField.getPassword().

No steps to reproduce, sorry.

-----------------
nb 5.5dev 200604190200
JDK 1.6.0 b76
solaris 10 /sparc
Comment 1 Max Sauer 2006-04-19 12:01:39 UTC
Created attachment 29927 [details]
exception stack trace
Comment 2 Daniel Prusa 2006-05-09 15:33:36 UTC
This bug is a duplicate of issue 70827. It was already fixed in trunk, but not
merged into release55.
Should it be fixed for 5.5?
Comment 3 Max Sauer 2006-05-10 08:06:57 UTC
That would be nice, but only if you are convinced that the fix is safe.. ;)
Comment 4 Jan Becicka 2006-05-10 08:18:23 UTC

*** This issue has been marked as a duplicate of 70827 ***
Comment 5 Max Sauer 2006-10-05 11:31:33 UTC
Verified duplicate.
Comment 6 Quality Engineering 2007-09-20 09:48:20 UTC
Reorganization of java component