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 270890 - IllegalArgumentException: ?
Summary: IllegalArgumentException: ?
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-16 01:55 UTC by rudineli
Modified: 2017-06-16 01:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229478


Attachments
stacktrace (2.00 KB, text/plain)
2017-06-16 01:55 UTC, rudineli
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rudineli 2017-06-16 01:55:38 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.111-b14, Java(TM) SE Runtime Environment, 1.8.0_111-b14
OS: Windows 7

User Comments:
rudineli: Running program




Stacktrace: 
java.lang.IllegalArgumentException: ?
   at com.sun.tools.javac.model.JavacTypes.getArrayType(JavacTypes.java:195)
   at org.netbeans.modules.java.hints.errors.Utilities.resolveCapturedTypeInt(Utilities.java:650)
   at org.netbeans.modules.java.hints.errors.Utilities.resolveCapturedType(Utilities.java:562)
   at org.netbeans.modules.java.hints.errors.Utilities.resolveTypeForDeclaration(Utilities.java:543)
   at org.netbeans.modules.java.hints.errors.CreateElement.analyzeImpl(CreateElement.java:379)
   at org.netbeans.modules.java.hints.errors.CreateElement.analyze(CreateElement.java:150)
Comment 1 rudineli 2017-06-16 01:55:39 UTC
Created attachment 164553 [details]
stacktrace