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: implement java.lang.Class.getDeclaredClasses0()[Ljava/lang/Class; #211

Merged
merged 1 commit into from
Jan 11, 2025

fix: implement java.lang.Class.getDeclaredClasses0()[Ljava/lang/Class;

aca3edb
Select commit
Loading
Failed to load commit list.
Merged

fix: implement java.lang.Class.getDeclaredClasses0()[Ljava/lang/Class; #211

fix: implement java.lang.Class.getDeclaredClasses0()[Ljava/lang/Class;
aca3edb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 11, 2025 in 1s

72.78% (-0.06%) compared to 67d523b

View this Pull Request on Codecov

72.78% (-0.06%) compared to 67d523b

Details

Codecov Report

Attention: Patch coverage is 0% with 35 lines in your changes missing coverage. Please review.

Project coverage is 72.78%. Comparing base (67d523b) to head (aca3edb).

Files with missing lines Patch % Lines
ristretto_vm/src/native_methods/java/lang/class.rs 0.00% 35 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #211      +/-   ##
==========================================
- Coverage   72.83%   72.78%   -0.06%     
==========================================
  Files         530      530              
  Lines       47441    47475      +34     
==========================================
  Hits        34553    34553              
- Misses      12888    12922      +34     

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