-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
CheckInitValidator changes #822
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #822 +/- ##
=============================================
+ Coverage 63.74% 63.79% +0.05%
- Complexity 3417 3425 +8
=============================================
Files 312 312
Lines 15086 15099 +13
Branches 2559 2563 +4
=============================================
+ Hits 9616 9633 +17
+ Misses 4557 4553 -4
Partials 913 913 ☔ View full report in Codecov by Sentry. |
sootup.core/src/main/java/sootup/core/validation/CheckInitValidator.java
Outdated
Show resolved
Hide resolved
sootup.core/src/main/java/sootup/core/validation/CheckInitValidator.java
Outdated
Show resolved
Hide resolved
* l + " not definitely defined at " + s + " in " + body.getMethod(), false); } } } } | ||
*/ | ||
return null; | ||
List<ValidationException> validationException = new ArrayList<>(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @akshitad11 ! Could you also add a few sentences to describe this?
# Conflicts: # sootup.core/src/main/java/sootup/core/validation/CheckInitValidator.java # sootup.tests/src/test/resources/validator/jimple/CheckInitValidator.jimple
CheckInitValidator changes and Test cases