Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] More 1.5 Leakage?

assert is part of java 1.4 so it should be fine. I'd say the Javadoc build is failing for javadoc compile issues. Maybe everyone should go through their parts and make sure their javadocs compile correctly.

Jesse

Paul Ramsey said the following on 11/09/2004 06:56 AM:

When building the javadoc, I find a number of these (5 to be precise):

/home/autorun/cvs/udig/./plugins/net.refractions.udig.tools/src/net/ refractions/udig/tools/internal/MoveVertex.java:237: warning: as of release 1.4, assert is a keyword, and may not be used as an identifier
        assert newCoord != null && prev != null && geom != null;
/home/autorun/cvs/udig/./plugins/net.refractions.udig.tools/src/net/ refractions/udig/tools/internal/MoveVertex.java:237: ';' expected
        assert newCoord != null && prev != null && geom != null;

project/internal/render/RenderStackImpl.java:125
project/internal/render/ViewportPainter.java:73
project/internal/render/SWTGraphics.java:219
project/internal/map/LayerManagerImpl.java:250

This may be one reason my javadoc autobuild is failing.

_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel




Back to the top