Uploaded image for project: 'Commons Geometry'
  1. Commons Geometry
  2. GEOMETRY-54

Cleanup Checkstyle Reported issues

    XMLWordPrintableJSON

Details

    Description

      Problem

      • Currently several Checkstyle based ERRORs/WARNINGs are reported
        • geometry-core:
          • DoublePrecisionContextTest.java usage of new Double(...) is deprecated marked with JDK 9 which can simply being replaced by using Double.valueOf(..).
        • geometry-euclidian, geometry-core
          • Vector.java messages like Vector.java:99:8: Unable to get class information for @throws tag 'IllegalNormException'. [JavadocMethod]
          • AffineTransformMatrix3D.java, AffineTransformMatrix1D.java and AffineTransformMatrix1D.java messages like Unable to get class information for @throws tag 'NonInvertibleTransformException'..
        • This is related to that the methods do not add the throwing to the method signature and using a wrong JavaDoc Tag like @exception.

      Goal

      • Remove the ERRORs/WARNINGs

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              khmarbaise Karl Heinz Marbaise
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: