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: add java.lang.reflect.Array.newArray(Ljava/lang/Class;I)Ljava/lang/Object; #137

Merged
merged 1 commit into from
Nov 20, 2024

fix: add java.lang.reflect.Array.newArray(Ljava/lang/Class;I)Ljava/la…

5bbc809
Select commit
Loading
Failed to load commit list.
Merged

fix: add java.lang.reflect.Array.newArray(Ljava/lang/Class;I)Ljava/lang/Object; #137

fix: add java.lang.reflect.Array.newArray(Ljava/lang/Class;I)Ljava/la…
5bbc809
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Nov 20, 2024 in 0s

44.89% of diff hit (target 95.89%)

View this Pull Request on Codecov

44.89% of diff hit (target 95.89%)

Annotations

Check warning on line 24 in ristretto_vm/src/native_methods/java_lang_reflect_array.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ristretto_vm/src/native_methods/java_lang_reflect_array.rs#L20-L24

Added lines #L20 - L24 were not covered by tests

Check warning on line 48 in ristretto_vm/src/native_methods/java_lang_reflect_array.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ristretto_vm/src/native_methods/java_lang_reflect_array.rs#L27-L48

Added lines #L27 - L48 were not covered by tests