Closed volodya-lombrozo closed 2 months ago
In this PR I significantly refactored JavaParserMethod by simplifying most of the method implementations.
JavaParserMethod
Closes: #359, #360. History:
This PR updates the code coverage ratio limit in pom.xml and refactors the flatStatements method in JavaParserMethod.java.
pom.xml
flatStatements
JavaParserMethod.java
✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}
/codex {your question}
@rultor merge
@volodya-lombrozo OK, I'll try to merge now. You can check the progress of the merge here
@volodya-lombrozo Done! FYI, the full log is here (took me 17min)
In this PR I significantly refactored
JavaParserMethod
by simplifying most of the method implementations.Closes: #359, #360. History:
PR-Codex overview
This PR updates the code coverage ratio limit in
pom.xml
and refactors theflatStatements
method inJavaParserMethod.java
.Detailed summary
pom.xml
from 0.76 to 0.75flatStatements
method inJavaParserMethod.java
for readability and maintainability