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 218297 - IllegalArgumentException: java.lang
Summary: 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 13:47 UTC by misterm
Modified: 2012-09-13 13:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 192404


Attachments
stacktrace (6.00 KB, text/plain)
2012-09-13 13:47 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2012-09-13 13:47:50 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 13:47:54 UTC
Created attachment 124310 [details]
stacktrace
Comment 2 Dusan Balek 2012-09-13 13:52:58 UTC
Already fixed.

*** This bug has been marked as a duplicate of bug 218247 ***