Skip to content
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

Refactor/new localsplitter #848

Merged
merged 3 commits into from
Feb 12, 2024
Merged

Refactor/new localsplitter #848

merged 3 commits into from
Feb 12, 2024

Conversation

swissiety
Copy link
Collaborator

No description provided.

Copy link

codecov bot commented Feb 8, 2024

Codecov Report

Attention: 62 lines in your changes are missing coverage. Please review.

Comparison is base (954e20d) 64.20% compared to head (b42b33a) 64.11%.

❗ Current head b42b33a differs from pull request most recent head 71a9bd7. Consider uploading reports for the commit 71a9bd7 to get more accurate results

Files Patch % Lines
...otup/java/bytecode/interceptors/LocalSplitter.java 77.77% 4 Missing and 6 partials ⚠️
...a/sootup/callgraph/AbstractCallGraphAlgorithm.java 55.00% 3 Missing and 6 partials ⚠️
.../java/sootup/core/jimple/basic/LocalGenerator.java 86.44% 5 Missing and 3 partials ⚠️
...n/java/sootup/java/core/JavaIdentifierFactory.java 0.00% 2 Missing and 6 partials ⚠️
...tup/callgraph/ClassHierarchyAnalysisAlgorithm.java 42.85% 1 Missing and 3 partials ⚠️
...n/java/sootup/java/core/views/MutableJavaView.java 0.00% 2 Missing and 2 partials ⚠️
...procedural/icfg/JimpleBasedInterproceduralCFG.java 0.00% 1 Missing and 1 partial ⚠️
...a/sootup/callgraph/RapidTypeAnalysisAlgorithm.java 0.00% 1 Missing and 1 partial ⚠️
...a/sootup/core/cache/provider/LRUCacheProvider.java 0.00% 1 Missing and 1 partial ⚠️
...e/src/main/java/sootup/core/jimple/basic/Trap.java 50.00% 1 Missing and 1 partial ⚠️
... and 6 more
Additional details and impacted files
@@              Coverage Diff              @@
##             develop     #848      +/-   ##
=============================================
- Coverage      64.20%   64.11%   -0.09%     
+ Complexity      3436     3432       -4     
=============================================
  Files            312      312              
  Lines          15059    15103      +44     
  Branches        2546     2546              
=============================================
+ Hits            9668     9684      +16     
- Misses          4485     4514      +29     
+ Partials         906      905       -1     

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

…' - do a collision check on the generated Local
@kadirayk kadirayk merged commit 4dd5bdb into develop Feb 12, 2024
15 of 16 checks passed
@kadirayk kadirayk deleted the refactor/NewLocalsplitter branch February 12, 2024 13:05
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.

2 participants