You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by pa...@apache.org on 2020/07/10 13:38:04 UTC

svn commit: r1879765 [26/41] - in /myfaces/site/publish/core22/myfaces-impl-shared: ./ apidocs/ apidocs/org/apache/myfaces/shared/application/ apidocs/org/apache/myfaces/shared/application/class-use/ apidocs/org/apache/myfaces/shared/component/ apidocs...

Modified: myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.FastWriter.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.FastWriter.html?rev=1879765&r1=1879764&r2=1879765&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.FastWriter.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.FastWriter.html Fri Jul 10 13:37:56 2020
@@ -12,7 +12,7 @@
 <div class="separator">&nbsp;</div>
 <table class="report">
 <thead><tr>  <td class="heading">Classes in this File</td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Line Coverage</a></td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Branch Coverage</a></td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Complexity</a></td></tr></thead>
-  <tr><td><a href="org.apache.myfaces.shared.util.FastWriter.html">FastWriter</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/31</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/4</span></div></div></td></tr></table></td><td class="value"><span class="hidden">1.25;</span>1.25</td></tr>
+  <tr><td><a href="org.apache.myfaces.shared.util.FastWriter.html">FastWriter</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/33</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/4</span></div></div></td></tr></table></td><td class="value"><span class="hidden">1.25;</span>1.25</td></tr>
 
 </table>
 <div class="separator">&nbsp;</div>
@@ -175,37 +175,39 @@
   <td class="src"><pre class="src">&nbsp;    <span class="keyword">public</span> <span class="keyword">void</span> write(String str, <span class="keyword">int</span> off, <span class="keyword">int</span> len) <span class="keyword">throws</span> IOException</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;91</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;    {</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;92</td>  <td class="nbHitsUncovered">&nbsp;0</td>  <td class="src"><pre class="src"><span class="srcUncovered">&nbsp;        <span class="keyword">this</span>.write(str.toCharArray(), off, len);</span></pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;93</td>  <td class="nbHitsUncovered">&nbsp;0</td>  <td class="src"><pre class="src"><span class="srcUncovered">&nbsp;    }</span></pre></td></tr>
-<tr>  <td class="numLine">&nbsp;94</td>  <td class="nbHits">&nbsp;</td>
+<tr>  <td class="numLineCover">&nbsp;92</td>  <td class="nbHitsUncovered">&nbsp;0</td>  <td class="src"><pre class="src"><span class="srcUncovered">&nbsp;        overflow(len);</span></pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;93</td>  <td class="nbHitsUncovered">&nbsp;0</td>  <td class="src"><pre class="src"><span class="srcUncovered">&nbsp;        str.getChars(off, off+len, <span class="keyword">this</span>.buff, size);</span></pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;94</td>  <td class="nbHitsUncovered">&nbsp;0</td>  <td class="src"><pre class="src"><span class="srcUncovered">&nbsp;        <span class="keyword">this</span>.size += len;</span></pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;95</td>  <td class="nbHitsUncovered">&nbsp;0</td>  <td class="src"><pre class="src"><span class="srcUncovered">&nbsp;    }</span></pre></td></tr>
+<tr>  <td class="numLine">&nbsp;96</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;</pre></td></tr>
-<tr>  <td class="numLine">&nbsp;95</td>  <td class="nbHits">&nbsp;</td>
+<tr>  <td class="numLine">&nbsp;97</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;    <span class="keyword">public</span> <span class="keyword">void</span> write(String str) <span class="keyword">throws</span> IOException</pre></td></tr>
-<tr>  <td class="numLine">&nbsp;96</td>  <td class="nbHits">&nbsp;</td>
+<tr>  <td class="numLine">&nbsp;98</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;    {</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;97</td>  <td class="nbHitsUncovered">&nbsp;0</td>  <td class="src"><pre class="src"><span class="srcUncovered">&nbsp;        <span class="keyword">this</span>.write(str.toCharArray(), 0, str.length());</span></pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;98</td>  <td class="nbHitsUncovered">&nbsp;0</td>  <td class="src"><pre class="src"><span class="srcUncovered">&nbsp;    }</span></pre></td></tr>
-<tr>  <td class="numLine">&nbsp;99</td>  <td class="nbHits">&nbsp;</td>
+<tr>  <td class="numLineCover">&nbsp;99</td>  <td class="nbHitsUncovered">&nbsp;0</td>  <td class="src"><pre class="src"><span class="srcUncovered">&nbsp;        <span class="keyword">this</span>.write(str, 0, str.length());</span></pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;100</td>  <td class="nbHitsUncovered">&nbsp;0</td>  <td class="src"><pre class="src"><span class="srcUncovered">&nbsp;    }</span></pre></td></tr>
+<tr>  <td class="numLine">&nbsp;101</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;</pre></td></tr>
-<tr>  <td class="numLine">&nbsp;100</td>  <td class="nbHits">&nbsp;</td>
+<tr>  <td class="numLine">&nbsp;102</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;    <span class="keyword">public</span> <span class="keyword">void</span> reset()</pre></td></tr>
-<tr>  <td class="numLine">&nbsp;101</td>  <td class="nbHits">&nbsp;</td>
+<tr>  <td class="numLine">&nbsp;103</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;    {</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;102</td>  <td class="nbHitsUncovered">&nbsp;0</td>  <td class="src"><pre class="src"><span class="srcUncovered">&nbsp;        <span class="keyword">this</span>.size = 0;</span></pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;103</td>  <td class="nbHitsUncovered">&nbsp;0</td>  <td class="src"><pre class="src"><span class="srcUncovered">&nbsp;    }</span></pre></td></tr>
-<tr>  <td class="numLine">&nbsp;104</td>  <td class="nbHits">&nbsp;</td>
+<tr>  <td class="numLineCover">&nbsp;104</td>  <td class="nbHitsUncovered">&nbsp;0</td>  <td class="src"><pre class="src"><span class="srcUncovered">&nbsp;        <span class="keyword">this</span>.size = 0;</span></pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;105</td>  <td class="nbHitsUncovered">&nbsp;0</td>  <td class="src"><pre class="src"><span class="srcUncovered">&nbsp;    }</span></pre></td></tr>
+<tr>  <td class="numLine">&nbsp;106</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;</pre></td></tr>
-<tr>  <td class="numLine">&nbsp;105</td>  <td class="nbHits">&nbsp;</td>
+<tr>  <td class="numLine">&nbsp;107</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;    <span class="keyword">public</span> String toString()</pre></td></tr>
-<tr>  <td class="numLine">&nbsp;106</td>  <td class="nbHits">&nbsp;</td>
-  <td class="src"><pre class="src">&nbsp;    {</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;107</td>  <td class="nbHitsUncovered">&nbsp;0</td>  <td class="src"><pre class="src"><span class="srcUncovered">&nbsp;        <span class="keyword">return</span> <span class="keyword">new</span> String(<span class="keyword">this</span>.buff, 0, <span class="keyword">this</span>.size);</span></pre></td></tr>
 <tr>  <td class="numLine">&nbsp;108</td>  <td class="nbHits">&nbsp;</td>
+  <td class="src"><pre class="src">&nbsp;    {</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;109</td>  <td class="nbHitsUncovered">&nbsp;0</td>  <td class="src"><pre class="src"><span class="srcUncovered">&nbsp;        <span class="keyword">return</span> <span class="keyword">new</span> String(<span class="keyword">this</span>.buff, 0, <span class="keyword">this</span>.size);</span></pre></td></tr>
+<tr>  <td class="numLine">&nbsp;110</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;    }</pre></td></tr>
-<tr>  <td class="numLine">&nbsp;109</td>  <td class="nbHits">&nbsp;</td>
+<tr>  <td class="numLine">&nbsp;111</td>  <td class="nbHits">&nbsp;</td>
   <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> 2.0.3 on 2/6/17 3:15 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 2.0.3 on 7/10/20 1:04 AM.</div>
 </body>
 </html>

Modified: myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.HashMapUtils.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.HashMapUtils.html?rev=1879765&r1=1879764&r2=1879765&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.HashMapUtils.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.HashMapUtils.html Fri Jul 10 13:37:56 2020
@@ -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> 2.0.3 on 2/6/17 3:15 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 2.0.3 on 7/10/20 1:04 AM.</div>
 </body>
 </html>

Modified: myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.MyFacesObjectInputStream.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.MyFacesObjectInputStream.html?rev=1879765&r1=1879764&r2=1879765&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.MyFacesObjectInputStream.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.MyFacesObjectInputStream.html Fri Jul 10 13:37:56 2020
@@ -178,6 +178,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> 2.0.3 on 2/6/17 3:15 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 2.0.3 on 7/10/20 1:04 AM.</div>
 </body>
 </html>

Modified: myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.NullEnumeration.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.NullEnumeration.html?rev=1879765&r1=1879764&r2=1879765&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.NullEnumeration.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.NullEnumeration.html Fri Jul 10 13:37:56 2020
@@ -104,6 +104,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> 2.0.3 on 2/6/17 3:15 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 2.0.3 on 7/10/20 1:04 AM.</div>
 </body>
 </html>

Modified: myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.NullIterator.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.NullIterator.html?rev=1879765&r1=1879764&r2=1879765&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.NullIterator.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.NullIterator.html Fri Jul 10 13:37:56 2020
@@ -123,6 +123,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> 2.0.3 on 2/6/17 3:15 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 2.0.3 on 7/10/20 1:04 AM.</div>
 </body>
 </html>

Modified: myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.PriorityQueue.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.PriorityQueue.html?rev=1879765&r1=1879764&r2=1879765&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.PriorityQueue.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.PriorityQueue.html Fri Jul 10 13:37:56 2020
@@ -553,6 +553,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> 2.0.3 on 2/6/17 3:15 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 2.0.3 on 7/10/20 1:04 AM.</div>
 </body>
 </html>

Modified: myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.RestoreStateUtils.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.RestoreStateUtils.html?rev=1879765&r1=1879764&r2=1879765&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.RestoreStateUtils.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.RestoreStateUtils.html Fri Jul 10 13:37:56 2020
@@ -238,6 +238,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> 2.0.3 on 2/6/17 3:15 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 2.0.3 on 7/10/20 1:04 AM.</div>
 </body>
 </html>

Modified: myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.ServletSpecifications.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.ServletSpecifications.html?rev=1879765&r1=1879764&r2=1879765&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.ServletSpecifications.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.ServletSpecifications.html Fri Jul 10 13:37:56 2020
@@ -128,6 +128,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> 2.0.3 on 2/6/17 3:15 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 2.0.3 on 7/10/20 1:04 AM.</div>
 </body>
 </html>

Modified: myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.StateUtils.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.StateUtils.html?rev=1879765&r1=1879764&r2=1879765&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.StateUtils.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.StateUtils.html Fri Jul 10 13:37:56 2020
@@ -1836,6 +1836,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> 2.0.3 on 2/6/17 3:15 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 2.0.3 on 7/10/20 1:04 AM.</div>
 </body>
 </html>

Modified: myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.StreamCharBuffer.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.StreamCharBuffer.html?rev=1879765&r1=1879764&r2=1879765&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.StreamCharBuffer.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.StreamCharBuffer.html Fri Jul 10 13:37:56 2020
@@ -3931,6 +3931,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> 2.0.3 on 2/6/17 3:15 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 2.0.3 on 7/10/20 1:04 AM.</div>
 </body>
 </html>

Modified: myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.StringCharArrayAccessor.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.StringCharArrayAccessor.html?rev=1879765&r1=1879764&r2=1879765&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.StringCharArrayAccessor.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.StringCharArrayAccessor.html Fri Jul 10 13:37:56 2020
@@ -438,6 +438,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> 2.0.3 on 2/6/17 3:15 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 2.0.3 on 7/10/20 1:04 AM.</div>
 </body>
 </html>

Modified: myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.SubKeyMap.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.SubKeyMap.html?rev=1879765&r1=1879764&r2=1879765&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.SubKeyMap.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.SubKeyMap.html Fri Jul 10 13:37:56 2020
@@ -560,6 +560,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> 2.0.3 on 2/6/17 3:15 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 2.0.3 on 7/10/20 1:04 AM.</div>
 </body>
 </html>

Modified: myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.ViewProtectionUtils.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.ViewProtectionUtils.html?rev=1879765&r1=1879764&r2=1879765&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.ViewProtectionUtils.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.ViewProtectionUtils.html Fri Jul 10 13:37:56 2020
@@ -241,6 +241,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> 2.0.3 on 2/6/17 3:15 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 2.0.3 on 7/10/20 1:04 AM.</div>
 </body>
 </html>

Modified: myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util._ComponentUtils.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util._ComponentUtils.html?rev=1879765&r1=1879764&r2=1879765&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util._ComponentUtils.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util._ComponentUtils.html Fri Jul 10 13:37:56 2020
@@ -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> 2.0.3 on 2/6/17 3:15 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 2.0.3 on 7/10/20 1:04 AM.</div>
 </body>
 </html>

Modified: myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.el.ActionsMap.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.el.ActionsMap.html?rev=1879765&r1=1879764&r2=1879765&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.el.ActionsMap.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.el.ActionsMap.html Fri Jul 10 13:37:56 2020
@@ -351,6 +351,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> 2.0.3 on 2/6/17 3:15 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 2.0.3 on 7/10/20 1:04 AM.</div>
 </body>
 </html>

Modified: myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.el.GenericMap.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.el.GenericMap.html?rev=1879765&r1=1879764&r2=1879765&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.el.GenericMap.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.el.GenericMap.html Fri Jul 10 13:37:56 2020
@@ -194,6 +194,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> 2.0.3 on 2/6/17 3:15 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 2.0.3 on 7/10/20 1:04 AM.</div>
 </body>
 </html>

Modified: myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.el.StringMap.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.el.StringMap.html?rev=1879765&r1=1879764&r2=1879765&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.el.StringMap.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.el.StringMap.html Fri Jul 10 13:37:56 2020
@@ -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> 2.0.3 on 2/6/17 3:15 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 2.0.3 on 7/10/20 1:04 AM.</div>
 </body>
 </html>

Modified: myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.el.TestsMap.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.el.TestsMap.html?rev=1879765&r1=1879764&r2=1879765&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.el.TestsMap.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.el.TestsMap.html Fri Jul 10 13:37:56 2020
@@ -121,6 +121,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> 2.0.3 on 2/6/17 3:15 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 2.0.3 on 7/10/20 1:04 AM.</div>
 </body>
 </html>

Modified: myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.io.DynamicPushbackInputStream.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.io.DynamicPushbackInputStream.html?rev=1879765&r1=1879764&r2=1879765&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.io.DynamicPushbackInputStream.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.io.DynamicPushbackInputStream.html Fri Jul 10 13:37:56 2020
@@ -271,6 +271,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> 2.0.3 on 2/6/17 3:15 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 2.0.3 on 7/10/20 1:04 AM.</div>
 </body>
 </html>

Modified: myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.serial.DefaultSerialFactory.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.serial.DefaultSerialFactory.html?rev=1879765&r1=1879764&r2=1879765&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.serial.DefaultSerialFactory.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.serial.DefaultSerialFactory.html Fri Jul 10 13:37:56 2020
@@ -100,6 +100,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> 2.0.3 on 2/6/17 3:15 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 2.0.3 on 7/10/20 1:04 AM.</div>
 </body>
 </html>

Modified: myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.serial.SerialFactory.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.serial.SerialFactory.html?rev=1879765&r1=1879764&r2=1879765&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.serial.SerialFactory.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.serial.SerialFactory.html Fri Jul 10 13:37:56 2020
@@ -81,6 +81,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> 2.0.3 on 2/6/17 3:15 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 2.0.3 on 7/10/20 1:04 AM.</div>
 </body>
 </html>

Modified: myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.servlet.SourceCodeServlet.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.servlet.SourceCodeServlet.html?rev=1879765&r1=1879764&r2=1879765&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.servlet.SourceCodeServlet.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.servlet.SourceCodeServlet.html Fri Jul 10 13:37:56 2020
@@ -150,6 +150,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> 2.0.3 on 2/6/17 3:15 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 2.0.3 on 7/10/20 1:04 AM.</div>
 </body>
 </html>

Modified: myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.xml.MyFacesErrorHandler.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.xml.MyFacesErrorHandler.html?rev=1879765&r1=1879764&r2=1879765&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.xml.MyFacesErrorHandler.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.xml.MyFacesErrorHandler.html Fri Jul 10 13:37:56 2020
@@ -142,6 +142,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> 2.0.3 on 2/6/17 3:15 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 2.0.3 on 7/10/20 1:04 AM.</div>
 </body>
 </html>

Modified: myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.xml.XmlUtils.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.xml.XmlUtils.html?rev=1879765&r1=1879764&r2=1879765&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.xml.XmlUtils.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.util.xml.XmlUtils.html Fri Jul 10 13:37:56 2020
@@ -207,6 +207,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> 2.0.3 on 2/6/17 3:15 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 2.0.3 on 7/10/20 1:04 AM.</div>
 </body>
 </html>

Modified: myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.view.HttpServletResponseSwitch.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.view.HttpServletResponseSwitch.html?rev=1879765&r1=1879764&r2=1879765&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.view.HttpServletResponseSwitch.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.view.HttpServletResponseSwitch.html Fri Jul 10 13:37:56 2020
@@ -285,6 +285,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> 2.0.3 on 2/6/17 3:15 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 2.0.3 on 7/10/20 1:04 AM.</div>
 </body>
 </html>

Modified: myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.view.JspViewDeclarationLanguageBase.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.view.JspViewDeclarationLanguageBase.html?rev=1879765&r1=1879764&r2=1879765&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.view.JspViewDeclarationLanguageBase.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.view.JspViewDeclarationLanguageBase.html Fri Jul 10 13:37:56 2020
@@ -881,6 +881,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> 2.0.3 on 2/6/17 3:15 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 2.0.3 on 7/10/20 1:04 AM.</div>
 </body>
 </html>

Modified: myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.view.ResponseSwitch.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.view.ResponseSwitch.html?rev=1879765&r1=1879764&r2=1879765&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.view.ResponseSwitch.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.view.ResponseSwitch.html Fri Jul 10 13:37:56 2020
@@ -97,6 +97,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> 2.0.3 on 2/6/17 3:15 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 2.0.3 on 7/10/20 1:04 AM.</div>
 </body>
 </html>

Modified: myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.view.ServletResponseSwitch.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.view.ServletResponseSwitch.html?rev=1879765&r1=1879764&r2=1879765&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.view.ServletResponseSwitch.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.view.ServletResponseSwitch.html Fri Jul 10 13:37:56 2020
@@ -281,6 +281,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> 2.0.3 on 2/6/17 3:15 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 2.0.3 on 7/10/20 1:04 AM.</div>
 </body>
 </html>

Modified: myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.view.SwitchableOutputStream.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.view.SwitchableOutputStream.html?rev=1879765&r1=1879764&r2=1879765&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.view.SwitchableOutputStream.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.view.SwitchableOutputStream.html Fri Jul 10 13:37:56 2020
@@ -172,6 +172,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> 2.0.3 on 2/6/17 3:15 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 2.0.3 on 7/10/20 1:04 AM.</div>
 </body>
 </html>

Modified: myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.view.SwitchableWriter.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.view.SwitchableWriter.html?rev=1879765&r1=1879764&r2=1879765&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.view.SwitchableWriter.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.view.SwitchableWriter.html Fri Jul 10 13:37:56 2020
@@ -230,6 +230,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> 2.0.3 on 2/6/17 3:15 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 2.0.3 on 7/10/20 1:04 AM.</div>
 </body>
 </html>

Modified: myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.view.ViewDeclarationLanguageBase.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.view.ViewDeclarationLanguageBase.html?rev=1879765&r1=1879764&r2=1879765&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.view.ViewDeclarationLanguageBase.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.view.ViewDeclarationLanguageBase.html Fri Jul 10 13:37:56 2020
@@ -282,6 +282,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> 2.0.3 on 2/6/17 3:15 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 2.0.3 on 7/10/20 1:04 AM.</div>
 </body>
 </html>

Modified: myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.view.ViewResponseWrapper.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.view.ViewResponseWrapper.html?rev=1879765&r1=1879764&r2=1879765&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.view.ViewResponseWrapper.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.view.ViewResponseWrapper.html Fri Jul 10 13:37:56 2020
@@ -73,6 +73,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> 2.0.3 on 2/6/17 3:15 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 2.0.3 on 7/10/20 1:04 AM.</div>
 </body>
 </html>

Modified: myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.webapp.webxml.DelegatedFacesServlet.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.webapp.webxml.DelegatedFacesServlet.html?rev=1879765&r1=1879764&r2=1879765&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.webapp.webxml.DelegatedFacesServlet.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.webapp.webxml.DelegatedFacesServlet.html Fri Jul 10 13:37:56 2020
@@ -65,6 +65,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> 2.0.3 on 2/6/17 3:15 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 2.0.3 on 7/10/20 1:04 AM.</div>
 </body>
 </html>

Modified: myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.webapp.webxml.FilterMapping.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.webapp.webxml.FilterMapping.html?rev=1879765&r1=1879764&r2=1879765&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.webapp.webxml.FilterMapping.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.webapp.webxml.FilterMapping.html Fri Jul 10 13:37:56 2020
@@ -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> 2.0.3 on 2/6/17 3:15 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 2.0.3 on 7/10/20 1:04 AM.</div>
 </body>
 </html>

Modified: myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.webapp.webxml.ServletMapping.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.webapp.webxml.ServletMapping.html?rev=1879765&r1=1879764&r2=1879765&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.webapp.webxml.ServletMapping.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.webapp.webxml.ServletMapping.html Fri Jul 10 13:37:56 2020
@@ -166,6 +166,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> 2.0.3 on 2/6/17 3:15 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 2.0.3 on 7/10/20 1:04 AM.</div>
 </body>
 </html>

Modified: myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.webapp.webxml.WebXml.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.webapp.webxml.WebXml.html?rev=1879765&r1=1879764&r2=1879765&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.webapp.webxml.WebXml.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.webapp.webxml.WebXml.html Fri Jul 10 13:37:56 2020
@@ -501,6 +501,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> 2.0.3 on 2/6/17 3:15 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 2.0.3 on 7/10/20 1:04 AM.</div>
 </body>
 </html>

Modified: myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.webapp.webxml.WebXmlParser.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.webapp.webxml.WebXmlParser.html?rev=1879765&r1=1879764&r2=1879765&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.webapp.webxml.WebXmlParser.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared/cobertura/org.apache.myfaces.shared.webapp.webxml.WebXmlParser.html Fri Jul 10 13:37:56 2020
@@ -691,6 +691,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> 2.0.3 on 2/6/17 3:15 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 2.0.3 on 7/10/20 1:04 AM.</div>
 </body>
 </html>