Skip to content

Split Modifiers to resolve flag clashes#661

Merged
JonasKlauke merged 6 commits intodevelopfrom
fix/modifierClashes
Aug 1, 2023
Merged

Split Modifiers to resolve flag clashes#661
JonasKlauke merged 6 commits intodevelopfrom
fix/modifierClashes

Conversation

@JonasKlauke
Copy link
Copy Markdown
Collaborator

Fields, Classes and Methods have modfiers which have the same bytecode but different meanings
fixes #630
introduces API changes since Modifier is split to different Enums

@swissiety swissiety self-requested a review August 1, 2023 13:49
@codecov
Copy link
Copy Markdown

codecov bot commented Aug 1, 2023

Codecov Report

Patch coverage: 60.08% and project coverage change: -0.12% ⚠️

Comparison is base (da1d32a) 65.04% compared to head (2c1dfdc) 64.92%.
Report is 6 commits behind head on develop.

Additional details and impacted files
@@              Coverage Diff              @@
##             develop     #661      +/-   ##
=============================================
- Coverage      65.04%   64.92%   -0.12%     
- Complexity      3351     3369      +18     
=============================================
  Files            312      314       +2     
  Lines          14835    14930      +95     
  Branches        2473     2493      +20     
=============================================
+ Hits            9650     9694      +44     
- Misses          4296     4349      +53     
+ Partials         889      887       -2     
Files Changed Coverage Δ
...ava/sootup/core/frontend/OverridingBodySource.java 89.47% <ø> (ø)
...va/sootup/core/frontend/OverridingClassSource.java 16.66% <ø> (ø)
...ain/java/sootup/core/frontend/SootClassSource.java 100.00% <ø> (ø)
...ytecode/interceptors/DeadAssignmentEliminator.java 0.00% <0.00%> (ø)
...ava/sootup/java/core/JavaAnnotationSootMethod.java 100.00% <ø> (ø)
.../src/main/java/sootup/java/core/JavaSootClass.java 63.46% <ø> (ø)
.../src/main/java/sootup/java/core/JavaSootField.java 38.46% <ø> (ø)
...src/main/java/sootup/java/core/JavaSootMethod.java 33.33% <ø> (ø)
...va/sootup/java/core/OverridingJavaClassSource.java 58.44% <ø> (ø)
...ootup/java/sourcecode/frontend/WalaSootMethod.java 31.25% <ø> (ø)
... and 18 more

... and 8 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@JonasKlauke JonasKlauke merged commit 505df57 into develop Aug 1, 2023
@JonasKlauke JonasKlauke deleted the fix/modifierClashes branch August 1, 2023 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

classes generated from Bytecode have synchronized modifier

2 participants