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

feat(javareach): Various improvements. #1658

Merged
merged 1 commit into from
Feb 25, 2025
Merged

feat(javareach): Various improvements. #1658

merged 1 commit into from
Feb 25, 2025

Conversation

oliverchang
Copy link
Collaborator

  • Support detection of dependency injection for some popular frameworks.
  • Add support for handling dynamic code loading by assuming that all class files in the package using dynamic code loading are reachable.
  • Remove old cmdline invocation on extracted .class files. Only support .jar for now for simplicity.
  • Remove explicit recursion and add UniqueQueue data structure to simplify the enumeration algorithm.
  • Refactor more code into javareach package.

- Support detection of dependency injection for some popular frameworks.
- Add support for handling dynamic code loading by assuming that all
  class files in the package using dynamic code loading are reachable.
- Remove old cmdline invocation on extracted .class files. Only support
  .jar for now for simplicity.
- Remove explicit recursion and add `UniqueQueue` data structure to
  simplify the enumeration algorithm.
- Refactor more code into `javareach` package.
@oliverchang oliverchang requested a review from cuixq February 24, 2025 05:45
@codecov-commenter
Copy link

codecov-commenter commented Feb 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 64.58%. Comparing base (8e3f102) to head (4a07e40).
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1658      +/-   ##
==========================================
- Coverage   64.59%   64.58%   -0.01%     
==========================================
  Files         155      155              
  Lines       15999    15997       -2     
==========================================
- Hits        10334    10332       -2     
  Misses       4982     4982              
  Partials      683      683              

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

@oliverchang oliverchang merged commit 91f56a9 into main Feb 25, 2025
15 checks passed
@oliverchang oliverchang deleted the refactor branch February 25, 2025 02:20
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.

3 participants