[udig-devel] IResolve to Resolve ...
Jody Garnett
jgarnett at refractions.net
Tue Aug 29 23:56:59 PDT 2006
So Option 1 fails ...
interface IResolve extends Resolve {
}
Ends up with a method conflict on get Identifier.
URL IResolve.getIdentifier();
URI Resolve.getIdentifier();
So we are stuck between a rock and a hard place, GeoTools 2.2 has not
been out long but it is out, if not changing the method name would of
been an option .. I also do not want to destabilize the uDig codebase by
changing to URI at this time.
Trying option 2 ....
Jody
More information about the udig-devel
mailing list