-
-
Notifications
You must be signed in to change notification settings - Fork 92
794 check for body validations and class validations #1277
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
base: develop
Are you sure you want to change the base?
794 check for body validations and class validations #1277
Conversation
import java.util.List; | ||
import java.util.Set; | ||
import sootup.core.model.FieldModifier; | ||
import sootup.core.model.SootClass; | ||
import sootup.core.model.SootField; | ||
|
||
/** Validator that checks for impossible combinations of field modifiers */ | ||
public class FieldModifiersValidator implements ClassValidator { |
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.
I reused this class, which was already there, or should I create another separate class for this wrapper?
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.
This is linked to #322
You can directly address the other validators as well.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #1277 +/- ##
=============================================
- Coverage 71.31% 70.35% -0.97%
Complexity 19 19
=============================================
Files 446 453 +7
Lines 18439 18703 +264
Branches 2947 3033 +86
=============================================
+ Hits 13150 13158 +8
- Misses 4175 4430 +255
- Partials 1114 1115 +1
🚀 New features to boost your workflow:
|
…binations' into 794-check-for-valid-modifier-combinations
# Conflicts: # sootup.core/src/main/java/sootup/core/jimple/JimpleIR.java
No description provided.