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

fix: correct bug in java.lang.Class.getDeclaredMethods0() where class constructors were incorrectly returned #226

Merged
merged 1 commit into from
Jan 21, 2025

fix: correct bug in java.lang.Class.getDeclaredMethods0() where class…

ab52ea2
Select commit
Loading
Failed to load commit list.
Merged

fix: correct bug in java.lang.Class.getDeclaredMethods0() where class constructors were incorrectly returned #226

fix: correct bug in java.lang.Class.getDeclaredMethods0() where class…
ab52ea2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 21, 2025 in 1s

97.18% (+0.43%) compared to d960618

View this Pull Request on Codecov

97.18% (+0.43%) compared to d960618

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.18%. Comparing base (d960618) to head (ab52ea2).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #226      +/-   ##
==========================================
+ Coverage   96.75%   97.18%   +0.43%     
==========================================
  Files         530      530              
  Lines       58451    58628     +177     
==========================================
+ Hits        56552    56976     +424     
+ Misses       1899     1652     -247     

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