Skip to content

Issue 988 type assigner warning if no rt.jar found#989

Merged
stschott merged 10 commits intodevelopfrom
issue-988-TypeAssigner
Jul 31, 2024
Merged

Issue 988 type assigner warning if no rt.jar found#989
stschott merged 10 commits intodevelopfrom
issue-988-TypeAssigner

Conversation

@sahilagichani14
Copy link
Copy Markdown
Collaborator

No description provided.

@sahilagichani14
Copy link
Copy Markdown
Collaborator Author

This is the case when running type assigner without rt.jar and reaching a situation where no SuperClass of exception class could be found. So warn about no rt.jar present

@sahilagichani14 sahilagichani14 changed the title Issue 988 type assigner Issue 988 type assigner warning if no rt.jar found Jul 18, 2024
@sahilagichani14
Copy link
Copy Markdown
Collaborator Author

dependent on the bug fix, issue-975-typeresolver. once issue fix 975 is merged this would also pass

@github-actions
Copy link
Copy Markdown
Contributor

Documentation Preview.

@sahilagichani14 sahilagichani14 force-pushed the issue-988-TypeAssigner branch from c2e0bbe to 2336e6e Compare July 28, 2024 14:02
@codecov
Copy link
Copy Markdown

codecov bot commented Jul 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.30%. Comparing base (0928c89) to head (2336e6e).
Report is 54 commits behind head on develop.

Additional details and impacted files
@@              Coverage Diff              @@
##             develop     #989      +/-   ##
=============================================
- Coverage      70.34%   70.30%   -0.05%     
- Complexity      4167     4203      +36     
=============================================
  Files            316      317       +1     
  Lines          15658    15736      +78     
  Branches        2682     2701      +19     
=============================================
+ Hits           11015    11063      +48     
- Misses          3780     3806      +26     
- Partials         863      867       +4     

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

Copy link
Copy Markdown
Collaborator

@JonasKlauke JonasKlauke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mmh the testcase should test the warning, it should not be a visual test by the developer

@stschott stschott merged commit af4e7ec into develop Jul 31, 2024
@stschott stschott deleted the issue-988-TypeAssigner branch July 31, 2024 11:36
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.

[Bug]: java.lang.IllegalStateException: Failed to apply sootup.java.core.interceptors.TypeAssigner

3 participants