[Math] Change on branch "master": Commons Math MasterBranch - Build # 60 - Successful

2017-05-12 Thread Apache Jenkins Server
The Apache Jenkins build system has built Commons Math MasterBranch (build #60) Status: Successful Check console output at https://builds.apache.org/job/Commons%20Math%20MasterBranch/60/ to view the results.

[1/5] [math] Fix invalid HTML entity in javadoc

2017-05-12 Thread raydecampo
Repository: commons-math Updated Branches: refs/heads/master 7a59c0af2 -> 44b2b2c1b Fix invalid HTML entity in javadoc Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/6440b7f6 Tree:

[5/5] [math] Fix javadoc issues

2017-05-12 Thread raydecampo
Fix javadoc issues Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/44b2b2c1 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/44b2b2c1 Diff:

[4/5] [math] Fix javadoc issues

2017-05-12 Thread raydecampo
Fix javadoc issues Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/69f13aed Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/69f13aed Diff:

[2/5] [math] Fix javadoc issues

2017-05-12 Thread raydecampo
Fix javadoc issues Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/53d9d652 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/53d9d652 Diff:

[commons-compress] Git Push Summary

2017-05-12 Thread bodewig
Repository: commons-compress Updated Branches: refs/heads/COMPRESS-391 [deleted] b2a56cc98

commons-compress git commit: adapt Zip64SupportIT to #10

2017-05-12 Thread bodewig
Repository: commons-compress Updated Branches: refs/heads/master 0daa8708d -> e97823fb5 adapt Zip64SupportIT to #10 when we added ZIP64 support we excluded the extra field from the central directory entry if it turned out to be superfluous - even with Zip64Model.Always. The PR #10 introduced

commons-numbers git commit: Conditional flags for javadoc tool.

2017-05-12 Thread erans
Repository: commons-numbers Updated Branches: refs/heads/master 402e15109 -> ce893bdb4 Conditional flags for javadoc tool. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/ce893bdb Tree:

[2/2] commons-numbers git commit: NUMBERS-37: New "PlaneAngle" class.

2017-05-12 Thread erans
NUMBERS-37: New "PlaneAngle" class. New module for angle-related utilities. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/1aa1ddcd Tree:

[1/2] commons-numbers git commit: POM clean-up.

2017-05-12 Thread erans
Repository: commons-numbers Updated Branches: refs/heads/master ce893bdb4 -> 1aa1ddcd5 POM clean-up. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/475b7f0a Tree:

[28/31] [math] MATH-1284: Restore Vector2D class as an abstract implementation of Vector and now Cartesian2D extends Vector2D. Restore the public interface of Vector2DFormat to act on Vec

2017-05-12 Thread raydecampo
MATH-1284: Restore Vector2D class as an abstract implementation of Vector and now Cartesian2D extends Vector2D. Restore the public interface of Vector2DFormat to act on Vector2D. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit:

[10/31] [math] MATH-1284: Vector no longer extends Point. Replace/rename Vector?D classes with Coordinate?D classes which implement both Vector and Point. When there are multiple implementations of th

2017-05-12 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/b815d2af/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/FieldVector3D.java -- diff --git

[21/31] [math] MATH-1284: Replace/rename Coordinate?D classes (nee Vector?D) as Cartesian?D classes as per discussion. When there are existing overridden methods accepting Vector<Euclidean?D> and Poin

2017-05-12 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/e21d4d43/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/FieldRotation.java -- diff --git

[15/31] [math] MATH-1284: Replace/rename Coordinate?D classes (nee Vector?D) as Cartesian?D classes as per discussion. When there are existing overridden methods accepting Vector<Euclidean?D> and Poin

2017-05-12 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/e21d4d43/src/test/java/org/apache/commons/math4/geometry/euclidean/threed/Vector3DTest.java -- diff --git

[17/31] [math] MATH-1284: Replace/rename Coordinate?D classes (nee Vector?D) as Cartesian?D classes as per discussion. When there are existing overridden methods accepting Vector<Euclidean?D> and Poin

2017-05-12 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/e21d4d43/src/test/java/org/apache/commons/math4/geometry/euclidean/threed/FieldVector3DTest.java -- diff --git

[08/31] [math] MATH-1284: Vector no longer extends Point. Replace/rename Vector?D classes with Coordinate?D classes which implement both Vector and Point. When there are multiple implementations of th

2017-05-12 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/b815d2af/src/main/java/org/apache/commons/math4/geometry/euclidean/twod/DiskGenerator.java -- diff --git

[01/31] [math] MATH-1284: Vector no longer extends Point. Replace/rename Vector?D classes with Coordinate?D classes which implement both Vector and Point. When there are multiple implementations of th

2017-05-12 Thread raydecampo
Repository: commons-math Updated Branches: refs/heads/master bf9158489 -> 7a59c0af2 http://git-wip-us.apache.org/repos/asf/commons-math/blob/b815d2af/src/test/java/org/apache/commons/math4/geometry/spherical/twod/SphericalPolygonsSetTest.java

[04/31] [math] MATH-1284: Vector no longer extends Point. Replace/rename Vector?D classes with Coordinate?D classes which implement both Vector and Point. When there are multiple implementations of th

2017-05-12 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/b815d2af/src/test/java/org/apache/commons/math4/geometry/euclidean/threed/Vector3DTest.java -- diff --git

[03/31] [math] MATH-1284: Vector no longer extends Point. Replace/rename Vector?D classes with Coordinate?D classes which implement both Vector and Point. When there are multiple implementations of th

2017-05-12 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/b815d2af/src/test/java/org/apache/commons/math4/geometry/euclidean/twod/PolygonsSetTest.java -- diff --git

[02/31] [math] MATH-1284: Vector no longer extends Point. Replace/rename Vector?D classes with Coordinate?D classes which implement both Vector and Point. When there are multiple implementations of th

2017-05-12 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/b815d2af/src/test/java/org/apache/commons/math4/geometry/euclidean/twod/SegmentTest.java -- diff --git

[23/31] [math] MATH-1284: Replace uses of "Vector3D" in comments and supporting files with "Cartesian3D".

2017-05-12 Thread raydecampo
MATH-1284: Replace uses of "Vector3D" in comments and supporting files with "Cartesian3D". Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/a3984815 Tree:

[29/31] [math] MATH-1284: Restore Vector3D class as an abstract implementation of Vector and now Cartesian3D extends Vector3D. Restore the public interface of Vector3DFormat to act on Vec

2017-05-12 Thread raydecampo
MATH-1284: Restore Vector3D class as an abstract implementation of Vector and now Cartesian3D extends Vector3D. Restore the public interface of Vector3DFormat to act on Vector3D. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit:

[31/31] [math] MATH-1284: Merge branch 'feature-MATH-1284'

2017-05-12 Thread raydecampo
MATH-1284: Merge branch 'feature-MATH-1284' Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/7a59c0af Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/7a59c0af Diff:

[30/31] [math] MATH-1284: Fix javadoc references

2017-05-12 Thread raydecampo
MATH-1284: Fix javadoc references Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/c9e49faa Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/c9e49faa Diff:

[11/31] [math] MATH-1284: Vector no longer extends Point. Replace/rename Vector?D classes with Coordinate?D classes which implement both Vector and Point. When there are multiple implementations of th

2017-05-12 Thread raydecampo
MATH-1284: Vector no longer extends Point. Replace/rename Vector?D classes with Coordinate?D classes which implement both Vector and Point. When there are multiple implementations of the same method which would confuse the compiler, prefer the one which matches the documentation of the method.

[20/31] [math] MATH-1284: Replace/rename Coordinate?D classes (nee Vector?D) as Cartesian?D classes as per discussion. When there are existing overridden methods accepting Vector<Euclidean?D> and Poin

2017-05-12 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/e21d4d43/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/Rotation.java -- diff --git

[14/31] [math] MATH-1284: Replace/rename Coordinate?D classes (nee Vector?D) as Cartesian?D classes as per discussion. When there are existing overridden methods accepting Vector<Euclidean?D> and Poin

2017-05-12 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/e21d4d43/src/test/java/org/apache/commons/math4/geometry/euclidean/twod/PolygonsSetTest.java -- diff --git

[24/31] [math] MATH-1284: Replace uses of "Vector2D" in comments and supporting files with "Cartesian2D".

2017-05-12 Thread raydecampo
MATH-1284: Replace uses of "Vector2D" in comments and supporting files with "Cartesian2D". Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/c7d20472 Tree:

[19/31] [math] MATH-1284: Replace/rename Coordinate?D classes (nee Vector?D) as Cartesian?D classes as per discussion. When there are existing overridden methods accepting Vector<Euclidean?D> and Poin

2017-05-12 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/e21d4d43/src/main/java/org/apache/commons/math4/geometry/euclidean/twod/Line.java -- diff --git a/src/main/java/org/apache/commons/math4/geometry/euclidean/twod/Line.java

[25/31] [math] MATH-1284: Replace uses of Vector3D in user guide with Cartesian2D.

2017-05-12 Thread raydecampo
MATH-1284: Replace uses of Vector3D in user guide with Cartesian2D. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/e508ad09 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/e508ad09 Diff:

[09/31] [math] MATH-1284: Vector no longer extends Point. Replace/rename Vector?D classes with Coordinate?D classes which implement both Vector and Point. When there are multiple implementations of th

2017-05-12 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/b815d2af/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/Rotation.java -- diff --git

[16/31] [math] MATH-1284: Replace/rename Coordinate?D classes (nee Vector?D) as Cartesian?D classes as per discussion. When there are existing overridden methods accepting Vector<Euclidean?D> and Poin

2017-05-12 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/e21d4d43/src/test/java/org/apache/commons/math4/geometry/euclidean/threed/RotationTest.java -- diff --git

[26/31] [math] MATH-1284: Replace uses of "Vector1D" in comments and supporting files with "Cartesian1D".

2017-05-12 Thread raydecampo
MATH-1284: Replace uses of "Vector1D" in comments and supporting files with "Cartesian1D". Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/a27ca511 Tree:

[13/31] [math] MATH-1284: Replace/rename Coordinate?D classes (nee Vector?D) as Cartesian?D classes as per discussion. When there are existing overridden methods accepting Vector<Euclidean?D> and Poin

2017-05-12 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/e21d4d43/src/test/java/org/apache/commons/math4/geometry/euclidean/twod/SegmentTest.java -- diff --git

[06/31] [math] MATH-1284: Vector no longer extends Point. Replace/rename Vector?D classes with Coordinate?D classes which implement both Vector and Point. When there are multiple implementations of th

2017-05-12 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/b815d2af/src/test/java/org/apache/commons/math4/geometry/euclidean/threed/FieldRotationDSTest.java -- diff --git

[05/31] [math] MATH-1284: Vector no longer extends Point. Replace/rename Vector?D classes with Coordinate?D classes which implement both Vector and Point. When there are multiple implementations of th

2017-05-12 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/b815d2af/src/test/java/org/apache/commons/math4/geometry/euclidean/threed/RotationTest.java -- diff --git

[07/31] [math] MATH-1284: Vector no longer extends Point. Replace/rename Vector?D classes with Coordinate?D classes which implement both Vector and Point. When there are multiple implementations of th

2017-05-12 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/b815d2af/src/main/java/org/apache/commons/math4/geometry/spherical/twod/PropertiesComputer.java -- diff --git

[18/31] [math] MATH-1284: Replace/rename Coordinate?D classes (nee Vector?D) as Cartesian?D classes as per discussion. When there are existing overridden methods accepting Vector<Euclidean?D> and Poin

2017-05-12 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/e21d4d43/src/main/java/org/apache/commons/math4/geometry/spherical/twod/SubCircle.java -- diff --git

[27/31] [math] MATH-1284: Restore Vector1D class as an abstract implementation of Vector and now Cartesian1D extends Vector1D. Restore the public interface of Vector1DFormat to act on Vec

2017-05-12 Thread raydecampo
MATH-1284: Restore Vector1D class as an abstract implementation of Vector and now Cartesian1D extends Vector1D. Restore the public interface of Vector1DFormat to act on Vector1D. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit:

[22/31] [math] MATH-1284: Replace/rename Coordinate?D classes (nee Vector?D) as Cartesian?D classes as per discussion. When there are existing overridden methods accepting Vector<Euclidean?D> and Poin

2017-05-12 Thread raydecampo
MATH-1284: Replace/rename Coordinate?D classes (nee Vector?D) as Cartesian?D classes as per discussion. When there are existing overridden methods accepting Vector and Point, add a disambiguating method accepting a Cartesian?D. Eliminate casts where possible. Project:

[12/31] [math] MATH-1284: Replace/rename Coordinate?D classes (nee Vector?D) as Cartesian?D classes as per discussion. When there are existing overridden methods accepting Vector<Euclidean?D> and Poin

2017-05-12 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-math/blob/e21d4d43/src/test/java/org/apache/commons/math4/geometry/spherical/twod/SphericalPolygonsSetTest.java -- diff --git

[Math] Change on branch "master": Commons Math MasterBranch - Build # 58 - Unstable

2017-05-12 Thread Apache Jenkins Server
The Apache Jenkins build system has built Commons Math MasterBranch (build #58) Status: Unstable Check console output at https://builds.apache.org/job/Commons%20Math%20MasterBranch/58/ to view the results.

[Math] Change on branch "master": Commons Math MasterBranch - Build # 59 - Fixed

2017-05-12 Thread Apache Jenkins Server
The Apache Jenkins build system has built Commons Math MasterBranch (build #59) Status: Fixed Check console output at https://builds.apache.org/job/Commons%20Math%20MasterBranch/59/ to view the results.