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 270264 - invoke.LambdaConversionException: Type mismatch for lambda argument 4: interface javax.lang.model.element.ExecutableElement is not convertible to interface javax.lang.model.element.ExecutableElement
Summary: invoke.LambdaConversionException: Type mismatch for lambda argument 4: interf...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-31 16:49 UTC by Jiri Prox
Modified: 2017-03-31 16:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228622


Attachments
stacktrace (5.47 KB, text/plain)
2017-03-31 16:49 UTC, Jiri Prox
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2017-03-31 16:49:27 UTC
Build: NetBeans IDE Dev (Build 201703310002)
VM: Java HotSpot(TM) 64-Bit Server VM, 1.9.0-ea-b68, Java(TM) SE Runtime Environment, 1.9.0-ea-b68
OS: Windows 7

User Comments:
jiriprox: Just opening java file




Stacktrace: 
java.lang.invoke.LambdaConversionException: Type mismatch for lambda argument 4: interface javax.lang.model.element.ExecutableElement is not convertible to interface javax.lang.model.element.ExecutableElement
   at java.lang.invoke.AbstractValidatingLambdaMetafactory.validateMetafactoryArgs(AbstractValidatingLambdaMetafactory.java:267)
   at java.lang.invoke.LambdaMetafactory.metafactory(LambdaMetafactory.java:303)
   at java.lang.invoke.CallSite.makeSite(CallSite.java:349)
   at java.lang.invoke.MethodHandleNatives.linkCallSiteImpl(MethodHandleNatives.java:228)
   at java.lang.invoke.MethodHandleNatives.linkCallSite(MethodHandleNatives.java:218)
   at org.netbeans.api.java.source.ui.ElementJavadoc.getElementDoc(ElementJavadoc.java:832)
Comment 1 Jiri Prox 2017-03-31 16:49:29 UTC
Created attachment 163991 [details]
stacktrace