Author: desruisseaux
Date: Mon Mar 18 13:47:40 2013
New Revision: 1457764

URL: http://svn.apache.org/r1457764
Log:
More IP reviews in the identification package.

Added:
    sis/ip-review/AbstractIdentification.xhtml   (with props)
    sis/ip-review/DefaultServiceIdentification.xhtml   (with props)
    sis/ip-review/DefaultUsage.xhtml   (with props)
    sis/ip-review/rev/10796/AbstractIdentification.xhtml   (with props)
    sis/ip-review/rev/10796/DefaultUsage.xhtml   (with props)
    sis/ip-review/rev/20874/AbstractIdentification.xhtml   (with props)
    sis/ip-review/rev/20874/DefaultServiceIdentification.xhtml   (with props)
    sis/ip-review/rev/20874/DefaultUsage.xhtml   (with props)
    sis/ip-review/rev/24868/AbstractIdentification.xhtml   (with props)
    sis/ip-review/rev/24990/AbstractIdentification.xhtml   (with props)

Added: sis/ip-review/AbstractIdentification.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/AbstractIdentification.xhtml?rev=1457764&view=auto
==============================================================================
--- sis/ip-review/AbstractIdentification.xhtml (added)
+++ sis/ip-review/AbstractIdentification.xhtml Mon Mar 18 13:47:40 2013
@@ -0,0 +1,63 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml";>
+  <head>
+    <meta charset="UTF-8"/>
+    <title>AbstractIdentification history</title>
+    <style type="text/css" media="all">
+      @import url("./reports.css");
+    </style>
+  </head>
+  <body>
+    <div>
+      <h1>AbstractIdentification history</h1>
+  <p>Click on the commit message for inspecting the <code>diff</code> and how 
the code has been rewritten.</p>
+<p><b>Command line:</b></p>
+<blockquote><code>svn log -r31996:1 
http://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/metadata/iso/identification/IdentificationImpl.java</code></blockquote>
+<table>
+  <tr>
+    <th>Rev.</th>
+    <th>Date</th>
+    <th>Author</th>
+    <th class="last">Message</th>
+  </tr>
+<tr><td 
class="rev">31557</td><td>2008-09-19</td><td>desruisseaux</td><td>Removed JAXB 
annotations.</td></tr>
+<tr><td class="rev">30640</td><td>2008-06-12</td><td>acuster</td><td>Copyright 
headers: lib/metadata, this time with feeling (and the el in Toolkit)</td></tr>
+<tr><td class="rev">30519</td><td>2008-06-05</td><td>acuster</td><td>Metadata 
header cleanup and copyright review.</td></tr>
+<tr><td class="rev">30258</td><td>2008-05-08</td><td>acuster</td><td>Reshuffle 
the top level repo: drop uDig, move up trunk, tags, and branches.</td></tr>
+<tr><td class="rev">30257</td><td>2008-05-08</td><td>acuster</td><td>Move 
trunk/gt/ directory contents up to trunk/ and drop gt</td></tr>
+<tr><td 
class="rev">30041</td><td>2008-04-25</td><td>desruisseaux</td><td>Renamed 
'isMarshalling(boolean)' as 'xmlMarshalling(boolean)' and added a warning 
telling that it is a problematic patch. Removed the synchronized keyword in 
AbstractMetadata.equals(Object) as a fix of GEOT-1777).</td></tr>
+<tr><td class="rev">29838</td><td>2008-04-08</td><td>cedricbr</td><td>Remove 
xsi namespace url from class annotation.</td></tr>
+<tr><td class="rev">29761</td><td>2008-04-02</td><td>cedricbr</td><td>Manage 
the Distance tag with JAXB. Some code refactoring.</td></tr>
+<tr><td 
class="rev">29690</td><td>2008-03-20</td><td>cedricbr</td><td>Correction for 
the build failure.</td></tr>
+<tr><td class="rev">29685</td><td>2008-03-20</td><td>cedricbr</td><td>Third 
part of the JAXB proposal, the annotations.</td></tr>
+<tr><td class="rev">28922</td><td>2008-01-24</td><td>acuster</td><td>Bump the 
(at)since version to 2.5 since WKTParser was cut from 2.4</td></tr>
+<tr><td class="rev">28540</td><td>2007-12-29</td><td>acuster</td><td>Hide 
buttons which are not yet used</td></tr>
+<tr><td class="rev">28057</td><td>2007-11-26</td><td>desruisseaux</td><td>More 
parameterized types, which revealed an other bug: getResults() should returns a 
Collection of Record, not Double.</td></tr>
+<tr><td 
class="rev">27575</td><td>2007-10-22</td><td>desruisseaux</td><td>Converted 
Java source files from ISO-LATIN-1 encoding to UTF-8 (GEOT-1516).</td></tr>
+<tr><td 
class="rev">25189</td><td>2007-04-17</td><td>desruisseaux</td><td>Removed 
useless import statements.</td></tr>
+<tr><td 
class="rev">25175</td><td>2007-04-16</td><td>desruisseaux</td><td>Removed 
'equals', 'hashCode', 'toString' and 'freeze' methods from every metadata 
implementation. They are now implemented by generic methods inherited from 
AbstractMetadata, which perform their work using Java reflection. This way we 
avoid lot of redundancy, some errors introduced by maintenance ('equals' method 
not updated in the way they should), more systematic implementations (espcially 
for the 'toString' method, which was not implemented at all for a majority of 
metadata), more support for future introduction of other metadata standards 
than ISO 19115, etc. The cost is more runtime overhead, but it still possible 
to provide custom implementations for 'equals' and 'hashCode' only in the class 
that appear to be bottleneck, if we want.</td></tr>
+<tr><td 
class="rev">25098</td><td>2007-04-10</td><td>desruisseaux</td><td>Review of 
metadata changes.</td></tr>
+<tr><td class="rev">24990</td><td>2007-04-03</td><td 
class="unav">chorner</td><td><a 
href="rev/24990/AbstractIdentification.xhtml">Metadata; corrections after 
review of r24868</a></td></tr>
+<tr><td class="rev">24925</td><td>2007-03-27</td><td 
class="unav">jgarnett</td><td><a 
href="rev/24990/AbstractIdentification.xhtml">change to 
org.opengis.geometry</a></td></tr>
+<tr><td 
class="rev">24924</td><td>2007-03-27</td><td>desruisseaux</td><td>Allows 
Factories.addFactoryIteratorProvider(...) to work even after FactoryRegistry 
instantiation. Minor cleaning in metadata.</td></tr>
+<tr><td class="rev">24868</td><td>2007-03-22</td><td 
class="unav">jgarnett</td><td><a 
href="rev/24868/AbstractIdentification.xhtml">clean up metadata and referencing 
in response to GEO-93</a></td></tr>
+<tr><td 
class="rev">22443</td><td>2006-10-27</td><td>desruisseaux</td><td>Splitted 
referencing, extracting metadata in their own module (GEOT-983). As a side 
effect, replaced some calls of CRSUtilities.foo(...) by CRS.foo(...).</td></tr>
+<tr><td 
class="rev">22327</td><td>2006-10-23</td><td>desruisseaux</td><td>GEOT-982: 
regroup 'module', 'plugin', 'ext' and 'unsupported' in a common 
directory.</td></tr>
+<tr><td 
class="rev">22315</td><td>2006-10-22</td><td>desruisseaux</td><td>Reorganisation
 of directory tree structure (GEOT-982) phase 1: moved 'src' to 
'src/main/java'.</td></tr>
+<tr><td class="rev">20874</td><td>2006-08-07</td><td 
class="unav">jgarnett</td><td><a 
href="rev/20874/AbstractIdentification.xhtml">ip review</a></td></tr>
+<tr><td 
class="rev">17672</td><td>2006-01-19</td><td>desruisseaux</td><td>Added @source 
tag.</td></tr>
+<tr><td 
class="rev">17660</td><td>2006-01-18</td><td>desruisseaux</td><td>Fixed SVN 
attributes, including the addition of URL attribute.</td></tr>
+<tr><td 
class="rev">15350</td><td>2005-08-16</td><td>desruisseaux</td><td>Merged the 
'split-main' branch to trunk (GEOT-662)</td></tr>
+<tr><td 
class="rev">15256</td><td>2005-08-09</td><td>desruisseaux</td><td>Extraction of 
referencing module from main</td></tr>
+<tr><td 
class="rev">15255</td><td>2005-08-09</td><td>desruisseaux</td><td>Prepare 
branch for splitting main</td></tr>
+<tr><td 
class="rev">13925</td><td>2005-05-30</td><td>desruisseaux</td><td>Added @since 
javadoc tag</td></tr>
+<tr><td 
class="rev">13752</td><td>2005-05-23</td><td>desruisseaux</td><td>Added the 
'Impl' suffix to direct implementations of all metadata interfaces; deprecated 
the old implementations (not yet deleted).</td></tr>
+<tr><td 
class="rev">12958</td><td>2005-04-04</td><td>desruisseaux</td><td>Constructor 
tuning in metadata</td></tr>
+<tr><td 
class="rev">12952</td><td>2005-04-03</td><td>desruisseaux</td><td>Updated 
metadata implementation for GeoAPI changes (GEO-51 and GEO-56)</td></tr>
+<tr><td 
class="rev">11001</td><td>2005-02-02</td><td>desruisseaux</td><td>Fixed wrong 
encoding in main/src</td></tr>
+<tr><td class="rev">10796</td><td>2005-01-28</td><td 
class="unav">dzwiers</td><td><a 
href="rev/10796/AbstractIdentification.xhtml">imports cleaned</a></td></tr>
+<tr><td class="rev">9120</td><td>2004-11-15</td><td>desruisseaux</td><td>New 
metadata implementations</td></tr>
+</table>
+    </div>
+  </body>
+</html>

Propchange: sis/ip-review/AbstractIdentification.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: sis/ip-review/AbstractIdentification.xhtml
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: sis/ip-review/DefaultServiceIdentification.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/DefaultServiceIdentification.xhtml?rev=1457764&view=auto
==============================================================================
--- sis/ip-review/DefaultServiceIdentification.xhtml (added)
+++ sis/ip-review/DefaultServiceIdentification.xhtml Mon Mar 18 13:47:40 2013
@@ -0,0 +1,50 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml";>
+  <head>
+    <meta charset="UTF-8"/>
+    <title>DefaultServiceIdentification history</title>
+    <style type="text/css" media="all">
+      @import url("./reports.css");
+    </style>
+  </head>
+  <body>
+    <div>
+      <h1>DefaultServiceIdentification history</h1>
+  <p>Click on the commit message for inspecting the <code>diff</code> and how 
the code has been rewritten.</p>
+<p><b>Command line:</b></p>
+<blockquote><code>svn log -r31996:1 
http://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/metadata/iso/identification/ServiceIdentificationImpl.java</code></blockquote>
+<table>
+  <tr>
+    <th>Rev.</th>
+    <th>Date</th>
+    <th>Author</th>
+    <th class="last">Message</th>
+  </tr>
+<tr><td 
class="rev">31557</td><td>2008-09-19</td><td>desruisseaux</td><td>Removed JAXB 
annotations.</td></tr>
+<tr><td class="rev">30640</td><td>2008-06-12</td><td>acuster</td><td>Copyright 
headers: lib/metadata, this time with feeling (and the el in Toolkit)</td></tr>
+<tr><td class="rev">30519</td><td>2008-06-05</td><td>acuster</td><td>Metadata 
header cleanup and copyright review.</td></tr>
+<tr><td class="rev">30258</td><td>2008-05-08</td><td>acuster</td><td>Reshuffle 
the top level repo: drop uDig, move up trunk, tags, and branches.</td></tr>
+<tr><td class="rev">30257</td><td>2008-05-08</td><td>acuster</td><td>Move 
trunk/gt/ directory contents up to trunk/ and drop gt</td></tr>
+<tr><td class="rev">29685</td><td>2008-03-20</td><td>cedricbr</td><td>Third 
part of the JAXB proposal, the annotations.</td></tr>
+<tr><td class="rev">28922</td><td>2008-01-24</td><td>acuster</td><td>Bump the 
(at)since version to 2.5 since WKTParser was cut from 2.4</td></tr>
+<tr><td class="rev">28540</td><td>2007-12-29</td><td>acuster</td><td>Hide 
buttons which are not yet used</td></tr>
+<tr><td class="rev">28057</td><td>2007-11-26</td><td>desruisseaux</td><td>More 
parameterized types, which revealed an other bug: getResults() should returns a 
Collection of Record, not Double.</td></tr>
+<tr><td 
class="rev">27575</td><td>2007-10-22</td><td>desruisseaux</td><td>Converted 
Java source files from ISO-LATIN-1 encoding to UTF-8 (GEOT-1516).</td></tr>
+<tr><td 
class="rev">25175</td><td>2007-04-16</td><td>desruisseaux</td><td>Removed 
'equals', 'hashCode', 'toString' and 'freeze' methods from every metadata 
implementation. They are now implemented by generic methods inherited from 
AbstractMetadata, which perform their work using Java reflection. This way we 
avoid lot of redundancy, some errors introduced by maintenance ('equals' method 
not updated in the way they should), more systematic implementations (espcially 
for the 'toString' method, which was not implemented at all for a majority of 
metadata), more support for future introduction of other metadata standards 
than ISO 19115, etc. The cost is more runtime overhead, but it still possible 
to provide custom implementations for 'equals' and 'hashCode' only in the class 
that appear to be bottleneck, if we want.</td></tr>
+<tr><td 
class="rev">22443</td><td>2006-10-27</td><td>desruisseaux</td><td>Splitted 
referencing, extracting metadata in their own module (GEOT-983). As a side 
effect, replaced some calls of CRSUtilities.foo(...) by CRS.foo(...).</td></tr>
+<tr><td 
class="rev">22327</td><td>2006-10-23</td><td>desruisseaux</td><td>GEOT-982: 
regroup 'module', 'plugin', 'ext' and 'unsupported' in a common 
directory.</td></tr>
+<tr><td 
class="rev">22315</td><td>2006-10-22</td><td>desruisseaux</td><td>Reorganisation
 of directory tree structure (GEOT-982) phase 1: moved 'src' to 
'src/main/java'.</td></tr>
+<tr><td class="rev">20874</td><td>2006-08-07</td><td 
class="unav">jgarnett</td><td><a 
href="rev/20874/DefaultServiceIdentification.xhtml">ip review</a></td></tr>
+<tr><td 
class="rev">17672</td><td>2006-01-19</td><td>desruisseaux</td><td>Added @source 
tag.</td></tr>
+<tr><td 
class="rev">17660</td><td>2006-01-18</td><td>desruisseaux</td><td>Fixed SVN 
attributes, including the addition of URL attribute.</td></tr>
+<tr><td 
class="rev">15350</td><td>2005-08-16</td><td>desruisseaux</td><td>Merged the 
'split-main' branch to trunk (GEOT-662)</td></tr>
+<tr><td 
class="rev">15256</td><td>2005-08-09</td><td>desruisseaux</td><td>Extraction of 
referencing module from main</td></tr>
+<tr><td 
class="rev">15255</td><td>2005-08-09</td><td>desruisseaux</td><td>Prepare 
branch for splitting main</td></tr>
+<tr><td 
class="rev">13925</td><td>2005-05-30</td><td>desruisseaux</td><td>Added @since 
javadoc tag</td></tr>
+<tr><td 
class="rev">13752</td><td>2005-05-23</td><td>desruisseaux</td><td>Added the 
'Impl' suffix to direct implementations of all metadata interfaces; deprecated 
the old implementations (not yet deleted).</td></tr>
+<tr><td 
class="rev">12958</td><td>2005-04-04</td><td>desruisseaux</td><td>Constructor 
tuning in metadata</td></tr>
+<tr><td class="rev">9120</td><td>2004-11-15</td><td>desruisseaux</td><td>New 
metadata implementations</td></tr>
+</table>
+    </div>
+  </body>
+</html>

Propchange: sis/ip-review/DefaultServiceIdentification.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: sis/ip-review/DefaultServiceIdentification.xhtml
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: sis/ip-review/DefaultUsage.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/DefaultUsage.xhtml?rev=1457764&view=auto
==============================================================================
--- sis/ip-review/DefaultUsage.xhtml (added)
+++ sis/ip-review/DefaultUsage.xhtml Mon Mar 18 13:47:40 2013
@@ -0,0 +1,55 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml";>
+  <head>
+    <meta charset="UTF-8"/>
+    <title>DefaultUsage history</title>
+    <style type="text/css" media="all">
+      @import url("./reports.css");
+    </style>
+  </head>
+  <body>
+    <div>
+      <h1>DefaultUsage history</h1>
+  <p>Click on the commit message for inspecting the <code>diff</code> and how 
the code has been rewritten.</p>
+<p><b>Command line:</b></p>
+<blockquote><code>svn log -r31996:1 
http://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/metadata/iso/identification/UsageImpl.java</code></blockquote>
+<table>
+  <tr>
+    <th>Rev.</th>
+    <th>Date</th>
+    <th>Author</th>
+    <th class="last">Message</th>
+  </tr>
+<tr><td 
class="rev">31557</td><td>2008-09-19</td><td>desruisseaux</td><td>Removed JAXB 
annotations.</td></tr>
+<tr><td class="rev">30640</td><td>2008-06-12</td><td>acuster</td><td>Copyright 
headers: lib/metadata, this time with feeling (and the el in Toolkit)</td></tr>
+<tr><td class="rev">30519</td><td>2008-06-05</td><td>acuster</td><td>Metadata 
header cleanup and copyright review.</td></tr>
+<tr><td class="rev">30389</td><td>2008-05-23</td><td>cedricbr</td><td>Add a 
DateTime adapter for JAXB</td></tr>
+<tr><td class="rev">30258</td><td>2008-05-08</td><td>acuster</td><td>Reshuffle 
the top level repo: drop uDig, move up trunk, tags, and branches.</td></tr>
+<tr><td class="rev">30257</td><td>2008-05-08</td><td>acuster</td><td>Move 
trunk/gt/ directory contents up to trunk/ and drop gt</td></tr>
+<tr><td class="rev">29685</td><td>2008-03-20</td><td>cedricbr</td><td>Third 
part of the JAXB proposal, the annotations.</td></tr>
+<tr><td class="rev">28922</td><td>2008-01-24</td><td>acuster</td><td>Bump the 
(at)since version to 2.5 since WKTParser was cut from 2.4</td></tr>
+<tr><td class="rev">28540</td><td>2007-12-29</td><td>acuster</td><td>Hide 
buttons which are not yet used</td></tr>
+<tr><td class="rev">28057</td><td>2007-11-26</td><td>desruisseaux</td><td>More 
parameterized types, which revealed an other bug: getResults() should returns a 
Collection of Record, not Double.</td></tr>
+<tr><td 
class="rev">27575</td><td>2007-10-22</td><td>desruisseaux</td><td>Converted 
Java source files from ISO-LATIN-1 encoding to UTF-8 (GEOT-1516).</td></tr>
+<tr><td 
class="rev">25189</td><td>2007-04-17</td><td>desruisseaux</td><td>Removed 
useless import statements.</td></tr>
+<tr><td 
class="rev">25175</td><td>2007-04-16</td><td>desruisseaux</td><td>Removed 
'equals', 'hashCode', 'toString' and 'freeze' methods from every metadata 
implementation. They are now implemented by generic methods inherited from 
AbstractMetadata, which perform their work using Java reflection. This way we 
avoid lot of redundancy, some errors introduced by maintenance ('equals' method 
not updated in the way they should), more systematic implementations (espcially 
for the 'toString' method, which was not implemented at all for a majority of 
metadata), more support for future introduction of other metadata standards 
than ISO 19115, etc. The cost is more runtime overhead, but it still possible 
to provide custom implementations for 'equals' and 'hashCode' only in the class 
that appear to be bottleneck, if we want.</td></tr>
+<tr><td 
class="rev">22443</td><td>2006-10-27</td><td>desruisseaux</td><td>Splitted 
referencing, extracting metadata in their own module (GEOT-983). As a side 
effect, replaced some calls of CRSUtilities.foo(...) by CRS.foo(...).</td></tr>
+<tr><td 
class="rev">22327</td><td>2006-10-23</td><td>desruisseaux</td><td>GEOT-982: 
regroup 'module', 'plugin', 'ext' and 'unsupported' in a common 
directory.</td></tr>
+<tr><td 
class="rev">22315</td><td>2006-10-22</td><td>desruisseaux</td><td>Reorganisation
 of directory tree structure (GEOT-982) phase 1: moved 'src' to 
'src/main/java'.</td></tr>
+<tr><td class="rev">20874</td><td>2006-08-07</td><td 
class="unav">jgarnett</td><td><a href="rev/20874/DefaultUsage.xhtml">ip 
review</a></td></tr>
+<tr><td 
class="rev">17672</td><td>2006-01-19</td><td>desruisseaux</td><td>Added @source 
tag.</td></tr>
+<tr><td 
class="rev">17660</td><td>2006-01-18</td><td>desruisseaux</td><td>Fixed SVN 
attributes, including the addition of URL attribute.</td></tr>
+<tr><td 
class="rev">15350</td><td>2005-08-16</td><td>desruisseaux</td><td>Merged the 
'split-main' branch to trunk (GEOT-662)</td></tr>
+<tr><td 
class="rev">15256</td><td>2005-08-09</td><td>desruisseaux</td><td>Extraction of 
referencing module from main</td></tr>
+<tr><td 
class="rev">15255</td><td>2005-08-09</td><td>desruisseaux</td><td>Prepare 
branch for splitting main</td></tr>
+<tr><td 
class="rev">13925</td><td>2005-05-30</td><td>desruisseaux</td><td>Added @since 
javadoc tag</td></tr>
+<tr><td 
class="rev">13752</td><td>2005-05-23</td><td>desruisseaux</td><td>Added the 
'Impl' suffix to direct implementations of all metadata interfaces; deprecated 
the old implementations (not yet deleted).</td></tr>
+<tr><td 
class="rev">12958</td><td>2005-04-04</td><td>desruisseaux</td><td>Constructor 
tuning in metadata</td></tr>
+<tr><td 
class="rev">12952</td><td>2005-04-03</td><td>desruisseaux</td><td>Updated 
metadata implementation for GeoAPI changes (GEO-51 and GEO-56)</td></tr>
+<tr><td 
class="rev">11001</td><td>2005-02-02</td><td>desruisseaux</td><td>Fixed wrong 
encoding in main/src</td></tr>
+<tr><td class="rev">10796</td><td>2005-01-28</td><td 
class="unav">dzwiers</td><td><a href="rev/10796/DefaultUsage.xhtml">imports 
cleaned</a></td></tr>
+<tr><td class="rev">9120</td><td>2004-11-15</td><td>desruisseaux</td><td>New 
metadata implementations</td></tr>
+</table>
+    </div>
+  </body>
+</html>

Propchange: sis/ip-review/DefaultUsage.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: sis/ip-review/DefaultUsage.xhtml
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: sis/ip-review/rev/10796/AbstractIdentification.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/rev/10796/AbstractIdentification.xhtml?rev=1457764&view=auto
==============================================================================
--- sis/ip-review/rev/10796/AbstractIdentification.xhtml (added)
+++ sis/ip-review/rev/10796/AbstractIdentification.xhtml Mon Mar 18 13:47:40 
2013
@@ -0,0 +1,105 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml";>
+  <head>
+    <meta charset="UTF-8"/>
+    <title>AbstractIdentification changes for revisions 10795:10796</title>
+    <style type="text/css" media="all">
+      @import url("../../reports.css");
+    </style>
+  </head>
+  <body>
+    <div>
+      <h1>AbstractIdentification 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/identification/IdentificationImpl.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.identification;
+
+// J2SE direct dependencies
+import java.util.Set;
+<span class="del">import java.util.List;</span>
+<span class="del">import java.util.Collections;</span>
+
+<span class="del">// OpenGIS direct dependencies</span>
+import org.opengis.metadata.citation.Citation;
+import org.opengis.metadata.citation.ResponsibleParty;
+<span class="del">import 
org.opengis.metadata.maintenance.MaintenanceInformation;</span>
+import org.opengis.metadata.constraint.Constraints;
+import org.opengis.metadata.distribution.Format;
+<span class="del">import org.opengis.metadata.identification.Usage;</span>
+import org.opengis.metadata.identification.Keywords;
+import org.opengis.metadata.identification.Progress;
+<span class="del">import 
org.opengis.metadata.identification.BrowseGraphic;</span>
+import org.opengis.util.InternationalString;
+
+<span class="del">// Geotools dependencies</span>
+<span class="del">import org.geotools.metadata.MetadataEntity;</span>
+<span class="del">import org.geotools.resources.Utilities;</span>
+<span class="del">import org.geotools.util.CheckedHashSet;</span>
+<span class="del">import org.geotools.util.CheckedArrayList;</span>
+
+<span class="del"></span>
+/**
+ * Basic information required to uniquely identify a resource or resources.
+ *
+ * @version $Id$
+ * @author Martin Desruisseaux
+<span class="del"> * @author Touraïvane</span>
+ */
+public class Identification extends MetadataEntity
+        implements 
org.opengis.metadata.identification.Identification</pre></td>
+<td><pre>package org.geotools.metadata.identification;
+
+// J2SE direct dependencies
+<span class="add">import java.util.Collections;</span>
+<span class="add">import java.util.List;</span>
+import java.util.Set;
+
+<span class="add">import org.geotools.metadata.MetadataEntity;</span>
+<span class="add">import org.geotools.resources.Utilities;</span>
+<span class="add">import org.geotools.util.CheckedArrayList;</span>
+<span class="add">import org.geotools.util.CheckedHashSet;</span>
+import org.opengis.metadata.citation.Citation;
+import org.opengis.metadata.citation.ResponsibleParty;
+import org.opengis.metadata.constraint.Constraints;
+import org.opengis.metadata.distribution.Format;
+<span class="add">import 
org.opengis.metadata.identification.BrowseGraphic;</span>
+import org.opengis.metadata.identification.Keywords;
+import org.opengis.metadata.identification.Progress;
+<span class="add">import org.opengis.metadata.identification.Usage;</span>
+<span class="add">import 
org.opengis.metadata.maintenance.MaintenanceInformation;</span>
+import org.opengis.util.InternationalString;
+
+
+/**
+ * Basic information required to uniquely identify a resource or resources.
+ *
+ * @version $Id$
+ * @author Martin Desruisseaux
+<span class="add"> * @author Toura�vane</span>
+ */
+public class Identification extends MetadataEntity
+        implements 
org.opengis.metadata.identification.Identification</pre></td></tr>
+</table>
+    </div>
+  </body>
+</html>

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

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

Added: sis/ip-review/rev/10796/DefaultUsage.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/rev/10796/DefaultUsage.xhtml?rev=1457764&view=auto
==============================================================================
--- sis/ip-review/rev/10796/DefaultUsage.xhtml (added)
+++ sis/ip-review/rev/10796/DefaultUsage.xhtml Mon Mar 18 13:47:40 2013
@@ -0,0 +1,85 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml";>
+  <head>
+    <meta charset="UTF-8"/>
+    <title>DefaultUsage changes for revisions 10795:10796</title>
+    <style type="text/css" media="all">
+      @import url("../../reports.css");
+    </style>
+  </head>
+  <body>
+    <div>
+      <h1>DefaultUsage 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/identification/UsageImpl.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.identification;
+
+// J2SE direct dependencies
+import java.util.Set;
+<span class="del">import java.util.Date;</span>
+<span class="del">import java.util.Collections;</span>
+
+<span class="del">// OpenGIS direct dependencies</span>
+<span class="del">import org.opengis.util.InternationalString;</span>
+<span class="del">import org.opengis.metadata.citation.ResponsibleParty;</span>
+<span class="del"></span>
+<span class="del">// Geotools dependencies</span>
+import org.geotools.metadata.MetadataEntity;
+import org.geotools.resources.Utilities;
+import org.geotools.util.CheckedHashSet;
+
+
+/**</pre></td>
+<td><pre>package org.geotools.metadata.identification;
+
+// J2SE direct dependencies
+<span class="add">import java.util.Collections;</span>
+<span class="add">import java.util.Date;</span>
+import java.util.Set;
+
+import org.geotools.metadata.MetadataEntity;
+import org.geotools.resources.Utilities;
+import org.geotools.util.CheckedHashSet;
+<span class="add">import org.opengis.metadata.citation.ResponsibleParty;</span>
+<span class="add">import org.opengis.util.InternationalString;</span>
+
+
+/**</pre></td></tr>
+<tr><td><pre> *
+ * @version $Id$
+ * @author Martin Desruisseaux
+<span class="del"> * @author Touraïvane</span>
+ */
+public class Usage extends MetadataEntity implements 
org.opengis.metadata.identification.Usage {
+    /**</pre></td>
+<td><pre> *
+ * @version $Id$
+ * @author Martin Desruisseaux
+<span class="add"> * @author Toura�vane</span>
+ */
+public class Usage extends MetadataEntity implements 
org.opengis.metadata.identification.Usage {
+    /**</pre></td></tr>
+</table>
+    </div>
+  </body>
+</html>

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

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

Added: sis/ip-review/rev/20874/AbstractIdentification.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/rev/20874/AbstractIdentification.xhtml?rev=1457764&view=auto
==============================================================================
--- sis/ip-review/rev/20874/AbstractIdentification.xhtml (added)
+++ sis/ip-review/rev/20874/AbstractIdentification.xhtml Mon Mar 18 13:47:40 
2013
@@ -0,0 +1,64 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml";>
+  <head>
+    <meta charset="UTF-8"/>
+    <title>AbstractIdentification changes for revisions 20873:20874</title>
+    <style type="text/css" media="all">
+      @import url("../../reports.css");
+    </style>
+  </head>
+  <body>
+    <div>
+      <h1>AbstractIdentification 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/identification/IdentificationImpl.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/AbstractIdentification.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

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

Added: sis/ip-review/rev/20874/DefaultServiceIdentification.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/rev/20874/DefaultServiceIdentification.xhtml?rev=1457764&view=auto
==============================================================================
--- sis/ip-review/rev/20874/DefaultServiceIdentification.xhtml (added)
+++ sis/ip-review/rev/20874/DefaultServiceIdentification.xhtml Mon Mar 18 
13:47:40 2013
@@ -0,0 +1,64 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml";>
+  <head>
+    <meta charset="UTF-8"/>
+    <title>DefaultServiceIdentification changes for revisions 
20873:20874</title>
+    <style type="text/css" media="all">
+      @import url("../../reports.css");
+    </style>
+  </head>
+  <body>
+    <div>
+      <h1>DefaultServiceIdentification 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/identification/ServiceIdentificationImpl.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/DefaultServiceIdentification.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

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

Added: sis/ip-review/rev/20874/DefaultUsage.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/rev/20874/DefaultUsage.xhtml?rev=1457764&view=auto
==============================================================================
--- sis/ip-review/rev/20874/DefaultUsage.xhtml (added)
+++ sis/ip-review/rev/20874/DefaultUsage.xhtml Mon Mar 18 13:47:40 2013
@@ -0,0 +1,64 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml";>
+  <head>
+    <meta charset="UTF-8"/>
+    <title>DefaultUsage changes for revisions 20873:20874</title>
+    <style type="text/css" media="all">
+      @import url("../../reports.css");
+    </style>
+  </head>
+  <body>
+    <div>
+      <h1>DefaultUsage 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/identification/UsageImpl.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/DefaultUsage.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

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

Added: sis/ip-review/rev/24868/AbstractIdentification.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/rev/24868/AbstractIdentification.xhtml?rev=1457764&view=auto
==============================================================================
--- sis/ip-review/rev/24868/AbstractIdentification.xhtml (added)
+++ sis/ip-review/rev/24868/AbstractIdentification.xhtml Mon Mar 18 13:47:40 
2013
@@ -0,0 +1,49 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml";>
+  <head>
+    <meta charset="UTF-8"/>
+    <title>AbstractIdentification changes for revisions 24867:24868</title>
+    <style type="text/css" media="all">
+      @import url("../../reports.css");
+    </style>
+  </head>
+  <body>
+    <div>
+      <h1>AbstractIdentification changes for revisions 24867:24868</h1>
+
+<p>This contribution adds a method signature as a consequence of a GeoAPI 
change,
+but no real implementation. It looks like an auto-generated method from the 
IDE.
+NetBeans provides similar skeleton, and Geotk/SIS completes with a real 
implementation.</p>
+
+<p><b>Command line:</b></p>
+<blockquote><code>svn diff --extensions "--unified --ignore-space-change 
--ignore-all-space --ignore-eol-style" -r24867:24868 
http://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/metadata/iso/identification/IdentificationImpl.java</code></blockquote>
+<table class="changes">
+<tr><th>Revision 24867</th><th>Revision 24868</th></tr>
+<tr><td><pre>// J2SE direct dependencies
+import java.util.Collection;
+
+// OpenGIS dependencies
+import org.opengis.metadata.citation.Citation;</pre></td>
+<td><pre>// J2SE direct dependencies
+import java.util.Collection;
+<span class="add">import java.util.Collections;</span>
+
+// OpenGIS dependencies
+import org.opengis.metadata.citation.Citation;</pre></td></tr>
+<tr><td><pre>    public String toString() {
+        return String.valueOf(resourceMaintenance);
+    }
+}</pre></td>
+<td><pre>    public String toString() {
+        return String.valueOf(resourceMaintenance);
+    }
+<span class="add"></span>
+<span class="add">    /** @return Collection&lt;AggregateInformation&gt; 
*/</span>
+<span class="add">    public Collection getAggregateInfo() {</span>
+<span class="add">        return Collections.EMPTY_LIST; // TODO: store 
provided information</span>
+}
+<span class="add">}</span></pre></td></tr>
+</table>
+    </div>
+  </body>
+</html>

Propchange: sis/ip-review/rev/24868/AbstractIdentification.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

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

Added: sis/ip-review/rev/24990/AbstractIdentification.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/rev/24990/AbstractIdentification.xhtml?rev=1457764&view=auto
==============================================================================
--- sis/ip-review/rev/24990/AbstractIdentification.xhtml (added)
+++ sis/ip-review/rev/24990/AbstractIdentification.xhtml Mon Mar 18 13:47:40 
2013
@@ -0,0 +1,66 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml";>
+  <head>
+    <meta charset="UTF-8"/>
+    <title>AbstractIdentification changes for revisions 24924:24990</title>
+    <style type="text/css" media="all">
+      @import url("../../reports.css");
+    </style>
+  </head>
+  <body>
+    <div>
+      <h1>AbstractIdentification changes for revisions 24924:24990</h1>
+
+<p>This commit propagates a change in GeoAPI interface. Reverting this commit 
results in a
+compilation error, which is resolved by putting back exactly the same name 
than the one in
+this commit.</p>
+
+<p><b>Command line:</b></p>
+<blockquote><code>svn diff --extensions "--unified --ignore-space-change 
--ignore-all-space --ignore-eol-style" -r24924:24990 
http://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/metadata/iso/identification/IdentificationImpl.java</code></blockquote>
+<table class="changes">
+<tr><th>Revision 24924</th><th>Revision 24990</th></tr>
+<tr><td><pre>// J2SE direct dependencies
+import java.util.Collection;
+
+// OpenGIS dependencies
+import org.opengis.metadata.citation.Citation;</pre></td>
+<td><pre>// J2SE direct dependencies
+import java.util.Collection;
+<span class="add">import java.util.Collections;</span>
+
+// OpenGIS dependencies
+import org.opengis.metadata.citation.Citation;</pre></td></tr>
+<tr><td><pre> *
+ * @since 2.4
+ */
+<span class="del">public synchronized Collection getAggregateInfo() {</span>
+    return aggregationInfo = nonNullCollection(aggregationInfo, 
AggregateInformation.class);
+}
+
+/**
+<span class="del"> * Provides aggregate dataset information.</span>
+ *
+ * @since 2.4
+ */
+<span class="del">public synchronized void setAggregateInfo(final Collection 
newValues) {</span>
+    aggregationInfo = copyCollection(newValues, aggregationInfo, 
AggregateInformation.class);
+}</pre></td>
+<td><pre> *
+ * @since 2.4
+ */
+<span class="add">public synchronized Collection getAggregationInfo() {</span>
+    return aggregationInfo = nonNullCollection(aggregationInfo, 
AggregateInformation.class);
+}
+
+/**
+<span class="add"> * Sets aggregate dataset information.</span>
+ *
+ * @since 2.4
+ */
+<span class="add">public synchronized void setAggregationInfo(final Collection 
newValues) {</span>
+    aggregationInfo = copyCollection(newValues, aggregationInfo, 
AggregateInformation.class);
+}</pre></td></tr>
+</table>
+    </div>
+  </body>
+</html>

Propchange: sis/ip-review/rev/24990/AbstractIdentification.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

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


Reply via email to