You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sis.apache.org by de...@apache.org on 2012/09/17 06:18:12 UTC

svn commit: r1386467 [2/5] - in /incubator/sis/ip-review: ./ rev/ rev/00486/ rev/06050/ rev/06410/ rev/06942/ rev/06978/ rev/07197/ rev/10796/ rev/11096/ rev/20598/ rev/20874/ rev/24820/ rev/24868/ rev/24990/ rev/28159/ rev/30421/

Added: incubator/sis/ip-review/Errors_fr.xhtml
URL: http://svn.apache.org/viewvc/incubator/sis/ip-review/Errors_fr.xhtml?rev=1386467&view=auto
==============================================================================
--- incubator/sis/ip-review/Errors_fr.xhtml (added)
+++ incubator/sis/ip-review/Errors_fr.xhtml Mon Sep 17 04:18:09 2012
@@ -0,0 +1,73 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta charset="UTF-8"/>
+    <title>Errors_fr history</title>
+    <style type="text/css" media="all">
+      @import url("./reports.css");
+    </style>
+  </head>
+  <body>
+    <div>
+      <h1>Errors_fr 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:487 http://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/resources/i18n/Errors_fr.properties</code></blockquote>
+<table>
+  <tr>
+    <th>Rev.</th>
+    <th>Date</th>
+    <th>Author</th>
+    <th class="last">Message</th>
+  </tr>
+<tr><td class="rev">30364</td><td>2008-05-21</td><td>acuster</td><td>metadata: assign properties files to OSGeo</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">29711</td><td>2008-03-25</td><td>desruisseaux</td><td>In MapProjection, provide more information in the logged warning (especially the projection name) in order to compensate for the loss of stack trace. In subclasses, replaced "Math." occurences by a static import for readability (there is a lot of sin(x), cos(x), sqrt(x) etc. calls in those classes). Also replaced sqrt(x*x + y*y) by hypot(x,y) and (exp(x)-exp(-x))/2 by sinh(x) which are new functions in Java 5 (hopefully more accurate and/or faster). Applied some Java 5 language syntax (generic types and @Override annotation).</td></tr>
+<tr><td class="rev">29356</td><td>2008-02-18</td><td>desruisseaux</td><td>Bug fixes: new working version of TileBuilder.</td></tr>
+<tr><td class="rev">29165</td><td>2008-02-08</td><td>desruisseaux</td><td>First draft of MosaicImageWriter and TileBuilder (not yet tested).</td></tr>
+<tr><td class="rev">29001</td><td>2008-01-30</td><td>desruisseaux</td><td>A few bug fixes, especially in Resampler2D including a workaround for a JAI 1.1.3 bug. For other files, replaced Hints.OVERVIEW_POLICY values from String to OverviewPolicy enum.</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">28374</td><td>2007-12-14</td><td>desruisseaux</td><td>Use some java 5 features. Added javadoc. Removed AbstractCoverage.dispose() deprecated method (replaced by dispose(boolean)). Cleaning.</td></tr>
+<tr><td class="rev">25893</td><td>2007-06-18</td><td>desruisseaux</td><td>Initial support of negative pixel values.</td></tr>
+<tr><td class="rev">25596</td><td>2007-05-20</td><td>desruisseaux</td><td>Moved HDF-related classes in their own coverageio-hdf module. Deployed netcdf-2.2.20.jar on Maven repository together with some of its dependencies. Some NetCDF ImageReader classes now compile, but not yet the whole coverageio-netcdf module (still excluded from Maven build for now).</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">24683</td><td>2007-03-06</td><td>desruisseaux</td><td>Get the coordinate system (CS) framework to manage axis directions of the kind 'South along 90 deg East' (GEOT-936). The most significant implications were in DefaultCoordinateSystemAxis, AbstractCS and some package-privated helper classes.</td></tr>
+<tr><td class="rev">24670</td><td>2007-03-04</td><td>desruisseaux</td><td>Parse directions of the kind 'North along 90 deg East'. This is a step toward GEOT-936.</td></tr>
+<tr><td class="rev">24607</td><td>2007-02-26</td><td>desruisseaux</td><td>Avoid UnformattableObjectException for 'LOCAL_CS' and 'VERT_CS' WKT elements. Try to provides some hints about the cause for the other cases of unformattable WKT.</td></tr>
+<tr><td class="rev">24097</td><td>2007-01-29</td><td>desruisseaux</td><td>Implemented authority factory for codes of the form http://www.opengis.net/ (GEOT-1136)</td></tr>
+<tr><td class="rev">24082</td><td>2007-01-27</td><td>desruisseaux</td><td>Partial work toward a trunk compilable with JSE 1.6. The remaining issues can not be made to compile on both JSE 1.4 and 1.6 without more redesign.</td></tr>
+<tr><td class="rev">23635</td><td>2007-01-01</td><td>desruisseaux</td><td>Uses fully-qualified class name (instead of last name only) in logging. More work on versioned URN:OGC:DEF factory.</td></tr>
+<tr><td class="rev">23632</td><td>2006-12-29</td><td>desruisseaux</td><td>GEOT-859: Refactored the URN syntax adapter for CRS factories. The adapter now apply to any factory. Some progress toward version management (but not yet there). NOTE: this new implementation forces axis order "as specified in the database", which is different from the original "URNEPSGAdapter" implementation which used (x,y) order. Various changes in many corners of "org.geotools.referencing.factory" as a side-effect of this work. Minor opportunist javadoc fixes in other modules.</td></tr>
+<tr><td class="rev">22646</td><td>2006-11-08</td><td>desruisseaux</td><td>Completed (but not yet tested) a first implementation of MathTransformBuilder.getTransformation().</td></tr>
+<tr><td class="rev">22474</td><td>2006-10-31</td><td>desruisseaux</td><td>Added a test script for Lambert Azimuthal Equal Area (actually Rueben's work). Bug fixes and minor cleaning in the projection package.</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">21564</td><td>2006-09-23</td><td>desruisseaux</td><td>Provide a BufferedCoordinateOperationFactory as a replacement of BufferedDefaultCoordinateOperationFactory. The new implementation work as a wrapper around an arbitrary CoordinateOperationFactory instead of extending DefaultCoordinateOperationFactory. This is especially important since the actual backing factory doesn't need to be DefaultCoordinateOperationFactory, but can also be a AuthorityBackedFactory. The new implementation is automatically registered for FactoryFinder use, so users doesn't need to create instance of it explicitly.</td></tr>
+<tr><td class="rev">20874</td><td>2006-08-07</td><td class="unav">jgarnett</td><td><a href="rev/20874/Errors_fr.xhtml">ip review</a></td></tr>
+<tr><td class="rev">20652</td><td>2006-07-21</td><td>desruisseaux</td><td>Renamed some resources. Changed exception type.</td></tr>
+<tr><td class="rev">20230</td><td>2006-06-29</td><td>desruisseaux</td><td>GEOT-873: Ported more methods from ImageUtilities to ImageWorker.</td></tr>
+<tr><td class="rev">20002</td><td>2006-06-15</td><td>desruisseaux</td><td>Initial commit of 'referencing-3D' plugin. Not yet finished, and not yet part of normal Maven 2 build.</td></tr>
+<tr><td class="rev">19755</td><td>2006-05-31</td><td>desruisseaux</td><td>Added FORCE_LONGITUDE_FIRST_AXIS_ORDER hint (GEOT-858). This work implied a large amount of work, hunting for infinite recursive method calls in many places.</td></tr>
+<tr><td class="rev">18679</td><td>2006-03-15</td><td>desruisseaux</td><td>Removed a duplicated localized string.</td></tr>
+<tr><td class="rev">17964</td><td>2006-02-10</td><td>desruisseaux</td><td>Slight simplification in the management of affine transform in ReferencedCanvas2D.</td></tr>
+<tr><td class="rev">17890</td><td>2006-02-06</td><td>desruisseaux</td><td>First draft of a partial port of J2D-renderer to a GO-1 implementation.</td></tr>
+<tr><td class="rev">17696</td><td>2006-01-22</td><td>desruisseaux</td><td>Added URL svn keyword in the whole Geotools source tree. This commit is just about file attributes; they keyword is not yet added in the source code.</td></tr>
+<tr><td class="rev">17449</td><td>2006-01-03</td><td>desruisseaux</td><td>Added AllAuthoritiesFactory in referencing module. Maven 2 build fixes. Javadoc fixes.</td></tr>
+<tr><td class="rev">17432</td><td>2005-12-29</td><td>desruisseaux</td><td>Maven 2 fixes for test executions (GEOT-691)</td></tr>
+<tr><td class="rev">16942</td><td>2005-11-23</td><td>desruisseaux</td><td>First draft of OrderedAxisAuthorityFactory (GEOT-694)</td></tr>
+<tr><td class="rev">16526</td><td>2005-10-27</td><td>desruisseaux</td><td>More responsabilities moved from GridCoverage2D to GridGeometry2D (GEOT-701). This refactoring had a significant impact on Resample2D; the rest of the code should stay neutral.</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">15150</td><td>2005-08-05</td><td>desruisseaux</td><td>Added more localizations / Bug fix in image sample values table widget</td></tr>
+<tr><td class="rev">14959</td><td>2005-07-28</td><td>desruisseaux</td><td>Added orthodromic distance computation to OpenOffice formulas</td></tr>
+<tr><td class="rev">14934</td><td>2005-07-27</td><td>desruisseaux</td><td>Transformations between 3D ProjectedCRS should propagate the height (GEOT-637, 638 and 639)</td></tr>
+<tr><td class="rev">14834</td><td>2005-07-20</td><td>desruisseaux</td><td>Reorganized I18N resources</td></tr>
+</table>
+    </div>
+  </body>
+</html>

Added: incubator/sis/ip-review/HEADER.html
URL: http://svn.apache.org/viewvc/incubator/sis/ip-review/HEADER.html?rev=1386467&view=auto
==============================================================================
--- incubator/sis/ip-review/HEADER.html (added)
+++ incubator/sis/ip-review/HEADER.html Mon Sep 17 04:18:09 2012
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta charset="UTF-8"/>
+    <title>ip-review</title>
+  </head>
+  <body>
+    <div>
+      <h1>ip-review</h1>
+      <p>This directory contains Subversion logs of the classes reviewed for intellectual propriety,
+      sorted by names without their packages. Alternatively, see the <code>rev</code> directory for
+      changes at a specific revision.</p>
+    </div>
+  </body>
+</html>

Propchange: incubator/sis/ip-review/HEADER.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/sis/ip-review/HEADER.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: incubator/sis/ip-review/IndexedResourceBundle.xhtml
URL: http://svn.apache.org/viewvc/incubator/sis/ip-review/IndexedResourceBundle.xhtml?rev=1386467&view=auto
==============================================================================
--- incubator/sis/ip-review/IndexedResourceBundle.xhtml (added)
+++ incubator/sis/ip-review/IndexedResourceBundle.xhtml Mon Sep 17 04:18:09 2012
@@ -0,0 +1,79 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta charset="UTF-8"/>
+    <title>IndexedResourceBundle history</title>
+    <style type="text/css" media="all">
+      @import url("./reports.css");
+    </style>
+  </head>
+  <body>
+    <div>
+      <h1>IndexedResourceBundle 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:487 http://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/resources/IndexedResourceBundle.java</code></blockquote>
+<table>
+  <tr>
+    <th>Rev.</th>
+    <th>Date</th>
+    <th>Author</th>
+    <th class="last">Message</th>
+  </tr>
+<tr><td class="rev">31445</td><td>2008-09-07</td><td>desruisseaux</td><td>GEOT-1667: Need to invoke LogRecord.setLoggerName(String) before Logger.log(LogRecord).</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">30637</td><td>2008-06-12</td><td>acuster</td><td>Copyright headers: lib/metadata, now normalized to LGPL v2.1 only</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">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">28521</td><td>2007-12-27</td><td>desruisseaux</td><td>Type safety.</td></tr>
+<tr><td class="rev">28475</td><td>2007-12-21</td><td>desruisseaux</td><td>Fallback on default language if the specific one is not available.</td></tr>
+<tr><td class="rev">28252</td><td>2007-12-04</td><td>desruisseaux</td><td>More MosaicImageReader work. As a side effect, moved Utilities.getShort[Class]Name in a separated utilities class named 'Classes'. Also added a couple of @Override annotations.</td></tr>
+<tr><td class="rev">28081</td><td>2007-11-27</td><td>desruisseaux</td><td>Java 5 constructs: replaced some StringBuffer by StringBuilder in order to avoid unecessary synchronisation; rely on auto-boxing in order to give a chance to the JVM to reuse its cached values.</td></tr>
+<tr><td class="rev">27856</td><td>2007-11-12</td><td>desruisseaux</td><td>Replaced 'Logger.getLogger(...)' calls by 'Logging.getLogger(...)' (GEOT-1545).</td></tr>
+<tr><td class="rev">27847</td><td>2007-11-12</td><td>desruisseaux</td><td>Replaced some references to 'org.geotools.util' by references to 'org.geotools.util.logging'. Removed the old classes to make sure that there is no more accidental references. Note that the old classes will not be removed from the 2.4 branch.</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">27500</td><td>2007-10-15</td><td>desruisseaux</td><td>First round of Java 5 generic types applied to org.geotools.resources and org.geotools.util packages. As a side effect, removed the deprecated org.geotools.resources.TestData class (moved to org.geotools.test).</td></tr>
+<tr><td class="rev">26165</td><td>2007-07-06</td><td>desruisseaux</td><td>Slight refactoring of IndexedResourceBundle. This is strictly internal to Geotools.</td></tr>
+<tr><td class="rev">26161</td><td>2007-07-05</td><td>desruisseaux</td><td>Redirect metadata warnings to ImageReader.processWarningOccured.</td></tr>
+<tr><td class="rev">23635</td><td>2007-01-01</td><td>desruisseaux</td><td>Uses fully-qualified class name (instead of last name only) in logging. More work on versioned URN:OGC:DEF factory.</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">21566</td><td>2006-09-23</td><td>desruisseaux</td><td>ResourceBundle now uses Class.getResourceAsStream instead of ClassLoader.getResourceAsStream in an attempt to avoid class loader issues. Also fixed SVN file properties.</td></tr>
+<tr><td class="rev">20874</td><td>2006-08-07</td><td class="unav">jgarnett</td><td><a href="rev/20874/IndexedResourceBundle.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">16942</td><td>2005-11-23</td><td>desruisseaux</td><td>First draft of OrderedAxisAuthorityFactory (GEOT-694)</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">15150</td><td>2005-08-05</td><td>desruisseaux</td><td>Added more localizations / Bug fix in image sample values table widget</td></tr>
+<tr><td class="rev">14834</td><td>2005-07-20</td><td>desruisseaux</td><td>Reorganized I18N resources</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">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/IndexedResourceBundle.xhtml">imports cleaned</a></td></tr>
+<tr><td class="rev">8518</td><td>2004-10-11</td><td>desruisseaux</td><td>Apply changes voted in OGC meeting at Southampton: use of Identifier and GenericName</td></tr>
+<tr><td class="rev">6410</td><td>2004-06-12</td><td class="unav">jgarnett</td><td><a href="rev/06410/IndexedResourceBundle.xhtml">Added geoapi dependency to imagedatasource, and fixed spelling mistake in view.</a></td></tr>
+<tr><td class="rev">6207</td><td>2004-05-27</td><td>desruisseaux</td><td>Javadoc fixes</td></tr>
+<tr><td class="rev">6183</td><td>2004-05-26</td><td>desruisseaux</td><td>Javadoc fixes</td></tr>
+<tr><td class="rev">6050</td><td>2004-05-23</td><td class="unav">jgarnett</td><td><a href="rev/06050/IndexedResourceBundle.xhtml">merge resources into main</a></td></tr>
+<tr><td class="rev">6046</td><td>2004-05-23</td><td class="unav">jgarnett</td><td><a href="rev/06050/IndexedResourceBundle.xhtml">Moved over to main for manual merge</a></td></tr>
+<tr><td class="rev">5774</td><td>2004-05-23</td><td class="unav">jgarnett</td><td><a href="rev/06050/IndexedResourceBundle.xhtml">geotools-src serves as the start of our new module directory (the data access modules will escape off to plugin directory soon)</a></td></tr>
+<tr><td class="rev">5769</td><td>2004-05-23</td><td class="unav">jgarnett</td><td><a href="rev/06050/IndexedResourceBundle.xhtml">Project renamed to gt</a></td></tr>
+<tr><td class="rev">5619</td><td>2004-05-13</td><td class="unav">(pas d'auteur)</td><td><a href="rev/06050/IndexedResourceBundle.xhtml">Move repository under gt.</a></td></tr>
+<tr><td class="rev">3682</td><td>2003-08-09</td><td>desruisseaux</td><td>Added a 4 arguments 'getLogRecord' method</td></tr>
+<tr><td class="rev">3607</td><td>2003-08-04</td><td>desruisseaux</td><td>PMD fixes</td></tr>
+<tr><td class="rev">2858</td><td>2003-05-13</td><td>desruisseaux</td><td>Added PMC owner to copyright notice</td></tr>
+<tr><td class="rev">2249</td><td>2003-02-05</td><td>desruisseaux</td><td>Fixed dead lock in Resources; improved formatting</td></tr>
+<tr><td class="rev">1485</td><td>2002-08-20</td><td>desruisseaux</td><td>Changed logger name from module to package</td></tr>
+<tr><td class="rev">1409</td><td>2002-08-11</td><td>desruisseaux</td><td>Kicked down logging level from FINE to FINER</td></tr>
+<tr><td class="rev">486</td><td>2002-05-21</td><td class="unav">jmacgill</td><td><a href="rev/00486/IndexedResourceBundle.xhtml">readed Linda's javadoc improvements</a></td></tr>
+<tr><td class="rev">484</td><td>2002-05-21</td><td class="unav">jmacgill</td><td><a href="rev/00486/IndexedResourceBundle.xhtml">moved out of the swinggui module</a></td></tr>
+<tr><td class="rev">392</td><td>2002-05-10</td><td class="unav">jmacgill</td><td><a href="rev/00486/IndexedResourceBundle.xhtml">Support files for new zoompaneOnce needed by other modules these should be split out of swinggui and moved into their own support module I18N related files also need to move, but the exact structure is not yet clear.</a></td></tr>
+</table>
+    </div>
+  </body>
+</html>

Added: incubator/sis/ip-review/IndexedResourceCompiler.xhtml
URL: http://svn.apache.org/viewvc/incubator/sis/ip-review/IndexedResourceCompiler.xhtml?rev=1386467&view=auto
==============================================================================
--- incubator/sis/ip-review/IndexedResourceCompiler.xhtml (added)
+++ incubator/sis/ip-review/IndexedResourceCompiler.xhtml Mon Sep 17 04:18:09 2012
@@ -0,0 +1,73 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta charset="UTF-8"/>
+    <title>IndexedResourceCompiler history</title>
+    <style type="text/css" media="all">
+      @import url("./reports.css");
+    </style>
+  </head>
+  <body>
+    <div>
+      <h1>IndexedResourceCompiler 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:487 http://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/resources/IndexedResourceCompiler.java</code></blockquote>
+<table>
+  <tr>
+    <th>Rev.</th>
+    <th>Date</th>
+    <th>Author</th>
+    <th class="last">Message</th>
+  </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">30637</td><td>2008-06-12</td><td>acuster</td><td>Copyright headers: lib/metadata, now normalized to LGPL v2.1 only</td></tr>
+<tr><td class="rev">30520</td><td>2008-06-05</td><td>acuster</td><td>Copyright: hand fix String that generates headers in generated source files.</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">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">28790</td><td>2008-01-16</td><td>desruisseaux</td><td>Renamed resources.i18n.Logging as resources.i18n.Loggings (with an s) for avoiding name clash with util.logging.Logging. The name clash would not have been an issue if those two classes were not typically used together... Also performed a few javadoc fixes in DirectPosition2D.</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">28081</td><td>2007-11-27</td><td>desruisseaux</td><td>Java 5 constructs: replaced some StringBuffer by StringBuilder in order to avoid unecessary synchronisation; rely on auto-boxing in order to give a chance to the JVM to reuse its cached values.</td></tr>
+<tr><td class="rev">27864</td><td>2007-11-12</td><td>desruisseaux</td><td>Use more Java 5 features. Also fixed a test which failed randomly.</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">27500</td><td>2007-10-15</td><td>desruisseaux</td><td>First round of Java 5 generic types applied to org.geotools.resources and org.geotools.util packages. As a side effect, removed the deprecated org.geotools.resources.TestData class (moved to org.geotools.test).</td></tr>
+<tr><td class="rev">26165</td><td>2007-07-06</td><td>desruisseaux</td><td>Slight refactoring of IndexedResourceBundle. This is strictly internal to Geotools.</td></tr>
+<tr><td class="rev">24164</td><td>2007-02-03</td><td>desruisseaux</td><td>Implemented the fallback for additional CRS beyong the ones defined in the EPSG database (GEOT-774)</td></tr>
+<tr><td class="rev">24036</td><td>2007-01-24</td><td>desruisseaux</td><td>Added various index in EPSG.sql, which seem to increase plugin/epsh-hsql performance significantly (GEOT-1129). Also added a mechanism for recreating the database when the version number is incremented (GEOT-1130).</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/IndexedResourceCompiler.xhtml">ip review</a></td></tr>
+<tr><td class="rev">17673</td><td>2006-01-19</td><td>desruisseaux</td><td>Added new axis constants for display. Fixed a a bug in @source taglet when the module name contains the '-' character.</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">16205</td><td>2005-10-11</td><td>desruisseaux</td><td>Cleaned javadoc warning. More work done on Maven 2 configuration (GEOT-691)</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">14834</td><td>2005-07-20</td><td>desruisseaux</td><td>Reorganized I18N resources</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">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/IndexedResourceCompiler.xhtml">imports cleaned</a></td></tr>
+<tr><td class="rev">8218</td><td>2004-09-27</td><td>desruisseaux</td><td>Back to work: clean up</td></tr>
+<tr><td class="rev">6410</td><td>2004-06-12</td><td class="unav">jgarnett</td><td><a href="rev/06410/IndexedResourceCompiler.xhtml">Added geoapi dependency to imagedatasource, and fixed spelling mistake in view.</a></td></tr>
+<tr><td class="rev">6207</td><td>2004-05-27</td><td>desruisseaux</td><td>Javadoc fixes</td></tr>
+<tr><td class="rev">6050</td><td>2004-05-23</td><td class="unav">jgarnett</td><td><a href="rev/06050/IndexedResourceCompiler.xhtml">merge resources into main</a></td></tr>
+<tr><td class="rev">6046</td><td>2004-05-23</td><td class="unav">jgarnett</td><td><a href="rev/06050/IndexedResourceCompiler.xhtml">Moved over to main for manual merge</a></td></tr>
+<tr><td class="rev">5774</td><td>2004-05-23</td><td class="unav">jgarnett</td><td><a href="rev/06050/IndexedResourceCompiler.xhtml">geotools-src serves as the start of our new module directory (the data access modules will escape off to plugin directory soon)</a></td></tr>
+<tr><td class="rev">5769</td><td>2004-05-23</td><td class="unav">jgarnett</td><td><a href="rev/06050/IndexedResourceCompiler.xhtml">Project renamed to gt</a></td></tr>
+<tr><td class="rev">5619</td><td>2004-05-13</td><td class="unav">(pas d'auteur)</td><td><a href="rev/06050/IndexedResourceCompiler.xhtml">Move repository under gt.</a></td></tr>
+<tr><td class="rev">3771</td><td>2003-08-19</td><td>desruisseaux</td><td>Disable spurious warning for language specialized by country</td></tr>
+<tr><td class="rev">3607</td><td>2003-08-04</td><td>desruisseaux</td><td>PMD fixes</td></tr>
+<tr><td class="rev">2858</td><td>2003-05-13</td><td>desruisseaux</td><td>Added PMC owner to copyright notice</td></tr>
+<tr><td class="rev">1318</td><td>2002-07-30</td><td>desruisseaux</td><td>Added a unit for the EPSG factory</td></tr>
+<tr><td class="rev">1249</td><td>2002-07-25</td><td>desruisseaux</td><td>Generated code use unix EOL for easier work with CVS</td></tr>
+<tr><td class="rev">486</td><td>2002-05-21</td><td class="unav">jmacgill</td><td><a href="rev/00486/IndexedResourceCompiler.xhtml">readed Linda's javadoc improvements</a></td></tr>
+<tr><td class="rev">484</td><td>2002-05-21</td><td class="unav">jmacgill</td><td><a href="rev/00486/IndexedResourceCompiler.xhtml">moved out of the swinggui module</a></td></tr>
+<tr><td class="rev">392</td><td>2002-05-10</td><td class="unav">jmacgill</td><td><a href="rev/00486/IndexedResourceCompiler.xhtml">Support files for new zoompaneOnce needed by other modules these should be split out of swinggui and moved into their own support module I18N related files also need to move, but the exact structure is not yet clear.</a></td></tr>
+</table>
+    </div>
+  </body>
+</html>

Added: incubator/sis/ip-review/ModifiableMetadata.xhtml
URL: http://svn.apache.org/viewvc/incubator/sis/ip-review/ModifiableMetadata.xhtml?rev=1386467&view=auto
==============================================================================
--- incubator/sis/ip-review/ModifiableMetadata.xhtml (added)
+++ incubator/sis/ip-review/ModifiableMetadata.xhtml Mon Sep 17 04:18:09 2012
@@ -0,0 +1,70 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta charset="UTF-8"/>
+    <title>ModifiableMetadata history</title>
+    <style type="text/css" media="all">
+      @import url("./reports.css");
+    </style>
+  </head>
+  <body>
+    <div>
+      <h1>ModifiableMetadata 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/ModifiableMetadata.java</code></blockquote>
+<table>
+  <tr>
+    <th>Rev.</th>
+    <th>Date</th>
+    <th>Author</th>
+    <th class="last">Message</th>
+  </tr>
+<tr><td class="rev">30852</td><td>2008-07-03</td><td>desruisseaux</td><td>PropertyMap now converts automatically from String to a variety of types (InternationalString, File, Number...) and add singleton to collection. UML identifier name are now accepted as well as property name inferred from method name.</td></tr>
+<tr><td class="rev">30792</td><td>2008-06-23</td><td>desruisseaux</td><td>Synchronized the collections used in metadata. Javadoc cleanup.</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">30547</td><td>2008-06-06</td><td>desruisseaux</td><td>Added a few MetadataStandard constants. Make the error message slightly more explicit when there is no setter for a given property.</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">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">28051</td><td>2007-11-26</td><td>desruisseaux</td><td>More Java 5 parameterized types. Include a fix for GEOT-1599 (CitationImpl.getIdentifiers() should returns a set of Identifiers, not a set of Strings).</td></tr>
+<tr><td class="rev">27864</td><td>2007-11-12</td><td>desruisseaux</td><td>Use more Java 5 features. Also fixed a test which failed randomly.</td></tr>
+<tr><td class="rev">27847</td><td>2007-11-12</td><td>desruisseaux</td><td>Replaced some references to 'org.geotools.util' by references to 'org.geotools.util.logging'. Removed the old classes to make sure that there is no more accidental references. Note that the old classes will not be removed from the 2.4 branch.</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">25098</td><td>2007-04-10</td><td>desruisseaux</td><td>Review of metadata changes.</td></tr>
+<tr><td class="rev">24820</td><td>2007-03-20</td><td class="unav">chorner</td><td><a href="rev/24820/ModifiableMetadata.xhtml">synchronization with GEO-95 changes</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/ModifiableMetadata.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">13078</td><td>2005-04-13</td><td>desruisseaux</td><td>Removed catalog dependencies in metadata package, including the removal of the whole 'iso19115' deprecated package. The BeanInfo code still available in the SVN history. We may reuse the BeanInfo code later, but it should be put in some metadata wrapper (not directly in MetadataEntity subclass), because some implementation do not extends MetadataEntity (e.g. the SQL package using java.lang.reflect.Proxy). The catalog dependency removal was done because the GeoAPI interfaces were built on top of old 1.0 specification. Degree is about to commit new interfaces (2.0 based) in replacement, which is going to create some conflict if we don't remove 1.0 dependencies.</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">12536</td><td>2005-03-22</td><td>desruisseaux</td><td>Deprecated legacy metadata classes and catalog API / Removed test exclusions / Fixed (x,y) order in Geometry.toString() (GEOT-179)</td></tr>
+<tr><td class="rev">8518</td><td>2004-10-11</td><td>desruisseaux</td><td>Apply changes voted in OGC meeting at Southampton: use of Identifier and GenericName</td></tr>
+<tr><td class="rev">8358</td><td>2004-10-04</td><td>desruisseaux</td><td>Added main Metadata class</td></tr>
+<tr><td class="rev">8102</td><td>2004-09-21</td><td>desruisseaux</td><td>Added new metadata implementations</td></tr>
+<tr><td class="rev">8073</td><td>2004-09-20</td><td>desruisseaux</td><td>Added new metadata implementations</td></tr>
+<tr><td class="rev">7197</td><td>2004-07-22</td><td class="unav">jeichar</td><td><a href="rev/07197/ModifiableMetadata.xhtml">MetadataEntity fixed</a></td></tr>
+<tr><td class="rev">7133</td><td>2004-07-21</td><td>desruisseaux</td><td>Added support for unmodifiable metadata</td></tr>
+<tr><td class="rev">7098</td><td>2004-07-20</td><td>desruisseaux</td><td>Refactored iso19115.AbstractMetadata as MetadataEntity</td></tr>
+<tr><td class="rev">6942</td><td>2004-07-16</td><td class="unav">jeichar</td><td><a href="rev/06942/ModifiableMetadata.xhtml">metadata and catalog moved to geoapi</a></td></tr>
+<tr><td class="rev">6937</td><td>2004-07-16</td><td class="unav">jgarnett</td><td><a href="rev/06942/ModifiableMetadata.xhtml">juggle Metadata to MetadataElement</a></td></tr>
+<tr><td class="rev">6921</td><td>2004-07-15</td><td class="unav">jgarnett</td><td><a href="rev/06942/ModifiableMetadata.xhtml">changed to elements()</a></td></tr>
+<tr><td class="rev">6908</td><td>2004-07-14</td><td class="unav">jgarnett</td><td><a href="rev/06942/ModifiableMetadata.xhtml">first run at connecting both maetadata apis</a></td></tr>
+</table>
+    </div>
+  </body>
+</html>

Added: incubator/sis/ip-review/UnmodifiableMetadataException.xhtml
URL: http://svn.apache.org/viewvc/incubator/sis/ip-review/UnmodifiableMetadataException.xhtml?rev=1386467&view=auto
==============================================================================
--- incubator/sis/ip-review/UnmodifiableMetadataException.xhtml (added)
+++ incubator/sis/ip-review/UnmodifiableMetadataException.xhtml Mon Sep 17 04:18:09 2012
@@ -0,0 +1,37 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta charset="UTF-8"/>
+    <title>UnmodifiableMetadataException history</title>
+    <style type="text/css" media="all">
+      @import url("./reports.css");
+    </style>
+  </head>
+  <body>
+    <div>
+      <h1>UnmodifiableMetadataException 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/UnmodifiableMetadataException.java</code></blockquote>
+<table>
+  <tr>
+    <th>Rev.</th>
+    <th>Date</th>
+    <th>Author</th>
+    <th class="last">Message</th>
+  </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">30547</td><td>2008-06-06</td><td>desruisseaux</td><td>Added a few MetadataStandard constants. Make the error message slightly more explicit when there is no setter for a given property.</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">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">28051</td><td>2007-11-26</td><td>desruisseaux</td><td>More Java 5 parameterized types. Include a fix for GEOT-1599 (CitationImpl.getIdentifiers() should returns a set of Identifiers, not a set of Strings).</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">25098</td><td>2007-04-10</td><td>desruisseaux</td><td>Review of metadata changes.</td></tr>
+</table>
+    </div>
+  </body>
+</html>

Added: incubator/sis/ip-review/Utilities.xhtml
URL: http://svn.apache.org/viewvc/incubator/sis/ip-review/Utilities.xhtml?rev=1386467&view=auto
==============================================================================
--- incubator/sis/ip-review/Utilities.xhtml (added)
+++ incubator/sis/ip-review/Utilities.xhtml Mon Sep 17 04:18:09 2012
@@ -0,0 +1,85 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta charset="UTF-8"/>
+    <title>Utilities history</title>
+    <style type="text/css" media="all">
+      @import url("./reports.css");
+    </style>
+  </head>
+  <body>
+    <div>
+      <h1>Utilities 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:487 http://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/util/Utilities.java</code></blockquote>
+<table>
+  <tr>
+    <th>Rev.</th>
+    <th>Date</th>
+    <th>Author</th>
+    <th class="last">Message</th>
+  </tr>
+<tr><td class="rev">30792</td><td>2008-06-23</td><td>desruisseaux</td><td>Synchronized the collections used in metadata. Javadoc cleanup.</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">30637</td><td>2008-06-12</td><td>acuster</td><td>Copyright headers: lib/metadata, now normalized to LGPL v2.1 only</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">30425</td><td>2008-05-26</td><td>desruisseaux</td><td>Added tip in javadoc about proposed initial seed for hash code calculation.</td></tr>
+<tr><td class="rev">30421</td><td>2008-05-26</td><td class="unav">danieler</td><td><a href="rev/30421/Utilities.xhtml">-fixed typo in Utilities.java--removed superseeded HashCodeUtil.java --removed superseeded EqualsUtil.java</a></td></tr>
+<tr><td class="rev">30313</td><td>2008-05-16</td><td>desruisseaux</td><td>Changed my mind about Utilities.shallowEquals(Object,Object) and renamed it as equals, since a few tests show that the compiler always select the best overloaded flavor working on primitive types (except if an argument is a boolean and the other a different primitive type). Updated a few references. Fixed a few javadoc warnings by explicit declaration of parameter and return values.</td></tr>
+<tr><td class="rev">30290</td><td>2008-05-15</td><td>desruisseaux</td><td>Proposed a Utilities class in org.geotools.util in replacement of EqualsUtil and HashCodeUtil and the class in org.geotools.resources. This is an attempt to keep those utility methods in a central place and avoid redundancies.</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">29825</td><td>2008-04-07</td><td>desruisseaux</td><td>Added synchronized statements. While the old approach was not exactly the deprecated double-check idiom, it was too close of that. A few unsynchronized blocks still exist which may need to be revisited later.</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">28669</td><td>2008-01-09</td><td>desruisseaux</td><td>Removed deprecated DataSource interface in order to simplify the EPSG factory code, for making debugging easier. Fixed a bug in the search for authority name as a side effect of GEOT-1659 investigation. Code formatting.</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">28391</td><td>2007-12-16</td><td>desruisseaux</td><td>Attempt to make FactoryCreator more tolerant to dependencies that can't be fetched for a given set of hints (GEOT-1618). Also cleaned a little bit of calls to 'unexpectedException' as a side effect.</td></tr>
+<tr><td class="rev">28252</td><td>2007-12-04</td><td>desruisseaux</td><td>More MosaicImageReader work. As a side effect, moved Utilities.getShort[Class]Name in a separated utilities class named 'Classes'. Also added a couple of @Override annotations.</td></tr>
+<tr><td class="rev">28233</td><td>2007-12-02</td><td>desruisseaux</td><td>More work on MosaicImageReader - not yet tested.</td></tr>
+<tr><td class="rev">28198</td><td>2007-11-30</td><td>desruisseaux</td><td>Covariant return type for NumberRange.</td></tr>
+<tr><td class="rev">28180</td><td>2007-11-30</td><td>desruisseaux</td><td>Use 'Utilities.deepEquals' only when needed.</td></tr>
+<tr><td class="rev">28159</td><td>2007-11-29</td><td class="unav">jgarnett</td><td><a href="rev/28159/Utilities.xhtml">commit enough equals magic, and fixes to style object that shapefile renderer can draw something</a></td></tr>
+<tr><td class="rev">28156</td><td>2007-11-29</td><td class="unav">jgarnett</td><td><a href="rev/28159/Utilities.xhtml">Added float array equals method check to Utilities so we can start to check dashArray and dashOffset for StrokeImpl</a></td></tr>
+<tr><td class="rev">28081</td><td>2007-11-27</td><td>desruisseaux</td><td>Java 5 constructs: replaced some StringBuffer by StringBuilder in order to avoid unecessary synchronisation; rely on auto-boxing in order to give a chance to the JVM to reuse its cached values.</td></tr>
+<tr><td class="rev">27983</td><td>2007-11-22</td><td>desruisseaux</td><td>Use more Java 5 constructs for safety.</td></tr>
+<tr><td class="rev">27856</td><td>2007-11-12</td><td>desruisseaux</td><td>Replaced 'Logger.getLogger(...)' calls by 'Logging.getLogger(...)' (GEOT-1545).</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">27500</td><td>2007-10-15</td><td>desruisseaux</td><td>First round of Java 5 generic types applied to org.geotools.resources and org.geotools.util packages. As a side effect, removed the deprecated org.geotools.resources.TestData class (moved to org.geotools.test).</td></tr>
+<tr><td class="rev">23635</td><td>2007-01-01</td><td>desruisseaux</td><td>Uses fully-qualified class name (instead of last name only) in logging. More work on versioned URN:OGC:DEF factory.</td></tr>
+<tr><td class="rev">22931</td><td>2006-11-23</td><td>desruisseaux</td><td>Added a convenience method for logging exceptions, as a proposed approach for the 'Do not return null' wiki page.</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/Utilities.xhtml">ip review</a></td></tr>
+<tr><td class="rev">20483</td><td>2006-07-11</td><td>desruisseaux</td><td>Documentation fixes / avoid usage of deprecated methods.</td></tr>
+<tr><td class="rev">19941</td><td>2006-06-13</td><td>desruisseaux</td><td>Implemented CRS.decode(String) on top of AllAuthoritiesFactory.</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">15840</td><td>2005-09-24</td><td>desruisseaux</td><td>Added a convenience DataSource for EPSG factory, using a properties file.</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">14834</td><td>2005-07-20</td><td>desruisseaux</td><td>Reorganized I18N resources</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">11100</td><td>2005-02-04</td><td>desruisseaux</td><td>More tests and bug fixes in CRS</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/Utilities.xhtml">imports cleaned</a></td></tr>
+<tr><td class="rev">8218</td><td>2004-09-27</td><td>desruisseaux</td><td>Back to work: clean up</td></tr>
+<tr><td class="rev">6575</td><td>2004-06-27</td><td>desruisseaux</td><td>MatrixParameters now uses ParameterRealValue / In providers, moved parameters in a static field.</td></tr>
+<tr><td class="rev">6207</td><td>2004-05-27</td><td>desruisseaux</td><td>Javadoc fixes</td></tr>
+<tr><td class="rev">6050</td><td>2004-05-23</td><td class="unav">jgarnett</td><td><a href="rev/06050/Utilities.xhtml">merge resources into main</a></td></tr>
+<tr><td class="rev">6046</td><td>2004-05-23</td><td class="unav">jgarnett</td><td><a href="rev/06050/Utilities.xhtml">Moved over to main for manual merge</a></td></tr>
+<tr><td class="rev">5774</td><td>2004-05-23</td><td class="unav">jgarnett</td><td><a href="rev/06050/Utilities.xhtml">geotools-src serves as the start of our new module directory (the data access modules will escape off to plugin directory soon)</a></td></tr>
+<tr><td class="rev">5769</td><td>2004-05-23</td><td class="unav">jgarnett</td><td><a href="rev/06050/Utilities.xhtml">Project renamed to gt</a></td></tr>
+<tr><td class="rev">5619</td><td>2004-05-13</td><td class="unav">(pas d'auteur)</td><td><a href="rev/06050/Utilities.xhtml">Move repository under gt.</a></td></tr>
+<tr><td class="rev">3607</td><td>2003-08-04</td><td>desruisseaux</td><td>PMD fixes</td></tr>
+<tr><td class="rev">2858</td><td>2003-05-13</td><td>desruisseaux</td><td>Added PMC owner to copyright notice</td></tr>
+<tr><td class="rev">1289</td><td>2002-07-27</td><td>desruisseaux</td><td>Improved formatting of classname for arrays</td></tr>
+<tr><td class="rev">486</td><td>2002-05-21</td><td class="unav">jmacgill</td><td><a href="rev/00486/Utilities.xhtml">readed Linda's javadoc improvements</a></td></tr>
+<tr><td class="rev">484</td><td>2002-05-21</td><td class="unav">jmacgill</td><td><a href="rev/00486/Utilities.xhtml">moved out of the swinggui module</a></td></tr>
+<tr><td class="rev">392</td><td>2002-05-10</td><td class="unav">jmacgill</td><td><a href="rev/00486/Utilities.xhtml">Support files for new zoompaneOnce needed by other modules these should be split out of swinggui and moved into their own support module I18N related files also need to move, but the exact structure is not yet clear.</a></td></tr>
+</table>
+    </div>
+  </body>
+</html>

Added: incubator/sis/ip-review/reports.css
URL: http://svn.apache.org/viewvc/incubator/sis/ip-review/reports.css?rev=1386467&view=auto
==============================================================================
--- incubator/sis/ip-review/reports.css (added)
+++ incubator/sis/ip-review/reports.css Mon Sep 17 04:18:09 2012
@@ -0,0 +1,49 @@
+/*
+ * Table of commits: no cell border and no vertical space between the cells,
+ * because our tables are actually more like very long lists.
+ */
+table {
+  white-space: nowrap;
+  border-spacing: 0px;
+}
+th {
+  background-color: lightskyblue;
+  height: 18pt;
+}
+th.last { /* Last column is very large, we can't see the title if it is centered. '*/
+  text-align: left;
+  padding-left: 6pt;
+}
+td {
+  padding-left:  6pt;
+  padding-right: 6pt;
+  vertical-align: top;
+}
+td.rev { /* Column for revision number. */
+  text-align: right;
+}
+td.unav { /* Unavailable commit (no granted rights) */
+  font-weight: bold;
+}
+/*
+ * Table of changes.
+ */
+table.changes {
+  border-style: solid;
+  border-width: 2pt;
+}
+table.changes > tr > td {
+    border-top-style: dashed;
+    border-top-width: 1px;
+    border-left-style: solid;
+    border-left-width: 1px;
+}
+pre {
+  font-size: 9pt;
+}
+span.add {
+  color: forestgreen;
+}
+span.del {
+  color: firebrick;
+}

Propchange: incubator/sis/ip-review/reports.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/sis/ip-review/reports.css
------------------------------------------------------------------------------
    svn:mime-type = text/css

Added: incubator/sis/ip-review/rev/00486/HEADER.html
URL: http://svn.apache.org/viewvc/incubator/sis/ip-review/rev/00486/HEADER.html?rev=1386467&view=auto
==============================================================================
--- incubator/sis/ip-review/rev/00486/HEADER.html (added)
+++ incubator/sis/ip-review/rev/00486/HEADER.html Mon Sep 17 04:18:09 2012
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta charset="UTF-8"/>
+    <title>Revision 486</title>
+  </head>
+  <body>
+    <div>
+      <h1>Revision 486</h1>
+<table>
+  <tr><td><b>Author:</b></td><td>jmacgill</td></tr>
+  <tr><td><b>Date:</b></td><td>2002-05-21</td></tr>
+  <tr><td><b>Message:</b></td><td>readed Linda's javadoc improvements</td></tr>
+</table>
+    </div>
+  </body>
+</html>

Propchange: incubator/sis/ip-review/rev/00486/HEADER.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/sis/ip-review/rev/00486/HEADER.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: incubator/sis/ip-review/rev/00486/IndexedResourceBundle.xhtml
URL: http://svn.apache.org/viewvc/incubator/sis/ip-review/rev/00486/IndexedResourceBundle.xhtml?rev=1386467&view=auto
==============================================================================
--- incubator/sis/ip-review/rev/00486/IndexedResourceBundle.xhtml (added)
+++ incubator/sis/ip-review/rev/00486/IndexedResourceBundle.xhtml Mon Sep 17 04:18:09 2012
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta charset="UTF-8"/>
+    <title>IndexedResourceBundle changes for revisions 487:486</title>
+    <style type="text/css" media="all">
+      @import url("../../reports.css");
+    </style>
+  </head>
+  <body>
+    <div>
+      <h1>IndexedResourceBundle changes for revisions 487:486</h1>
+<p>No change reported.</p>
+<p><b>Command line:</b></p>
+<blockquote><code>svn diff --extensions "--unified --ignore-space-change --ignore-all-space --ignore-eol-style" -r487:486 http://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/resources/IndexedResourceBundle.java</code></blockquote>
+<table class="changes">
+<tr><th>Revision 487</th><th>Revision 486</th></tr>
+</table>
+    </div>
+  </body>
+</html>

Added: incubator/sis/ip-review/rev/00486/IndexedResourceCompiler.xhtml
URL: http://svn.apache.org/viewvc/incubator/sis/ip-review/rev/00486/IndexedResourceCompiler.xhtml?rev=1386467&view=auto
==============================================================================
--- incubator/sis/ip-review/rev/00486/IndexedResourceCompiler.xhtml (added)
+++ incubator/sis/ip-review/rev/00486/IndexedResourceCompiler.xhtml Mon Sep 17 04:18:09 2012
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta charset="UTF-8"/>
+    <title>IndexedResourceCompiler changes for revisions 487:486</title>
+    <style type="text/css" media="all">
+      @import url("../../reports.css");
+    </style>
+  </head>
+  <body>
+    <div>
+      <h1>IndexedResourceCompiler changes for revisions 487:486</h1>
+<p>No change reported.</p>
+<p><b>Command line:</b></p>
+<blockquote><code>svn diff --extensions "--unified --ignore-space-change --ignore-all-space --ignore-eol-style" -r487:486 http://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/resources/IndexedResourceCompiler.java</code></blockquote>
+<table class="changes">
+<tr><th>Revision 487</th><th>Revision 486</th></tr>
+</table>
+    </div>
+  </body>
+</html>

Added: incubator/sis/ip-review/rev/00486/Utilities.xhtml
URL: http://svn.apache.org/viewvc/incubator/sis/ip-review/rev/00486/Utilities.xhtml?rev=1386467&view=auto
==============================================================================
--- incubator/sis/ip-review/rev/00486/Utilities.xhtml (added)
+++ incubator/sis/ip-review/rev/00486/Utilities.xhtml Mon Sep 17 04:18:09 2012
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta charset="UTF-8"/>
+    <title>Utilities changes for revisions 487:486</title>
+    <style type="text/css" media="all">
+      @import url("../../reports.css");
+    </style>
+  </head>
+  <body>
+    <div>
+      <h1>Utilities changes for revisions 487:486</h1>
+<p>No change reported.</p>
+<p><b>Command line:</b></p>
+<blockquote><code>svn diff --extensions "--unified --ignore-space-change --ignore-all-space --ignore-eol-style" -r487:486 http://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/util/Utilities.java</code></blockquote>
+<table class="changes">
+<tr><th>Revision 487</th><th>Revision 486</th></tr>
+</table>
+    </div>
+  </body>
+</html>

Added: incubator/sis/ip-review/rev/06050/HEADER.html
URL: http://svn.apache.org/viewvc/incubator/sis/ip-review/rev/06050/HEADER.html?rev=1386467&view=auto
==============================================================================
--- incubator/sis/ip-review/rev/06050/HEADER.html (added)
+++ incubator/sis/ip-review/rev/06050/HEADER.html Mon Sep 17 04:18:09 2012
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta charset="UTF-8"/>
+    <title>Revision 6050</title>
+  </head>
+  <body>
+    <div>
+      <h1>Revision 6050</h1>
+<table>
+  <tr><td><b>Author:</b></td><td>jgarnett</td></tr>
+  <tr><td><b>Date:</b></td><td>2004-05-23</td></tr>
+  <tr><td><b>Message:</b></td><td>merge resources into main</td></tr>
+</table>
+    </div>
+  </body>
+</html>

Propchange: incubator/sis/ip-review/rev/06050/HEADER.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/sis/ip-review/rev/06050/HEADER.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: incubator/sis/ip-review/rev/06050/IndexedResourceBundle.xhtml
URL: http://svn.apache.org/viewvc/incubator/sis/ip-review/rev/06050/IndexedResourceBundle.xhtml?rev=1386467&view=auto
==============================================================================
--- incubator/sis/ip-review/rev/06050/IndexedResourceBundle.xhtml (added)
+++ incubator/sis/ip-review/rev/06050/IndexedResourceBundle.xhtml Mon Sep 17 04:18:09 2012
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta charset="UTF-8"/>
+    <title>IndexedResourceBundle changes for revisions 5618:6050</title>
+    <style type="text/css" media="all">
+      @import url("../../reports.css");
+    </style>
+  </head>
+  <body>
+    <div>
+      <h1>IndexedResourceBundle changes for revisions 5618:6050</h1>
+<p>No change reported.</p>
+<p><b>Command line:</b></p>
+<blockquote><code>svn diff --extensions "--unified --ignore-space-change --ignore-all-space --ignore-eol-style" -r5618:6050 http://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/resources/IndexedResourceBundle.java</code></blockquote>
+<table class="changes">
+<tr><th>Revision 5618</th><th>Revision 6050</th></tr>
+</table>
+    </div>
+  </body>
+</html>

Added: incubator/sis/ip-review/rev/06050/IndexedResourceCompiler.xhtml
URL: http://svn.apache.org/viewvc/incubator/sis/ip-review/rev/06050/IndexedResourceCompiler.xhtml?rev=1386467&view=auto
==============================================================================
--- incubator/sis/ip-review/rev/06050/IndexedResourceCompiler.xhtml (added)
+++ incubator/sis/ip-review/rev/06050/IndexedResourceCompiler.xhtml Mon Sep 17 04:18:09 2012
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta charset="UTF-8"/>
+    <title>IndexedResourceCompiler changes for revisions 5618:6050</title>
+    <style type="text/css" media="all">
+      @import url("../../reports.css");
+    </style>
+  </head>
+  <body>
+    <div>
+      <h1>IndexedResourceCompiler changes for revisions 5618:6050</h1>
+<p>No change reported.</p>
+<p><b>Command line:</b></p>
+<blockquote><code>svn diff --extensions "--unified --ignore-space-change --ignore-all-space --ignore-eol-style" -r5618:6050 http://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/resources/IndexedResourceCompiler.java</code></blockquote>
+<table class="changes">
+<tr><th>Revision 5618</th><th>Revision 6050</th></tr>
+</table>
+    </div>
+  </body>
+</html>

Added: incubator/sis/ip-review/rev/06050/Utilities.xhtml
URL: http://svn.apache.org/viewvc/incubator/sis/ip-review/rev/06050/Utilities.xhtml?rev=1386467&view=auto
==============================================================================
--- incubator/sis/ip-review/rev/06050/Utilities.xhtml (added)
+++ incubator/sis/ip-review/rev/06050/Utilities.xhtml Mon Sep 17 04:18:09 2012
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta charset="UTF-8"/>
+    <title>Utilities changes for revisions 5618:6050</title>
+    <style type="text/css" media="all">
+      @import url("../../reports.css");
+    </style>
+  </head>
+  <body>
+    <div>
+      <h1>Utilities changes for revisions 5618:6050</h1>
+<p>No change reported.</p>
+<p><b>Command line:</b></p>
+<blockquote><code>svn diff --extensions "--unified --ignore-space-change --ignore-all-space --ignore-eol-style" -r5618:6050 http://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/util/Utilities.java</code></blockquote>
+<table class="changes">
+<tr><th>Revision 5618</th><th>Revision 6050</th></tr>
+</table>
+    </div>
+  </body>
+</html>

Added: incubator/sis/ip-review/rev/06410/HEADER.html
URL: http://svn.apache.org/viewvc/incubator/sis/ip-review/rev/06410/HEADER.html?rev=1386467&view=auto
==============================================================================
--- incubator/sis/ip-review/rev/06410/HEADER.html (added)
+++ incubator/sis/ip-review/rev/06410/HEADER.html Mon Sep 17 04:18:09 2012
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta charset="UTF-8"/>
+    <title>Revision 6410</title>
+  </head>
+  <body>
+    <div>
+      <h1>Revision 6410</h1>
+<table>
+  <tr><td><b>Author:</b></td><td>jgarnett</td></tr>
+  <tr><td><b>Date:</b></td><td>2004-06-12</td></tr>
+  <tr><td><b>Message:</b></td><td>Added geoapi dependency to imagedatasource, and fixed spelling mistake in view.</td></tr>
+</table>
+    </div>
+  </body>
+</html>

Propchange: incubator/sis/ip-review/rev/06410/HEADER.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/sis/ip-review/rev/06410/HEADER.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: incubator/sis/ip-review/rev/06410/IndexedResourceBundle.xhtml
URL: http://svn.apache.org/viewvc/incubator/sis/ip-review/rev/06410/IndexedResourceBundle.xhtml?rev=1386467&view=auto
==============================================================================
--- incubator/sis/ip-review/rev/06410/IndexedResourceBundle.xhtml (added)
+++ incubator/sis/ip-review/rev/06410/IndexedResourceBundle.xhtml Mon Sep 17 04:18:09 2012
@@ -0,0 +1,36 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta charset="UTF-8"/>
+    <title>IndexedResourceBundle changes for revisions 6409:6410</title>
+    <style type="text/css" media="all">
+      @import url("../../reports.css");
+    </style>
+  </head>
+  <body>
+    <div>
+      <h1>IndexedResourceBundle changes for revisions 6409:6410</h1>
+<p>Change actually performed by the SVN tools itself.
+Those tags don't exist anymore in Apache SIS anyway.</p>
+<p><b>Command line:</b></p>
+<blockquote><code>svn diff --extensions "--unified --ignore-space-change --ignore-all-space --ignore-eol-style" -r6409:6410 http://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/resources/IndexedResourceBundle.java</code></blockquote>
+<table class="changes">
+<tr><th>Revision 6409</th><th>Revision 6410</th></tr>
+<tr><td><pre> * declarative interface is never loaded at run time. This class also
+ * provides facilities for string formatting using {@link MessageFormat}.
+ *
+<span class="del"> * @version $Id: ResourceBundle.java,v 1.8 2003/08/09 22:11:44 desruisseaux Exp $</span>
+ * @author Martin Desruisseaux
+ */
+public class ResourceBundle extends java.util.ResourceBundle {</pre></td>
+<td><pre> * declarative interface is never loaded at run time. This class also
+ * provides facilities for string formatting using {@link MessageFormat}.
+ *
+<span class="add"> * @version $Id$</span>
+ * @author Martin Desruisseaux
+ */
+public class ResourceBundle extends java.util.ResourceBundle {</pre></td></tr>
+</table>
+    </div>
+  </body>
+</html>

Added: incubator/sis/ip-review/rev/06410/IndexedResourceCompiler.xhtml
URL: http://svn.apache.org/viewvc/incubator/sis/ip-review/rev/06410/IndexedResourceCompiler.xhtml?rev=1386467&view=auto
==============================================================================
--- incubator/sis/ip-review/rev/06410/IndexedResourceCompiler.xhtml (added)
+++ incubator/sis/ip-review/rev/06410/IndexedResourceCompiler.xhtml Mon Sep 17 04:18:09 2012
@@ -0,0 +1,35 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta charset="UTF-8"/>
+    <title>IndexedResourceCompiler changes for revisions 6409:6410</title>
+    <style type="text/css" media="all">
+      @import url("../../reports.css");
+    </style>
+  </head>
+  <body>
+    <div>
+      <h1>IndexedResourceCompiler changes for revisions 6409:6410</h1>
+<p>This SVN property is not used in Apache SIS.</p>
+<p><b>Command line:</b></p>
+<blockquote><code>svn diff --extensions "--unified --ignore-space-change --ignore-all-space --ignore-eol-style" -r6409:6410 http://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/resources/IndexedResourceCompiler.java</code></blockquote>
+<table class="changes">
+<tr><th>Revision 6409</th><th>Revision 6410</th></tr>
+<tr><td><pre> * don't need to be included in the final JAR file. They are used at
+ * compile time only and no other classes should keep reference to them.
+ *
+<span class="del"> * @version $Id: ResourceCompiler.java,v 1.7 2003/08/19 15:05:22 desruisseaux Exp $</span>
+ * @author Martin Desruisseaux
+ */
+final class ResourceCompiler implements Comparator {</pre></td>
+<td><pre> * don't need to be included in the final JAR file. They are used at
+ * compile time only and no other classes should keep reference to them.
+ *
+<span class="add"> * @version $Id$</span>
+ * @author Martin Desruisseaux
+ */
+final class ResourceCompiler implements Comparator {</pre></td></tr>
+</table>
+    </div>
+  </body>
+</html>

Added: incubator/sis/ip-review/rev/06942/HEADER.html
URL: http://svn.apache.org/viewvc/incubator/sis/ip-review/rev/06942/HEADER.html?rev=1386467&view=auto
==============================================================================
--- incubator/sis/ip-review/rev/06942/HEADER.html (added)
+++ incubator/sis/ip-review/rev/06942/HEADER.html Mon Sep 17 04:18:09 2012
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta charset="UTF-8"/>
+    <title>Revision 6942</title>
+  </head>
+  <body>
+    <div>
+      <h1>Revision 6942</h1>
+<table>
+  <tr><td><b>Author:</b></td><td>jeichar</td></tr>
+  <tr><td><b>Date:</b></td><td>2004-07-16</td></tr>
+  <tr><td><b>Message:</b></td><td>metadata and catalog moved to geoapi</td></tr>
+</table>
+    </div>
+  </body>
+</html>

Propchange: incubator/sis/ip-review/rev/06942/HEADER.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/sis/ip-review/rev/06942/HEADER.html
------------------------------------------------------------------------------
    svn:mime-type = text/html