This is nothing to worry about, but it does seem to be something that can
be improved in clojure. I submitted a patch with a simple fix:
http://www.assembla.com/spaces/clojure/tickets/171-reflection-warning-from-ns
There is a more complex fix that could be made to the clojure compiler so it
woul
2009/8/5 John Harrop
> On Tue, Aug 4, 2009 at 7:46 PM, Vagif Verdi wrote:
>
>>
>> When reflection warning is on, i get 2 warnings on every my file:
>>
>> reference to field getClass can't be resolved.
>
>
> That one is very weird, because getClass is a method of java.lang.Object.
> It should alw
On Tue, Aug 4, 2009 at 7:46 PM, Vagif Verdi wrote:
>
> When reflection warning is on, i get 2 warnings on every my file:
>
> reference to field getClass can't be resolved.
That one is very weird, because getClass is a method of java.lang.Object. It
should always be possible to resolve that one
On Aug 4, 4:46 pm, Vagif Verdi 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
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 ?
--~--~-~--~~~---~--~~
You received this message bec