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 218285 - [73cat] IllegalArgumentException: java.lang
Summary: [73cat] IllegalArgumentException: java.lang
Status: RESOLVED DUPLICATE of bug 218247
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-13 11:59 UTC by misterm
Modified: 2012-09-13 22:08 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 192394


Attachments
stacktrace (5.92 KB, text/plain)
2012-09-13 11:59 UTC, misterm
Details
stacktrace (5.92 KB, text/plain)
2012-09-13 12:26 UTC, misterm
Details
stacktrace (8.14 KB, text/plain)
2012-09-13 22:08 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2012-09-13 11:59:49 UTC
Build: NetBeans IDE Dev (Build 20120903-b205afccf642)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.1-b02, Java(TM) SE Runtime Environment, 1.7.0_01-b08
OS: Windows 7

Stacktrace: 
java.lang.IllegalArgumentException: java.lang
   at com.sun.tools.javac.model.JavacTypes.validateTypeNotIn(JavacTypes.java:291)
   at com.sun.tools.javac.model.JavacTypes.isSubtype(JavacTypes.java:91)
   at org.netbeans.modules.java.hints.OrganizeImports$3.global(OrganizeImports.java:289)
   at org.netbeans.modules.java.hints.OrganizeImports$3.addElement(OrganizeImports.java:267)
   at org.netbeans.modules.java.hints.OrganizeImports$3.visitIdentifier(OrganizeImports.java:220)
   at org.netbeans.modules.java.hints.OrganizeImports$3.visitIdentifier(OrganizeImports.java:216)
Comment 1 misterm 2012-09-13 11:59:53 UTC
Created attachment 124298 [details]
stacktrace
Comment 2 misterm 2012-09-13 12:26:15 UTC
Created attachment 124299 [details]
stacktrace
Comment 3 Exceptions Reporter 2012-09-13 12:35:15 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=192394
Comment 4 Dusan Balek 2012-09-13 12:52:16 UTC
Already fixed.

*** This bug has been marked as a duplicate of bug 218247 ***
Comment 5 javydreamercsw 2012-09-13 22:08:14 UTC
Created attachment 124332 [details]
stacktrace

Tried inspect and transform on the default setting with everything turned on.