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 218247 - [73cat] IllegalArgumentException: java.lang
Summary: [73cat] IllegalArgumentException: java.lang
Status: RESOLVED FIXED
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:
: 218285 218296 218297 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-09-12 19:14 UTC by misterm
Modified: 2012-09-14 02:08 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 192346


Attachments
stacktrace (6.75 KB, text/plain)
2012-09-12 19:14 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2012-09-12 19:14:46 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

User Comments:
fordfrog: switching to editor window with java source, this error is shown
this bug is really annoying as each time you stop typing, the error window pops up.




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-12 19:14:50 UTC
Created attachment 124271 [details]
stacktrace
Comment 2 fordfrog 2012-09-12 21:52:57 UTC
also what might be useful for you is that 20120911 nightly does not contain this bug, it's new in 20120912
Comment 3 Dusan Balek 2012-09-13 08:49:02 UTC
Fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/a3cbc17226ed
Comment 4 Dusan Balek 2012-09-13 12:52:16 UTC
*** Bug 218285 has been marked as a duplicate of this bug. ***
Comment 5 Dusan Balek 2012-09-13 13:52:21 UTC
*** Bug 218296 has been marked as a duplicate of this bug. ***
Comment 6 Dusan Balek 2012-09-13 13:52:58 UTC
*** Bug 218297 has been marked as a duplicate of this bug. ***
Comment 7 Quality Engineering 2012-09-14 02:08:57 UTC
Integrated into 'main-golden', will be available in build *201209140001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/a3cbc17226ed
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #218247: IllegalArgumentException: java.lang - fixed.