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 253119 - IllegalArgumentException: ChainedReference(java.util.stream.Sink<? super E_OUT>)@<anonymous java.util.stream.ReferencePipeline.StatelessOp<P_OUT,P_OUT>>
Summary: IllegalArgumentException: ChainedReference(java.util.stream.Sink<? super E_OU...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-23 07:14 UTC by misterm
Modified: 2015-07-02 01:19 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 202183


Attachments
stacktrace (4.98 KB, text/plain)
2015-06-23 07:14 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2015-06-23 07:14:26 UTC
Build: NetBeans IDE Dev (Build 20150601-12fb145cd552)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b26
OS: Windows 8

User Comments:
goofdup: Attempted to navigate to an unrelated class using Ctrl+click (Windows)

misterm: Navigating on JDK sources

GUEST: cutting and pasting java code




Stacktrace: 
java.lang.IllegalArgumentException: ChainedReference(java.util.stream.Sink<? super E_OUT>)@<anonymous java.util.stream.ReferencePipeline.StatelessOp<P_OUT,P_OUT>>
   at com.sun.tools.javac.model.JavacTypes.asMemberOf(JavacTypes.java:282)
   at org.netbeans.modules.editor.java.GoToSupport$DisplayNameElementVisitor.printExecutable(GoToSupport.java:906)
   at org.netbeans.modules.editor.java.GoToSupport.computeTooltip(GoToSupport.java:420)
   at org.netbeans.modules.editor.java.GoToSupport.access$000(GoToSupport.java:136)
   at org.netbeans.modules.editor.java.GoToSupport$1.run(GoToSupport.java:170)
   at org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:609)
Comment 1 misterm 2015-06-23 07:14:29 UTC
Created attachment 154340 [details]
stacktrace
Comment 2 Dusan Balek 2015-07-01 13:28:24 UTC
Fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/3293926dca4b
Comment 3 Quality Engineering 2015-07-02 01:19:26 UTC
Integrated into 'main-silver', will be available in build *201507020001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/3293926dca4b
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #253119 - IllegalArgumentException - fixed.