[jira] [Commented] (GEOMETRY-54) Cleanup Checkstyle Reported issues

2019-06-01 Thread Karl Heinz Marbaise (JIRA)


[ 
https://issues.apache.org/jira/browse/GEOMETRY-54?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16853692#comment-16853692
 ] 

Karl Heinz Marbaise commented on GEOMETRY-54:
-

Based on the [branch build it shows the WARNINGs/ERRORs for 
checkstyle|https://travis-ci.org/apache/commons-geometry/builds/540087047] are 
gone

> Cleanup Checkstyle Reported issues
> --
>
> Key: GEOMETRY-54
> URL: https://issues.apache.org/jira/browse/GEOMETRY-54
> Project: Apache Commons Geometry
>  Issue Type: Improvement
>  Components: core, Euclidean 1D, Euclidean 2D, Euclidean 3D
>Reporter: Karl Heinz Marbaise
>Priority: Minor
>  Labels: checkstyle
> Fix For: 1.0
>
>
> *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



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (GEOMETRY-54) Cleanup Checkstyle Reported issues

2019-09-26 Thread Matt Juntunen (Jira)


[ 
https://issues.apache.org/jira/browse/GEOMETRY-54?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16938542#comment-16938542
 ] 

Matt Juntunen commented on GEOMETRY-54:
---

Is there a pull request for this? It seems like we should be able to merge this 
is and close this issue.

> Cleanup Checkstyle Reported issues
> --
>
> Key: GEOMETRY-54
> URL: https://issues.apache.org/jira/browse/GEOMETRY-54
> Project: Apache Commons Geometry
>  Issue Type: Improvement
>  Components: core, Euclidean 1D, Euclidean 2D, Euclidean 3D
>Reporter: Karl Heinz Marbaise
>Priority: Minor
>  Labels: checkstyle
> Fix For: 1.0
>
>
> *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



--
This message was sent by Atlassian Jira
(v8.3.4#803005)