-
Notifications
You must be signed in to change notification settings - Fork 259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maven install error #34
Comments
try this instead of |
pombredanne
pushed a commit
to pombredanne/java-callgraph
that referenced
this issue
May 29, 2024
* Added updated patch file w/ Naive List gen * Cleanup unused patch file * Updated generateResults to use naive list * Updated RQ4 with list naive * Updated project name to latex constant in table * Fresh results - rq4 * Updated project name to latex constant in table * RQ4 Naive List (gousiosg#32) * Added updated patch file w/ Naive List gen * Added mph-table-naive for vanilla implementation w/ increase in list size * Updated generateStats with List Naive * Patch/yaml changes for naive list * Cleanup unused patch file * Updated generateResults to use naive list * Updated RQ4 with list naive * Updated project name to latex constant in table * Updated project name to latex constant in table * Updated project name to latex constant in table * Cleanup print statements * Added RQ2 mph-table config: trails=10 * Added RQ2 mph-table config: trails=10 * Added RQ2 generateStats * Added RQ2 configs for mph-table * Added RQ2 genstats/results * Updated RQ2 genStats * Updated RQ2 genStats * Updated RQ2 genStats with convex * Updated RQ2 * Updated RQ2 * Updated RQ2 * Updated RQ2 * Updated RQ2 * Updated RQ2 * Updated RQ2 * Updated RQ2 * Updated RQ2 * Clearing output between trials * Updated RQ2 * Updated RQ2 * Updated RQ2 * Updated RQ2 * Updated RQ2 * Updated RQ2 * Updated RQ2 * Updated RQ2 * Updated RQ2 * Updated RQ2 * Updated RQ2 * Updated RQ2 - Added time taken * Updated RQ2 * Updated RQ2 * Updated RQ2 * Updated RQ2 * Updated RQ2 * Updated RQ2 * Updated RQ2 * Updated RQ2 * Completed RQ2 * Completed RQ2 * Completed RQ2 * Completed RQ2 Co-authored-by: Alekh Meka <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I downloaded the package, installed it with maven 3.8.1, then it have these errors:
Test set: gr.gousiosg.javacg.RunCucumberTest
Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.187 sec <<< FAILURE!
Retrieve nested lambdas(Lambda) Time elapsed: 0.141 sec <<< ERROR!
java.lang.RuntimeException: Cannot found: M:NestedLambdaTest:lambda$lambda$methodA$2$1() (D)Runner:run(NestedLambdaTest)
at gr.gousiosg.javacg.StepDefinitions.the_result_should_contain(StepDefinitions.java:45)
at ?.the result should contain:(gr/gousiosg/javacg/lambda.feature:69)
Could someone please tell me how to fix it? Thanks a lot!
The text was updated successfully, but these errors were encountered: