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 270719 - 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: RESOLVED INCOMPLETE
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: Dev
Hardware: All All
: P2 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-23 13:55 UTC by javatlacati
Modified: 2017-05-26 09:30 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 229236


Attachments
stacktrace (3.01 KB, text/plain)
2017-05-23 13:55 UTC, javatlacati
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javatlacati 2017-05-23 13:55:37 UTC
This issue was reported manually by javatlacati.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build 201704100002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b15
OS: Windows 8

User Comments:
javatlacati: Exception throw even while autocompleting parameters

javatlacati: Always show exception on the lombok annotation @EqualsAndHashCode

javatlacati: Control + Space inside an annotation




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:302)
   at java.lang.invoke.MethodHandleNatives.linkCallSiteImpl(MethodHandleNatives.java:307)
   at java.lang.invoke.MethodHandleNatives.linkCallSite(MethodHandleNatives.java:297)
   at org.netbeans.api.java.source.ui.ElementJavadoc.getElementDoc(ElementJavadoc.java:832)
Comment 1 javatlacati 2017-05-23 13:55:40 UTC
Created attachment 164385 [details]
stacktrace
Comment 2 Dusan Balek 2017-05-26 09:30:45 UTC
Could you please create a simple reproducible test case and attach it to the issue? Thanks.