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 271045 - IllegalArgumentException: (org.clank.support.aliases.type$iterator,org.clank.support.aliases.type$iterator,org.clank.java.std.Compare)void
Summary: IllegalArgumentException: (org.clank.support.aliases.type$iterator,org.clank....
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-06 10:37 UTC by Alexander Simon
Modified: 2017-08-06 01:43 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 229612


Attachments
stacktrace (2.59 KB, text/plain)
2017-07-06 10:37 UTC, Alexander Simon
Details
stacktrace (2.53 KB, text/plain)
2017-07-19 14:49 UTC, alied
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2017-07-06 10:37:52 UTC
Build: NetBeans IDE Dev (Build 20170703-4cb5064df811)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.131-b11, Java(TM) SE Runtime Environment, 1.8.0_131-b11
OS: SunOS

User Comments:
GUEST: The problem was raised when Alt-Enter was pressed.

alexvsimon: navigate in code




Stacktrace: 
java.lang.IllegalArgumentException: (org.clank.support.aliases.type$iterator,org.clank.support.aliases.type$iterator,org.clank.java.std.Compare)void
   at com.sun.tools.javac.model.JavacTypes.validateTypeNotIn(JavacTypes.java:316)
   at com.sun.tools.javac.model.JavacTypes.isAssignable(JavacTypes.java:107)
   at org.netbeans.modules.java.hints.AssignResultToVariable.run(AssignResultToVariable.java:191)
   at org.netbeans.modules.java.hints.legacy.spi.RulesManager$WorkerImpl.createErrors(RulesManager.java:422)
   at org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.runHint(HintsInvoker.java:821)
   at org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.access$400(HintsInvoker.java:113)
Comment 1 Alexander Simon 2017-07-06 10:37:55 UTC
Created attachment 164705 [details]
stacktrace
Comment 2 alied 2017-07-19 14:49:47 UTC
Created attachment 164792 [details]
stacktrace

editing a java source file
Comment 3 Dusan Balek 2017-08-04 16:37:25 UTC
Fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/8518d6b22a10
Comment 4 Quality Engineering 2017-08-06 01:43:57 UTC
Integrated into 'main-silver', will be available in build *201708060001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/8518d6b22a10
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #271045 - IllegalArgumentException: (org.clank.support.aliases.type$iterator,org.clank.support.aliases.type$iterator,org.clank.java.std.Compare)void - fixed.