In this PR I fix the problem related to assertions in try statements. jtcop used to skip assertions in try statements. Now it finds them well.
Related to #413.
PR-Codex overview
This PR introduces enhancements to JavaParserMethod for better statement extraction. It also adds tests for finding assertions inside try-catch blocks.
Detailed summary
Added methods to extract statements from JavaParserMethod
Added tests for finding assertions inside try-catch blocks in JavaParserTestCaseTest
✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}
In this PR I fix the problem related to assertions in try statements. jtcop used to skip assertions in try statements. Now it finds them well.
Related to #413.
PR-Codex overview
This PR introduces enhancements to JavaParserMethod for better statement extraction. It also adds tests for finding assertions inside try-catch blocks.
Detailed summary