You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ol...@apache.org on 2013/02/26 23:29:42 UTC

svn commit: r852126 [3/5] - in /websites/production/commons/content/proper/commons-jxpath: ./ cobertura/

Modified: websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.ri.parser.SimpleCharStream.html
==============================================================================
--- websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.ri.parser.SimpleCharStream.html (original)
+++ websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.ri.parser.SimpleCharStream.html Tue Feb 26 22:29:39 2013
@@ -226,17 +226,17 @@
   <td class="src"><pre class="src">&nbsp;  <span class="keyword">protected</span> <span class="keyword">void</span> UpdateLineColumn(<span class="keyword">char</span> c)</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;136</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;  {</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;137</td>  <td class="nbHitsCovered">&nbsp;1103259</td>  <td class="src"><pre class="src">&nbsp;     column++;</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;137</td>  <td class="nbHitsCovered">&nbsp;1103242</td>  <td class="src"><pre class="src">&nbsp;     column++;</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;138</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;139</td>  <td class="nbHitsUncovered"><a title="Line 139: Conditional coverage 50% (1/2).">&nbsp;1103259</a></td>  <td class="src"><pre class="src"><span class="srcUncovered">&nbsp;<a title="Line 139: Conditional coverage 50% (1/2).">     <span class="keyword">if</span> (prevCharIsLF)</a></span></pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;139</td>  <td class="nbHitsUncovered"><a title="Line 139: Conditional coverage 50% (1/2).">&nbsp;1103242</a></td>  <td class="src"><pre class="src"><span class="srcUncovered">&nbsp;<a title="Line 139: Conditional coverage 50% (1/2).">     <span class="keyword">if</span> (prevCharIsLF)</a></span></pre></td></tr>
 <tr>  <td class="numLine">&nbsp;140</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;     {</pre></td></tr>
 <tr>  <td class="numLineCover">&nbsp;141</td>  <td class="nbHitsUncovered">&nbsp;0</td>  <td class="src"><pre class="src"><span class="srcUncovered">&nbsp;        prevCharIsLF = <span class="keyword">false</span>;</span></pre></td></tr>
 <tr>  <td class="numLineCover">&nbsp;142</td>  <td class="nbHitsUncovered">&nbsp;0</td>  <td class="src"><pre class="src"><span class="srcUncovered">&nbsp;        line += (column = 1);</span></pre></td></tr>
 <tr>  <td class="numLine">&nbsp;143</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;     }</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;144</td>  <td class="nbHitsUncovered"><a title="Line 144: Conditional coverage 50% (1/2).">&nbsp;1103259</a></td>  <td class="src"><pre class="src"><span class="srcUncovered">&nbsp;<a title="Line 144: Conditional coverage 50% (1/2).">     <span class="keyword">else</span> <span class="keyword">if</span> (prevCharIsCR)</a></span></pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;144</td>  <td class="nbHitsUncovered"><a title="Line 144: Conditional coverage 50% (1/2).">&nbsp;1103242</a></td>  <td class="src"><pre class="src"><span class="srcUncovered">&nbsp;<a title="Line 144: Conditional coverage 50% (1/2).">     <span class="keyword">else</span> <span class="keyword">if</span> (prevCharIsCR)</a></span></pre></td></tr>
 <tr>  <td class="numLine">&nbsp;145</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;     {</pre></td></tr>
 <tr>  <td class="numLineCover">&nbsp;146</td>  <td class="nbHitsUncovered">&nbsp;0</td>  <td class="src"><pre class="src"><span class="srcUncovered">&nbsp;        prevCharIsCR = <span class="keyword">false</span>;</span></pre></td></tr>
@@ -253,7 +253,7 @@
   <td class="src"><pre class="src">&nbsp;     }</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;154</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;155</td>  <td class="nbHitsUncovered"><a title="Line 155: Conditional coverage 16% (1/6).">&nbsp;1103259</a></td>  <td class="src"><pre class="src"><span class="srcUncovered">&nbsp;<a title="Line 155: Conditional coverage 16% (1/6).">     <span class="keyword">switch</span> (c)</a></span></pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;155</td>  <td class="nbHitsUncovered"><a title="Line 155: Conditional coverage 16% (1/6).">&nbsp;1103242</a></td>  <td class="src"><pre class="src"><span class="srcUncovered">&nbsp;<a title="Line 155: Conditional coverage 16% (1/6).">     <span class="keyword">switch</span> (c)</a></span></pre></td></tr>
 <tr>  <td class="numLine">&nbsp;156</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;     {</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;157</td>  <td class="nbHits">&nbsp;</td>
@@ -277,16 +277,16 @@
   <td class="src"><pre class="src">&nbsp;     }</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;170</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;171</td>  <td class="nbHitsCovered">&nbsp;1103259</td>  <td class="src"><pre class="src">&nbsp;     bufline[bufpos] = line;</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;172</td>  <td class="nbHitsCovered">&nbsp;1103259</td>  <td class="src"><pre class="src">&nbsp;     bufcolumn[bufpos] = column;</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;173</td>  <td class="nbHitsCovered">&nbsp;1103259</td>  <td class="src"><pre class="src">&nbsp;  }</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;171</td>  <td class="nbHitsCovered">&nbsp;1103242</td>  <td class="src"><pre class="src">&nbsp;     bufline[bufpos] = line;</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;172</td>  <td class="nbHitsCovered">&nbsp;1103242</td>  <td class="src"><pre class="src">&nbsp;     bufcolumn[bufpos] = column;</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;173</td>  <td class="nbHitsCovered">&nbsp;1103242</td>  <td class="src"><pre class="src">&nbsp;  }</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;174</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;175</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;  <span class="keyword">public</span> <span class="keyword">char</span> readChar() <span class="keyword">throws</span> java.io.IOException</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;176</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;  {</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;177</td>  <td class="nbHitsCovered"><a title="Line 177: Conditional coverage 100% (2/2).">&nbsp;1307727</a></td>  <td class="src"><pre class="src">&nbsp;<a title="Line 177: Conditional coverage 100% (2/2).">     <span class="keyword">if</span> (inBuf &gt; 0)</a></pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;177</td>  <td class="nbHitsCovered"><a title="Line 177: Conditional coverage 100% (2/2).">&nbsp;1307710</a></td>  <td class="src"><pre class="src">&nbsp;<a title="Line 177: Conditional coverage 100% (2/2).">     <span class="keyword">if</span> (inBuf &gt; 0)</a></pre></td></tr>
 <tr>  <td class="numLine">&nbsp;178</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;     {</pre></td></tr>
 <tr>  <td class="numLineCover">&nbsp;179</td>  <td class="nbHitsCovered">&nbsp;52553</td>  <td class="src"><pre class="src">&nbsp;        --inBuf;</pre></td></tr>
@@ -301,15 +301,15 @@
   <td class="src"><pre class="src">&nbsp;     }</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;186</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;187</td>  <td class="nbHitsCovered"><a title="Line 187: Conditional coverage 100% (2/2).">&nbsp;1255174</a></td>  <td class="src"><pre class="src">&nbsp;<a title="Line 187: Conditional coverage 100% (2/2).">     <span class="keyword">if</span> (++bufpos &gt;= maxNextCharInd)</a></pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;187</td>  <td class="nbHitsCovered"><a title="Line 187: Conditional coverage 100% (2/2).">&nbsp;1255157</a></td>  <td class="src"><pre class="src">&nbsp;<a title="Line 187: Conditional coverage 100% (2/2).">     <span class="keyword">if</span> (++bufpos &gt;= maxNextCharInd)</a></pre></td></tr>
 <tr>  <td class="numLineCover">&nbsp;188</td>  <td class="nbHitsCovered">&nbsp;202687</td>  <td class="src"><pre class="src">&nbsp;        FillBuff();</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;189</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;190</td>  <td class="nbHitsCovered">&nbsp;1103259</td>  <td class="src"><pre class="src">&nbsp;     <span class="keyword">char</span> c = buffer[bufpos];</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;190</td>  <td class="nbHitsCovered">&nbsp;1103242</td>  <td class="src"><pre class="src">&nbsp;     <span class="keyword">char</span> c = buffer[bufpos];</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;191</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;192</td>  <td class="nbHitsCovered">&nbsp;1103259</td>  <td class="src"><pre class="src">&nbsp;     UpdateLineColumn(c);</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;193</td>  <td class="nbHitsCovered">&nbsp;1103259</td>  <td class="src"><pre class="src">&nbsp;     <span class="keyword">return</span> (c);</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;192</td>  <td class="nbHitsCovered">&nbsp;1103242</td>  <td class="src"><pre class="src">&nbsp;     UpdateLineColumn(c);</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;193</td>  <td class="nbHitsCovered">&nbsp;1103242</td>  <td class="src"><pre class="src">&nbsp;     <span class="keyword">return</span> (c);</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;194</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;  }</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;195</td>  <td class="nbHits">&nbsp;</td>
@@ -642,6 +642,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:17 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:27 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.ri.parser.Token.html
==============================================================================
--- websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.ri.parser.Token.html (original)
+++ websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.ri.parser.Token.html Tue Feb 26 22:29:39 2013
@@ -177,6 +177,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:17 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:27 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.ri.parser.TokenMgrError.html
==============================================================================
--- websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.ri.parser.TokenMgrError.html (original)
+++ websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.ri.parser.TokenMgrError.html Tue Feb 26 22:29:39 2013
@@ -286,6 +286,6 @@
   <td class="src"><pre class="src">&nbsp;<span class="string">}</span></pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:17 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:27 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.ri.parser.XPathParser.html
==============================================================================
--- websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.ri.parser.XPathParser.html (original)
+++ websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.ri.parser.XPathParser.html Tue Feb 26 22:29:39 2013
@@ -5259,6 +5259,6 @@
   <td class="src"><pre class="src">&nbsp;    }</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:17 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:27 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.ri.parser.XPathParserConstants.html
==============================================================================
--- websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.ri.parser.XPathParserConstants.html (original)
+++ websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.ri.parser.XPathParserConstants.html Tue Feb 26 22:29:39 2013
@@ -373,6 +373,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:17 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:27 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.ri.parser.XPathParserTokenManager.html
==============================================================================
--- websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.ri.parser.XPathParserTokenManager.html (original)
+++ websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.ri.parser.XPathParserTokenManager.html Tue Feb 26 22:29:39 2013
@@ -1834,14 +1834,14 @@
   <td class="src"><pre class="src">&nbsp;<span class="keyword">private</span> <span class="keyword">final</span> <span class="keyword">void</span> jjCheckNAdd(<span class="keyword">int</span> state)</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;1272</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;{</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;1273</td>  <td class="nbHitsUncovered"><a title="Line 1273: Conditional coverage 50% (1/2).">&nbsp;944280</a></td>  <td class="src"><pre class="src"><span class="srcUncovered">&nbsp;<a title="Line 1273: Conditional coverage 50% (1/2).">   <span class="keyword">if</span> (jjrounds[state] != jjround)</a></span></pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;1273</td>  <td class="nbHitsUncovered"><a title="Line 1273: Conditional coverage 50% (1/2).">&nbsp;944263</a></td>  <td class="src"><pre class="src"><span class="srcUncovered">&nbsp;<a title="Line 1273: Conditional coverage 50% (1/2).">   <span class="keyword">if</span> (jjrounds[state] != jjround)</a></span></pre></td></tr>
 <tr>  <td class="numLine">&nbsp;1274</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;   {</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;1275</td>  <td class="nbHitsCovered">&nbsp;944280</td>  <td class="src"><pre class="src">&nbsp;      jjstateSet[jjnewStateCnt++] = state;</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;1276</td>  <td class="nbHitsCovered">&nbsp;944280</td>  <td class="src"><pre class="src">&nbsp;      jjrounds[state] = jjround;</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;1275</td>  <td class="nbHitsCovered">&nbsp;944263</td>  <td class="src"><pre class="src">&nbsp;      jjstateSet[jjnewStateCnt++] = state;</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;1276</td>  <td class="nbHitsCovered">&nbsp;944263</td>  <td class="src"><pre class="src">&nbsp;      jjrounds[state] = jjround;</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;1277</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;   }</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;1278</td>  <td class="nbHitsCovered">&nbsp;944280</td>  <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;1278</td>  <td class="nbHitsCovered">&nbsp;944263</td>  <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;1279</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;<span class="keyword">private</span> <span class="keyword">final</span> <span class="keyword">void</span> jjAddStates(<span class="keyword">int</span> start, <span class="keyword">int</span> end)</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;1280</td>  <td class="nbHits">&nbsp;</td>
@@ -2094,17 +2094,17 @@
   <td class="src"><pre class="src">&nbsp;   <span class="keyword">for</span> (;;)</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;1433</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;   {</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;1434</td>  <td class="nbHitsUncovered"><a title="Line 1434: Conditional coverage 50% (1/2).">&nbsp;946770</a></td>  <td class="src"><pre class="src"><span class="srcUncovered">&nbsp;<a title="Line 1434: Conditional coverage 50% (1/2).">      <span class="keyword">if</span> (++jjround == 0x7fffffff)</a></span></pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;1434</td>  <td class="nbHitsUncovered"><a title="Line 1434: Conditional coverage 50% (1/2).">&nbsp;946753</a></td>  <td class="src"><pre class="src"><span class="srcUncovered">&nbsp;<a title="Line 1434: Conditional coverage 50% (1/2).">      <span class="keyword">if</span> (++jjround == 0x7fffffff)</a></span></pre></td></tr>
 <tr>  <td class="numLineCover">&nbsp;1435</td>  <td class="nbHitsUncovered">&nbsp;0</td>  <td class="src"><pre class="src"><span class="srcUncovered">&nbsp;         ReInitRounds();</span></pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;1436</td>  <td class="nbHitsCovered"><a title="Line 1436: Conditional coverage 100% (2/2).">&nbsp;946770</a></td>  <td class="src"><pre class="src">&nbsp;<a title="Line 1436: Conditional coverage 100% (2/2).">      <span class="keyword">if</span> (curChar &lt; 64)</a></pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;1436</td>  <td class="nbHitsCovered"><a title="Line 1436: Conditional coverage 100% (2/2).">&nbsp;946753</a></td>  <td class="src"><pre class="src">&nbsp;<a title="Line 1436: Conditional coverage 100% (2/2).">      <span class="keyword">if</span> (curChar &lt; 64)</a></pre></td></tr>
 <tr>  <td class="numLine">&nbsp;1437</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;      {</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;1438</td>  <td class="nbHitsCovered">&nbsp;940452</td>  <td class="src"><pre class="src">&nbsp;         <span class="keyword">long</span> l = 1L &lt;&lt; curChar;</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;1438</td>  <td class="nbHitsCovered">&nbsp;940435</td>  <td class="src"><pre class="src">&nbsp;         <span class="keyword">long</span> l = 1L &lt;&lt; curChar;</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;1439</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;         MatchLoop: <span class="keyword">do</span></pre></td></tr>
 <tr>  <td class="numLine">&nbsp;1440</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;         {</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;1441</td>  <td class="nbHitsUncovered"><a title="Line 1441: Conditional coverage 64% (9/14).">&nbsp;991164</a></td>  <td class="src"><pre class="src"><span class="srcUncovered">&nbsp;<a title="Line 1441: Conditional coverage 64% (9/14).">            <span class="keyword">switch</span>(jjstateSet[--i])</a></span></pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;1441</td>  <td class="nbHitsUncovered"><a title="Line 1441: Conditional coverage 64% (9/14).">&nbsp;991147</a></td>  <td class="src"><pre class="src"><span class="srcUncovered">&nbsp;<a title="Line 1441: Conditional coverage 64% (9/14).">            <span class="keyword">switch</span>(jjstateSet[--i])</a></span></pre></td></tr>
 <tr>  <td class="numLine">&nbsp;1442</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;            {</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;1443</td>  <td class="nbHits">&nbsp;</td>
@@ -2173,12 +2173,12 @@
 <tr>  <td class="numLineCover">&nbsp;1490</td>  <td class="nbHitsCovered">&nbsp;50019</td>  <td class="src"><pre class="src">&nbsp;                  <span class="keyword">break</span>;</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;1491</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;               <span class="keyword">case</span> 8:</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;1492</td>  <td class="nbHitsCovered"><a title="Line 1492: Conditional coverage 100% (2/2).">&nbsp;787756</a></td>  <td class="src"><pre class="src">&nbsp;<a title="Line 1492: Conditional coverage 100% (2/2).">                  <span class="keyword">if</span> ((0x3ff000000000000L &amp; l) == 0L)</a></pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;1492</td>  <td class="nbHitsCovered"><a title="Line 1492: Conditional coverage 100% (2/2).">&nbsp;787739</a></td>  <td class="src"><pre class="src">&nbsp;<a title="Line 1492: Conditional coverage 100% (2/2).">                  <span class="keyword">if</span> ((0x3ff000000000000L &amp; l) == 0L)</a></pre></td></tr>
 <tr>  <td class="numLineCover">&nbsp;1493</td>  <td class="nbHitsCovered">&nbsp;13</td>  <td class="src"><pre class="src">&nbsp;                     <span class="keyword">break</span>;</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;1494</td>  <td class="nbHitsUncovered"><a title="Line 1494: Conditional coverage 50% (1/2).">&nbsp;787743</a></td>  <td class="src"><pre class="src"><span class="srcUncovered">&nbsp;<a title="Line 1494: Conditional coverage 50% (1/2).">                  <span class="keyword">if</span> (kind &gt; 20)</a></span></pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;1495</td>  <td class="nbHitsCovered">&nbsp;787743</td>  <td class="src"><pre class="src">&nbsp;                     kind = 20;</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;1496</td>  <td class="nbHitsCovered">&nbsp;787743</td>  <td class="src"><pre class="src">&nbsp;                  jjCheckNAdd(8);</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;1497</td>  <td class="nbHitsCovered">&nbsp;787743</td>  <td class="src"><pre class="src">&nbsp;                  <span class="keyword">break</span>;</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;1494</td>  <td class="nbHitsUncovered"><a title="Line 1494: Conditional coverage 50% (1/2).">&nbsp;787726</a></td>  <td class="src"><pre class="src"><span class="srcUncovered">&nbsp;<a title="Line 1494: Conditional coverage 50% (1/2).">                  <span class="keyword">if</span> (kind &gt; 20)</a></span></pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;1495</td>  <td class="nbHitsCovered">&nbsp;787726</td>  <td class="src"><pre class="src">&nbsp;                     kind = 20;</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;1496</td>  <td class="nbHitsCovered">&nbsp;787726</td>  <td class="src"><pre class="src">&nbsp;                  jjCheckNAdd(8);</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;1497</td>  <td class="nbHitsCovered">&nbsp;787726</td>  <td class="src"><pre class="src">&nbsp;                  <span class="keyword">break</span>;</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;1498</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;               <span class="keyword">case</span> 9:</pre></td></tr>
 <tr>  <td class="numLineCover">&nbsp;1499</td>  <td class="nbHitsUncovered"><a title="Line 1499: Conditional coverage 0% (0/2).">&nbsp;0</a></td>  <td class="src"><pre class="src"><span class="srcUncovered">&nbsp;<a title="Line 1499: Conditional coverage 0% (0/2).">                  <span class="keyword">if</span> (curChar == 46)</a></span></pre></td></tr>
@@ -2205,8 +2205,8 @@
   <td class="src"><pre class="src">&nbsp;               <span class="keyword">default</span> : <span class="keyword">break</span>;</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;1517</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;            }</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;1518</td>  <td class="nbHitsCovered"><a title="Line 1518: Conditional coverage 100% (2/2).">&nbsp;991164</a></td>  <td class="src"><pre class="src">&nbsp;<a title="Line 1518: Conditional coverage 100% (2/2).">         } <span class="keyword">while</span>(i != startsAt);</a></pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;1519</td>  <td class="nbHitsCovered">&nbsp;940452</td>  <td class="src"><pre class="src">&nbsp;      }</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;1518</td>  <td class="nbHitsCovered"><a title="Line 1518: Conditional coverage 100% (2/2).">&nbsp;991147</a></td>  <td class="src"><pre class="src">&nbsp;<a title="Line 1518: Conditional coverage 100% (2/2).">         } <span class="keyword">while</span>(i != startsAt);</a></pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;1519</td>  <td class="nbHitsCovered">&nbsp;940435</td>  <td class="src"><pre class="src">&nbsp;      }</pre></td></tr>
 <tr>  <td class="numLineCover">&nbsp;1520</td>  <td class="nbHitsUncovered"><a title="Line 1520: Conditional coverage 50% (1/2).">&nbsp;6318</a></td>  <td class="src"><pre class="src"><span class="srcUncovered">&nbsp;<a title="Line 1520: Conditional coverage 50% (1/2).">      <span class="keyword">else</span> <span class="keyword">if</span> (curChar &lt; 128)</a></span></pre></td></tr>
 <tr>  <td class="numLine">&nbsp;1521</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;      {</pre></td></tr>
@@ -2293,19 +2293,19 @@
 <tr>  <td class="numLineCover">&nbsp;1580</td>  <td class="nbHitsUncovered"><a title="Line 1580: Conditional coverage 0% (0/2).">&nbsp;0</a></td>  <td class="src"><pre class="src"><span class="srcUncovered">&nbsp;<a title="Line 1580: Conditional coverage 0% (0/2).">         } <span class="keyword">while</span>(i != startsAt);</a></span></pre></td></tr>
 <tr>  <td class="numLine">&nbsp;1581</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;      }</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;1582</td>  <td class="nbHitsCovered"><a title="Line 1582: Conditional coverage 100% (2/2).">&nbsp;946770</a></td>  <td class="src"><pre class="src">&nbsp;<a title="Line 1582: Conditional coverage 100% (2/2).">      <span class="keyword">if</span> (kind != 0x7fffffff)</a></pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;1582</td>  <td class="nbHitsCovered"><a title="Line 1582: Conditional coverage 100% (2/2).">&nbsp;946753</a></td>  <td class="src"><pre class="src">&nbsp;<a title="Line 1582: Conditional coverage 100% (2/2).">      <span class="keyword">if</span> (kind != 0x7fffffff)</a></pre></td></tr>
 <tr>  <td class="numLine">&nbsp;1583</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;      {</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;1584</td>  <td class="nbHitsCovered">&nbsp;893085</td>  <td class="src"><pre class="src">&nbsp;         jjmatchedKind = kind;</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;1585</td>  <td class="nbHitsCovered">&nbsp;893085</td>  <td class="src"><pre class="src">&nbsp;         jjmatchedPos = curPos;</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;1586</td>  <td class="nbHitsCovered">&nbsp;893085</td>  <td class="src"><pre class="src">&nbsp;         kind = 0x7fffffff;</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;1584</td>  <td class="nbHitsCovered">&nbsp;893068</td>  <td class="src"><pre class="src">&nbsp;         jjmatchedKind = kind;</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;1585</td>  <td class="nbHitsCovered">&nbsp;893068</td>  <td class="src"><pre class="src">&nbsp;         jjmatchedPos = curPos;</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;1586</td>  <td class="nbHitsCovered">&nbsp;893068</td>  <td class="src"><pre class="src">&nbsp;         kind = 0x7fffffff;</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;1587</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;      }</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;1588</td>  <td class="nbHitsCovered">&nbsp;946770</td>  <td class="src"><pre class="src">&nbsp;      ++curPos;</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;1589</td>  <td class="nbHitsCovered"><a title="Line 1589: Conditional coverage 100% (2/2).">&nbsp;946770</a></td>  <td class="src"><pre class="src">&nbsp;<a title="Line 1589: Conditional coverage 100% (2/2).">      <span class="keyword">if</span> ((i = jjnewStateCnt) == (startsAt = 13 - (jjnewStateCnt = startsAt)))</a></pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;1588</td>  <td class="nbHitsCovered">&nbsp;946753</td>  <td class="src"><pre class="src">&nbsp;      ++curPos;</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;1589</td>  <td class="nbHitsCovered"><a title="Line 1589: Conditional coverage 100% (2/2).">&nbsp;946753</a></td>  <td class="src"><pre class="src">&nbsp;<a title="Line 1589: Conditional coverage 100% (2/2).">      <span class="keyword">if</span> ((i = jjnewStateCnt) == (startsAt = 13 - (jjnewStateCnt = startsAt)))</a></pre></td></tr>
 <tr>  <td class="numLineCover">&nbsp;1590</td>  <td class="nbHitsCovered">&nbsp;52789</td>  <td class="src"><pre class="src">&nbsp;         <span class="keyword">return</span> curPos;</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;1591</td>  <td class="nbHitsCovered">&nbsp;893981</td>  <td class="src"><pre class="src">&nbsp;      <span class="keyword">try</span> { curChar = input_stream.readChar(); }</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;1592</td>  <td class="nbHitsCovered">&nbsp;843675</td>  <td class="src"><pre class="src">&nbsp;      <span class="keyword">catch</span>(java.io.IOException e) { <span class="keyword">return</span> curPos; }</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;1591</td>  <td class="nbHitsCovered">&nbsp;893964</td>  <td class="src"><pre class="src">&nbsp;      <span class="keyword">try</span> { curChar = input_stream.readChar(); }</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;1592</td>  <td class="nbHitsCovered">&nbsp;843658</td>  <td class="src"><pre class="src">&nbsp;      <span class="keyword">catch</span>(java.io.IOException e) { <span class="keyword">return</span> curPos; }</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;1593</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;   }</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;1594</td>  <td class="nbHits">&nbsp;</td>
@@ -2752,6 +2752,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:17 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:27 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.servlet.Constants.html
==============================================================================
--- websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.servlet.Constants.html (original)
+++ websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.servlet.Constants.html Tue Feb 26 22:29:39 2013
@@ -126,6 +126,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:17 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:27 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.servlet.HttpSessionAndServletContext.html
==============================================================================
--- websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.servlet.HttpSessionAndServletContext.html (original)
+++ websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.servlet.HttpSessionAndServletContext.html Tue Feb 26 22:29:39 2013
@@ -131,6 +131,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:17 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:27 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.servlet.HttpSessionHandler.html
==============================================================================
--- websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.servlet.HttpSessionHandler.html (original)
+++ websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.servlet.HttpSessionHandler.html Tue Feb 26 22:29:39 2013
@@ -141,6 +141,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:17 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:27 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.servlet.JXPathServletContexts.html
==============================================================================
--- websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.servlet.JXPathServletContexts.html (original)
+++ websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.servlet.JXPathServletContexts.html Tue Feb 26 22:29:39 2013
@@ -375,6 +375,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:17 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:27 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.servlet.KeywordVariables.html
==============================================================================
--- websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.servlet.KeywordVariables.html (original)
+++ websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.servlet.KeywordVariables.html Tue Feb 26 22:29:39 2013
@@ -137,6 +137,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:17 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:27 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.servlet.PageContextHandler.html
==============================================================================
--- websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.servlet.PageContextHandler.html (original)
+++ websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.servlet.PageContextHandler.html Tue Feb 26 22:29:39 2013
@@ -161,6 +161,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:17 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:27 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.servlet.PageScopeContext.html
==============================================================================
--- websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.servlet.PageScopeContext.html (original)
+++ websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.servlet.PageScopeContext.html Tue Feb 26 22:29:39 2013
@@ -148,6 +148,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:17 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:27 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.servlet.PageScopeContextHandler.html
==============================================================================
--- websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.servlet.PageScopeContextHandler.html (original)
+++ websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.servlet.PageScopeContextHandler.html Tue Feb 26 22:29:39 2013
@@ -112,6 +112,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:17 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:27 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.servlet.ServletContextHandler.html
==============================================================================
--- websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.servlet.ServletContextHandler.html (original)
+++ websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.servlet.ServletContextHandler.html Tue Feb 26 22:29:39 2013
@@ -138,6 +138,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:17 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:27 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.servlet.ServletRequestAndContext.html
==============================================================================
--- websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.servlet.ServletRequestAndContext.html (original)
+++ websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.servlet.ServletRequestAndContext.html Tue Feb 26 22:29:39 2013
@@ -132,6 +132,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:17 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:27 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.servlet.ServletRequestHandler.html
==============================================================================
--- websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.servlet.ServletRequestHandler.html (original)
+++ websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.servlet.ServletRequestHandler.html Tue Feb 26 22:29:39 2013
@@ -139,6 +139,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:17 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:27 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.util.BasicTypeConverter.html
==============================================================================
--- websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.util.BasicTypeConverter.html (original)
+++ websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.util.BasicTypeConverter.html Tue Feb 26 22:29:39 2013
@@ -897,6 +897,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:17 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:27 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.util.ClassLoaderUtil.html
==============================================================================
--- websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.util.ClassLoaderUtil.html (original)
+++ websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.util.ClassLoaderUtil.html Tue Feb 26 22:29:39 2013
@@ -329,6 +329,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:17 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:27 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.util.JXPath11CompatibleTypeConverter.html
==============================================================================
--- websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.util.JXPath11CompatibleTypeConverter.html (original)
+++ websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.util.JXPath11CompatibleTypeConverter.html Tue Feb 26 22:29:39 2013
@@ -92,6 +92,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:17 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:27 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.util.KeyManagerUtils.html
==============================================================================
--- websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.util.KeyManagerUtils.html (original)
+++ websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.util.KeyManagerUtils.html Tue Feb 26 22:29:39 2013
@@ -159,6 +159,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:17 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:27 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.util.MethodLookupUtils.html
==============================================================================
--- websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.util.MethodLookupUtils.html (original)
+++ websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.util.MethodLookupUtils.html Tue Feb 26 22:29:39 2013
@@ -529,6 +529,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:17 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:27 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.util.ReverseComparator.html
==============================================================================
--- websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.util.ReverseComparator.html (original)
+++ websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.util.ReverseComparator.html Tue Feb 26 22:29:39 2013
@@ -107,6 +107,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:17 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:27 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.util.TypeConverter.html
==============================================================================
--- websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.util.TypeConverter.html (original)
+++ websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.util.TypeConverter.html Tue Feb 26 22:29:39 2013
@@ -117,6 +117,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:17 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:27 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.util.TypeUtils.html
==============================================================================
--- websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.util.TypeUtils.html (original)
+++ websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.util.TypeUtils.html Tue Feb 26 22:29:39 2013
@@ -180,6 +180,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:17 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:27 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.util.ValueUtils.html
==============================================================================
--- websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.util.ValueUtils.html (original)
+++ websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.util.ValueUtils.html Tue Feb 26 22:29:39 2013
@@ -526,8 +526,8 @@
 <tr>  <td class="numLineCover">&nbsp;307</td>  <td class="nbHitsCovered"><a title="Line 307: Conditional coverage 100% (2/2).">&nbsp;1172</a></td>  <td class="src"><pre class="src">&nbsp;<a title="Line 307: Conditional coverage 100% (2/2).">            <span class="keyword">else</span> <span class="keyword">if</span> (collection <span class="keyword">instanceof</span> Collection) {</a></pre></td></tr>
 <tr>  <td class="numLineCover">&nbsp;308</td>  <td class="nbHitsCovered">&nbsp;285</td>  <td class="src"><pre class="src">&nbsp;                <span class="keyword">int</span> i = 0;</pre></td></tr>
 <tr>  <td class="numLineCover">&nbsp;309</td>  <td class="nbHitsCovered">&nbsp;285</td>  <td class="src"><pre class="src">&nbsp;                Iterator it = ((Collection) collection).iterator();</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;310</td>  <td class="nbHitsCovered"><a title="Line 310: Conditional coverage 100% (2/2).">&nbsp;783</a></td>  <td class="src"><pre class="src">&nbsp;<a title="Line 310: Conditional coverage 100% (2/2).">                <span class="keyword">for</span> (; i &lt; index; i++) {</a></pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;311</td>  <td class="nbHitsCovered">&nbsp;249</td>  <td class="src"><pre class="src">&nbsp;                    it.next();</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;310</td>  <td class="nbHitsCovered"><a title="Line 310: Conditional coverage 100% (2/2).">&nbsp;855</a></td>  <td class="src"><pre class="src">&nbsp;<a title="Line 310: Conditional coverage 100% (2/2).">                <span class="keyword">for</span> (; i &lt; index; i++) {</a></pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;311</td>  <td class="nbHitsCovered">&nbsp;285</td>  <td class="src"><pre class="src">&nbsp;                    it.next();</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;312</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;                }</pre></td></tr>
 <tr>  <td class="numLineCover">&nbsp;313</td>  <td class="nbHitsUncovered"><a title="Line 313: Conditional coverage 50% (1/2).">&nbsp;285</a></td>  <td class="src"><pre class="src"><span class="srcUncovered">&nbsp;<a title="Line 313: Conditional coverage 50% (1/2).">                <span class="keyword">if</span> (it.hasNext()) {</a></span></pre></td></tr>
@@ -1123,6 +1123,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:17 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:27 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.xml.DOMParser.html
==============================================================================
--- websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.xml.DOMParser.html (original)
+++ websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.xml.DOMParser.html Tue Feb 26 22:29:39 2013
@@ -110,6 +110,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:17 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:27 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.xml.DocumentContainer.html
==============================================================================
--- websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.xml.DocumentContainer.html (original)
+++ websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.xml.DocumentContainer.html Tue Feb 26 22:29:39 2013
@@ -355,6 +355,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:17 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:27 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.xml.JDOMParser.html
==============================================================================
--- websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.xml.JDOMParser.html (original)
+++ websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.xml.JDOMParser.html Tue Feb 26 22:29:39 2013
@@ -109,6 +109,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:17 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:27 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.xml.XMLParser.html
==============================================================================
--- websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.xml.XMLParser.html (original)
+++ websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.xml.XMLParser.html Tue Feb 26 22:29:39 2013
@@ -93,6 +93,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:17 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:27 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.xml.XMLParser2.html
==============================================================================
--- websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.xml.XMLParser2.html (original)
+++ websites/production/commons/content/proper/commons-jxpath/cobertura/org.apache.commons.jxpath.xml.XMLParser2.html Tue Feb 26 22:29:39 2013
@@ -284,6 +284,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:17 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 2/26/13 5:27 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-jxpath/contributors.html
==============================================================================
--- websites/production/commons/content/proper/commons-jxpath/contributors.html (original)
+++ websites/production/commons/content/proper/commons-jxpath/contributors.html Tue Feb 26 22:29:39 2013
@@ -101,7 +101,7 @@
                        <h5>JXPath 1.2</h5>
                   <ul>
                   <li class="none">
-                          <a href="api-1.2/" title="Javadoc">Javadoc</a>
+                          <a href="javadocs/api-1.2/" title="Javadoc">Javadoc</a>
             </li>
                   <li class="none">
                           <a href="release-notes-1.2.html" title="Release Notes">Release Notes</a>
@@ -110,7 +110,7 @@
                        <h5>JXPath 1.1</h5>
                   <ul>
                   <li class="none">
-                          <a href="api-1.1/" title="Javadoc">Javadoc</a>
+                          <a href="javadocs/api-1.1/" title="Javadoc">Javadoc</a>
             </li>
                   <li class="none">
                           <a href="release-notes-1.1.html" title="Release Notes">Release Notes</a>

Modified: websites/production/commons/content/proper/commons-jxpath/cpd.html
==============================================================================
--- websites/production/commons/content/proper/commons-jxpath/cpd.html (original)
+++ websites/production/commons/content/proper/commons-jxpath/cpd.html Tue Feb 26 22:29:39 2013
@@ -98,7 +98,7 @@
                        <h5>JXPath 1.2</h5>
                   <ul>
                   <li class="none">
-                          <a href="api-1.2/" title="Javadoc">Javadoc</a>
+                          <a href="javadocs/api-1.2/" title="Javadoc">Javadoc</a>
             </li>
                   <li class="none">
                           <a href="release-notes-1.2.html" title="Release Notes">Release Notes</a>
@@ -107,7 +107,7 @@
                        <h5>JXPath 1.1</h5>
                   <ul>
                   <li class="none">
-                          <a href="api-1.1/" title="Javadoc">Javadoc</a>
+                          <a href="javadocs/api-1.1/" title="Javadoc">Javadoc</a>
             </li>
                   <li class="none">
                           <a href="release-notes-1.1.html" title="Release Notes">Release Notes</a>