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 2013/03/08 13:15:40 UTC

svn commit: r1454337 - in /sis/ip-review: RangeSet.xhtml RangeSetTest.xhtml rev/03062/RangeSet.xhtml rev/03062/RangeSetTest.xhtml

Author: desruisseaux
Date: Fri Mar  8 12:15:40 2013
New Revision: 1454337

URL: http://svn.apache.org/r1454337
Log:
Added links to JIRA tasks.

Modified:
    sis/ip-review/RangeSet.xhtml
    sis/ip-review/RangeSetTest.xhtml
    sis/ip-review/rev/03062/RangeSet.xhtml
    sis/ip-review/rev/03062/RangeSetTest.xhtml

Modified: sis/ip-review/RangeSet.xhtml
URL: http://svn.apache.org/viewvc/sis/ip-review/RangeSet.xhtml?rev=1454337&r1=1454336&r2=1454337&view=diff
==============================================================================
--- sis/ip-review/RangeSet.xhtml (original)
+++ sis/ip-review/RangeSet.xhtml Fri Mar  8 12:15:40 2013
@@ -11,6 +11,8 @@
     <div>
       <h1>RangeSet history</h1>
   <p>Click on the commit message for inspecting the <code>diff</code> and how the code has been rewritten.</p>
+<p><b>Related issue on JIRA:</b></p>
+<blockquote><a href="https://issues.apache.org/jira/browse/SIS-79">SIS-79:  Implement RangeSet.remove(E, E)</a></blockquote>
 <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/util/RangeSet.java</code></blockquote>
 <table>

Modified: sis/ip-review/RangeSetTest.xhtml
URL: http://svn.apache.org/viewvc/sis/ip-review/RangeSetTest.xhtml?rev=1454337&r1=1454336&r2=1454337&view=diff
==============================================================================
--- sis/ip-review/RangeSetTest.xhtml (original)
+++ sis/ip-review/RangeSetTest.xhtml Fri Mar  8 12:15:40 2013
@@ -11,6 +11,8 @@
     <div>
       <h1>RangeSetTest history</h1>
   <p>Click on the commit message for inspecting the <code>diff</code> and how the code has been rewritten.</p>
+<p><b>Related issue on JIRA:</b></p>
+<blockquote><a href="https://issues.apache.org/jira/browse/SIS-79">SIS-79:  Implement RangeSet.remove(E, E)</a></blockquote>
 <p><b>Command line:</b></p>
 <blockquote><code>svn log -r31996:1 http://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/test/java/org/geotools/util/RangeSetTest.java</code></blockquote>
 <table>

Modified: sis/ip-review/rev/03062/RangeSet.xhtml
URL: http://svn.apache.org/viewvc/sis/ip-review/rev/03062/RangeSet.xhtml?rev=1454337&r1=1454336&r2=1454337&view=diff
==============================================================================
--- sis/ip-review/rev/03062/RangeSet.xhtml (original)
+++ sis/ip-review/rev/03062/RangeSet.xhtml Fri Mar  8 12:15:40 2013
@@ -22,6 +22,7 @@
   <code>add</code> method comments, and are inappropriate for a <code>remove</code>
   operation.
 </p>
+<p><b>JIRA task:</b> <a href="https://issues.apache.org/jira/browse/SIS-79">SIS-79:  Implement RangeSet.remove(E, E)</a></p>
 
 <p><b>Command line:</b></p>
 <blockquote><code>svn diff --extensions "--unified --ignore-space-change --ignore-all-space --ignore-eol-style" -r3061:3062 http://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/util/RangeSet.java</code></blockquote>

Modified: sis/ip-review/rev/03062/RangeSetTest.xhtml
URL: http://svn.apache.org/viewvc/sis/ip-review/rev/03062/RangeSetTest.xhtml?rev=1454337&r1=1454336&r2=1454337&view=diff
==============================================================================
--- sis/ip-review/rev/03062/RangeSetTest.xhtml (original)
+++ sis/ip-review/rev/03062/RangeSetTest.xhtml Fri Mar  8 12:15:40 2013
@@ -12,10 +12,12 @@
       <h1>RangeSetTest changes for revision 3062</h1>
 <p>
   Addition of a new test case. Despite the copyright header and the <code>desruisseaux</code> author name,
-  this class has actually been fully written by <code>aaime</code> (every lines up to "<code>public class RangeSetTest</code>"
+  this class has actually been fully written by <code>aaime</code> (every lines before "<code>public class RangeSetTest</code>"
   seem to be a blind copy-and-paste from an other class, as the "<cite>Test the PropertyParser implementation</cite>" javadoc
   suggests). This test class needs to be rewritten from scratch in Apache SIS.
 </p>
+<p><b>JIRA task:</b> <a href="https://issues.apache.org/jira/browse/SIS-79">SIS-79:  Implement RangeSet.remove(E, E)</a></p>
+
 <p><b>Command line:</b></p>
 <blockquote><code>svn cat -r3062 http://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/test/java/org/geotools/util/RangeSetTest.java</code></blockquote>
 <table class="changes">