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 232077 - IllegalArgumentException: int
Summary: IllegalArgumentException: int
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 7.3.1
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-01 12:36 UTC by bedomon
Modified: 2013-07-08 16:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 201819


Attachments
stacktrace (2.22 KB, text/plain)
2013-07-01 12:36 UTC, bedomon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bedomon 2013-07-01 12:36:21 UTC
Build: NetBeans IDE 7.3.1 (Build 201306052037)
VM: Java HotSpot(TM) Client VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b16
OS: Windows XP

User Comments:
bedomon: I was editing java file




Stacktrace: 
java.lang.IllegalArgumentException: int
   at com.sun.tools.javac.model.JavacTypes.getWildcardType(JavacTypes.java:209)
   at org.netbeans.modules.java.hints.jdk.IteratorToFor.iterable(IteratorToFor.java:130)
   at org.netbeans.modules.java.hints.jdk.IteratorToFor.forIdiom(IteratorToFor.java:86)
   at sun.reflect.GeneratedMethodAccessor181.invoke(GeneratedMethodAccessor181.java:0)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:606)
Comment 1 bedomon 2013-07-01 12:36:22 UTC
Created attachment 136536 [details]
stacktrace
Comment 2 Dusan Balek 2013-07-08 16:47:42 UTC
Hopefully fixed together with #225914.