Sure, I'll remove that. It was just there as a "breakpoint test pad".
On Thu, Dec 6, 2012 at 2:21 AM, Jan Torben Heuer <mail@...> wrote:
> On Wednesday 05 December 2012 09:08:52 Martin Davis wrote:
> > Yes, that section of the code is no longer maintained, so don't include
> it.
> Ok, I excluded it in eclipse
>
> > > And another issue is in GMLReader:
> > > The method parse(InputSource, HandlerBase) in the type SAXParser is not
> > > applicable for the arguments (InputSource, DefaultHandler)
> I removed the supplied xerces.jar from build path - now it compiles with
> Java
> 1.6
>
> There was only one error left (because of my strict compiler settings):
>
> In DDIOTest:
>
> void writeRepeatedSqrt(DD xdd)
> {
> int count = 0;
> while (xdd.doubleValue() > 1e-300) {
> count++;
> if (count == 100)
> count = count;
>
> The assignment has no effect.
>
> Maybe you want to remove the if clause.
>
> Cheers,
>
> --
> Jan
>
>
> ------------------------------------------------------------------------------
> LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
> Remotely access PCs and mobile devices and provide instant support
> Improve your efficiency, and focus on delivering more value-add services
> Discover what IT Professionals Know. Rescue delivers
> http://p.sf.net/sfu/logmein_12329d2d
> _______________________________________________
> Jts-topo-suite-user mailing list
> Jts-topo-suite-user@...
> https://lists.sourceforge.net/lists/listinfo/jts-topo-suite-user
>
|