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

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

Merged
merged 10 commits into from
Jul 31, 2024

Conversation

sahilagichani14
Copy link
Collaborator

No description provided.

@sahilagichani14
Copy link
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
Collaborator Author

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

Copy link
Contributor

Documentation Preview.

Copy link

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
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
7 checks passed
@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