Created
February 10, 2015 18:45
-
-
Save ktoso/711975d69b9929239dba to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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