794 check for body validations and class validations#1277
Draft
sahilagichani14 wants to merge 23 commits intodevelopfrom
Draft
794 check for body validations and class validations#1277sahilagichani14 wants to merge 23 commits intodevelopfrom
sahilagichani14 wants to merge 23 commits intodevelopfrom
Conversation
sahilagichani14
commented
Apr 18, 2025
sahilagichani14
commented
Apr 18, 2025
| import sootup.core.model.SootField; | ||
|
|
||
| /** Validator that checks for impossible combinations of field modifiers */ | ||
| public class FieldModifiersValidator implements ClassValidator { |
Collaborator
Author
There was a problem hiding this comment.
I reused this class, which was already there, or should I create another separate class for this wrapper?
Collaborator
There was a problem hiding this comment.
This is linked to #322
You can directly address the other validators as well.
swissiety
approved these changes
May 27, 2025
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## develop #1277 +/- ##
=============================================
- Coverage 71.52% 70.92% -0.61%
Complexity 32 32
=============================================
Files 446 453 +7
Lines 18514 18778 +264
Branches 2964 3050 +86
=============================================
+ Hits 13242 13318 +76
- Misses 4161 4333 +172
- Partials 1111 1127 +16
🚀 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
…d-modifier-combinations
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.