On Aug 4, 4:46 pm, Vagif Verdi <vagif.ve...@gmail.com> wrote:
> When reflection warning is on, i get 2 warnings on every my file:
>
> reference to field getClass can't be resolved.
> reference to field getClassLoader can't be resolved.
>
> Is this something i should be worried about ?

Probably not.  It appears to be in the ns macro:

user=> (set! *warn-on-reflection* true)
true
user=> (ns foo.bar)
Reflection warning, NO_SOURCE_PATH:2 - reference to field getClass
can't be resolved.
Reflection warning, NO_SOURCE_PATH:2 - reference to field
getClassLoader can't be resolved.
nil
foo.bar=>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to