-
Notifications
You must be signed in to change notification settings - Fork 47
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
Summaries are not generated due to FileNotFoundException #1227
Comments
Is not reproduced on other machines by other community members |
@amandelpie Same for me - not reproducing. |
Looks like the problem was related to the wrong JAVA_HOME and PATH environment variables. |
It's reproduced on two different machines with Windows 10 / IDEA 2022.1.2 and 2022.2.2 with installed JAVA_HOME env variables and with two different JDK 11 The main problem, that src.zip/blabla is not a file, it's a Zip entry and Java File API could not recognized it as a File. |
Description
Summaries are not generated due to FileNotFoundException thrown in the SourceCodeParser.kt:45
The error message is the following: "C:\Users<username>.jdks\corretto-11.0.16.1\lib\src.zip!\java.base\java\lang\Math.java (??????? ?? ??????? ????? ????????? ????)"
Need to say that the Math.java file is exist as a Zip entry in the archive with sources mentioned above
To Reproduce
Expected behavior
Tests with summaries should be generated.
Actual behavior
Tests are generated without summaries.
Visual proofs (screenshots, logs, images)
Environment
The Coretto jdk 11.0.16.1 is installed and used in both, initial and debug IDEs
The text was updated successfully, but these errors were encountered: