Hey all,

Spent the day working on javadoc. The good news is that we are not doing
too badly; the bad news is that it appears that maven2's javadoc
generation, as martin knows, is unable to resolve dependencies of
dependent modules so we don't pick up links to JAI or GeoAPI classes. 

I made lots of fixes all over the map; I hope I broke nothing.

There are now 5000 errors broken down as follows:

1645 @source 
        doesn't recognize the tag which means that the custom taglet may
        need to be tweaked. This could also be a problem with my
        install.
1205 @see
        some of these are javadoc's fault. It seems to, given a three
        parameter method, go looking for a two parameter method.
872 @link
        hmmm
625 @return
        most of these are simply blank
200 @param
        wrong names for the parameter variables mostly
125 @task
        actually, this is my fault, commented out this custom tag in the
        pom.xml. will fix. done.
125 @value
        Martin, this is you. It's about @value being for constants. See
        the file attached.
11 @tutorial
8  @todo
        this should be a custom tag as well
7  @uml.property
        perhaps points are invalid in custom tags.

The rest, I'm pretty sure are blank lines due to my hacky calculation
scheme. 

For general interest, here's how to generate these numbers:

mvn javadoc:javadoc > javadoc_4_errors.txt

cat javadoc_4_errors.txt |
        grep -v "[INFO]" |
        grep -v "Loading source file" > javadoc_4_errors.cleaned.txt
        
(edit the file to get rid of the slew of "couldn't find class"
statements at the begining; save to same name)

cat javadoc_4_errors.cleaned.txt |
        grep -v "@source" |
        grep -v "@see" |
        grep -v "@link" |
        grep -v "@return" |
        grep -v "@param" |
        grep -v .... |
        sort > javadoc_4_final.txt

(check out the file and see there's nothing in it of import)

okay. I think we can tackle these back into a manageable number.

cheers,
adrian

PS I will perhaps now really disappear from the network for a few days
as had been planned earlier. ;-)

/soft/SVN/geotools/branches/2.3.x/ext/go/src/org/geotools/display/canvas/AbstractCanvas.java:282:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/ext/go/src/org/geotools/display/canvas/AbstractCanvas.java:295:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/ext/go/src/org/geotools/display/canvas/AbstractCanvas.java:333:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/ext/go/src/org/geotools/display/canvas/AbstractCanvas.java:407:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/ext/go/src/org/geotools/display/canvas/AbstractCanvas.java:407:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/ext/go/src/org/geotools/display/canvas/AbstractCanvas.java:407:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/ext/go/src/org/geotools/display/canvas/AbstractCanvas.java:407:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/ext/go/src/org/geotools/display/canvas/AbstractCanvas.java:450:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/ext/go/src/org/geotools/display/canvas/AbstractCanvas.java:450:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/ext/go/src/org/geotools/display/canvas/AbstractCanvas.java:450:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/ext/go/src/org/geotools/display/canvas/AbstractCanvas.java:450:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/ext/go/src/org/geotools/display/canvas/AbstractGraphic.java:189:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/ext/go/src/org/geotools/display/canvas/AbstractGraphic.java:212:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/ext/go/src/org/geotools/display/canvas/AbstractGraphic.java:570:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/ext/go/src/org/geotools/display/canvas/AbstractGraphic.java:606:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/ext/go/src/org/geotools/display/canvas/DisplayObject.java:277:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/ext/go/src/org/geotools/display/canvas/DisplayObject.java:277:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/ext/go/src/org/geotools/display/canvas/ReferencedCanvas2D.java:209:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/ext/go/src/org/geotools/display/canvas/ReferencedCanvas.java:1062:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/ext/go/src/org/geotools/display/canvas/ReferencedCanvas.java:466:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/ext/go/src/org/geotools/display/canvas/ReferencedCanvas.java:499:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/ext/go/src/org/geotools/display/canvas/ReferencedCanvas.java:499:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/ext/go/src/org/geotools/display/canvas/ReferencedCanvas.java:499:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/ext/go/src/org/geotools/display/canvas/ReferencedCanvas.java:499:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/ext/go/src/org/geotools/display/canvas/ReferencedCanvas.java:499:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/ext/go/src/org/geotools/display/canvas/ReferencedCanvas.java:499:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/ext/go/src/org/geotools/display/canvas/ReferencedCanvas.java:499:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/ext/go/src/org/geotools/display/canvas/ReferencedCanvas.java:499:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/ext/go/src/org/geotools/display/canvas/ReferencedCanvas.java:750:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/ext/go/src/org/geotools/display/canvas/ReferencedCanvas.java:750:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/ext/go/src/org/geotools/display/canvas/ReferencedCanvas.java:750:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/ext/go/src/org/geotools/display/canvas/ReferencedGraphic.java:125:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/ext/go/src/org/geotools/display/canvas/ReferencedGraphic.java:262:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/factory/Hints.java:290:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/CRS.java:325:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/CRS.java:325:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/factory/epsg/DefaultFactory.java:349:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/factory/epsg/DefaultFactory.java:84:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/factory/epsg/FactoryUsingWKT.java:115:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/factory/epsg/FactoryUsingWKT.java:67:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/factory/epsg/LongitudeFirstFactory.java:66:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/factory/epsg/package.html:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/AffineTransform2D.java:110:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/AffineTransform2D.java:110:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/AffineTransform2D.java:110:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/AffineTransform2D.java:118:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/AffineTransform2D.java:118:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/AffineTransform2D.java:118:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/AffineTransform2D.java:52:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/AffineTransform2D.java:52:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/AffineTransform2D.java:52:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/AffineTransform2D.java:52:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/AffineTransform2D.java:52:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/AffineTransform2D.java:52:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/AffineTransform2D.java:52:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/AffineTransform2D.java:52:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/AffineTransform2D.java:80:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/AffineTransform2D.java:80:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix1.java:40:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix1.java:40:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix1.java:40:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix1.java:40:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix1.java:40:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix1.java:40:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix1.java:40:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix1.java:40:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix1.java:68:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix1.java:68:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix1.java:79:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix1.java:79:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix1.java:79:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix1.java:87:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix1.java:87:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix1.java:87:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix2.java:103:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix2.java:103:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix2.java:103:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix2.java:39:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix2.java:39:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix2.java:39:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix2.java:39:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix2.java:39:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix2.java:39:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix2.java:39:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix2.java:39:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix2.java:81:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix2.java:81:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix2.java:95:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix2.java:95:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix2.java:95:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix3.java:104:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix3.java:104:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix3.java:104:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix3.java:40:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix3.java:40:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix3.java:40:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix3.java:40:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix3.java:40:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix3.java:40:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix3.java:40:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix3.java:40:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix3.java:81:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix3.java:81:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix3.java:96:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix3.java:96:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix3.java:96:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix4.java:40:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix4.java:40:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix4.java:40:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix4.java:40:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix4.java:40:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix4.java:40:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix4.java:40:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix4.java:40:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix4.java:76:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix4.java:76:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix4.java:91:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix4.java:91:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix4.java:91:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix4.java:99:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix4.java:99:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/matrix/Matrix4.java:99:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/transform/ProjectiveTransform.java:485:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/module/referencing/src/org/geotools/referencing/operation/transform/ProjectiveTransform.java:485:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
/soft/SVN/geotools/branches/2.3.x/plugin/epsg-postgresql/src/org/geotools/referencing/factory/epsg/PostgreDataSource.java:112:
 warning - Inline tag [EMAIL PROTECTED] should only be used with a constant 
field.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to