Re: [Geotools-devel] function name clash warnings

2011-08-05 Thread Jody Garnett
What I did was open up the type hierarchy in Eclipse and go through everything that extended function. I think now that I have done that 1st pass (to get "names" in there) you could do the same thing with the FunctionNameImpl constructor - look for all occurrences in the code and check them - I

Re: [Geotools-devel] function name clash warnings

2011-08-05 Thread Justin Deoliveira
I will try to put in a shift over the weekend to update functions. Any advice? Did you get to a certain point? On Thu, Aug 4, 2011 at 6:34 PM, Jody Garnett wrote: > Thanks Justin; I noted this a while back (and put in the warnings so we > could try and detect what was going on). I think we could

Re: [Geotools-devel] function name clash warnings

2011-08-04 Thread Jody Garnett
Thanks Justin; I noted this a while back (and put in the warnings so we could try and detect what was going on). I think we could remove one of the area functions; as they both do the same thing (and less code is good). We also have not managed to make good on your FunctionName changes yet; only a

Re: [Geotools-devel] function name clash warnings

2011-08-04 Thread Justin Deoliveira
On Thu, Aug 4, 2011 at 1:59 PM, Andrea Aime wrote: > On Thu, Aug 4, 2011 at 7:27 PM, Justin Deoliveira > wrote: > > Hi all, > > I have recently noticed some warnings that commit from > > DefaultFunctionFactory: > > Aug 4, 2011 11:19:46 AM > org.geotools.filter.function.DefaultFunctionFactory > >

Re: [Geotools-devel] function name clash warnings

2011-08-04 Thread Andrea Aime
On Thu, Aug 4, 2011 at 7:27 PM, Justin Deoliveira wrote: > Hi all, > I have recently noticed some warnings that commit from > DefaultFunctionFactory: > Aug 4, 2011 11:19:46 AM org.geotools.filter.function.DefaultFunctionFactory > loadFunctions > WARNING: Function in10 clash between FilterFunction_

[Geotools-devel] function name clash warnings

2011-08-04 Thread Justin Deoliveira
Hi all, I have recently noticed some warnings that commit from DefaultFunctionFactory: Aug 4, 2011 11:19:46 AM org.geotools.filter.function.DefaultFunctionFactory loadFunctions WARNING: Function in10 clash between FilterFunction_in9 and FilterFunction_in10 Aug 4, 2011 11:19:46 AM org.geotools.fil