This is an automated email from the ASF dual-hosted git repository.
erans pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-geometry.git.
from 687412e Update "pom.xml" (based on the one for "Commons RNG").
new a7ef97f GEOMETRY-46: Add additional UnitVector methods
new 1f52ccf Add unit tests
new a07e4bd Fix braces
new 91bd071 Prefer get methods over use of super
new a0fdcf1 Fix unit vector test precision
new a5a4516 Merge branch 'GEOMETRY-46__steven'
new 2447eaf Enable CheckStyle (based on the configuration for "Commons
RNG").
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../commons/geometry/euclidean/oned/Vector1D.java | 12 +
.../geometry/euclidean/threed/Vector3D.java | 12 +
.../commons/geometry/euclidean/twod/Vector2D.java | 12 +
.../geometry/euclidean/oned/Vector1DTest.java | 29 +++
.../geometry/euclidean/threed/Vector3DTest.java | 29 +++
.../geometry/euclidean/twod/Vector2DTest.java | 31 +++
pom.xml | 55 +++-
.../checkstyle-suppressions.xml} | 26 +-
src/main/resources/checkstyle/checkstyle.xml | 289 +++++++++++++--------
9 files changed, 365 insertions(+), 130 deletions(-)
copy src/main/resources/{spotbugs/spotbugs-exclude-filter.xml =>
checkstyle/checkstyle-suppressions.xml} (58%)