Author: desruisseaux
Date: Mon Mar 18 11:27:07 2013
New Revision: 1457711

URL: http://svn.apache.org/r1457711
Log:
Added some IP reviews.

Added:
    sis/ip-review/AbstractGeographicExtent.xhtml   (with props)
    sis/ip-review/DefaultBoundingPolygon.xhtml   (with props)
    sis/ip-review/DefaultDigitalTransferOptions.xhtml   (with props)
    sis/ip-review/rev/10796/AbstractGeographicExtent.xhtml   (with props)
    sis/ip-review/rev/10796/DefaultBoundingPolygon.xhtml   (with props)
    sis/ip-review/rev/10796/DefaultDigitalTransferOptions.xhtml   (with props)
    sis/ip-review/rev/20874/AbstractGeographicExtent.xhtml   (with props)
    sis/ip-review/rev/20874/DefaultBoundingPolygon.xhtml   (with props)
    sis/ip-review/rev/20874/DefaultDigitalTransferOptions.xhtml   (with props)
    sis/ip-review/rev/24925/DefaultBoundingPolygon.xhtml   (with props)
    sis/ip-review/rev/24973/AbstractGeographicExtent.xhtml   (with props)
    sis/ip-review/rev/24973/DefaultDigitalTransferOptions.xhtml   (with props)

Added: sis/ip-review/AbstractGeographicExtent.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/AbstractGeographicExtent.xhtml?rev=1457711&view=auto
==============================================================================
--- sis/ip-review/AbstractGeographicExtent.xhtml (added)
+++ sis/ip-review/AbstractGeographicExtent.xhtml Mon Mar 18 11:27:07 2013
@@ -0,0 +1,59 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml";>
+  <head>
+    <meta charset="UTF-8"/>
+    <title>AbstractGeographicExtent history</title>
+    <style type="text/css" media="all">
+      @import url("./reports.css");
+    </style>
+  </head>
+  <body>
+    <div>
+      <h1>AbstractGeographicExtent 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/extent/GeographicExtentImpl.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">29839</td><td>2008-04-08</td><td>cedricbr</td><td>More xsi 
namespace remove.</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">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">25070</td><td>2007-04-09</td><td>desruisseaux</td><td>Fixed usage 
of primitive wrappers in some method bodies.</td></tr>
+<tr><td class="rev">24973</td><td>2007-03-30</td><td 
class="unav">chorner</td><td><a 
href="rev/24973/AbstractGeographicExtent.xhtml">GEO-93: GeoTools/GeoAPI ISO 
19115 Metadata synchronization</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/AbstractGeographicExtent.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">15299</td><td>2005-08-11</td><td>desruisseaux</td><td>Added 
CRS.VALID.AREA formula in OpenOffice addin / Added convenience methods for 
fetching GeographicBoundingBox and for fetching coordinate operation accuracy / 
Bug fix for parameter using dimensionless unit in EPGS database</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/AbstractGeographicExtent.xhtml">imports cleaned</a></td></tr>
+<tr><td class="rev">8831</td><td>2004-10-25</td><td>desruisseaux</td><td>Added 
the 'extent' subpackage</td></tr>
+</table>
+    </div>
+  </body>
+</html>

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

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

Added: sis/ip-review/DefaultBoundingPolygon.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/DefaultBoundingPolygon.xhtml?rev=1457711&view=auto
==============================================================================
--- sis/ip-review/DefaultBoundingPolygon.xhtml (added)
+++ sis/ip-review/DefaultBoundingPolygon.xhtml Mon Mar 18 11:27:07 2013
@@ -0,0 +1,58 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml";>
+  <head>
+    <meta charset="UTF-8"/>
+    <title>DefaultBoundingPolygon history</title>
+    <style type="text/css" media="all">
+      @import url("./reports.css");
+    </style>
+  </head>
+  <body>
+    <div>
+      <h1>DefaultBoundingPolygon 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/extent/BoundingPolygonImpl.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">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">25157</td><td>2007-04-12</td><td>desruisseaux</td><td>Metadata 
review. Also provided a first draft of support classes for new 'equals(...)' 
copy constructor implementations backed by Java reflection.</td></tr>
+<tr><td 
class="rev">25070</td><td>2007-04-09</td><td>desruisseaux</td><td>Fixed usage 
of primitive wrappers in some method bodies.</td></tr>
+<tr><td class="rev">24925</td><td>2007-03-27</td><td 
class="unav">jgarnett</td><td><a 
href="rev/24925/DefaultBoundingPolygon.xhtml">change to 
org.opengis.geometry</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/DefaultBoundingPolygon.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/DefaultBoundingPolygon.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>
+<tr><td class="rev">8831</td><td>2004-10-25</td><td>desruisseaux</td><td>Added 
the 'extent' subpackage</td></tr>
+</table>
+    </div>
+  </body>
+</html>

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

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

Added: sis/ip-review/DefaultDigitalTransferOptions.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/DefaultDigitalTransferOptions.xhtml?rev=1457711&view=auto
==============================================================================
--- sis/ip-review/DefaultDigitalTransferOptions.xhtml (added)
+++ sis/ip-review/DefaultDigitalTransferOptions.xhtml Mon Mar 18 11:27:07 2013
@@ -0,0 +1,59 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml";>
+  <head>
+    <meta charset="UTF-8"/>
+    <title>DefaultDigitalTransferOptions history</title>
+    <style type="text/css" media="all">
+      @import url("./reports.css");
+    </style>
+  </head>
+  <body>
+    <div>
+      <h1>DefaultDigitalTransferOptions 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/distribution/DigitalTransferOptionsImpl.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">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">24973</td><td>2007-03-30</td><td 
class="unav">chorner</td><td><a 
href="rev/24973/DefaultDigitalTransferOptions.xhtml">GEO-93: GeoTools/GeoAPI 
ISO 19115 Metadata synchronization</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/DefaultDigitalTransferOptions.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/DefaultDigitalTransferOptions.xhtml">imports 
cleaned</a></td></tr>
+<tr><td class="rev">8831</td><td>2004-10-25</td><td>desruisseaux</td><td>Added 
the 'extent' subpackage</td></tr>
+<tr><td class="rev">8600</td><td>2004-10-13</td><td>desruisseaux</td><td>Added 
metadata.distribution package</td></tr>
+</table>
+    </div>
+  </body>
+</html>

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

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

Added: sis/ip-review/rev/10796/AbstractGeographicExtent.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/rev/10796/AbstractGeographicExtent.xhtml?rev=1457711&view=auto
==============================================================================
--- sis/ip-review/rev/10796/AbstractGeographicExtent.xhtml (added)
+++ sis/ip-review/rev/10796/AbstractGeographicExtent.xhtml Mon Mar 18 11:27:07 
2013
@@ -0,0 +1,70 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml";>
+  <head>
+    <meta charset="UTF-8"/>
+    <title>AbstractGeographicExtent changes for revisions 10795:10796</title>
+    <style type="text/css" media="all">
+      @import url("../../reports.css");
+    </style>
+  </head>
+  <body>
+    <div>
+      <h1>AbstractGeographicExtent 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/extent/GeographicExtentImpl.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.extent;
+
+// OpenGIS direct dependencies
+<span class="del">import org.opengis.util.InternationalString;</span>
+<span class="del"></span>
+<span class="del">// Geotools dependencies</span>
+import org.geotools.metadata.MetadataEntity;
+<span class="del">import org.geotools.resources.Utilities;</span>
+
+
+/**</pre></td>
+<td><pre>package org.geotools.metadata.extent;
+
+// OpenGIS direct dependencies
+import org.geotools.metadata.MetadataEntity;
+
+
+/**</pre></td></tr>
+<tr><td><pre> *
+ * @version $Id$
+ * @author Martin Desruisseaux
+<span class="del"> * @author Touraïvane</span>
+ */
+public class GeographicExtent extends MetadataEntity
+       implements org.opengis.metadata.extent.GeographicExtent</pre></td>
+<td><pre> *
+ * @version $Id$
+ * @author Martin Desruisseaux
+<span class="add"> * @author Toura�vane</span>
+ */
+public class GeographicExtent extends MetadataEntity
+       implements org.opengis.metadata.extent.GeographicExtent</pre></td></tr>
+</table>
+    </div>
+  </body>
+</html>

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

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

Added: sis/ip-review/rev/10796/DefaultBoundingPolygon.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/rev/10796/DefaultBoundingPolygon.xhtml?rev=1457711&view=auto
==============================================================================
--- sis/ip-review/rev/10796/DefaultBoundingPolygon.xhtml (added)
+++ sis/ip-review/rev/10796/DefaultBoundingPolygon.xhtml Mon Mar 18 11:27:07 
2013
@@ -0,0 +1,75 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml";>
+  <head>
+    <meta charset="UTF-8"/>
+    <title>DefaultBoundingPolygon changes for revisions 10795:10796</title>
+    <style type="text/css" media="all">
+      @import url("../../reports.css");
+    </style>
+  </head>
+  <body>
+    <div>
+      <h1>DefaultBoundingPolygon 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/extent/BoundingPolygonImpl.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.extent;
+
+// OpenGIS direct dependencies
+import org.opengis.spatialschema.geometry.Geometry;
+
+<span class="del">// Geotools dependencies</span>
+<span class="del">import org.geotools.metadata.extent.GeographicExtent;</span>
+<span class="del">import org.geotools.resources.Utilities;</span>
+
+<span class="del"></span>
+/**
+ * Boundary enclosing the dataset, expressed as the closed set of
+ * (&lt;var&gt;x&lt;/var&gt;,&lt;var&gt;y&lt;/var&gt;) coordinates of the 
polygon. The last</pre></td>
+<td><pre>package org.geotools.metadata.extent;
+
+// OpenGIS direct dependencies
+<span class="add">import org.geotools.resources.Utilities;</span>
+import org.opengis.spatialschema.geometry.Geometry;
+
+
+/**
+ * Boundary enclosing the dataset, expressed as the closed set of
+ * (&lt;var&gt;x&lt;/var&gt;,&lt;var&gt;y&lt;/var&gt;) coordinates of the 
polygon. The last</pre></td></tr>
+<tr><td><pre> *
+ * @version $Id$
+ * @author Martin Desruisseaux
+<span class="del"> * @author Touraïvane</span>
+ */
+public class BoundingPolygon extends GeographicExtent
+       implements org.opengis.metadata.extent.BoundingPolygon</pre></td>
+<td><pre> *
+ * @version $Id$
+ * @author Martin Desruisseaux
+<span class="add"> * @author Toura�vane</span>
+ */
+public class BoundingPolygon extends GeographicExtent
+       implements org.opengis.metadata.extent.BoundingPolygon</pre></td></tr>
+</table>
+    </div>
+  </body>
+</html>

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

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

Added: sis/ip-review/rev/10796/DefaultDigitalTransferOptions.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/rev/10796/DefaultDigitalTransferOptions.xhtml?rev=1457711&view=auto
==============================================================================
--- sis/ip-review/rev/10796/DefaultDigitalTransferOptions.xhtml (added)
+++ sis/ip-review/rev/10796/DefaultDigitalTransferOptions.xhtml Mon Mar 18 
11:27:07 2013
@@ -0,0 +1,87 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml";>
+  <head>
+    <meta charset="UTF-8"/>
+    <title>DefaultDigitalTransferOptions changes for revisions 
10795:10796</title>
+    <style type="text/css" media="all">
+      @import url("../../reports.css");
+    </style>
+  </head>
+  <body>
+    <div>
+      <h1>DefaultDigitalTransferOptions 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/distribution/DigitalTransferOptionsImpl.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.distribution;
+
+// J2SE direct dependencies
+import java.util.Set;
+<span class="del">import java.util.Collections;</span>
+
+<span class="del">// OpenGIS direct dependencies</span>
+<span class="del">import org.opengis.util.InternationalString;</span>
+import org.opengis.metadata.citation.OnLineResource;
+import org.opengis.metadata.distribution.Medium;
+
+<span class="del">// Geotools dependencies</span>
+<span class="del">import org.geotools.metadata.MetadataEntity;</span>
+<span class="del">import org.geotools.util.CheckedHashSet;</span>
+<span class="del">import org.geotools.resources.Utilities;</span>
+
+<span class="del"></span>
+/**
+ * Technical means and media by which a resource is obtained from the 
distributor.
+ *
+ * @version $Id$
+ * @author Martin Desruisseaux
+<span class="del"> * @author Touraïvane</span>
+ */
+public class DigitalTransferOptions extends MetadataEntity
+       implements 
org.opengis.metadata.distribution.DigitalTransferOptions</pre></td>
+<td><pre>package org.geotools.metadata.distribution;
+
+// J2SE direct dependencies
+<span class="add">import java.util.Collections;</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.CheckedHashSet;</span>
+import org.opengis.metadata.citation.OnLineResource;
+import org.opengis.metadata.distribution.Medium;
+<span class="add">import org.opengis.util.InternationalString;</span>
+
+
+/**
+ * Technical means and media by which a resource is obtained from the 
distributor.
+ *
+ * @version $Id$
+ * @author Martin Desruisseaux
+<span class="add"> * @author Toura�vane</span>
+ */
+public class DigitalTransferOptions extends MetadataEntity
+       implements 
org.opengis.metadata.distribution.DigitalTransferOptions</pre></td></tr>
+</table>
+    </div>
+  </body>
+</html>

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

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

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

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

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

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

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

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

Added: sis/ip-review/rev/24925/DefaultBoundingPolygon.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/rev/24925/DefaultBoundingPolygon.xhtml?rev=1457711&view=auto
==============================================================================
--- sis/ip-review/rev/24925/DefaultBoundingPolygon.xhtml (added)
+++ sis/ip-review/rev/24925/DefaultBoundingPolygon.xhtml Mon Mar 18 11:27:07 
2013
@@ -0,0 +1,37 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml";>
+  <head>
+    <meta charset="UTF-8"/>
+    <title>DefaultBoundingPolygon changes for revisions 24924:24925</title>
+    <style type="text/css" media="all">
+      @import url("../../reports.css");
+    </style>
+  </head>
+  <body>
+    <div>
+      <h1>DefaultBoundingPolygon changes for revisions 24924:24925</h1>
+
+<p>This commit propagates the package names change which was done in GeoAPI.
+There is no way such change could be done differently,
+since not renaming the packages 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/extent/BoundingPolygonImpl.java</code></blockquote>
+<table class="changes">
+<tr><th>Revision 24924</th><th>Revision 24925</th></tr>
+<tr><td><pre>// OpenGIS dependencies
+import org.opengis.metadata.extent.BoundingPolygon;
+<span class="del">import org.opengis.spatialschema.geometry.Geometry;</span>
+
+// Geotools dependencies
+import org.geotools.resources.Utilities;</pre></td>
+<td><pre>// OpenGIS dependencies
+import org.opengis.metadata.extent.BoundingPolygon;
+<span class="add">import org.opengis.geometry.Geometry;</span>
+
+// Geotools dependencies
+import org.geotools.resources.Utilities;</pre></td></tr>
+</table>
+    </div>
+  </body>
+</html>

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

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

Added: sis/ip-review/rev/24973/AbstractGeographicExtent.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/rev/24973/AbstractGeographicExtent.xhtml?rev=1457711&view=auto
==============================================================================
--- sis/ip-review/rev/24973/AbstractGeographicExtent.xhtml (added)
+++ sis/ip-review/rev/24973/AbstractGeographicExtent.xhtml Mon Mar 18 11:27:07 
2013
@@ -0,0 +1,92 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml";>
+  <head>
+    <meta charset="UTF-8"/>
+    <title>AbstractGeographicExtent changes for revisions 24972:24973</title>
+    <style type="text/css" media="all">
+      @import url("../../reports.css");
+    </style>
+  </head>
+  <body>
+    <div>
+      <h1>AbstractGeographicExtent changes for revisions 24972:24973</h1>
+
+<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
+rewriting this contribution produces identical result.</p>
+
+<p><b>Command line:</b></p>
+<blockquote><code>svn diff --extensions "--unified --ignore-space-change 
--ignore-all-space --ignore-eol-style" -r24972:24973 
http://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/metadata/iso/extent/GeographicExtentImpl.java</code></blockquote>
+<table class="changes">
+<tr><th>Revision 24972</th><th>Revision 24973</th></tr>
+<tr><td><pre> * Indication of whether the bounding polygon encompasses an area 
covered by the data
+ * (&lt;cite&gt;inclusion&lt;/cite&gt;) or an area where data is not present 
(&lt;cite&gt;exclusion&lt;/cite&gt;).
+ */
+<span class="del">private boolean inclusion;</span>
+
+/**
+ * Constructs an initially empty geographic extent.</pre></td>
+<td><pre> * Indication of whether the bounding polygon encompasses an area 
covered by the data
+ * (&lt;cite&gt;inclusion&lt;/cite&gt;) or an area where data is not present 
(&lt;cite&gt;exclusion&lt;/cite&gt;).
+ */
+<span class="add">private Boolean inclusion;</span>
+
+/**
+ * Constructs an initially empty geographic extent.</pre></td></tr>
+<tr><td><pre> * Constructs a geographic extent initialized with the specified 
inclusion value.
+ */
+public GeographicExtentImpl(final boolean inclusion) {
+<span class="del">    setInclusion(inclusion);</span>
+}
+
+/**</pre></td>
+<td><pre> * Constructs a geographic extent initialized with the specified 
inclusion value.
+ */
+public GeographicExtentImpl(final boolean inclusion) {
+<span class="add">    setInclusion(new Boolean(inclusion));</span>
+}
+
+/**</pre></td></tr>
+<tr><td><pre> *
+ * @return {@code true} for inclusion, or {@code false} for exclusion.
+ */
+<span class="del">public boolean getInclusion() {</span>
+    return inclusion;
+}</pre></td>
+<td><pre> *
+ * @return {@code true} for inclusion, or {@code false} for exclusion.
+ */
+<span class="add">public Boolean getInclusion() {</span>
+    return inclusion;
+}</pre></td></tr>
+<tr><td><pre> * Set whether the bounding polygon encompasses an area covered 
by the data
+ * (&lt;cite&gt;inclusion&lt;/cite&gt;) or an area where data is not present 
(&lt;cite&gt;exclusion&lt;/cite&gt;).
+ */
+<span class="del">public synchronized void setInclusion(final boolean 
newValue) {</span>
+    checkWritePermission();
+    inclusion = newValue;
+}</pre></td>
+<td><pre> * Set whether the bounding polygon encompasses an area covered by 
the data
+ * (&lt;cite&gt;inclusion&lt;/cite&gt;) or an area where data is not present 
(&lt;cite&gt;exclusion&lt;/cite&gt;).
+ */
+<span class="add">public synchronized void setInclusion(final Boolean 
newValue) {</span>
+    checkWritePermission();
+    inclusion = newValue;
+}</pre></td></tr>
+<tr><td><pre> */
+public synchronized int hashCode() {
+    int code = (int)serialVersionUID;
+<span class="del">    if (inclusion) code = ~code;</span>
+    return code;
+}</pre></td>
+<td><pre> */
+public synchronized int hashCode() {
+    int code = (int)serialVersionUID;
+<span class="add">    if (inclusion.booleanValue()) code = ~code;</span>
+    return code;
+}</pre></td></tr>
+</table>
+    </div>
+  </body>
+</html>

Propchange: sis/ip-review/rev/24973/AbstractGeographicExtent.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

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

Added: sis/ip-review/rev/24973/DefaultDigitalTransferOptions.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/rev/24973/DefaultDigitalTransferOptions.xhtml?rev=1457711&view=auto
==============================================================================
--- sis/ip-review/rev/24973/DefaultDigitalTransferOptions.xhtml (added)
+++ sis/ip-review/rev/24973/DefaultDigitalTransferOptions.xhtml Mon Mar 18 
11:27:07 2013
@@ -0,0 +1,80 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml";>
+  <head>
+    <meta charset="UTF-8"/>
+    <title>DefaultDigitalTransferOptions changes for revisions 
24972:24973</title>
+    <style type="text/css" media="all">
+      @import url("../../reports.css");
+    </style>
+  </head>
+  <body>
+    <div>
+      <h1>DefaultDigitalTransferOptions changes for revisions 24972:24973</h1>
+
+<p>Replacement of <code>Number</code> type by <code>Double</code>.
+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
+rewriting this contribution produces identical result.</p>
+
+<p><b>Command line:</b></p>
+<blockquote><code>svn diff --extensions "--unified --ignore-space-change 
--ignore-all-space --ignore-eol-style" -r24972:24973 
http://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/metadata/iso/distribution/DigitalTransferOptionsImpl.java</code></blockquote>
+<table class="changes">
+<tr><th>Revision 24972</th><th>Revision 24973</th></tr>
+<tr><td><pre> * The transfer size is &amp;gt; 0.0.
+ * Returns {@code null} if the transfer size is unknown.
+ */
+<span class="del">private Number transferSize;</span>
+
+/**
+ * Information about online sources from which the resource can be 
obtained.</pre></td>
+<td><pre> * The transfer size is &amp;gt; 0.0.
+ * Returns {@code null} if the transfer size is unknown.
+ */
+<span class="add">private Double transferSize;</span>
+
+/**
+ * Information about online sources from which the resource can be 
obtained.</pre></td></tr>
+<tr><td><pre> * The transfer size is &amp;gt; 0.0.
+ * Returns {@code null} if the transfer size is unknown.
+ */
+<span class="del">public Number getTransferSize() {</span>
+    return transferSize;
+}</pre></td>
+<td><pre> * The transfer size is &amp;gt; 0.0.
+ * Returns {@code null} if the transfer size is unknown.
+ */
+<span class="add">public Double getTransferSize() {</span>
+    return transferSize;
+}</pre></td></tr>
+<tr><td><pre> * Set an estimated size of a unit in the specified transfer 
format, expressed in megabytes.
+ * The transfer size is &amp;gt; 0.0.
+ */
+<span class="del">public synchronized void setTransferSize(final Number 
newValue) {</span>
+    checkWritePermission();
+    transferSize = newValue;
+}</pre></td>
+<td><pre> * Set an estimated size of a unit in the specified transfer format, 
expressed in megabytes.
+ * The transfer size is &amp;gt; 0.0.
+ */
+<span class="add">public synchronized void setTransferSize(final Double 
newValue) {</span>
+    checkWritePermission();
+    transferSize = newValue;
+}</pre></td></tr>
+<tr><td><pre>protected void freeze() {
+    super.freeze();
+    unitsOfDistribution = (InternationalString) 
unmodifiable(unitsOfDistribution);
+<span class="del">    transferSize        = (Number)              
unmodifiable(transferSize);</span>
+    onLines             = (Collection)          unmodifiable(onLines);
+    offLines            = (Medium)              unmodifiable(offLines);
+}</pre></td>
+<td><pre>protected void freeze() {
+    super.freeze();
+    unitsOfDistribution = (InternationalString) 
unmodifiable(unitsOfDistribution);
+<span class="add">    transferSize        = (Double)              
unmodifiable(transferSize);</span>
+    onLines             = (Collection)          unmodifiable(onLines);
+    offLines            = (Medium)              unmodifiable(offLines);
+}</pre></td></tr>
+</table>
+    </div>
+  </body>
+</html>

Propchange: sis/ip-review/rev/24973/DefaultDigitalTransferOptions.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

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


Reply via email to