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 238405 - IllegalArgumentException: int
Summary: IllegalArgumentException: int
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-15 08:09 UTC by Exceptions Reporter
Modified: 2016-07-07 07:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 205284


Attachments
stacktrace (2.17 KB, text/plain)
2013-11-15 08:09 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-11-15 08:09:49 UTC
This bug was originally marked as duplicate of bug 232077, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) Client VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: Windows 7

User Comments:
GUEST: compiling project




Stacktrace: 
java.lang.IllegalArgumentException: int
   at com.sun.tools.javac.model.JavacTypes.getWildcardType(JavacTypes.java:217)
   at org.netbeans.modules.java.hints.jdk.IteratorToFor.iterable(IteratorToFor.java:232)
   at org.netbeans.modules.java.hints.jdk.IteratorToFor.forIdiom(IteratorToFor.java:126)
   at sun.reflect.GeneratedMethodAccessor242.invoke(GeneratedMethodAccessor242.java:0)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:601)
Comment 1 Exceptions Reporter 2013-11-15 08:09:53 UTC
Created attachment 142213 [details]
stacktrace
Comment 2 Martin Balin 2016-07-07 07:18:02 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss