Added: sis/ip-review/rev/10796/DefaultSpatialAttributeSupplement.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/rev/10796/DefaultSpatialAttributeSupplement.xhtml?rev=1457830&view=auto
==============================================================================
--- sis/ip-review/rev/10796/DefaultSpatialAttributeSupplement.xhtml (added)
+++ sis/ip-review/rev/10796/DefaultSpatialAttributeSupplement.xhtml Mon Mar 18 
15:54:00 2013
@@ -0,0 +1,70 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml";>
+  <head>
+    <meta charset="UTF-8"/>
+    <title>DefaultSpatialAttributeSupplement changes for revisions 
10795:10796</title>
+    <style type="text/css" media="all">
+      @import url("../../reports.css");
+    </style>
+  </head>
+  <body>
+    <div>
+      <h1>DefaultSpatialAttributeSupplement changes for revisions 
10795:10796</h1>
+<p>Changes in this commit seem to be the result of some "<cite>auto 
reformat</cite>" tool execution.
+The <cite>Java</cite> - <cite>GeoAPI</cite> - <cite>GeoTools</cite> import 
ordering is altered,
+imports used only in Javadoc are lost and the encoding of non-ASCII characters 
is broken.
+This commit has been reverted, except for the removal of really unused imports 
which are keep removed.</p>
+<p><b>Command line:</b></p>
+<blockquote><code>svn diff --extensions "--unified --ignore-space-change 
--ignore-all-space --ignore-eol-style" -r10795:10796 
http://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/metadata/iso/SpatialAttributeSupplementImpl.java</code></blockquote>
+<table class="changes">
+<tr><th>Revision 10795</th><th>Revision 10796</th></tr>
+<tr><td><pre>/*
+ * Geotools 2 - OpenSource mapping toolkit
+ * (C) 2004, Geotools Project Managment Committee (PMC)
+<span class="del"> * (C) 2004, Institut de Recherche pour le 
Développement</span>
+ *
+ *    This library is free software; you can redistribute it and/or
+ *    modify it under the terms of the GNU Lesser General Public</pre></td>
+<td><pre>/*
+ * Geotools 2 - OpenSource mapping toolkit
+ * (C) 2004, Geotools Project Managment Committee (PMC)
+<span class="add"> * (C) 2004, Institut de Recherche pour le 
D�veloppement</span>
+ *
+ *    This library is free software; you can redistribute it and/or
+ *    modify it under the terms of the GNU Lesser General 
Public</pre></td></tr>
+<tr><td><pre>package org.geotools.metadata;
+
+// J2SE direct dependencies
+import java.util.Set;
+<span class="del">import java.util.Collections;</span>
+
+<span class="del">// Geotools dependencies</span>
+<span class="del">import org.geotools.metadata.MetadataEntity;</span>
+import org.geotools.resources.Utilities;
+import org.geotools.util.CheckedHashSet;</pre></td>
+<td><pre>package org.geotools.metadata;
+
+// J2SE direct dependencies
+<span class="add">import java.util.Collections;</span>
+import java.util.Set;
+
+import org.geotools.resources.Utilities;
+import org.geotools.util.CheckedHashSet;</pre></td></tr>
+<tr><td><pre> *
+ * @version $Id$
+ * @author Martin Desruisseaux
+<span class="del"> * @author Touraïvane</span>
+ */
+public class SpatialAttributeSupplement extends MetadataEntity
+        implements org.opengis.metadata.SpatialAttributeSupplement</pre></td>
+<td><pre> *
+ * @version $Id$
+ * @author Martin Desruisseaux
+<span class="add"> * @author Toura�vane</span>
+ */
+public class SpatialAttributeSupplement extends MetadataEntity
+        implements 
org.opengis.metadata.SpatialAttributeSupplement</pre></td></tr>
+</table>
+    </div>
+  </body>
+</html>

Propchange: sis/ip-review/rev/10796/DefaultSpatialAttributeSupplement.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: sis/ip-review/rev/10796/DefaultSpatialAttributeSupplement.xhtml
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: sis/ip-review/rev/20874/DefaultApplicationSchemaInformation.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/rev/20874/DefaultApplicationSchemaInformation.xhtml?rev=1457830&view=auto
==============================================================================
--- sis/ip-review/rev/20874/DefaultApplicationSchemaInformation.xhtml (added)
+++ sis/ip-review/rev/20874/DefaultApplicationSchemaInformation.xhtml Mon Mar 
18 15:54:00 2013
@@ -0,0 +1,64 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml";>
+  <head>
+    <meta charset="UTF-8"/>
+    <title>DefaultApplicationSchemaInformation changes for revisions 
20873:20874</title>
+    <style type="text/css" media="all">
+      @import url("../../reports.css");
+    </style>
+  </head>
+  <body>
+    <div>
+      <h1>DefaultApplicationSchemaInformation changes for revisions 
20873:20874</h1>
+<p>Changes in GeoTools header only. The removal of the "<cite>or (at your 
option) any later version</cite>" clause
+must be keep in Geotk for every classes having contribution from a developer 
other than those who accepted re-licensing.
+This header does not apply to Apache SIS, since the above-cited contributions 
are omitted.</p>
+<p><b>Command line:</b></p>
+<blockquote><code>svn diff --extensions "--unified --ignore-space-change 
--ignore-all-space --ignore-eol-style" -r20873:20874 
http://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/metadata/iso/ApplicationSchemaInformationImpl.java</code></blockquote>
+<table class="changes">
+<tr><th>Revision 20873</th><th>Revision 20874</th></tr>
+<tr><td><pre>/*
+<span class="del"> * Geotools 2 - OpenSource mapping toolkit</span>
+<span class="del"> * (C) 2004, Geotools Project Managment Committee 
(PMC)</span>
+ * (C) 2004, Institut de Recherche pour le Développement
+ *
+ *    This library is free software; you can redistribute it and/or
+ *    modify it under the terms of the GNU Lesser General Public
+<span class="del"> *    License as published by the Free Software Foundation; 
either</span>
+<span class="del"> *    version 2.1 of the License, or (at your option) any 
later version.</span>
+ *
+ *    This library is distributed in the hope that it will be useful,
+ *    but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ *    Lesser General Public License for more details.
+ *
+<span class="del"> *    You should have received a copy of the GNU Lesser 
General Public</span>
+<span class="del"> *    License along with this library; if not, write to the 
Free Software</span>
+<span class="del"> *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, 
MA  02111-1307  USA</span>
+<span class="del"> *</span>
+ *    This package contains documentation from OpenGIS specifications.
+ *    OpenGIS consortium's work is fully acknowledged here.
+ */</pre></td>
+<td><pre>/*
+<span class="add"> *    GeoTools - OpenSource mapping toolkit</span>
+<span class="add"> *    http://geotools.org</span>
+<span class="add"> *    (C) 2004-2006, GeoTools Project Managment Committee 
(PMC)</span>
+ * (C) 2004, Institut de Recherche pour le Développement
+ *
+ *    This library is free software; you can redistribute it and/or
+ *    modify it under the terms of the GNU Lesser General Public
+<span class="add"> *    License as published by the Free Software 
Foundation;</span>
+<span class="add"> *    version 2.1 of the License.</span>
+ *
+ *    This library is distributed in the hope that it will be useful,
+ *    but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ *    Lesser General Public License for more details.
+ *
+ *    This package contains documentation from OpenGIS specifications.
+ *    OpenGIS consortium's work is fully acknowledged here.
+ */</pre></td></tr>
+</table>
+    </div>
+  </body>
+</html>

Propchange: sis/ip-review/rev/20874/DefaultApplicationSchemaInformation.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: sis/ip-review/rev/20874/DefaultApplicationSchemaInformation.xhtml
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: sis/ip-review/rev/20874/DefaultExtendedElementInformation.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/rev/20874/DefaultExtendedElementInformation.xhtml?rev=1457830&view=auto
==============================================================================
--- sis/ip-review/rev/20874/DefaultExtendedElementInformation.xhtml (added)
+++ sis/ip-review/rev/20874/DefaultExtendedElementInformation.xhtml Mon Mar 18 
15:54:00 2013
@@ -0,0 +1,64 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml";>
+  <head>
+    <meta charset="UTF-8"/>
+    <title>DefaultExtendedElementInformation changes for revisions 
20873:20874</title>
+    <style type="text/css" media="all">
+      @import url("../../reports.css");
+    </style>
+  </head>
+  <body>
+    <div>
+      <h1>DefaultExtendedElementInformation changes for revisions 
20873:20874</h1>
+<p>Changes in GeoTools header only. The removal of the "<cite>or (at your 
option) any later version</cite>" clause
+must be keep in Geotk for every classes having contribution from a developer 
other than those who accepted re-licensing.
+This header does not apply to Apache SIS, since the above-cited contributions 
are omitted.</p>
+<p><b>Command line:</b></p>
+<blockquote><code>svn diff --extensions "--unified --ignore-space-change 
--ignore-all-space --ignore-eol-style" -r20873:20874 
http://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/metadata/iso/ExtendedElementInformationImpl.java</code></blockquote>
+<table class="changes">
+<tr><th>Revision 20873</th><th>Revision 20874</th></tr>
+<tr><td><pre>/*
+<span class="del"> * Geotools 2 - OpenSource mapping toolkit</span>
+<span class="del"> * (C) 2004, Geotools Project Managment Committee 
(PMC)</span>
+ * (C) 2004, Institut de Recherche pour le Développement
+ *
+ *    This library is free software; you can redistribute it and/or
+ *    modify it under the terms of the GNU Lesser General Public
+<span class="del"> *    License as published by the Free Software Foundation; 
either</span>
+<span class="del"> *    version 2.1 of the License, or (at your option) any 
later version.</span>
+ *
+ *    This library is distributed in the hope that it will be useful,
+ *    but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ *    Lesser General Public License for more details.
+ *
+<span class="del"> *    You should have received a copy of the GNU Lesser 
General Public</span>
+<span class="del"> *    License along with this library; if not, write to the 
Free Software</span>
+<span class="del"> *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, 
MA  02111-1307  USA</span>
+<span class="del"> *</span>
+ *    This package contains documentation from OpenGIS specifications.
+ *    OpenGIS consortium's work is fully acknowledged here.
+ */</pre></td>
+<td><pre>/*
+<span class="add"> *    GeoTools - OpenSource mapping toolkit</span>
+<span class="add"> *    http://geotools.org</span>
+<span class="add"> *    (C) 2004-2006, GeoTools Project Managment Committee 
(PMC)</span>
+ * (C) 2004, Institut de Recherche pour le Développement
+ *
+ *    This library is free software; you can redistribute it and/or
+ *    modify it under the terms of the GNU Lesser General Public
+<span class="add"> *    License as published by the Free Software 
Foundation;</span>
+<span class="add"> *    version 2.1 of the License.</span>
+ *
+ *    This library is distributed in the hope that it will be useful,
+ *    but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ *    Lesser General Public License for more details.
+ *
+ *    This package contains documentation from OpenGIS specifications.
+ *    OpenGIS consortium's work is fully acknowledged here.
+ */</pre></td></tr>
+</table>
+    </div>
+  </body>
+</html>

Propchange: sis/ip-review/rev/20874/DefaultExtendedElementInformation.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: sis/ip-review/rev/20874/DefaultExtendedElementInformation.xhtml
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: sis/ip-review/rev/20874/DefaultFeatureTypeList.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/rev/20874/DefaultFeatureTypeList.xhtml?rev=1457830&view=auto
==============================================================================
--- sis/ip-review/rev/20874/DefaultFeatureTypeList.xhtml (added)
+++ sis/ip-review/rev/20874/DefaultFeatureTypeList.xhtml Mon Mar 18 15:54:00 
2013
@@ -0,0 +1,64 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml";>
+  <head>
+    <meta charset="UTF-8"/>
+    <title>DefaultFeatureTypeList changes for revisions 20873:20874</title>
+    <style type="text/css" media="all">
+      @import url("../../reports.css");
+    </style>
+  </head>
+  <body>
+    <div>
+      <h1>DefaultFeatureTypeList changes for revisions 20873:20874</h1>
+<p>Changes in GeoTools header only. The removal of the "<cite>or (at your 
option) any later version</cite>" clause
+must be keep in Geotk for every classes having contribution from a developer 
other than those who accepted re-licensing.
+This header does not apply to Apache SIS, since the above-cited contributions 
are omitted.</p>
+<p><b>Command line:</b></p>
+<blockquote><code>svn diff --extensions "--unified --ignore-space-change 
--ignore-all-space --ignore-eol-style" -r20873:20874 
http://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/metadata/iso/FeatureTypeListImpl.java</code></blockquote>
+<table class="changes">
+<tr><th>Revision 20873</th><th>Revision 20874</th></tr>
+<tr><td><pre>/*
+<span class="del"> * Geotools 2 - OpenSource mapping toolkit</span>
+<span class="del"> * (C) 2004, Geotools Project Managment Committee 
(PMC)</span>
+ * (C) 2004, Institut de Recherche pour le Développement
+ *
+ *    This library is free software; you can redistribute it and/or
+ *    modify it under the terms of the GNU Lesser General Public
+<span class="del"> *    License as published by the Free Software Foundation; 
either</span>
+<span class="del"> *    version 2.1 of the License, or (at your option) any 
later version.</span>
+ *
+ *    This library is distributed in the hope that it will be useful,
+ *    but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ *    Lesser General Public License for more details.
+ *
+<span class="del"> *    You should have received a copy of the GNU Lesser 
General Public</span>
+<span class="del"> *    License along with this library; if not, write to the 
Free Software</span>
+<span class="del"> *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, 
MA  02111-1307  USA</span>
+<span class="del"> *</span>
+ *    This package contains documentation from OpenGIS specifications.
+ *    OpenGIS consortium's work is fully acknowledged here.
+ */</pre></td>
+<td><pre>/*
+<span class="add"> *    GeoTools - OpenSource mapping toolkit</span>
+<span class="add"> *    http://geotools.org</span>
+<span class="add"> *    (C) 2004-2006, GeoTools Project Managment Committee 
(PMC)</span>
+ * (C) 2004, Institut de Recherche pour le Développement
+ *
+ *    This library is free software; you can redistribute it and/or
+ *    modify it under the terms of the GNU Lesser General Public
+<span class="add"> *    License as published by the Free Software 
Foundation;</span>
+<span class="add"> *    version 2.1 of the License.</span>
+ *
+ *    This library is distributed in the hope that it will be useful,
+ *    but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ *    Lesser General Public License for more details.
+ *
+ *    This package contains documentation from OpenGIS specifications.
+ *    OpenGIS consortium's work is fully acknowledged here.
+ */</pre></td></tr>
+</table>
+    </div>
+  </body>
+</html>

Propchange: sis/ip-review/rev/20874/DefaultFeatureTypeList.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: sis/ip-review/rev/20874/DefaultFeatureTypeList.xhtml
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: sis/ip-review/rev/20874/DefaultIdentifier.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/rev/20874/DefaultIdentifier.xhtml?rev=1457830&view=auto
==============================================================================
--- sis/ip-review/rev/20874/DefaultIdentifier.xhtml (added)
+++ sis/ip-review/rev/20874/DefaultIdentifier.xhtml Mon Mar 18 15:54:00 2013
@@ -0,0 +1,64 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml";>
+  <head>
+    <meta charset="UTF-8"/>
+    <title>DefaultIdentifier changes for revisions 20873:20874</title>
+    <style type="text/css" media="all">
+      @import url("../../reports.css");
+    </style>
+  </head>
+  <body>
+    <div>
+      <h1>DefaultIdentifier changes for revisions 20873:20874</h1>
+<p>Changes in GeoTools header only. The removal of the "<cite>or (at your 
option) any later version</cite>" clause
+must be keep in Geotk for every classes having contribution from a developer 
other than those who accepted re-licensing.
+This header does not apply to Apache SIS, since the above-cited contributions 
are omitted.</p>
+<p><b>Command line:</b></p>
+<blockquote><code>svn diff --extensions "--unified --ignore-space-change 
--ignore-all-space --ignore-eol-style" -r20873:20874 
http://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/metadata/iso/IdentifierImpl.java</code></blockquote>
+<table class="changes">
+<tr><th>Revision 20873</th><th>Revision 20874</th></tr>
+<tr><td><pre>/*
+<span class="del"> * Geotools 2 - OpenSource mapping toolkit</span>
+<span class="del"> * (C) 2004, Geotools Project Managment Committee 
(PMC)</span>
+ * (C) 2004, Institut de Recherche pour le Développement
+ *
+ *    This library is free software; you can redistribute it and/or
+ *    modify it under the terms of the GNU Lesser General Public
+<span class="del"> *    License as published by the Free Software Foundation; 
either</span>
+<span class="del"> *    version 2.1 of the License, or (at your option) any 
later version.</span>
+ *
+ *    This library is distributed in the hope that it will be useful,
+ *    but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ *    Lesser General Public License for more details.
+ *
+<span class="del"> *    You should have received a copy of the GNU Lesser 
General Public</span>
+<span class="del"> *    License along with this library; if not, write to the 
Free Software</span>
+<span class="del"> *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, 
MA  02111-1307  USA</span>
+<span class="del"> *</span>
+ *    This package contains documentation from OpenGIS specifications.
+ *    OpenGIS consortium's work is fully acknowledged here.
+ */</pre></td>
+<td><pre>/*
+<span class="add"> *    GeoTools - OpenSource mapping toolkit</span>
+<span class="add"> *    http://geotools.org</span>
+<span class="add"> *    (C) 2004-2006, GeoTools Project Managment Committee 
(PMC)</span>
+ * (C) 2004, Institut de Recherche pour le Développement
+ *
+ *    This library is free software; you can redistribute it and/or
+ *    modify it under the terms of the GNU Lesser General Public
+<span class="add"> *    License as published by the Free Software 
Foundation;</span>
+<span class="add"> *    version 2.1 of the License.</span>
+ *
+ *    This library is distributed in the hope that it will be useful,
+ *    but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ *    Lesser General Public License for more details.
+ *
+ *    This package contains documentation from OpenGIS specifications.
+ *    OpenGIS consortium's work is fully acknowledged here.
+ */</pre></td></tr>
+</table>
+    </div>
+  </body>
+</html>

Propchange: sis/ip-review/rev/20874/DefaultIdentifier.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: sis/ip-review/rev/20874/DefaultIdentifier.xhtml
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: sis/ip-review/rev/20874/DefaultMetadata.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/rev/20874/DefaultMetadata.xhtml?rev=1457830&view=auto
==============================================================================
--- sis/ip-review/rev/20874/DefaultMetadata.xhtml (added)
+++ sis/ip-review/rev/20874/DefaultMetadata.xhtml Mon Mar 18 15:54:00 2013
@@ -0,0 +1,64 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml";>
+  <head>
+    <meta charset="UTF-8"/>
+    <title>DefaultMetadata changes for revisions 20873:20874</title>
+    <style type="text/css" media="all">
+      @import url("../../reports.css");
+    </style>
+  </head>
+  <body>
+    <div>
+      <h1>DefaultMetadata changes for revisions 20873:20874</h1>
+<p>Changes in GeoTools header only. The removal of the "<cite>or (at your 
option) any later version</cite>" clause
+must be keep in Geotk for every classes having contribution from a developer 
other than those who accepted re-licensing.
+This header does not apply to Apache SIS, since the above-cited contributions 
are omitted.</p>
+<p><b>Command line:</b></p>
+<blockquote><code>svn diff --extensions "--unified --ignore-space-change 
--ignore-all-space --ignore-eol-style" -r20873:20874 
http://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/metadata/iso/MetaDataImpl.java</code></blockquote>
+<table class="changes">
+<tr><th>Revision 20873</th><th>Revision 20874</th></tr>
+<tr><td><pre>/*
+<span class="del"> * Geotools 2 - OpenSource mapping toolkit</span>
+<span class="del"> * (C) 2004, Geotools Project Managment Committee 
(PMC)</span>
+ * (C) 2004, Institut de Recherche pour le Développement
+ *
+ *    This library is free software; you can redistribute it and/or
+ *    modify it under the terms of the GNU Lesser General Public
+<span class="del"> *    License as published by the Free Software Foundation; 
either</span>
+<span class="del"> *    version 2.1 of the License, or (at your option) any 
later version.</span>
+ *
+ *    This library is distributed in the hope that it will be useful,
+ *    but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ *    Lesser General Public License for more details.
+ *
+<span class="del"> *    You should have received a copy of the GNU Lesser 
General Public</span>
+<span class="del"> *    License along with this library; if not, write to the 
Free Software</span>
+<span class="del"> *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, 
MA  02111-1307  USA</span>
+<span class="del"> *</span>
+ *    This package contains documentation from OpenGIS specifications.
+ *    OpenGIS consortium's work is fully acknowledged here.
+ */</pre></td>
+<td><pre>/*
+<span class="add"> *    GeoTools - OpenSource mapping toolkit</span>
+<span class="add"> *    http://geotools.org</span>
+<span class="add"> *    (C) 2004-2006, GeoTools Project Managment Committee 
(PMC)</span>
+ * (C) 2004, Institut de Recherche pour le Développement
+ *
+ *    This library is free software; you can redistribute it and/or
+ *    modify it under the terms of the GNU Lesser General Public
+<span class="add"> *    License as published by the Free Software 
Foundation;</span>
+<span class="add"> *    version 2.1 of the License.</span>
+ *
+ *    This library is distributed in the hope that it will be useful,
+ *    but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ *    Lesser General Public License for more details.
+ *
+ *    This package contains documentation from OpenGIS specifications.
+ *    OpenGIS consortium's work is fully acknowledged here.
+ */</pre></td></tr>
+</table>
+    </div>
+  </body>
+</html>

Propchange: sis/ip-review/rev/20874/DefaultMetadata.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: sis/ip-review/rev/20874/DefaultMetadata.xhtml
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: sis/ip-review/rev/20874/DefaultMetadataExtensionInformation.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/rev/20874/DefaultMetadataExtensionInformation.xhtml?rev=1457830&view=auto
==============================================================================
--- sis/ip-review/rev/20874/DefaultMetadataExtensionInformation.xhtml (added)
+++ sis/ip-review/rev/20874/DefaultMetadataExtensionInformation.xhtml Mon Mar 
18 15:54:00 2013
@@ -0,0 +1,64 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml";>
+  <head>
+    <meta charset="UTF-8"/>
+    <title>DefaultMetadataExtensionInformation changes for revisions 
20873:20874</title>
+    <style type="text/css" media="all">
+      @import url("../../reports.css");
+    </style>
+  </head>
+  <body>
+    <div>
+      <h1>DefaultMetadataExtensionInformation changes for revisions 
20873:20874</h1>
+<p>Changes in GeoTools header only. The removal of the "<cite>or (at your 
option) any later version</cite>" clause
+must be keep in Geotk for every classes having contribution from a developer 
other than those who accepted re-licensing.
+This header does not apply to Apache SIS, since the above-cited contributions 
are omitted.</p>
+<p><b>Command line:</b></p>
+<blockquote><code>svn diff --extensions "--unified --ignore-space-change 
--ignore-all-space --ignore-eol-style" -r20873:20874 
http://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/metadata/iso/MetadataExtensionInformationImpl.java</code></blockquote>
+<table class="changes">
+<tr><th>Revision 20873</th><th>Revision 20874</th></tr>
+<tr><td><pre>/*
+<span class="del"> * Geotools 2 - OpenSource mapping toolkit</span>
+<span class="del"> * (C) 2004, Geotools Project Managment Committee 
(PMC)</span>
+ * (C) 2004, Institut de Recherche pour le Développement
+ *
+ *    This library is free software; you can redistribute it and/or
+ *    modify it under the terms of the GNU Lesser General Public
+<span class="del"> *    License as published by the Free Software Foundation; 
either</span>
+<span class="del"> *    version 2.1 of the License, or (at your option) any 
later version.</span>
+ *
+ *    This library is distributed in the hope that it will be useful,
+ *    but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ *    Lesser General Public License for more details.
+ *
+<span class="del"> *    You should have received a copy of the GNU Lesser 
General Public</span>
+<span class="del"> *    License along with this library; if not, write to the 
Free Software</span>
+<span class="del"> *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, 
MA  02111-1307  USA</span>
+<span class="del"> *</span>
+ *    This package contains documentation from OpenGIS specifications.
+ *    OpenGIS consortium's work is fully acknowledged here.
+ */</pre></td>
+<td><pre>/*
+<span class="add"> *    GeoTools - OpenSource mapping toolkit</span>
+<span class="add"> *    http://geotools.org</span>
+<span class="add"> *    (C) 2004-2006, GeoTools Project Managment Committee 
(PMC)</span>
+ * (C) 2004, Institut de Recherche pour le Développement
+ *
+ *    This library is free software; you can redistribute it and/or
+ *    modify it under the terms of the GNU Lesser General Public
+<span class="add"> *    License as published by the Free Software 
Foundation;</span>
+<span class="add"> *    version 2.1 of the License.</span>
+ *
+ *    This library is distributed in the hope that it will be useful,
+ *    but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ *    Lesser General Public License for more details.
+ *
+ *    This package contains documentation from OpenGIS specifications.
+ *    OpenGIS consortium's work is fully acknowledged here.
+ */</pre></td></tr>
+</table>
+    </div>
+  </body>
+</html>

Propchange: sis/ip-review/rev/20874/DefaultMetadataExtensionInformation.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: sis/ip-review/rev/20874/DefaultMetadataExtensionInformation.xhtml
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: sis/ip-review/rev/20874/DefaultPortrayalCatalogueReference.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/rev/20874/DefaultPortrayalCatalogueReference.xhtml?rev=1457830&view=auto
==============================================================================
--- sis/ip-review/rev/20874/DefaultPortrayalCatalogueReference.xhtml (added)
+++ sis/ip-review/rev/20874/DefaultPortrayalCatalogueReference.xhtml Mon Mar 18 
15:54:00 2013
@@ -0,0 +1,64 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml";>
+  <head>
+    <meta charset="UTF-8"/>
+    <title>DefaultPortrayalCatalogueReference changes for revisions 
20873:20874</title>
+    <style type="text/css" media="all">
+      @import url("../../reports.css");
+    </style>
+  </head>
+  <body>
+    <div>
+      <h1>DefaultPortrayalCatalogueReference changes for revisions 
20873:20874</h1>
+<p>Changes in GeoTools header only. The removal of the "<cite>or (at your 
option) any later version</cite>" clause
+must be keep in Geotk for every classes having contribution from a developer 
other than those who accepted re-licensing.
+This header does not apply to Apache SIS, since the above-cited contributions 
are omitted.</p>
+<p><b>Command line:</b></p>
+<blockquote><code>svn diff --extensions "--unified --ignore-space-change 
--ignore-all-space --ignore-eol-style" -r20873:20874 
http://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/metadata/iso/PortrayalCatalogueReferenceImpl.java</code></blockquote>
+<table class="changes">
+<tr><th>Revision 20873</th><th>Revision 20874</th></tr>
+<tr><td><pre>/*
+<span class="del"> * Geotools 2 - OpenSource mapping toolkit</span>
+<span class="del"> * (C) 2004, Geotools Project Managment Committee 
(PMC)</span>
+ * (C) 2004, Institut de Recherche pour le Développement
+ *
+ *    This library is free software; you can redistribute it and/or
+ *    modify it under the terms of the GNU Lesser General Public
+<span class="del"> *    License as published by the Free Software Foundation; 
either</span>
+<span class="del"> *    version 2.1 of the License, or (at your option) any 
later version.</span>
+ *
+ *    This library is distributed in the hope that it will be useful,
+ *    but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ *    Lesser General Public License for more details.
+ *
+<span class="del"> *    You should have received a copy of the GNU Lesser 
General Public</span>
+<span class="del"> *    License along with this library; if not, write to the 
Free Software</span>
+<span class="del"> *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, 
MA  02111-1307  USA</span>
+<span class="del"> *</span>
+ *    This package contains documentation from OpenGIS specifications.
+ *    OpenGIS consortium's work is fully acknowledged here.
+ */</pre></td>
+<td><pre>/*
+<span class="add"> *    GeoTools - OpenSource mapping toolkit</span>
+<span class="add"> *    http://geotools.org</span>
+<span class="add"> *    (C) 2004-2006, GeoTools Project Managment Committee 
(PMC)</span>
+ * (C) 2004, Institut de Recherche pour le Développement
+ *
+ *    This library is free software; you can redistribute it and/or
+ *    modify it under the terms of the GNU Lesser General Public
+<span class="add"> *    License as published by the Free Software 
Foundation;</span>
+<span class="add"> *    version 2.1 of the License.</span>
+ *
+ *    This library is distributed in the hope that it will be useful,
+ *    but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ *    Lesser General Public License for more details.
+ *
+ *    This package contains documentation from OpenGIS specifications.
+ *    OpenGIS consortium's work is fully acknowledged here.
+ */</pre></td></tr>
+</table>
+    </div>
+  </body>
+</html>

Propchange: sis/ip-review/rev/20874/DefaultPortrayalCatalogueReference.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: sis/ip-review/rev/20874/DefaultPortrayalCatalogueReference.xhtml
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: sis/ip-review/rev/20874/DefaultSpatialAttributeSupplement.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/rev/20874/DefaultSpatialAttributeSupplement.xhtml?rev=1457830&view=auto
==============================================================================
--- sis/ip-review/rev/20874/DefaultSpatialAttributeSupplement.xhtml (added)
+++ sis/ip-review/rev/20874/DefaultSpatialAttributeSupplement.xhtml Mon Mar 18 
15:54:00 2013
@@ -0,0 +1,64 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml";>
+  <head>
+    <meta charset="UTF-8"/>
+    <title>DefaultSpatialAttributeSupplement changes for revisions 
20873:20874</title>
+    <style type="text/css" media="all">
+      @import url("../../reports.css");
+    </style>
+  </head>
+  <body>
+    <div>
+      <h1>DefaultSpatialAttributeSupplement changes for revisions 
20873:20874</h1>
+<p>Changes in GeoTools header only. The removal of the "<cite>or (at your 
option) any later version</cite>" clause
+must be keep in Geotk for every classes having contribution from a developer 
other than those who accepted re-licensing.
+This header does not apply to Apache SIS, since the above-cited contributions 
are omitted.</p>
+<p><b>Command line:</b></p>
+<blockquote><code>svn diff --extensions "--unified --ignore-space-change 
--ignore-all-space --ignore-eol-style" -r20873:20874 
http://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/metadata/iso/SpatialAttributeSupplementImpl.java</code></blockquote>
+<table class="changes">
+<tr><th>Revision 20873</th><th>Revision 20874</th></tr>
+<tr><td><pre>/*
+<span class="del"> * Geotools 2 - OpenSource mapping toolkit</span>
+<span class="del"> * (C) 2004, Geotools Project Managment Committee 
(PMC)</span>
+ * (C) 2004, Institut de Recherche pour le Développement
+ *
+ *    This library is free software; you can redistribute it and/or
+ *    modify it under the terms of the GNU Lesser General Public
+<span class="del"> *    License as published by the Free Software Foundation; 
either</span>
+<span class="del"> *    version 2.1 of the License, or (at your option) any 
later version.</span>
+ *
+ *    This library is distributed in the hope that it will be useful,
+ *    but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ *    Lesser General Public License for more details.
+ *
+<span class="del"> *    You should have received a copy of the GNU Lesser 
General Public</span>
+<span class="del"> *    License along with this library; if not, write to the 
Free Software</span>
+<span class="del"> *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, 
MA  02111-1307  USA</span>
+<span class="del"> *</span>
+ *    This package contains documentation from OpenGIS specifications.
+ *    OpenGIS consortium's work is fully acknowledged here.
+ */</pre></td>
+<td><pre>/*
+<span class="add"> *    GeoTools - OpenSource mapping toolkit</span>
+<span class="add"> *    http://geotools.org</span>
+<span class="add"> *    (C) 2004-2006, GeoTools Project Managment Committee 
(PMC)</span>
+ * (C) 2004, Institut de Recherche pour le Développement
+ *
+ *    This library is free software; you can redistribute it and/or
+ *    modify it under the terms of the GNU Lesser General Public
+<span class="add"> *    License as published by the Free Software 
Foundation;</span>
+<span class="add"> *    version 2.1 of the License.</span>
+ *
+ *    This library is distributed in the hope that it will be useful,
+ *    but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ *    Lesser General Public License for more details.
+ *
+ *    This package contains documentation from OpenGIS specifications.
+ *    OpenGIS consortium's work is fully acknowledged here.
+ */</pre></td></tr>
+</table>
+    </div>
+  </body>
+</html>

Propchange: sis/ip-review/rev/20874/DefaultSpatialAttributeSupplement.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: sis/ip-review/rev/20874/DefaultSpatialAttributeSupplement.xhtml
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: sis/ip-review/rev/24820/DefaultMetadata.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/rev/24820/DefaultMetadata.xhtml?rev=1457830&view=auto
==============================================================================
--- sis/ip-review/rev/24820/DefaultMetadata.xhtml (added)
+++ sis/ip-review/rev/24820/DefaultMetadata.xhtml Mon Mar 18 15:54:00 2013
@@ -0,0 +1,256 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml";>
+  <head>
+    <meta charset="UTF-8"/>
+    <title>DefaultMetadata changes for revisions 24819:24820</title>
+    <style type="text/css" media="all">
+      @import url("../../reports.css");
+    </style>
+  </head>
+  <body>
+    <div>
+      <h1>DefaultMetadata changes for revisions 24819:24820</h1>
+<p>This commit propagates changes which were done in the GeoAPI interfaces:</p>
+<ul>
+  <li>The <code>contact</code> singleton has been replaced by a 
collection.</li>
+  <li>The <code>locale</code> and <code>dataSetUri</code> properties are 
new.</li>
+</ul>
+<p>Reverting this commits result in compiler errors, which can be resolved 
only by re-introducing
+the new methods found in the commit. The method bodies of those properties are 
straightforward,
+so rewriting them produce the same result.</p>
+
+<p>The deprecated method has been removed. The <code>freeze</code>, 
<code>equals</code>, <code>hashCode</code>
+<code>toString</code> methods and the convenience constructor receiving many 
parameters
+do not exist anymore under this form in Geotk/SIS, so the changes in those 
methods do not appear in SIS.</p>
+
+<p><b>Command line:</b></p>
+<blockquote><code>svn diff --extensions "--unified --ignore-space-change 
--ignore-all-space --ignore-eol-style" -r24819:24820 
http://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/metadata/iso/MetaDataImpl.java</code></blockquote>
+<table class="changes">
+<tr><th>Revision 24819</th><th>Revision 24820</th></tr>
+<tr><td><pre>private Locale language;
+
+/**
+ * Full name of the character coding standard used for the metadata set.
+ */
+private Charset characterSet;</pre></td>
+<td><pre>private Locale language;
+
+/**
+<span class="add"> * Information about an alternatively used localized 
character</span>
+<span class="add"> * strings for linguistic extensions.</span>
+<span class="add"> */</span>
+<span class="add">private Collection locales;</span>
+<span class="add"></span>
+<span class="add">/**</span>
+ * Full name of the character coding standard used for the metadata set.
+ */
+private Charset characterSet;</pre></td></tr>
+<tr><td><pre>/**
+ * Party responsible for the metadata information.
+ */
+<span class="del">private ResponsibleParty contact;</span>
+
+/**
+ * Date that the metadata was created, in milliseconds ellapsed since January 
1st, 1970.
+ * If not defined, then then value is {@link Long#MIN_VALUE}.
+ */</pre></td>
+<td><pre>/**
+ * Party responsible for the metadata information.
+ */
+<span class="add">private Collection contacts;</span>
+
+/**
+<span class="add"> * Uniformed Resource Identifier (URI) of the dataset to 
which the metadata applies.</span>
+<span class="add"> */</span>
+<span class="add">private String dataSetUri;</span>
+<span class="add"></span>
+<span class="add">/**</span>
+ * Date that the metadata was created, in milliseconds ellapsed since January 
1st, 1970.
+ * If not defined, then then value is {@link Long#MIN_VALUE}.
+ */</pre></td></tr>
+<tr><td><pre>                final Date             dateStamp,
+                final Identification   identificationInfo)
+{
+<span class="del">    setContact           (contact);</span>
+    setDateStamp         (dateStamp);
+    setIdentificationInfo(Collections.singleton(identificationInfo));
+}</pre></td>
+<td><pre>                final Date             dateStamp,
+                final Identification   identificationInfo)
+{
+<span class="add">    setContacts          
(Collections.singleton(contact));</span>
+    setDateStamp         (dateStamp);
+    setIdentificationInfo(Collections.singleton(identificationInfo));
+}</pre></td></tr>
+<tr><td><pre>/**
+ * Returns the party responsible for the metadata information.
+ */
+public ResponsibleParty getContact() {
+<span class="del">    return contact;</span>
+}
+
+/**
+ * Set the party responsible for the metadata information.
+ */
+public synchronized void setContact(final ResponsibleParty newValue) {
+    checkWritePermission();
+<span class="del">    contact = newValue;</span>
+}
+
+/**</pre></td>
+<td><pre>/**
+ * Returns the party responsible for the metadata information.
+<span class="add"> * @deprecated use getContacts</span>
+ */
+public ResponsibleParty getContact() {
+<span class="add">    Collection contacts = getContacts();</span>
+<span class="add">    return (contacts.isEmpty()) ? null : (ResponsibleParty) 
contacts.toArray()[0];</span>
+}
+
+/**
+<span class="add"> * Returns the party responsible for the metadata 
information.</span>
+<span class="add"> */</span>
+<span class="add">public Collection getContacts() {</span>
+<span class="add">    return nonNullCollection(contacts, 
ResponsibleParty.class);</span>
+<span class="add">}</span>
+<span class="add"></span>
+<span class="add">/**</span>
+ * Set the party responsible for the metadata information.
+<span class="add"> * @deprecated use setContacts</span>
+ */
+public synchronized void setContact(final ResponsibleParty newValue) {
+<span class="add">    setContacts(Collections.singleton(newValue));</span>
+<span class="add">}</span>
+<span class="add"></span>
+<span class="add">/**</span>
+<span class="add"> * Set the parties responsible for the metadata 
information.</span>
+<span class="add"> */</span>
+<span class="add">public synchronized void setContacts(final Collection 
newValues) {</span>
+    checkWritePermission();
+<span class="add">    contacts = copyCollection(newValues, contacts, 
ResponsibleParty.class);</span>
+}
+
+/**</pre></td></tr>
+<tr><td><pre>}
+
+/**
+ * Declare this metadata and all its attributes as unmodifiable.
+ */
+protected void freeze() {
+    super.freeze();
+    language                  = (Locale)                 
unmodifiable(language);
+    characterSet              = (Charset)                
unmodifiable(characterSet);
+    hierarchyLevels           = (Collection)             
unmodifiable(hierarchyLevels);
+    hierarchyLevelNames       = (Collection)             
unmodifiable(hierarchyLevelNames);
+<span class="del">    contact                   = (ResponsibleParty)       
unmodifiable(contact);</span>
+    spatialRepresentationInfo = (Collection)             
unmodifiable(spatialRepresentationInfo);
+    referenceSystemInfo       = (Collection)             
unmodifiable(referenceSystemInfo);
+    metadataExtensionInfo     = (Collection)             
unmodifiable(metadataExtensionInfo);</pre></td>
+<td><pre>}
+
+/**
+<span class="add"> * Provides information about an alternatively used 
localized character</span>
+<span class="add"> * string for a linguistic extension</span>
+<span class="add"> */</span>
+<span class="add">public synchronized Collection getLocales() {</span>
+<span class="add">    return nonNullCollection(locales, Locale.class);</span>
+<span class="add">}</span>
+<span class="add"></span>
+<span class="add">/**</span>
+<span class="add"> * Set information about an alternatively used localized 
character</span>
+<span class="add"> * string for a linguistic extension</span>
+<span class="add"> */</span>
+<span class="add">public synchronized void setLocales(final Collection 
newValues) {</span>
+<span class="add">    locales = copyCollection(newValues, locales, 
Locale.class);</span>
+<span class="add">}</span>
+<span class="add"></span>
+<span class="add">/**</span>
+<span class="add"> * Provides the URI of the dataset to which the metadata 
applies.</span>
+<span class="add"> */</span>
+<span class="add">public String getDataSetUri() {</span>
+<span class="add">    return dataSetUri;</span>
+<span class="add">}</span>
+<span class="add"></span>
+<span class="add">/**</span>
+<span class="add"> * Sets the URI of the dataset to which the metadata 
applies.</span>
+<span class="add"> */</span>
+<span class="add">public void setDataSetUri(final String newValue) {</span>
+<span class="add">    checkWritePermission();</span>
+<span class="add">    dataSetUri = newValue;</span>
+<span class="add">}</span>
+<span class="add"></span>
+<span class="add">/**</span>
+ * Declare this metadata and all its attributes as unmodifiable.
+ */
+protected void freeze() {
+    super.freeze();
+    language                  = (Locale)                 
unmodifiable(language);
+<span class="add">    locales                   = (Collection)             
unmodifiable(locales);</span>
+    characterSet              = (Charset)                
unmodifiable(characterSet);
+    hierarchyLevels           = (Collection)             
unmodifiable(hierarchyLevels);
+    hierarchyLevelNames       = (Collection)             
unmodifiable(hierarchyLevelNames);
+<span class="add">    contacts                  = (Collection)             
unmodifiable(contacts);</span>
+    spatialRepresentationInfo = (Collection)             
unmodifiable(spatialRepresentationInfo);
+    referenceSystemInfo       = (Collection)             
unmodifiable(referenceSystemInfo);
+    metadataExtensionInfo     = (Collection)             
unmodifiable(metadataExtensionInfo);</pre></td></tr>
+<tr><td><pre>return               this.dateStamp             ==   
that.dateStamp                  &amp;&amp;
+    Utilities.equals(this.fileIdentifier,            that.fileIdentifier       
    ) &amp;&amp;
+    Utilities.equals(this.language,                  that.language             
    ) &amp;&amp;
+    Utilities.equals(this.characterSet,              that.characterSet         
    ) &amp;&amp;
+    Utilities.equals(this.parentIdentifier,          that.parentIdentifier     
    ) &amp;&amp;
+    Utilities.equals(this.hierarchyLevels,           that.hierarchyLevels      
    ) &amp;&amp;
+    Utilities.equals(this.hierarchyLevelNames,       that.hierarchyLevelNames  
    ) &amp;&amp;
+<span class="del">    Utilities.equals(this.contact,                   
that.contact                  ) &amp;&amp;</span>
+    Utilities.equals(this.metadataStandardName,      that.metadataStandardName 
    ) &amp;&amp;
+    Utilities.equals(this.metadataStandardVersion,   
that.metadataStandardVersion  ) &amp;&amp;
+    Utilities.equals(this.spatialRepresentationInfo, 
that.spatialRepresentationInfo) &amp;&amp;</pre></td>
+<td><pre>return               this.dateStamp             ==   that.dateStamp   
               &amp;&amp;
+    Utilities.equals(this.fileIdentifier,            that.fileIdentifier       
    ) &amp;&amp;
+    Utilities.equals(this.language,                  that.language             
    ) &amp;&amp;
+<span class="add">    Utilities.equals(this.locales,                   
that.locales                  ) &amp;&amp;</span>
+<span class="add">    Utilities.equals(this.dataSetUri,                
that.dataSetUri               ) &amp;&amp;</span>
+    Utilities.equals(this.characterSet,              that.characterSet         
    ) &amp;&amp;
+    Utilities.equals(this.parentIdentifier,          that.parentIdentifier     
    ) &amp;&amp;
+    Utilities.equals(this.hierarchyLevels,           that.hierarchyLevels      
    ) &amp;&amp;
+    Utilities.equals(this.hierarchyLevelNames,       that.hierarchyLevelNames  
    ) &amp;&amp;
+<span class="add">    Utilities.equals(this.contacts,                  
that.contacts                 ) &amp;&amp;</span>
+    Utilities.equals(this.metadataStandardName,      that.metadataStandardName 
    ) &amp;&amp;
+    Utilities.equals(this.metadataStandardVersion,   
that.metadataStandardVersion  ) &amp;&amp;
+    Utilities.equals(this.spatialRepresentationInfo, 
that.spatialRepresentationInfo) &amp;&amp;</pre></td></tr>
+<tr><td><pre> */
+public synchronized int hashCode() {
+    int code = (int)serialVersionUID;
+<span class="del">    if (contact            != null) code ^= contact          
 .hashCode();</span>
+    if (identificationInfo != null) code ^= identificationInfo.hashCode();
+    return code;
+}</pre></td>
+<td><pre> */
+public synchronized int hashCode() {
+    int code = (int)serialVersionUID;
+<span class="add">    if (fileIdentifier     != null) code ^= fileIdentifier   
 .hashCode();</span>
+    if (identificationInfo != null) code ^= identificationInfo.hashCode();
+    return code;
+}</pre></td></tr>
+<tr><td><pre>     * @todo Provides a more elaborated implementation.
+     */
+    public String toString() {
+<span class="del">        return String.valueOf(contact);</span>
+    }
+}</pre></td>
+<td><pre>     * @todo Provides a more elaborated implementation.
+     */
+    public String toString() {
+<span class="add">        StringBuffer str = new StringBuffer();</span>
+<span class="add">        if (fileIdentifier != null) {</span>
+<span class="add">            str.append(fileIdentifier);</span>
+    }
+<span class="add">        appendCollection(str, "ContentInfo", 
getContentInfo());</span>
+<span class="add">        appendCollection(str, "Contacts", 
getContacts());</span>
+<span class="add">        return str.toString();</span>
+}
+<span class="add"></span>
+<span class="add">}</span></pre></td></tr>
+</table>
+    </div>
+  </body>
+</html>

Propchange: sis/ip-review/rev/24820/DefaultMetadata.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: sis/ip-review/rev/24820/DefaultMetadata.xhtml
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: sis/ip-review/rev/24925/DefaultMetadata.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/rev/24925/DefaultMetadata.xhtml?rev=1457830&view=auto
==============================================================================
--- sis/ip-review/rev/24925/DefaultMetadata.xhtml (added)
+++ sis/ip-review/rev/24925/DefaultMetadata.xhtml Mon Mar 18 15:54:00 2013
@@ -0,0 +1,76 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml";>
+  <head>
+    <meta charset="UTF-8"/>
+    <title>DefaultMetadata changes for revisions 24924:24925</title>
+    <style type="text/css" media="all">
+      @import url("../../reports.css");
+    </style>
+  </head>
+  <body>
+    <div>
+      <h1>DefaultMetadata changes for revisions 24924:24925</h1>
+<p>This commit propagates an interface name change which was done in GeoAPI.
+There is no way such change could be done differently,
+since not renaming the uses of that interface cause a compilation error.</p>
+<p><b>Command line:</b></p>
+<blockquote><code>svn diff --extensions "--unified --ignore-space-change 
--ignore-all-space --ignore-eol-style" -r24924:24925 
http://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/metadata/iso/MetaDataImpl.java</code></blockquote>
+<table class="changes">
+<tr><th>Revision 24924</th><th>Revision 24925</th></tr>
+<tr><td><pre>import org.opengis.metadata.citation.ResponsibleParty;
+import org.opengis.metadata.constraint.Constraints;
+import org.opengis.metadata.distribution.Distribution;
+import org.opengis.metadata.identification.Identification;
+import org.opengis.metadata.maintenance.MaintenanceInformation;
+import org.opengis.metadata.maintenance.ScopeCode;</pre></td>
+<td><pre>import org.opengis.metadata.citation.ResponsibleParty;
+import org.opengis.metadata.constraint.Constraints;
+import org.opengis.metadata.distribution.Distribution;
+<span class="add">import 
org.opengis.metadata.identification.CharacterSet;</span>
+import org.opengis.metadata.identification.Identification;
+import org.opengis.metadata.maintenance.MaintenanceInformation;
+import org.opengis.metadata.maintenance.ScopeCode;</pre></td></tr>
+<tr><td><pre>/**
+ * Full name of the character coding standard used for the metadata set.
+ */
+<span class="del">private Charset characterSet;</span>
+
+/**
+ * File identifier of the metadata to which this metadata is a subset 
(child).</pre></td>
+<td><pre>/**
+ * Full name of the character coding standard used for the metadata set.
+ */
+<span class="add">private CharacterSet characterSet;</span>
+
+/**
+ * File identifier of the metadata to which this metadata is a subset 
(child).</pre></td></tr>
+<tr><td><pre>/**
+ * Returns the full name of the character coding standard used for the 
metadata set.
+ */
+<span class="del">public Charset getCharacterSet()  {</span>
+    return characterSet;
+}</pre></td>
+<td><pre>/**
+ * Returns the full name of the character coding standard used for the 
metadata set.
+ */
+<span class="add">public CharacterSet getCharacterSet()  {</span>
+    return characterSet;
+}</pre></td></tr>
+<tr><td><pre>super.freeze();
+language                  = (Locale)                 unmodifiable(language);
+locales                   = (Collection)             unmodifiable(locales);
+<span class="del">characterSet              = (Charset)                
unmodifiable(characterSet);</span>
+hierarchyLevels           = (Collection)             
unmodifiable(hierarchyLevels);
+hierarchyLevelNames       = (Collection)             
unmodifiable(hierarchyLevelNames);
+contacts                  = (Collection)             
unmodifiable(contacts);</pre></td>
+<td><pre>super.freeze();
+language                  = (Locale)                 unmodifiable(language);
+locales                   = (Collection)             unmodifiable(locales);
+<span class="add">characterSet              = (CharacterSet)           
unmodifiable(characterSet);</span>
+hierarchyLevels           = (Collection)             
unmodifiable(hierarchyLevels);
+hierarchyLevelNames       = (Collection)             
unmodifiable(hierarchyLevelNames);
+contacts                  = (Collection)             
unmodifiable(contacts);</pre></td></tr>
+</table>
+    </div>
+  </body>
+</html>

Propchange: sis/ip-review/rev/24925/DefaultMetadata.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: sis/ip-review/rev/24925/DefaultMetadata.xhtml
------------------------------------------------------------------------------
    svn:mime-type = text/html

Modified: sis/ip-review/rev/24973/DefaultFeatureCatalogueDescription.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/rev/24973/DefaultFeatureCatalogueDescription.xhtml?rev=1457830&r1=1457829&r2=1457830&view=diff
==============================================================================
--- sis/ip-review/rev/24973/DefaultFeatureCatalogueDescription.xhtml (original)
+++ sis/ip-review/rev/24973/DefaultFeatureCatalogueDescription.xhtml Mon Mar 18 
15:54:00 2013
@@ -10,9 +10,9 @@
   <body>
     <div>
       <h1>DefaultFeatureCatalogueDescription changes for revisions 
24972:24973</h1>
-<p>Replacement of <code>Number</code> type by <code>Double</code>.
+<p>Replacement of <code>boolean</code> primitive type by <code>Boolean</code> 
wrapper.
 This change has been forced by a GeoAPI change. Reverting this change causes a 
compilation failure,
-which is resolved by restoring the <code>Double</code> values as required by 
GeoAPI interfaces. So
+which is resolved by restoring the <code>Boolean</code> values as required by 
GeoAPI interfaces. So
 rewriting this contribution produces identical result.</p>
 
 <p><b>Command line:</b></p>


Reply via email to