You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2015/04/11 15:51:34 UTC

[math] Reset clirr exceptions after package change.

Repository: commons-math
Updated Branches:
  refs/heads/master 306fa7460 -> 8a7645356


Reset clirr exceptions after package change.


Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/8a764535
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/8a764535
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/8a764535

Branch: refs/heads/master
Commit: 8a76453566e0c14e8e9048c343bbfda6766c6de2
Parents: 306fa74
Author: Thomas Neidhart <th...@gmail.com>
Authored: Sat Apr 11 15:51:07 2015 +0200
Committer: Thomas Neidhart <th...@gmail.com>
Committed: Sat Apr 11 15:51:07 2015 +0200

----------------------------------------------------------------------
 clirr-ignored.xml | 164 -------------------------------------------------
 1 file changed, 164 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/8a764535/clirr-ignored.xml
----------------------------------------------------------------------
diff --git a/clirr-ignored.xml b/clirr-ignored.xml
index 1e90cae..ed97259 100644
--- a/clirr-ignored.xml
+++ b/clirr-ignored.xml
@@ -18,168 +18,4 @@
 
 <differences>
 
-  <difference>
-    <className>org/apache/commons/math4/geometry/partitioning/Region</className>
-    <differenceType>7005</differenceType> <!-- Method Argument Type changed -->
-    <method>org.apache.commons.math4.geometry.partitioning.Region$Location checkPoint(org.apache.commons.math4.geometry.Vector)</method>
-    <to>org.apache.commons.math4.geometry.partitioning.Region$Location checkPoint(org.apache.commons.math4.geometry.Point)</to>
-  </difference>
-  <difference>
-    <className>org/apache/commons/math4/geometry/partitioning/Region</className>
-    <differenceType>7012</differenceType> <!-- Method Added to Interface -->
-    <method>boolean isFull()</method>
-  </difference>
-  <difference>
-    <className>org/apache/commons/math4/geometry/partitioning/Region</className>
-    <differenceType>7012</differenceType> <!-- Method Added to Interface -->
-    <method>boolean isFull(org.apache.commons.math4.geometry.partitioning.BSPTree)</method>
-  </difference>
-  <difference>
-    <className>org/apache/commons/math4/geometry/partitioning/Region</className>
-    <differenceType>7012</differenceType> <!-- Method Added to Interface -->
-    <method>org.apache.commons.math4.geometry.partitioning.BoundaryProjection projectToBoundary(org.apache.commons.math4.geometry.Point)</method>
-  </difference>
-  <difference>
-    <className>org/apache/commons/math4/geometry/partitioning/Region</className>
-    <differenceType>7006</differenceType> <!-- Method Return Type changed -->
-    <method>org.apache.commons.math4.geometry.Vector getBarycenter()</method>
-    <to>org.apache.commons.math4.geometry.Point</to>
-  </difference>
-  <difference>
-    <className>org/apache/commons/math4/geometry/partitioning/Hyperplane</className>
-    <differenceType>7012</differenceType> <!-- Method Added to Interface -->
-    <method>double getTolerance()</method>
-  </difference>
-  <difference>
-    <className>org/apache/commons/math4/geometry/partitioning/Hyperplane</className>
-    <differenceType>7012</differenceType> <!-- Method Added to Interface -->
-    <method>org.apache.commons.math4.geometry.Point project(org.apache.commons.math4.geometry.Point)</method>
-  </difference>
-  <difference>
-    <className>org/apache/commons/math4/geometry/partitioning/Hyperplane</className>
-    <differenceType>7005</differenceType> <!-- Method Argument Type changed -->
-    <method>double getOffset(org.apache.commons.math4.geometry.Vector)</method>
-    <to>double getOffset(org.apache.commons.math4.geometry.Point)</to>
-  </difference>
-  <difference>
-    <className>org/apache/commons/math4/geometry/partitioning/Embedding</className>
-    <differenceType>7005</differenceType> <!-- Method Argument Type changed -->
-    <method>org.apache.commons.math4.geometry.Vector toSpace(org.apache.commons.math4.geometry.Vector)</method>
-    <to>org.apache.commons.math4.geometry.Vector toSpace(org.apache.commons.math4.geometry.Point)</to>
-  </difference>
-  <difference>
-    <className>org/apache/commons/math4/geometry/partitioning/Embedding</className>
-    <differenceType>7006</differenceType> <!-- Method Return Type changed -->
-    <method>org.apache.commons.math4.geometry.Vector toSpace(org.apache.commons.math4.geometry.Vector)</method>
-    <to>org.apache.commons.math4.geometry.Point</to>
-  </difference>
-  <difference>
-    <className>org/apache/commons/math4/geometry/partitioning/Embedding</className>
-    <differenceType>7006</differenceType> <!-- Method Return Type changed -->
-    <method>org.apache.commons.math4.geometry.Vector toSubSpace(org.apache.commons.math4.geometry.Vector)</method>
-    <to>org.apache.commons.math4.geometry.Point</to>
-  </difference>
-  <difference>
-    <className>org/apache/commons/math4/geometry/partitioning/Transform</className>
-    <differenceType>7005</differenceType> <!-- Method Argument Type changed -->
-    <method>org.apache.commons.math4.geometry.Vector apply(org.apache.commons.math4.geometry.Vector)</method>
-    <to>org.apache.commons.math4.geometry.Vector apply(org.apache.commons.math4.geometry.Point)</to>
-  </difference>
-  <difference>
-    <className>org/apache/commons/math4/geometry/partitioning/Transform</className>
-    <differenceType>7006</differenceType> <!-- Method Return Type changed -->
-    <method>org.apache.commons.math4.geometry.Vector apply(org.apache.commons.math4.geometry.Vector)</method>
-    <to>org.apache.commons.math4.geometry.Point</to>
-  </difference>
-  <difference>
-    <className>org/apache/commons/math4/geometry/partitioning/AbstractRegion</className>
-    <differenceType>7005</differenceType> <!-- Method Argument Type changed -->
-    <method>AbstractRegion(org.apache.commons.math4.geometry.partitioning.BSPTree)</method>
-    <to>AbstractRegion(double)</to>
-  </difference>
-  <difference>
-    <className>org/apache/commons/math4/geometry/partitioning/AbstractRegion</className>
-    <differenceType>7004</differenceType> <!-- Method Argument Count Changed -->
-    <method>AbstractRegion(java.util.Collection)</method>
-  </difference>
-  <difference>
-    <className>org/apache/commons/math4/geometry/partitioning/AbstractRegion</className>
-    <differenceType>7004</differenceType> <!-- Method Argument Count Changed -->
-    <method>AbstractRegion()</method>
-  </difference>
-  <difference>
-    <className>org/apache/commons/math4/geometry/partitioning/AbstractRegion</className>
-    <differenceType>7004</differenceType> <!-- Method Argument Count Changed -->
-    <method>AbstractRegion(org.apache.commons.math4.geometry.partitioning.Hyperplane[])</method>
-  </difference>
-  <difference>
-    <className>org/apache/commons/math4/geometry/partitioning/AbstractRegion</className>
-    <differenceType>7009</differenceType> <!-- Method is now Less Accessible -->
-    <method>AbstractRegion(org.apache.commons.math4.geometry.partitioning.Hyperplane[])</method>
-  </difference>
-  <difference>
-    <className>org/apache/commons/math4/geometry/partitioning/AbstractRegion</className>
-    <differenceType>7006</differenceType> <!-- Method Return Type changed -->
-    <method>org.apache.commons.math4.geometry.Vector getBarycenter()</method>
-    <to>org.apache.commons.math4.geometry.Point</to>
-  </difference>
-
-  <difference>
-    <className>org/apache/commons/math4/geometry/euclidean/threed/Plane</className>
-    <differenceType>7005</differenceType> <!-- Method Argument Type changed -->
-    <method>org.apache.commons.math4.geometry.Vector toSpace(org.apache.commons.math4.geometry.Vector)</method>
-    <to>org.apache.commons.math4.geometry.Vector toSpace(org.apache.commons.math4.geometry.Point)</to>
-  </difference>
-  <difference>
-    <className>org/apache/commons/math4/geometry/euclidean/threed/Plane</className>
-    <differenceType>7006</differenceType> <!-- Method Return Type changed -->
-    <method>org.apache.commons.math4.geometry.Vector toSpace(org.apache.commons.math4.geometry.Vector)</method>
-    <to>org.apache.commons.math4.geometry.euclidean.threed.Vector3D</to>
-  </difference>
-  <difference>
-    <className>org/apache/commons/math4/geometry/euclidean/threed/Plane</className>
-    <differenceType>7006</differenceType> <!-- Method Return Type changed -->
-    <method>org.apache.commons.math4.geometry.Vector toSubSpace(org.apache.commons.math4.geometry.Vector)</method>
-    <to>org.apache.commons.math4.geometry.euclidean.twod.Vector2D</to>
-  </difference>
-  <difference>
-    <className>org/apache/commons/math4/geometry/euclidean/threed/Line</className>
-    <differenceType>7005</differenceType> <!-- Method Argument Type changed -->
-    <method>org.apache.commons.math4.geometry.Vector toSpace(org.apache.commons.math4.geometry.Vector)</method>
-    <to>org.apache.commons.math4.geometry.Vector toSpace(org.apache.commons.math4.geometry.Point)</to>
-  </difference>
-  <difference>
-    <className>org/apache/commons/math4/geometry/euclidean/threed/Line</className>
-    <differenceType>7006</differenceType> <!-- Method Return Type changed -->
-    <method>org.apache.commons.math4.geometry.Vector toSpace(org.apache.commons.math4.geometry.Vector)</method>
-    <to>org.apache.commons.math4.geometry.euclidean.threed.Vector3D</to>
-  </difference>
-  <difference>
-    <className>org/apache/commons/math4/geometry/euclidean/threed/Line</className>
-    <differenceType>7006</differenceType> <!-- Method Return Type changed -->
-    <method>org.apache.commons.math4.geometry.Vector toSubSpace(org.apache.commons.math4.geometry.Vector)</method>
-    <to>org.apache.commons.math4.geometry.euclidean.oned.Vector1D</to>
-  </difference>
-
-
-  <difference>
-    <className>org/apache/commons/math4/geometry/euclidean/twod/Line</className>
-    <differenceType>7005</differenceType> <!-- Method Argument Type changed -->
-    <method>org.apache.commons.math4.geometry.Vector toSpace(org.apache.commons.math4.geometry.Vector)</method>
-    <to>org.apache.commons.math4.geometry.Vector toSpace(org.apache.commons.math4.geometry.Point)</to>
-  </difference>
-  <difference>
-    <className>org/apache/commons/math4/geometry/euclidean/twod/Line</className>
-    <differenceType>7006</differenceType> <!-- Method Return Type changed -->
-    <method>org.apache.commons.math4.geometry.Vector toSpace(org.apache.commons.math4.geometry.Vector)</method>
-    <to>org.apache.commons.math4.geometry.euclidean.twod.Vector2D</to>
-  </difference>
-  <difference>
-    <className>org/apache/commons/math4/geometry/euclidean/twod/Line</className>
-    <differenceType>7006</differenceType> <!-- Method Return Type changed -->
-    <method>org.apache.commons.math4.geometry.Vector toSubSpace(org.apache.commons.math4.geometry.Vector)</method>
-    <to>org.apache.commons.math4.geometry.euclidean.oned.Vector1D</to>
-  </difference>
-
-
 </differences>