Skip to content

Instantly share code, notes, and snippets.

@ktoso
Created February 10, 2015 18:45
Show Gist options
  • Select an option

  • Save ktoso/711975d69b9929239dba to your computer and use it in GitHub Desktop.

Select an option

Save ktoso/711975d69b9929239dba to your computer and use it in GitHub Desktop.
[error] Test docs.stream.cookbook.RecipeMultiGroupBy.work failed: java.lang.BootstrapMethodError: call site initialization exception
[error] at java.lang.invoke.CallSite.makeSite(CallSite.java:328)
[error] at java.lang.invoke.MethodHandleNatives.linkCallSite(MethodHandleNatives.java:296)
[error] at docs.stream.cookbook.RecipeMultiGroupBy$1.<init>(RecipeMultiGroupBy.java:77)
[error] at docs.stream.cookbook.RecipeMultiGroupBy.work(RecipeMultiGroupBy.java:55)
[error] ...
[error] Caused by: java.lang.invoke.LambdaConversionException: Type mismatch in captured lambda parameter 0: expecting class docs.stream.cookbook.RecipeMultiGroupBy$1, found class docs.stream.cookbook.RecipeTest
[error] at java.lang.invoke.AbstractValidatingLambdaMetafactory.validateMetafactoryArgs(AbstractValidatingLambdaMetafactory.java:256)
[error] at java.lang.invoke.LambdaMetafactory.metafactory(LambdaMetafactory.java:303)
[error] at java.lang.invoke.CallSite.makeSite(CallSite.java:289)
[error] ... 62 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment