commons-numbers git commit: NUMBERS-6: Remove Field classes and references to same

2017-02-02 Thread raydecampo
Repository: commons-numbers Updated Branches: refs/heads/fraction__NUMBERS-6 ffe11d9d8 -> 16352312b NUMBERS-6: Remove Field classes and references to same Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit:

commons-numbers git commit: NUMBERS-6: Fix checkstyle issues.

2017-02-02 Thread raydecampo
Repository: commons-numbers Updated Branches: refs/heads/fraction__NUMBERS-6 16352312b -> 985d44fca NUMBERS-6: Fix checkstyle issues. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/985d44fc Tree:

commons-numbers git commit: NUMBERS-6: Remove specialized exception from public API. FractionException becomes package private and inherits from java.lang.ArithmeticException. Subclasses of FractionEx

2017-01-31 Thread raydecampo
Repository: commons-numbers Updated Branches: refs/heads/fraction__NUMBERS-6 fbb60fbf9 -> 41e2f65b3 NUMBERS-6: Remove specialized exception from public API. FractionException becomes package private and inherits from java.lang.ArithmeticException. Subclasses of FractionException are

commons-numbers git commit: NUMBERS-6: Remove specialized exception from public API (contd). FractionParseException becomes package private and inherits from java.text.ParseException.

2017-01-31 Thread raydecampo
Repository: commons-numbers Updated Branches: refs/heads/fraction__NUMBERS-6 41e2f65b3 -> ec826b0fc NUMBERS-6: Remove specialized exception from public API (contd). FractionParseException becomes package private and inherits from java.text.ParseException. Project:

commons-numbers git commit: NUMBERS-6: Fix javadoc errors

2017-01-31 Thread raydecampo
Repository: commons-numbers Updated Branches: refs/heads/fraction__NUMBERS-6 ec826b0fc -> ffe11d9d8 NUMBERS-6: Fix javadoc errors Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/ffe11d9d Tree:

[05/13] commons-numbers git commit: NUMBERS-6: Remove @since from classes as there has not been a release of common-numbers yet.

2017-02-06 Thread raydecampo
NUMBERS-6: Remove @since from classes as there has not been a release of common-numbers yet. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/fe27e8ec Tree:

[07/13] commons-numbers git commit: NUMBERS-6: Remove throws clause for (unchecked) ArithmeticException

2017-02-06 Thread raydecampo
NUMBERS-6: Remove throws clause for (unchecked) ArithmeticException Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/fbb60fbf Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/fbb60fbf Diff:

[02/13] commons-numbers git commit: NUMBERS-6: Create structure for fraction module within commons-numbers.

2017-02-06 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-numbers/blob/ca71f355/commons-numbers-fraction/src/main/java/org/apache/commons/numbers/fraction/FractionConversionException.java -- diff --git

[10/13] commons-numbers git commit: NUMBERS-6: Fix javadoc errors

2017-02-06 Thread raydecampo
NUMBERS-6: Fix javadoc errors Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/ffe11d9d Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/ffe11d9d Diff:

[03/13] commons-numbers git commit: NUMBERS-6: Create structure for fraction module within commons-numbers.

2017-02-06 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-numbers/blob/ca71f355/commons-numbers-fraction/src/main/java/org/apache/commons/numbers/fraction/AbstractFormat.java -- diff --git

[01/13] commons-numbers git commit: NUMBERS-6: Create structure for fraction module within commons-numbers.

2017-02-06 Thread raydecampo
Repository: commons-numbers Updated Branches: refs/heads/master 237697268 -> 39b5119cc http://git-wip-us.apache.org/repos/asf/commons-numbers/blob/ca71f355/commons-numbers-fraction/src/test/java/org/apache/commons/numbers/fraction/FractionFormatTest.java

[08/13] commons-numbers git commit: NUMBERS-6: Remove specialized exception from public API. FractionException becomes package private and inherits from java.lang.ArithmeticException. Subclasses of Fr

2017-02-06 Thread raydecampo
NUMBERS-6: Remove specialized exception from public API. FractionException becomes package private and inherits from java.lang.ArithmeticException. Subclasses of FractionException are eliminated. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit:

[09/13] commons-numbers git commit: NUMBERS-6: Remove specialized exception from public API (contd). FractionParseException becomes package private and inherits from java.text.ParseException.

2017-02-06 Thread raydecampo
NUMBERS-6: Remove specialized exception from public API (contd). FractionParseException becomes package private and inherits from java.text.ParseException. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit:

[12/13] commons-numbers git commit: NUMBERS-6: Fix checkstyle issues.

2017-02-06 Thread raydecampo
NUMBERS-6: Fix checkstyle issues. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/985d44fc Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/985d44fc Diff:

[11/13] commons-numbers git commit: NUMBERS-6: Remove Field classes and references to same

2017-02-06 Thread raydecampo
NUMBERS-6: Remove Field classes and references to same Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/16352312 Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/16352312 Diff:

[04/13] commons-numbers git commit: NUMBERS-6: Create structure for fraction module within commons-numbers.

2017-02-06 Thread raydecampo
NUMBERS-6: Create structure for fraction module within commons-numbers. Add dependencyManagement to parent pom.xml for uniform dependency on numbers core. Remove version from references to numbers-core in child modules. Add test jar to numbers core pom.xml to allow for re-use of TestUtils. Add

[13/13] commons-numbers git commit: Merge branch 'fraction__NUMBERS-6' Copy fraction code from commons-math into commons-numbers

2017-02-06 Thread raydecampo
Merge branch 'fraction__NUMBERS-6' Copy fraction code from commons-math into commons-numbers Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/39b5119c Tree:

[1/5] commons-numbers git commit: Create structure for fraction module within commons-numbers. Add dependencyManagement to parent pom.xml for uniform dependency on numbers core; remove version from re

2017-01-28 Thread raydecampo
Repository: commons-numbers Updated Branches: refs/heads/multimodule 69d3b6231 -> 763ec4fea http://git-wip-us.apache.org/repos/asf/commons-numbers/blob/aaef6f7a/commons-numbers-fraction/src/test/java/org/apache/commons/numbers/fraction/FractionFormatTest.java

[2/5] commons-numbers git commit: Create structure for fraction module within commons-numbers. Add dependencyManagement to parent pom.xml for uniform dependency on numbers core; remove version from re

2017-01-28 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-numbers/blob/aaef6f7a/commons-numbers-fraction/src/main/java/org/apache/commons/numbers/fraction/FractionConversionException.java -- diff --git

[4/5] commons-numbers git commit: Create structure for fraction module within commons-numbers. Add dependencyManagement to parent pom.xml for uniform dependency on numbers core; remove version from re

2017-01-28 Thread raydecampo
Create structure for fraction module within commons-numbers. Add dependencyManagement to parent pom.xml for uniform dependency on numbers core; remove version from references to numbers-core in child modules. Add test jar to numbers core pom.xml to allow for re-use of TestUtils. Add

[3/5] commons-numbers git commit: Create structure for fraction module within commons-numbers. Add dependencyManagement to parent pom.xml for uniform dependency on numbers core; remove version from re

2017-01-28 Thread raydecampo
http://git-wip-us.apache.org/repos/asf/commons-numbers/blob/aaef6f7a/commons-numbers-fraction/src/main/java/org/apache/commons/numbers/fraction/AbstractFormat.java -- diff --git

[5/5] commons-numbers git commit: Add maven module for fractions package from commons-math Resolves pull request #4

2017-01-28 Thread raydecampo
Add maven module for fractions package from commons-math Resolves pull request #4 Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/763ec4fe Tree:

commons-numbers git commit: NUMBERS-6: Remove @since from classes as there has not been a release of common-numbers yet.

2017-01-28 Thread raydecampo
Repository: commons-numbers Updated Branches: refs/heads/fraction__NUMBERS-6 ca71f3559 -> fe27e8ec9 NUMBERS-6: Remove @since from classes as there has not been a release of common-numbers yet. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit:

commons-numbers git commit: NUMBERS-6: Make NumbersArithmeticException a private exception within ArithmeticUtils and change public API to reflect java.lang.ArithmeticException

2017-01-29 Thread raydecampo
Repository: commons-numbers Updated Branches: refs/heads/fraction__NUMBERS-6 fe27e8ec9 -> dca007d22 NUMBERS-6: Make NumbersArithmeticException a private exception within ArithmeticUtils and change public API to reflect java.lang.ArithmeticException Project:

commons-numbers git commit: NUMBERS-6: Remove throws clause for (unchecked) ArithmeticException

2017-01-29 Thread raydecampo
Repository: commons-numbers Updated Branches: refs/heads/fraction__NUMBERS-6 dca007d22 -> fbb60fbf9 NUMBERS-6: Remove throws clause for (unchecked) ArithmeticException Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit:

[2/3] commons-numbers git commit: NUMBERS-20: Port classes to new package. Replace [math] exceptions with IllegalArgumentException. Simplify exception detection in unit tests.

2017-04-20 Thread raydecampo
NUMBERS-20: Port classes to new package. Replace [math] exceptions with IllegalArgumentException. Simplify exception detection in unit tests. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/09dc0163 Tree:

[1/3] commons-numbers git commit: NUMBERS-20: Establish baseline of files copied from [math].

2017-04-20 Thread raydecampo
Repository: commons-numbers Updated Branches: refs/heads/feature-NUMBERS-20 [created] 9e54e498d NUMBERS-20: Establish baseline of files copied from [math]. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit:

[3/3] commons-numbers git commit: NUMBERS-20: Add unit tests for SmallPrimes.

2017-04-20 Thread raydecampo
NUMBERS-20: Add unit tests for SmallPrimes. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/9e54e498 Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/9e54e498 Diff:

[3/4] commons-numbers git commit: Remove unnecessary default constructor

2017-04-20 Thread raydecampo
Remove unnecessary default constructor Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/e3399d1b Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/e3399d1b Diff:

[4/4] commons-numbers git commit: NUMBERS-12: Merge branch 'feature-NUMBERS-12'

2017-04-20 Thread raydecampo
NUMBERS-12: Merge branch 'feature-NUMBERS-12' Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/48c9522d Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/48c9522d Diff:

[2/4] commons-numbers git commit: Port ContinuedFraction from commons math. Converted exceptions to ArithmeticException.

2017-04-20 Thread raydecampo
Port ContinuedFraction from commons math. Converted exceptions to ArithmeticException. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/9602e36b Tree:

[1/4] commons-numbers git commit: Establish baseline of files copied from commons-math. (Will not build.)

2017-04-20 Thread raydecampo
Repository: commons-numbers Updated Branches: refs/heads/master b37c9f195 -> 48c9522d8 Establish baseline of files copied from commons-math. (Will not build.) Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit:

[commons-numbers] Git Push Summary

2017-04-20 Thread raydecampo
Repository: commons-numbers Updated Branches: refs/heads/feature-NUMBERS-12 [deleted] e3399d1ba

[commons-numbers] Git Push Summary

2017-04-20 Thread raydecampo
Repository: commons-numbers Updated Branches: refs/heads/fraction__NUMBERS-6 [deleted] 985d44fca

[commons-numbers] Git Push Summary

2017-04-20 Thread raydecampo
Repository: commons-numbers Updated Branches: refs/heads/feature-NUMBERS-12 [deleted] 44fa5ca2b

[2/3] commons-numbers git commit: Port ContinuedFraction from commons math. Converted exceptions to ArithmeticException.

2017-04-20 Thread raydecampo
Port ContinuedFraction from commons math. Converted exceptions to ArithmeticException. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/9602e36b Tree:

[1/3] commons-numbers git commit: Establish baseline of files copied from commons-math. (Will not build.)

2017-04-20 Thread raydecampo
Repository: commons-numbers Updated Branches: refs/heads/feature-NUMBERS-12 [created] e3399d1ba Establish baseline of files copied from commons-math. (Will not build.) Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit:

[3/3] commons-numbers git commit: Remove unnecessary default constructor

2017-04-20 Thread raydecampo
Remove unnecessary default constructor Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/e3399d1b Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/e3399d1b Diff:

[2/2] commons-numbers git commit: Port ContinuedFraction from commons math. Converted exceptions to ArithmeticException.

2017-04-15 Thread raydecampo
Port ContinuedFraction from commons math. Converted exceptions to ArithmeticException. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/44fa5ca2 Tree:

[1/2] commons-numbers git commit: Establish baseline of files copied from commons-math. (Will not build.)

2017-04-15 Thread raydecampo
Repository: commons-numbers Updated Branches: refs/heads/feature-NUMBERS-12 [created] 44fa5ca2b Establish baseline of files copied from commons-math. (Will not build.) Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit:

[commons-numbers] Git Push Summary

2017-04-23 Thread raydecampo
Repository: commons-numbers Updated Branches: refs/heads/feature-NUMBERS-20 [deleted] 9e54e498d

[4/4] commons-numbers git commit: NUMBERS-20: Merge branch 'feature-NUMBERS-20'

2017-04-23 Thread raydecampo
NUMBERS-20: Merge branch 'feature-NUMBERS-20' Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/1eaba643 Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/1eaba643 Diff:

[1/4] commons-numbers git commit: NUMBERS-20: Establish baseline of files copied from [math].

2017-04-23 Thread raydecampo
Repository: commons-numbers Updated Branches: refs/heads/master eed94bfe8 -> 1eaba643f NUMBERS-20: Establish baseline of files copied from [math]. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit:

[2/4] commons-numbers git commit: NUMBERS-20: Port classes to new package. Replace [math] exceptions with IllegalArgumentException. Simplify exception detection in unit tests.

2017-04-23 Thread raydecampo
NUMBERS-20: Port classes to new package. Replace [math] exceptions with IllegalArgumentException. Simplify exception detection in unit tests. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/09dc0163 Tree:

[3/4] commons-numbers git commit: NUMBERS-20: Add unit tests for SmallPrimes.

2017-04-23 Thread raydecampo
NUMBERS-20: Add unit tests for SmallPrimes. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/9e54e498 Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/9e54e498 Diff:

[05/11] [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-04-25 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

[10/11] [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-04-25 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

[07/11] [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-04-25 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

[03/11] [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-04-25 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

[04/11] [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-04-25 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

[11/11] [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-04-25 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.

[09/11] [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-04-25 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

[02/11] [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-04-25 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

[01/11] [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-04-25 Thread raydecampo
Repository: commons-math Updated Branches: refs/heads/feature-MATH-1284 [created] b815d2af5 http://git-wip-us.apache.org/repos/asf/commons-math/blob/b815d2af/src/test/java/org/apache/commons/math4/geometry/spherical/twod/SphericalPolygonsSetTest.java

[08/11] [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-04-25 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

[06/11] [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-04-25 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

[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:

[02/15] [math] Fix javadoc issues

2017-05-13 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/e94dbfd3 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/e94dbfd3 Diff:

[13/15] [math] Fix javadoc issues

2017-05-13 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/5634d8c4 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/5634d8c4 Diff:

[11/15] [math] Fix javadoc issues

2017-05-13 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/4666eb35 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/4666eb35 Diff:

[06/15] [math] Fix javadoc issues

2017-05-13 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/55a6aa82 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/55a6aa82 Diff:

[12/15] [math] Fix javadoc issues

2017-05-13 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/8e20a6e0 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/8e20a6e0 Diff:

[08/15] [math] Fix javadoc issues - had to use CSS to simulate nested tags

2017-05-13 Thread raydecampo
Fix javadoc issues - had to use CSS to simulate nested tags Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/a5b47638 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/a5b47638 Diff:

[10/15] [math] Fix javadoc issues

2017-05-13 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/d5b2a8bd Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/d5b2a8bd Diff:

[15/15] [math] Last of the javadoc issues

2017-05-13 Thread raydecampo
Last of the 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/cec35baf Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/cec35baf Diff:

[14/15] [math] Fix javadoc issues

2017-05-13 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/cc6a661f Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/cc6a661f Diff:

[01/15] [math] Fix javadoc issues

2017-05-13 Thread raydecampo
Repository: commons-math Updated Branches: refs/heads/master 44b2b2c1b -> cec35baf0 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/5976c9e4 Tree:

[04/15] [math] Fix javadoc issues

2017-05-13 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/e2940dbf Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/e2940dbf Diff:

[05/15] [math] Fix javadoc issues

2017-05-13 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/2fac0dc7 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/2fac0dc7 Diff:

[03/15] [math] Fix javadoc issues

2017-05-13 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/f2eaada9 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/f2eaada9 Diff:

[07/15] [math] Fix javadoc issues

2017-05-13 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/d06517ad Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/d06517ad Diff:

[09/15] [math] Fix javadoc issues

2017-05-13 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/7c7a1c2a Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/7c7a1c2a Diff:

[commons-math] Git Push Summary

2017-05-13 Thread raydecampo
Repository: commons-math Updated Branches: refs/heads/feature-MATH-1284 [deleted] c9e49faac

[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

  1   2   >