funcool / funcool/buddy-hashers
Reflection warnings (core/nonce, core/bytes, hashers)
- Dominant language
- Java
- Stars
- 81
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
[buddy/buddy-hashers "1.3.0"]
There are some reflection warnings reported:
```
Reflection warning, buddy/core/nonce.clj:49:6 - call to method put on java.nio.ByteBuffer can't be resolved (argument types: java.lang.Object).
Reflection warning, buddy/core/nonce.clj:59:56 - reference to field getBlockSize can't be resolved.
Reflection warning, buddy/core/nonce.clj:60:53 - reference to field getBlockSize can't be resolved.
Reflection warning, buddy/core/bytes.clj:31:22 - reference to field getClass can't be resolved.
Reflection warning, buddy/core/bytes.clj:41:6 - call to static method fill on java.util.Arrays can't be resolved (argument types: [B, unknown, unknown, byte).
Reflection warning, buddy/hashers.clj:91:20 - reference to field getDigestSize can't be resolved.
Reflection warning, buddy/hashers.clj:94:18 - reference to field getKey on org.bouncycastle.crypto.CipherParameters can't be resolved.
Reflection warning, buddy/hashers.clj:129:18 - reference to field getKey on org.bouncycastle.crypto.CipherParameters can't be resolved.
Reflection warning, buddy/hashers.clj:219:18 - reference to field getKey on org.bouncycastle.crypto.CipherParameters can't be resolved.
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.