hawk icon indicating copy to clipboard operation
hawk copied to clipboard

Reflection warnings

Open jeroenvandijk opened this issue 5 years ago • 0 comments

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 avatar Feb 21 '20 21:02 jeroenvandijk