Re: Reflection warning: reference to field getClass can't be resolved.

2009-08-10 Thread Mike Hinchey
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

Re: Reflection warning: reference to field getClass can't be resolved.

2009-08-05 Thread Laurent PETIT
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

Re: Reflection warning: reference to field getClass can't be resolved.

2009-08-05 Thread 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 always be possible to resolve that one

Re: Reflection warning: reference to field getClass can't be resolved.

2009-08-05 Thread ataggart
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

Reflection warning: reference to field getClass can't be resolved.

2009-08-04 Thread Vagif Verdi
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