intention "replace with import" not working in comment
in javadoc comments like the following (@link), "replace with import" is suggested, but does not work:
Note: The <code>change</code> affine transform must be a change in the <strong>Java2D
coordinate space</strong> ({@link RenderingContext#textCS}). But the transform
given by {@link org.geotools.gui.swing.ZoomPane#fireZoomChange} is in the rendering
coordinate space ({@link RenderingContext#mapCS}). Conversion can be performed
as this:
Please sign in to leave a comment.