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

Remove reflection warnings #7

Closed
ath opened this issue Apr 24, 2012 · 1 comment
Closed

Remove reflection warnings #7

ath opened this issue Apr 24, 2012 · 1 comment

Comments

@ath
Copy link

ath commented Apr 24, 2012

I always specify :warn-on-reflection true in my projects, and when I (use 'criterium.core) I notice the following warnings:

Reflection warning, criterium/well.clj:71 - reference to field longValue can't be resolved.
Reflection warning, criterium/well.clj:72 - reference to field longValue can't be resolved.
Reflection warning, criterium/well.clj:75 - reference to field longValue can't be resolved.
Reflection warning, criterium/well.clj:75 - reference to field longValue can't be resolved.
Reflection warning, criterium/well.clj:76 - reference to field longValue can't be resolved.
core.clj:323 recur arg for primitive local: elapsed is not matching primitive, had: Object, needed: long

Auto-boxing loop arg: elapsed

Reflection warning, criterium/core.clj:498 - reference to field hashCode can't be resolved.
Reflection warning, criterium/core.clj:499 - reference to field hashCode can't be resolved.
@hugoduncan
Copy link
Owner

Fixed in 914250d

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

2 participants