Reset clirr exceptions after package change.

This commit is contained in:
Thomas Neidhart 2015-04-11 15:51:07 +02:00
parent 306fa74602
commit 8a76453566
1 changed files with 0 additions and 164 deletions

View File

@ -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>