Author: desruisseaux
Date: Tue Mar 19 12:35:03 2013
New Revision: 1458246

URL: http://svn.apache.org/r1458246
Log:
Added a note saying that the class has been re-generated using the NetBeans
"implement all abstract methods" menu and committed at revision 1458238.

Modified:
    sis/ip-review/rev/24820/DefaultMetadata.xhtml
    sis/ip-review/rev/24868/DefaultResolution.xhtml
    sis/ip-review/rev/24925/AbstractElement.xhtml
    sis/ip-review/rev/24925/DefaultBoundingPolygon.xhtml
    sis/ip-review/rev/24925/DefaultDataIdentification.xhtml
    sis/ip-review/rev/24925/DefaultGeorectified.xhtml
    sis/ip-review/rev/24925/DefaultLegalConstraints.xhtml
    sis/ip-review/rev/24925/DefaultMetadata.xhtml
    sis/ip-review/rev/24925/DefaultQuantitativeResult.xhtml
    sis/ip-review/rev/24925/DefaultTemporalExtent.xhtml
    sis/ip-review/rev/24973/AbstractGeographicExtent.xhtml
    sis/ip-review/rev/24973/DefaultBand.xhtml
    sis/ip-review/rev/24973/DefaultDigitalTransferOptions.xhtml
    sis/ip-review/rev/24973/DefaultDimension.xhtml
    sis/ip-review/rev/24973/DefaultFeatureCatalogueDescription.xhtml
    sis/ip-review/rev/24973/DefaultGeometricObjects.xhtml
    sis/ip-review/rev/24973/DefaultGeoreferenceable.xhtml
    sis/ip-review/rev/24973/DefaultGridSpatialRepresentation.xhtml
    sis/ip-review/rev/24973/DefaultImageDescription.xhtml
    sis/ip-review/rev/24973/DefaultMaintenanceInformation.xhtml
    sis/ip-review/rev/24973/DefaultScope.xhtml
    sis/ip-review/rev/24990/AbstractIdentification.xhtml
    sis/ip-review/rev/24990/DefaultCoverageDescription.xhtml
    sis/ip-review/rev/24990/DefaultRangeDimension.xhtml
    sis/ip-review/rev/24990/DefaultResolution.xhtml
    sis/ip-review/rev/24990/DefaultSource.xhtml
    sis/ip-review/rev/24990/DefaultVerticalExtent.xhtml
    sis/ip-review/rev/25001/AbstractEnvelope.xhtml
    sis/ip-review/rev/25001/DefaultGeographicBoundingBox.xhtml
    sis/ip-review/rev/25543/DefaultTelephone.xhtml

Modified: sis/ip-review/rev/24820/DefaultMetadata.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/rev/24820/DefaultMetadata.xhtml?rev=1458246&r1=1458245&r2=1458246&view=diff
==============================================================================
--- sis/ip-review/rev/24820/DefaultMetadata.xhtml (original)
+++ sis/ip-review/rev/24820/DefaultMetadata.xhtml Tue Mar 19 12:35:03 2013
@@ -23,6 +23,15 @@ so rewriting them produce the same resul
 <code>toString</code> methods and the convenience constructor receiving many 
parameters
 do not exist anymore under this form in Geotk/SIS, so the changes in those 
methods do not appear in SIS.</p>
 
+<p><b>Action:</b> all contributions forced by changes in GeoAPI interfaces
+(mostly <code>import</code> statements and method signatures) have been 
rewritten from scratch
+by creating an empty Java class implementing the interface,
+clicking on the "<cite>Implement all abstract methods</cite>" contextual menu 
in NetBeans,
+removing the <code>&lt;? extends&gt;</code> part in parameterized type of 
collections,
+adding the <code>synchronized</code> keyword (for now)
+and finally adding the corresponding private fields.
+This action has been committed in the Apache SIS JDK7 branch at revision 
1458238.</p>
+
 <p><b>Command line:</b></p>
 <blockquote><code>svn diff --extensions "--unified --ignore-space-change 
--ignore-all-space --ignore-eol-style" -r24819:24820 
http://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/metadata/iso/MetaDataImpl.java</code></blockquote>
 <table class="changes">

Modified: sis/ip-review/rev/24868/DefaultResolution.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/rev/24868/DefaultResolution.xhtml?rev=1458246&r1=1458245&r2=1458246&view=diff
==============================================================================
--- sis/ip-review/rev/24868/DefaultResolution.xhtml (original)
+++ sis/ip-review/rev/24868/DefaultResolution.xhtml Tue Mar 19 12:35:03 2013
@@ -17,6 +17,16 @@ solved by re-doing the same type replace
 (we inherit the generic implementation from the parent class) and the 
<code>setEquivalentScale(double)</code>
 method has also been removed.</p>
 
+<p><b>Action:</b> all contributions forced by changes in GeoAPI interfaces
+(mostly <code>import</code> statements and method signatures) have been 
rewritten from scratch
+by creating an empty Java class implementing the interface,
+clicking on the "<cite>Implement all abstract methods</cite>" contextual menu 
in NetBeans,
+removing the <code>&lt;? extends&gt;</code> part in parameterized type of 
collections,
+adding the <code>synchronized</code> keyword (for now)
+and finally adding the corresponding private fields.
+This action has been committed in the Apache SIS JDK7 branch at revision 
1458238.</p>
+
+
 <p><b>Command line:</b></p>
 <blockquote><code>svn diff --extensions "--unified --ignore-space-change 
--ignore-all-space --ignore-eol-style" -r24867:24868 
http://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/metadata/iso/identification/ResolutionImpl.java</code></blockquote>
 <table class="changes">

Modified: sis/ip-review/rev/24925/AbstractElement.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/rev/24925/AbstractElement.xhtml?rev=1458246&r1=1458245&r2=1458246&view=diff
==============================================================================
--- sis/ip-review/rev/24925/AbstractElement.xhtml (original)
+++ sis/ip-review/rev/24925/AbstractElement.xhtml Tue Mar 19 12:35:03 2013
@@ -16,6 +16,16 @@ Reverting this commit cause a compilatio
 the method signature as in this commit. Those signatures can only be the same,
 however the method bodies are different in Geotk/SIS.</p>
 
+<p><b>Action:</b> all contributions forced by changes in GeoAPI interfaces
+(mostly <code>import</code> statements and method signatures) have been 
rewritten from scratch
+by creating an empty Java class implementing the interface,
+clicking on the "<cite>Implement all abstract methods</cite>" contextual menu 
in NetBeans,
+removing the <code>&lt;? extends&gt;</code> part in parameterized type of 
collections,
+adding the <code>synchronized</code> keyword (for now)
+and finally adding the corresponding private fields.
+This action has been committed in the Apache SIS JDK7 branch at revision 
1458238.</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/quality/ElementImpl.java</code></blockquote>
 <table class="changes">

Modified: sis/ip-review/rev/24925/DefaultBoundingPolygon.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/rev/24925/DefaultBoundingPolygon.xhtml?rev=1458246&r1=1458245&r2=1458246&view=diff
==============================================================================
--- sis/ip-review/rev/24925/DefaultBoundingPolygon.xhtml (original)
+++ sis/ip-review/rev/24925/DefaultBoundingPolygon.xhtml Tue Mar 19 12:35:03 
2013
@@ -15,6 +15,16 @@
 There is no way such change could be done differently,
 since not renaming the packages cause a compilation error.</p>
 
+<p><b>Action:</b> all contributions forced by changes in GeoAPI interfaces
+(mostly <code>import</code> statements and method signatures) have been 
rewritten from scratch
+by creating an empty Java class implementing the interface,
+clicking on the "<cite>Implement all abstract methods</cite>" contextual menu 
in NetBeans,
+removing the <code>&lt;? extends&gt;</code> part in parameterized type of 
collections,
+adding the <code>synchronized</code> keyword (for now)
+and finally adding the corresponding private fields.
+This action has been committed in the Apache SIS JDK7 branch at revision 
1458238.</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">

Modified: sis/ip-review/rev/24925/DefaultDataIdentification.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/rev/24925/DefaultDataIdentification.xhtml?rev=1458246&r1=1458245&r2=1458246&view=diff
==============================================================================
--- sis/ip-review/rev/24925/DefaultDataIdentification.xhtml (original)
+++ sis/ip-review/rev/24925/DefaultDataIdentification.xhtml Tue Mar 19 12:35:03 
2013
@@ -13,6 +13,16 @@
 <p>This commit propagates the 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>Action:</b> all contributions forced by changes in GeoAPI interfaces
+(mostly <code>import</code> statements and method signatures) have been 
rewritten from scratch
+by creating an empty Java class implementing the interface,
+clicking on the "<cite>Implement all abstract methods</cite>" contextual menu 
in NetBeans,
+removing the <code>&lt;? extends&gt;</code> part in parameterized type of 
collections,
+adding the <code>synchronized</code> keyword (for now)
+and finally adding the corresponding private fields.
+This action has been committed in the Apache SIS JDK7 branch at revision 
1458238.</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/identification/DataIdentificationImpl.java</code></blockquote>
 <table class="changes">

Modified: sis/ip-review/rev/24925/DefaultGeorectified.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/rev/24925/DefaultGeorectified.xhtml?rev=1458246&r1=1458245&r2=1458246&view=diff
==============================================================================
--- sis/ip-review/rev/24925/DefaultGeorectified.xhtml (original)
+++ sis/ip-review/rev/24925/DefaultGeorectified.xhtml Tue Mar 19 12:35:03 2013
@@ -13,6 +13,16 @@
 <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>Action:</b> all contributions forced by changes in GeoAPI interfaces
+(mostly <code>import</code> statements and method signatures) have been 
rewritten from scratch
+by creating an empty Java class implementing the interface,
+clicking on the "<cite>Implement all abstract methods</cite>" contextual menu 
in NetBeans,
+removing the <code>&lt;? extends&gt;</code> part in parameterized type of 
collections,
+adding the <code>synchronized</code> keyword (for now)
+and finally adding the corresponding private fields.
+This action has been committed in the Apache SIS JDK7 branch at revision 
1458238.</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/spatial/GeorectifiedImpl.java</code></blockquote>
 <table class="changes">

Modified: sis/ip-review/rev/24925/DefaultLegalConstraints.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/rev/24925/DefaultLegalConstraints.xhtml?rev=1458246&r1=1458245&r2=1458246&view=diff
==============================================================================
--- sis/ip-review/rev/24925/DefaultLegalConstraints.xhtml (original)
+++ sis/ip-review/rev/24925/DefaultLegalConstraints.xhtml Tue Mar 19 12:35:03 
2013
@@ -13,6 +13,16 @@
 <p>Change of a singleton value to a collection. This change has been forced by 
a GeoAPI change.
 Reverting this change result in compilation error, and fixing the error give 
us back identical
 result since the method signature is imposed by the GeoAPI interface.</p>
+
+<p><b>Action:</b> all contributions forced by changes in GeoAPI interfaces
+(mostly <code>import</code> statements and method signatures) have been 
rewritten from scratch
+by creating an empty Java class implementing the interface,
+clicking on the "<cite>Implement all abstract methods</cite>" contextual menu 
in NetBeans,
+removing the <code>&lt;? extends&gt;</code> part in parameterized type of 
collections,
+adding the <code>synchronized</code> keyword (for now)
+and finally adding the corresponding private fields.
+This action has been committed in the Apache SIS JDK7 branch at revision 
1458238.</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/constraint/LegalConstraintsImpl.java</code></blockquote>
 <table class="changes">

Modified: sis/ip-review/rev/24925/DefaultMetadata.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/rev/24925/DefaultMetadata.xhtml?rev=1458246&r1=1458245&r2=1458246&view=diff
==============================================================================
--- sis/ip-review/rev/24925/DefaultMetadata.xhtml (original)
+++ sis/ip-review/rev/24925/DefaultMetadata.xhtml Tue Mar 19 12:35:03 2013
@@ -13,6 +13,16 @@
 <p>This commit propagates an interface name change which was done in GeoAPI.
 There is no way such change could be done differently,
 since not renaming the uses of that interface cause a compilation error.</p>
+
+<p><b>Action:</b> all contributions forced by changes in GeoAPI interfaces
+(mostly <code>import</code> statements and method signatures) have been 
rewritten from scratch
+by creating an empty Java class implementing the interface,
+clicking on the "<cite>Implement all abstract methods</cite>" contextual menu 
in NetBeans,
+removing the <code>&lt;? extends&gt;</code> part in parameterized type of 
collections,
+adding the <code>synchronized</code> keyword (for now)
+and finally adding the corresponding private fields.
+This action has been committed in the Apache SIS JDK7 branch at revision 
1458238.</p>
+
 <p><b>Command line:</b></p>
 <blockquote><code>svn diff --extensions "--unified --ignore-space-change 
--ignore-all-space --ignore-eol-style" -r24924:24925 
http://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/metadata/iso/MetaDataImpl.java</code></blockquote>
 <table class="changes">

Modified: sis/ip-review/rev/24925/DefaultQuantitativeResult.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/rev/24925/DefaultQuantitativeResult.xhtml?rev=1458246&r1=1458245&r2=1458246&view=diff
==============================================================================
--- sis/ip-review/rev/24925/DefaultQuantitativeResult.xhtml (original)
+++ sis/ip-review/rev/24925/DefaultQuantitativeResult.xhtml Tue Mar 19 12:35:03 
2013
@@ -18,6 +18,16 @@ however the method bodies are different 
 
 <p>The <code>freeze</code> and <code>equals</code> methods do not exist 
anymore in Geotk/SIS.</p>
 
+<p><b>Action:</b> all contributions forced by changes in GeoAPI interfaces
+(mostly <code>import</code> statements and method signatures) have been 
rewritten from scratch
+by creating an empty Java class implementing the interface,
+clicking on the "<cite>Implement all abstract methods</cite>" contextual menu 
in NetBeans,
+removing the <code>&lt;? extends&gt;</code> part in parameterized type of 
collections,
+adding the <code>synchronized</code> keyword (for now)
+and finally adding the corresponding private fields.
+This action has been committed in the Apache SIS JDK7 branch at revision 
1458238.</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/quality/QuantitativeResultImpl.java</code></blockquote>
 <table class="changes">

Modified: sis/ip-review/rev/24925/DefaultTemporalExtent.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/rev/24925/DefaultTemporalExtent.xhtml?rev=1458246&r1=1458245&r2=1458246&view=diff
==============================================================================
--- sis/ip-review/rev/24925/DefaultTemporalExtent.xhtml (original)
+++ sis/ip-review/rev/24925/DefaultTemporalExtent.xhtml Tue Mar 19 12:35:03 2013
@@ -15,6 +15,16 @@
 but no implementation. Removing this contribution causes compilation error, 
which
 is solved by adding the method back. SIS provides a more complete 
implementation.</p>
 
+<p><b>Action:</b> all contributions forced by changes in GeoAPI interfaces
+(mostly <code>import</code> statements and method signatures) have been 
rewritten from scratch
+by creating an empty Java class implementing the interface,
+clicking on the "<cite>Implement all abstract methods</cite>" contextual menu 
in NetBeans,
+removing the <code>&lt;? extends&gt;</code> part in parameterized type of 
collections,
+adding the <code>synchronized</code> keyword (for now)
+and finally adding the corresponding private fields.
+This action has been committed in the Apache SIS JDK7 branch at revision 
1458238.</p>
+
+
 <p><b>Command line:</b></p>
 <blockquote><code>svn diff --extensions "--unified --ignore-space-change 
--ignore-all-space --ignore-eol-style" -r24867:24925 
http://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/metadata/iso/extent/TemporalExtentImpl.java</code></blockquote>
 <table class="changes">

Modified: sis/ip-review/rev/24973/AbstractGeographicExtent.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/rev/24973/AbstractGeographicExtent.xhtml?rev=1458246&r1=1458245&r2=1458246&view=diff
==============================================================================
--- sis/ip-review/rev/24973/AbstractGeographicExtent.xhtml (original)
+++ sis/ip-review/rev/24973/AbstractGeographicExtent.xhtml Tue Mar 19 12:35:03 
2013
@@ -16,6 +16,16 @@ This change has been forced by a GeoAPI 
 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>Action:</b> all contributions forced by changes in GeoAPI interfaces
+(mostly <code>import</code> statements and method signatures) have been 
rewritten from scratch
+by creating an empty Java class implementing the interface,
+clicking on the "<cite>Implement all abstract methods</cite>" contextual menu 
in NetBeans,
+removing the <code>&lt;? extends&gt;</code> part in parameterized type of 
collections,
+adding the <code>synchronized</code> keyword (for now)
+and finally adding the corresponding private fields.
+This action has been committed in the Apache SIS JDK7 branch at revision 
1458238.</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">

Modified: sis/ip-review/rev/24973/DefaultBand.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/rev/24973/DefaultBand.xhtml?rev=1458246&r1=1458245&r2=1458246&view=diff
==============================================================================
--- sis/ip-review/rev/24973/DefaultBand.xhtml (original)
+++ sis/ip-review/rev/24973/DefaultBand.xhtml Tue Mar 19 12:35:03 2013
@@ -15,6 +15,16 @@ This change has been forced by a GeoAPI 
 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>Action:</b> all contributions forced by changes in GeoAPI interfaces
+(mostly <code>import</code> statements and method signatures) have been 
rewritten from scratch
+by creating an empty Java class implementing the interface,
+clicking on the "<cite>Implement all abstract methods</cite>" contextual menu 
in NetBeans,
+removing the <code>&lt;? extends&gt;</code> part in parameterized type of 
collections,
+adding the <code>synchronized</code> keyword (for now)
+and finally adding the corresponding private fields.
+This action has been committed in the Apache SIS JDK7 branch at revision 
1458238.</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/content/BandImpl.java</code></blockquote>
 <table class="changes">

Modified: sis/ip-review/rev/24973/DefaultDigitalTransferOptions.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/rev/24973/DefaultDigitalTransferOptions.xhtml?rev=1458246&r1=1458245&r2=1458246&view=diff
==============================================================================
--- sis/ip-review/rev/24973/DefaultDigitalTransferOptions.xhtml (original)
+++ sis/ip-review/rev/24973/DefaultDigitalTransferOptions.xhtml Tue Mar 19 
12:35:03 2013
@@ -16,6 +16,16 @@ This change has been forced by a GeoAPI 
 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>Action:</b> all contributions forced by changes in GeoAPI interfaces
+(mostly <code>import</code> statements and method signatures) have been 
rewritten from scratch
+by creating an empty Java class implementing the interface,
+clicking on the "<cite>Implement all abstract methods</cite>" contextual menu 
in NetBeans,
+removing the <code>&lt;? extends&gt;</code> part in parameterized type of 
collections,
+adding the <code>synchronized</code> keyword (for now)
+and finally adding the corresponding private fields.
+This action has been committed in the Apache SIS JDK7 branch at revision 
1458238.</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">

Modified: sis/ip-review/rev/24973/DefaultDimension.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/rev/24973/DefaultDimension.xhtml?rev=1458246&r1=1458245&r2=1458246&view=diff
==============================================================================
--- sis/ip-review/rev/24973/DefaultDimension.xhtml (original)
+++ sis/ip-review/rev/24973/DefaultDimension.xhtml Tue Mar 19 12:35:03 2013
@@ -14,6 +14,16 @@
 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>Action:</b> all contributions forced by changes in GeoAPI interfaces
+(mostly <code>import</code> statements and method signatures) have been 
rewritten from scratch
+by creating an empty Java class implementing the interface,
+clicking on the "<cite>Implement all abstract methods</cite>" contextual menu 
in NetBeans,
+removing the <code>&lt;? extends&gt;</code> part in parameterized type of 
collections,
+adding the <code>synchronized</code> keyword (for now)
+and finally adding the corresponding private fields.
+This action has been committed in the Apache SIS JDK7 branch at revision 
1458238.</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/spatial/DimensionImpl.java</code></blockquote>
 <table class="changes">

Modified: sis/ip-review/rev/24973/DefaultFeatureCatalogueDescription.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/rev/24973/DefaultFeatureCatalogueDescription.xhtml?rev=1458246&r1=1458245&r2=1458246&view=diff
==============================================================================
--- sis/ip-review/rev/24973/DefaultFeatureCatalogueDescription.xhtml (original)
+++ sis/ip-review/rev/24973/DefaultFeatureCatalogueDescription.xhtml Tue Mar 19 
12:35:03 2013
@@ -15,6 +15,16 @@ This change has been forced by a GeoAPI 
 which is resolved by restoring the <code>Boolean</code> values as required by 
GeoAPI interfaces. So
 rewriting this contribution produces identical result.</p>
 
+<p><b>Action:</b> all contributions forced by changes in GeoAPI interfaces
+(mostly <code>import</code> statements and method signatures) have been 
rewritten from scratch
+by creating an empty Java class implementing the interface,
+clicking on the "<cite>Implement all abstract methods</cite>" contextual menu 
in NetBeans,
+removing the <code>&lt;? extends&gt;</code> part in parameterized type of 
collections,
+adding the <code>synchronized</code> keyword (for now)
+and finally adding the corresponding private fields.
+This action has been committed in the Apache SIS JDK7 branch at revision 
1458238.</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/content/FeatureCatalogueDescriptionImpl.java</code></blockquote>
 <table class="changes">

Modified: sis/ip-review/rev/24973/DefaultGeometricObjects.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/rev/24973/DefaultGeometricObjects.xhtml?rev=1458246&r1=1458245&r2=1458246&view=diff
==============================================================================
--- sis/ip-review/rev/24973/DefaultGeometricObjects.xhtml (original)
+++ sis/ip-review/rev/24973/DefaultGeometricObjects.xhtml Tue Mar 19 12:35:03 
2013
@@ -14,6 +14,16 @@
 This change has been forced by a GeoAPI change. Reverting this change causes a 
compilation failure,
 which is resolved by restoring the <code>Integer</code> values as required by 
GeoAPI interfaces. So
 rewriting this contribution produces identical result.</p>
+
+<p><b>Action:</b> all contributions forced by changes in GeoAPI interfaces
+(mostly <code>import</code> statements and method signatures) have been 
rewritten from scratch
+by creating an empty Java class implementing the interface,
+clicking on the "<cite>Implement all abstract methods</cite>" contextual menu 
in NetBeans,
+removing the <code>&lt;? extends&gt;</code> part in parameterized type of 
collections,
+adding the <code>synchronized</code> keyword (for now)
+and finally adding the corresponding private fields.
+This action has been committed in the Apache SIS JDK7 branch at revision 
1458238.</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/spatial/GeometricObjectsImpl.java</code></blockquote>
 <table class="changes">

Modified: sis/ip-review/rev/24973/DefaultGeoreferenceable.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/rev/24973/DefaultGeoreferenceable.xhtml?rev=1458246&r1=1458245&r2=1458246&view=diff
==============================================================================
--- sis/ip-review/rev/24973/DefaultGeoreferenceable.xhtml (original)
+++ sis/ip-review/rev/24973/DefaultGeoreferenceable.xhtml Tue Mar 19 12:35:03 
2013
@@ -19,6 +19,16 @@ back the same method signatures (can be 
 bodies have been replaced by more complete implementations by the Geotk/SIS 
authors.</p>
 
 <p>The deprecated method has been removed.</p>
+
+<p><b>Action:</b> all contributions forced by changes in GeoAPI interfaces
+(mostly <code>import</code> statements and method signatures) have been 
rewritten from scratch
+by creating an empty Java class implementing the interface,
+clicking on the "<cite>Implement all abstract methods</cite>" contextual menu 
in NetBeans,
+removing the <code>&lt;? extends&gt;</code> part in parameterized type of 
collections,
+adding the <code>synchronized</code> keyword (for now)
+and finally adding the corresponding private fields.
+This action has been committed in the Apache SIS JDK7 branch at revision 
1458238.</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/spatial/GeoreferenceableImpl.java</code></blockquote>
 <table class="changes">

Modified: sis/ip-review/rev/24973/DefaultGridSpatialRepresentation.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/rev/24973/DefaultGridSpatialRepresentation.xhtml?rev=1458246&r1=1458245&r2=1458246&view=diff
==============================================================================
--- sis/ip-review/rev/24973/DefaultGridSpatialRepresentation.xhtml (original)
+++ sis/ip-review/rev/24973/DefaultGridSpatialRepresentation.xhtml Tue Mar 19 
12:35:03 2013
@@ -16,6 +16,16 @@ which is resolved by restoring the <code
 rewriting this contribution produces identical result.</p>
 
 <p>The constructor modified by this commit does not exist anymore in 
Geotk/SIS.</p>
+
+<p><b>Action:</b> all contributions forced by changes in GeoAPI interfaces
+(mostly <code>import</code> statements and method signatures) have been 
rewritten from scratch
+by creating an empty Java class implementing the interface,
+clicking on the "<cite>Implement all abstract methods</cite>" contextual menu 
in NetBeans,
+removing the <code>&lt;? extends&gt;</code> part in parameterized type of 
collections,
+adding the <code>synchronized</code> keyword (for now)
+and finally adding the corresponding private fields.
+This action has been committed in the Apache SIS JDK7 branch at revision 
1458238.</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/spatial/GridSpatialRepresentationImpl.java</code></blockquote>
 <table class="changes">

Modified: sis/ip-review/rev/24973/DefaultImageDescription.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/rev/24973/DefaultImageDescription.xhtml?rev=1458246&r1=1458245&r2=1458246&view=diff
==============================================================================
--- sis/ip-review/rev/24973/DefaultImageDescription.xhtml (original)
+++ sis/ip-review/rev/24973/DefaultImageDescription.xhtml Tue Mar 19 12:35:03 
2013
@@ -14,6 +14,16 @@
 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>Action:</b> all contributions forced by changes in GeoAPI interfaces
+(mostly <code>import</code> statements and method signatures) have been 
rewritten from scratch
+by creating an empty Java class implementing the interface,
+clicking on the "<cite>Implement all abstract methods</cite>" contextual menu 
in NetBeans,
+removing the <code>&lt;? extends&gt;</code> part in parameterized type of 
collections,
+adding the <code>synchronized</code> keyword (for now)
+and finally adding the corresponding private fields.
+This action has been committed in the Apache SIS JDK7 branch at revision 
1458238.</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/content/ImageDescriptionImpl.java</code></blockquote>
 <table class="changes">

Modified: sis/ip-review/rev/24973/DefaultMaintenanceInformation.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/rev/24973/DefaultMaintenanceInformation.xhtml?rev=1458246&r1=1458245&r2=1458246&view=diff
==============================================================================
--- sis/ip-review/rev/24973/DefaultMaintenanceInformation.xhtml (original)
+++ sis/ip-review/rev/24973/DefaultMaintenanceInformation.xhtml Tue Mar 19 
12:35:03 2013
@@ -18,6 +18,16 @@ So rewriting this contribution produces 
 <p>This commit contains also skeleton methods for new methods added in GeoAPI 
interfaces.
 Those skeletons seem to be automatically generated by the IDE. NetBeans 
generates basically
 the same skeletons, and the implementations have been completed by Geotk/SIS 
authors.</p>
+
+<p><b>Action:</b> all contributions forced by changes in GeoAPI interfaces
+(mostly <code>import</code> statements and method signatures) have been 
rewritten from scratch
+by creating an empty Java class implementing the interface,
+clicking on the "<cite>Implement all abstract methods</cite>" contextual menu 
in NetBeans,
+removing the <code>&lt;? extends&gt;</code> part in parameterized type of 
collections,
+adding the <code>synchronized</code> keyword (for now)
+and finally adding the corresponding private fields.
+This action has been committed in the Apache SIS JDK7 branch at revision 
1458238.</p>
+
 <p><b>Command line:</b></p>
 <blockquote><code>svn diff --extensions "--unified --ignore-space-change 
--ignore-all-space --ignore-eol-style" -r24924:24973 
http://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/metadata/iso/maintenance/MaintenanceInformationImpl.java</code></blockquote>
 <table class="changes">

Modified: sis/ip-review/rev/24973/DefaultScope.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/rev/24973/DefaultScope.xhtml?rev=1458246&r1=1458245&r2=1458246&view=diff
==============================================================================
--- sis/ip-review/rev/24973/DefaultScope.xhtml (original)
+++ sis/ip-review/rev/24973/DefaultScope.xhtml Tue Mar 19 12:35:03 2013
@@ -18,6 +18,16 @@ As the comment below said, this commit c
 NetBeans generates the same skeleton, and the body has been replaced by a 
complete implementation
 by the Geotk/SIS authors.</p>
 
+<p><b>Action:</b> all contributions forced by changes in GeoAPI interfaces
+(mostly <code>import</code> statements and method signatures) have been 
rewritten from scratch
+by creating an empty Java class implementing the interface,
+clicking on the "<cite>Implement all abstract methods</cite>" contextual menu 
in NetBeans,
+removing the <code>&lt;? extends&gt;</code> part in parameterized type of 
collections,
+adding the <code>synchronized</code> keyword (for now)
+and finally adding the corresponding private fields.
+This action has been committed in the Apache SIS JDK7 branch at revision 
1458238.</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/quality/ScopeImpl.java</code></blockquote>
 <table class="changes">

Modified: sis/ip-review/rev/24990/AbstractIdentification.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/rev/24990/AbstractIdentification.xhtml?rev=1458246&r1=1458245&r2=1458246&view=diff
==============================================================================
--- sis/ip-review/rev/24990/AbstractIdentification.xhtml (original)
+++ sis/ip-review/rev/24990/AbstractIdentification.xhtml Tue Mar 19 12:35:03 
2013
@@ -15,6 +15,16 @@
 compilation error, which is resolved by putting back exactly the same name 
than the one in
 this commit.</p>
 
+<p><b>Action:</b> all contributions forced by changes in GeoAPI interfaces
+(mostly <code>import</code> statements and method signatures) have been 
rewritten from scratch
+by creating an empty Java class implementing the interface,
+clicking on the "<cite>Implement all abstract methods</cite>" contextual menu 
in NetBeans,
+removing the <code>&lt;? extends&gt;</code> part in parameterized type of 
collections,
+adding the <code>synchronized</code> keyword (for now)
+and finally adding the corresponding private fields.
+This action has been committed in the Apache SIS JDK7 branch at revision 
1458238.</p>
+
+
 <p><b>Command line:</b></p>
 <blockquote><code>svn diff --extensions "--unified --ignore-space-change 
--ignore-all-space --ignore-eol-style" -r24924:24990 
http://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/metadata/iso/identification/IdentificationImpl.java</code></blockquote>
 <table class="changes">

Modified: sis/ip-review/rev/24990/DefaultCoverageDescription.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/rev/24990/DefaultCoverageDescription.xhtml?rev=1458246&r1=1458245&r2=1458246&view=diff
==============================================================================
--- sis/ip-review/rev/24990/DefaultCoverageDescription.xhtml (original)
+++ sis/ip-review/rev/24990/DefaultCoverageDescription.xhtml Tue Mar 19 
12:35:03 2013
@@ -17,6 +17,16 @@ and rewriting the contribution produce i
 
 <p>The contribution in <code>equals</code>, <code>hashCode</code> and 
<code>freeze</code> methods do not exist in SIS/Geotk,
 since those methods have been rewritten in order to use Java reflection.</p>
+
+<p><b>Action:</b> all contributions forced by changes in GeoAPI interfaces
+(mostly <code>import</code> statements and method signatures) have been 
rewritten from scratch
+by creating an empty Java class implementing the interface,
+clicking on the "<cite>Implement all abstract methods</cite>" contextual menu 
in NetBeans,
+removing the <code>&lt;? extends&gt;</code> part in parameterized type of 
collections,
+adding the <code>synchronized</code> keyword (for now)
+and finally adding the corresponding private fields.
+This action has been committed in the Apache SIS JDK7 branch at revision 
1458238.</p>
+
 <p><b>Command line:</b></p>
 <blockquote><code>svn diff --extensions "--unified --ignore-space-change 
--ignore-all-space --ignore-eol-style" -r24867:24990 
http://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/metadata/iso/content/CoverageDescriptionImpl.java</code></blockquote>
 <table class="changes">

Modified: sis/ip-review/rev/24990/DefaultRangeDimension.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/rev/24990/DefaultRangeDimension.xhtml?rev=1458246&r1=1458245&r2=1458246&view=diff
==============================================================================
--- sis/ip-review/rev/24990/DefaultRangeDimension.xhtml (original)
+++ sis/ip-review/rev/24990/DefaultRangeDimension.xhtml Tue Mar 19 12:35:03 2013
@@ -15,6 +15,16 @@ This change has been forced by a GeoAPI 
 which is resolved by restoring the <code>MemberName</code> types as required 
by GeoAPI interfaces.
 So rewriting this contribution produces identical result.</p>
 
+<p><b>Action:</b> all contributions forced by changes in GeoAPI interfaces
+(mostly <code>import</code> statements and method signatures) have been 
rewritten from scratch
+by creating an empty Java class implementing the interface,
+clicking on the "<cite>Implement all abstract methods</cite>" contextual menu 
in NetBeans,
+removing the <code>&lt;? extends&gt;</code> part in parameterized type of 
collections,
+adding the <code>synchronized</code> keyword (for now)
+and finally adding the corresponding private fields.
+This action has been committed in the Apache SIS JDK7 branch at revision 
1458238.</p>
+
+
 <p><b>Command line:</b></p>
 <blockquote><code>svn diff --extensions "--unified --ignore-space-change 
--ignore-all-space --ignore-eol-style" -r24867:24990 
http://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/metadata/iso/content/RangeDimensionImpl.java</code></blockquote>
 <table class="changes">

Modified: sis/ip-review/rev/24990/DefaultResolution.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/rev/24990/DefaultResolution.xhtml?rev=1458246&r1=1458245&r2=1458246&view=diff
==============================================================================
--- sis/ip-review/rev/24990/DefaultResolution.xhtml (original)
+++ sis/ip-review/rev/24990/DefaultResolution.xhtml Tue Mar 19 12:35:03 2013
@@ -19,6 +19,16 @@ rewriting this contribution produces ide
 <p>The "<cite>Values greater than 1…</cite>" comment has been removed, and 
the <code>hashCode()</code>
 implementation from this contribution has been removed too.</p>
 
+<p><b>Action:</b> all contributions forced by changes in GeoAPI interfaces
+(mostly <code>import</code> statements and method signatures) have been 
rewritten from scratch
+by creating an empty Java class implementing the interface,
+clicking on the "<cite>Implement all abstract methods</cite>" contextual menu 
in NetBeans,
+removing the <code>&lt;? extends&gt;</code> part in parameterized type of 
collections,
+adding the <code>synchronized</code> keyword (for now)
+and finally adding the corresponding private fields.
+This action has been committed in the Apache SIS JDK7 branch at revision 
1458238.</p>
+
+
 <p><b>Command line:</b></p>
 <blockquote><code>svn diff --extensions "--unified --ignore-space-change 
--ignore-all-space --ignore-eol-style" -r24972:24990 
http://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/metadata/iso/identification/ResolutionImpl.java</code></blockquote>
 <table class="changes">

Modified: sis/ip-review/rev/24990/DefaultSource.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/rev/24990/DefaultSource.xhtml?rev=1458246&r1=1458245&r2=1458246&view=diff
==============================================================================
--- sis/ip-review/rev/24990/DefaultSource.xhtml (original)
+++ sis/ip-review/rev/24990/DefaultSource.xhtml Tue Mar 19 12:35:03 2013
@@ -17,6 +17,16 @@ So rewriting this contribution produces 
 
 <p>The <code>setScaleDenominator(int)</code> method has been removed.</p>
 
+<p><b>Action:</b> all contributions forced by changes in GeoAPI interfaces
+(mostly <code>import</code> statements and method signatures) have been 
rewritten from scratch
+by creating an empty Java class implementing the interface,
+clicking on the "<cite>Implement all abstract methods</cite>" contextual menu 
in NetBeans,
+removing the <code>&lt;? extends&gt;</code> part in parameterized type of 
collections,
+adding the <code>synchronized</code> keyword (for now)
+and finally adding the corresponding private fields.
+This action has been committed in the Apache SIS JDK7 branch at revision 
1458238.</p>
+
+
 <p><b>Command line:</b></p>
 <blockquote><code>svn diff --extensions "--unified --ignore-space-change 
--ignore-all-space --ignore-eol-style" -r24867:24990 
http://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/metadata/iso/lineage/SourceImpl.java</code></blockquote>
 <table class="changes">

Modified: sis/ip-review/rev/24990/DefaultVerticalExtent.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/rev/24990/DefaultVerticalExtent.xhtml?rev=1458246&r1=1458245&r2=1458246&view=diff
==============================================================================
--- sis/ip-review/rev/24990/DefaultVerticalExtent.xhtml (original)
+++ sis/ip-review/rev/24990/DefaultVerticalExtent.xhtml Tue Mar 19 12:35:03 2013
@@ -23,6 +23,16 @@ is solved by adding the method back. SIS
 <p>Contains also an update of the <code>equals(Object)</code> method more 
complicated than needed
 given the nature of the <code>Double</code> objects. This method has been 
rewritten in Geotk/SIS.</p>
 
+<p><b>Action:</b> all contributions forced by changes in GeoAPI interfaces
+(mostly <code>import</code> statements and method signatures) have been 
rewritten from scratch
+by creating an empty Java class implementing the interface,
+clicking on the "<cite>Implement all abstract methods</cite>" contextual menu 
in NetBeans,
+removing the <code>&lt;? extends&gt;</code> part in parameterized type of 
collections,
+adding the <code>synchronized</code> keyword (for now)
+and finally adding the corresponding private fields.
+This action has been committed in the Apache SIS JDK7 branch at revision 
1458238.</p>
+
+
 <p><b>Command line:</b></p>
 <blockquote><code>svn diff --extensions "--unified --ignore-space-change 
--ignore-all-space --ignore-eol-style" -r24867:24990 
http://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/metadata/iso/extent/VerticalExtentImpl.java</code></blockquote>
 <table class="changes">

Modified: sis/ip-review/rev/25001/AbstractEnvelope.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/rev/25001/AbstractEnvelope.xhtml?rev=1458246&r1=1458245&r2=1458246&view=diff
==============================================================================
--- sis/ip-review/rev/25001/AbstractEnvelope.xhtml (original)
+++ sis/ip-review/rev/25001/AbstractEnvelope.xhtml Tue Mar 19 12:35:03 2013
@@ -13,6 +13,16 @@
 <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>Action:</b> all contributions forced by changes in GeoAPI interfaces
+(mostly <code>import</code> statements and method signatures) have been 
rewritten from scratch
+by creating an empty Java class implementing the interface,
+clicking on the "<cite>Implement all abstract methods</cite>" contextual menu 
in NetBeans,
+removing the <code>&lt;? extends&gt;</code> part in parameterized type of 
collections,
+adding the <code>synchronized</code> keyword (for now)
+and finally adding the corresponding private fields.
+This action has been committed in the Apache SIS JDK7 branch at revision 
1458238.</p>
+
 <p><b>Command line:</b></p>
 <blockquote><code>svn diff --extensions "--unified --ignore-space-change 
--ignore-all-space --ignore-eol-style" -r24924:25001 
http://svn.osgeo.org/geotools/trunk/modules/library/referencing/src/main/java/org/geotools/geometry/AbstractEnvelope.java</code></blockquote>
 <table class="changes">

Modified: sis/ip-review/rev/25001/DefaultGeographicBoundingBox.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/rev/25001/DefaultGeographicBoundingBox.xhtml?rev=1458246&r1=1458245&r2=1458246&view=diff
==============================================================================
--- sis/ip-review/rev/25001/DefaultGeographicBoundingBox.xhtml (original)
+++ sis/ip-review/rev/25001/DefaultGeographicBoundingBox.xhtml Tue Mar 19 
12:35:03 2013
@@ -15,6 +15,16 @@
 There is no way such change could be done differently,
 since not renaming the packages cause a compilation error.</p>
 
+<p><b>Action:</b> all contributions forced by changes in GeoAPI interfaces
+(mostly <code>import</code> statements and method signatures) have been 
rewritten from scratch
+by creating an empty Java class implementing the interface,
+clicking on the "<cite>Implement all abstract methods</cite>" contextual menu 
in NetBeans,
+removing the <code>&lt;? extends&gt;</code> part in parameterized type of 
collections,
+adding the <code>synchronized</code> keyword (for now)
+and finally adding the corresponding private fields.
+This action has been committed in the Apache SIS JDK7 branch at revision 
1458238.</p>
+
+
 <p><b>Command line:</b></p>
 <blockquote><code>svn diff --extensions "--unified --ignore-space-change 
--ignore-all-space --ignore-eol-style" -r24924:25001 
http://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/metadata/iso/extent/GeographicBoundingBoxImpl.java</code></blockquote>
 <table class="changes">

Modified: sis/ip-review/rev/25543/DefaultTelephone.xhtml
URL: 
http://svn.apache.org/viewvc/sis/ip-review/rev/25543/DefaultTelephone.xhtml?rev=1458246&r1=1458245&r2=1458246&view=diff
==============================================================================
--- sis/ip-review/rev/25543/DefaultTelephone.xhtml (original)
+++ sis/ip-review/rev/25543/DefaultTelephone.xhtml Tue Mar 19 12:35:03 2013
@@ -13,6 +13,16 @@
 <p>Type of properties has been changed from singletons to collections.
 Those changes were forced by GeoAPI change. Reverting those changes result in 
compilation error,
 and rewriting the contribution produces identical results since the new types 
are imposed by GeoAPI.</p>
+
+<p><b>Action:</b> all contributions forced by changes in GeoAPI interfaces
+(mostly <code>import</code> statements and method signatures) have been 
rewritten from scratch
+by creating an empty Java class implementing the interface,
+clicking on the "<cite>Implement all abstract methods</cite>" contextual menu 
in NetBeans,
+removing the <code>&lt;? extends&gt;</code> part in parameterized type of 
collections,
+adding the <code>synchronized</code> keyword (for now)
+and finally adding the corresponding private fields.
+This action has been committed in the Apache SIS JDK7 branch at revision 
1458238.</p>
+
 <p><b>Command line:</b></p>
 <blockquote><code>svn diff --extensions "--unified --ignore-space-change 
--ignore-all-space --ignore-eol-style" -r25542:25543 
http://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/metadata/iso/citation/TelephoneImpl.java</code></blockquote>
 <table class="changes">


Reply via email to