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

Reflection warnings #26

Open
jeroenvandijk opened this issue Feb 21, 2020 · 0 comments
Open

Reflection warnings #26

jeroenvandijk opened this issue Feb 21, 2020 · 0 comments

Comments

@jeroenvandijk
Copy link

Version: [hawk "0.2.11"]

Thank you for this library! I'm trying this library with GraalVM and I see these reflection warnings. They probably have to be fixed to make it work for GraalVM.

Reflection warning, hawk/core.clj:16:30 - reference to field isFile can't be resolved.
Reflection warning, hawk/core.clj:21:18 - reference to field toPath can't be resolved.
Reflection warning, hawk/core.clj:22:18 - reference to field getParentFile can't be resolved.
Reflection warning, hawk/core.clj:22:18 - reference to field toPath can't be resolved.
Reflection warning, hawk/core.clj:33:25 - reference to field toPath on java.lang.Object can't be resolved.
Reflection warning, hawk/core.clj:35:29 - call to method startsWith can't be resolved (target class is unknown).
Reflection warning, hawk/core.clj:47:22 - call to method compareTo can't be resolved (target class is unknown).
Reflection warning, hawk/core.clj:55:27 - call to method startsWith can't be resolved (target class is unknown).
Reflection warning, hawk/core.clj:95:3 - reference to field interrupt can't be resolved.
Reflection warning, hawk/core.clj:95:3 - reference to field join can't be resolved.
Reflection warning, hawk/core.clj:100:3 - reference to field isFile on java.lang.Object can't be resolved.
Reflection warning, hawk/core.clj:103:3 - reference to field isDirectory on java.lang.Object can't be resolved.```
jeroenvandijk added a commit to jeroenvandijk/hawk that referenced this issue Feb 22, 2020
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

No branches or pull requests

1 participant