Modified: 
websites/production/commons/content/proper/commons-logging/xref-test/org/apache/commons/logging/slf4j/CallerInformationTestCase.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-logging/xref-test/org/apache/commons/logging/slf4j/CallerInformationTestCase.html
 (original)
+++ 
websites/production/commons/content/proper/commons-logging/xref-test/org/apache/commons/logging/slf4j/CallerInformationTestCase.html
 Wed May 15 16:57:04 2024
@@ -28,97 +28,94 @@
 <a class="jxr_linenumber" name="L20" href="#L20">20</a>  <strong 
class="jxr_keyword">import</strong> java.util.Collections;
 <a class="jxr_linenumber" name="L21" href="#L21">21</a>  <strong 
class="jxr_keyword">import</strong> java.util.List;
 <a class="jxr_linenumber" name="L22" href="#L22">22</a>  
-<a class="jxr_linenumber" name="L23" href="#L23">23</a>  <strong 
class="jxr_keyword">import</strong> org.apache.commons.logging.Log;
-<a class="jxr_linenumber" name="L24" href="#L24">24</a>  <strong 
class="jxr_keyword">import</strong> org.apache.commons.logging.LogFactory;
-<a class="jxr_linenumber" name="L25" href="#L25">25</a>  <strong 
class="jxr_keyword">import</strong> 
org.apache.commons.logging.impl.Slf4jLogFactory;
-<a class="jxr_linenumber" name="L26" href="#L26">26</a>  <strong 
class="jxr_keyword">import</strong> org.slf4j.LoggerFactory;
-<a class="jxr_linenumber" name="L27" href="#L27">27</a>  <strong 
class="jxr_keyword">import</strong> org.slf4j.Marker;
-<a class="jxr_linenumber" name="L28" href="#L28">28</a>  <strong 
class="jxr_keyword">import</strong> org.slf4j.MarkerFactory;
-<a class="jxr_linenumber" name="L29" href="#L29">29</a>  
-<a class="jxr_linenumber" name="L30" href="#L30">30</a>  <strong 
class="jxr_keyword">import</strong> ch.qos.logback.classic.Level;
-<a class="jxr_linenumber" name="L31" href="#L31">31</a>  <strong 
class="jxr_keyword">import</strong> ch.qos.logback.classic.Logger;
-<a class="jxr_linenumber" name="L32" href="#L32">32</a>  <strong 
class="jxr_keyword">import</strong> ch.qos.logback.classic.LoggerContext;
-<a class="jxr_linenumber" name="L33" href="#L33">33</a>  <strong 
class="jxr_keyword">import</strong> ch.qos.logback.classic.spi.ILoggingEvent;
-<a class="jxr_linenumber" name="L34" href="#L34">34</a>  <strong 
class="jxr_keyword">import</strong> ch.qos.logback.classic.spi.ThrowableProxy;
-<a class="jxr_linenumber" name="L35" href="#L35">35</a>  <strong 
class="jxr_keyword">import</strong> ch.qos.logback.core.filter.Filter;
-<a class="jxr_linenumber" name="L36" href="#L36">36</a>  <strong 
class="jxr_keyword">import</strong> ch.qos.logback.core.read.ListAppender;
-<a class="jxr_linenumber" name="L37" href="#L37">37</a>  <strong 
class="jxr_keyword">import</strong> ch.qos.logback.core.spi.FilterReply;
-<a class="jxr_linenumber" name="L38" href="#L38">38</a>  <strong 
class="jxr_keyword">import</strong> junit.framework.TestCase;
-<a class="jxr_linenumber" name="L39" href="#L39">39</a>  
-<a class="jxr_linenumber" name="L40" href="#L40">40</a>  <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> 
<a name="CallerInformationTestCase" 
href="../../../../../org/apache/commons/logging/slf4j/CallerInformationTestCase.html#CallerInformationTestCase">CallerInformationTestCase</a>
 <strong class="jxr_keyword">extends</strong> TestCase {
-<a class="jxr_linenumber" name="L41" href="#L41">41</a>  
-<a class="jxr_linenumber" name="L42" href="#L42">42</a>      <strong 
class="jxr_keyword">private</strong> <strong 
class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> 
String STRING = <span class="jxr_string">"String"</span>;
-<a class="jxr_linenumber" name="L43" href="#L43">43</a>      <strong 
class="jxr_keyword">private</strong> <strong 
class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> 
Throwable T = <strong class="jxr_keyword">new</strong> RuntimeException();
-<a class="jxr_linenumber" name="L44" href="#L44">44</a>      <strong 
class="jxr_keyword">private</strong> <strong 
class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> 
List&lt;Marker&gt; MARKERS = 
Collections.singletonList(MarkerFactory.getMarker(<span 
class="jxr_string">"COMMONS-LOGGING"</span>));
-<a class="jxr_linenumber" name="L45" href="#L45">45</a>  
-<a class="jxr_linenumber" name="L46" href="#L46">46</a>      <strong 
class="jxr_keyword">private</strong> <strong 
class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> 
Level[] levels = {Level.ERROR, <em class="jxr_comment">// SLF4J has no FATAL 
level</em>
-<a class="jxr_linenumber" name="L47" href="#L47">47</a>              
Level.ERROR, Level.WARN, Level.INFO, Level.DEBUG, Level.TRACE};
-<a class="jxr_linenumber" name="L48" href="#L48">48</a>  
-<a class="jxr_linenumber" name="L49" href="#L49">49</a>      <strong 
class="jxr_keyword">private</strong> LogFactory factory;
-<a class="jxr_linenumber" name="L50" href="#L50">50</a>      <strong 
class="jxr_keyword">private</strong> Log log;
-<a class="jxr_linenumber" name="L51" href="#L51">51</a>      <strong 
class="jxr_keyword">private</strong> ListAppender&lt;ILoggingEvent&gt; appender;
-<a class="jxr_linenumber" name="L52" href="#L52">52</a>  
-<a class="jxr_linenumber" name="L53" href="#L53">53</a>      @Override
-<a class="jxr_linenumber" name="L54" href="#L54">54</a>      <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> 
setUp() {
-<a class="jxr_linenumber" name="L55" href="#L55">55</a>          factory = 
LogFactory.getFactory();
-<a class="jxr_linenumber" name="L56" href="#L56">56</a>          log = 
factory.getInstance(getClass());
-<a class="jxr_linenumber" name="L57" href="#L57">57</a>          <strong 
class="jxr_keyword">final</strong> LoggerContext context = (LoggerContext) 
LoggerFactory.getILoggerFactory();
-<a class="jxr_linenumber" name="L58" href="#L58">58</a>          <strong 
class="jxr_keyword">final</strong> Logger logger = 
context.getLogger(Logger.ROOT_LOGGER_NAME);
-<a class="jxr_linenumber" name="L59" href="#L59">59</a>          appender = 
(ListAppender) logger.getAppender(<span class="jxr_string">"LIST"</span>);
-<a class="jxr_linenumber" name="L60" href="#L60">60</a>          
appender.clearAllFilters();
-<a class="jxr_linenumber" name="L61" href="#L61">61</a>          
appender.addFilter(<strong class="jxr_keyword">new</strong> 
Filter&lt;ILoggingEvent&gt;() {
-<a class="jxr_linenumber" name="L62" href="#L62">62</a>              @Override
-<a class="jxr_linenumber" name="L63" href="#L63">63</a>              <strong 
class="jxr_keyword">public</strong> FilterReply decide(<strong 
class="jxr_keyword">final</strong> ILoggingEvent event) {
-<a class="jxr_linenumber" name="L64" href="#L64">64</a>                  <em 
class="jxr_comment">// Force the registration of caller data</em>
-<a class="jxr_linenumber" name="L65" href="#L65">65</a>                  
event.getCallerData();
-<a class="jxr_linenumber" name="L66" href="#L66">66</a>                  
<strong class="jxr_keyword">return</strong> FilterReply.NEUTRAL;
-<a class="jxr_linenumber" name="L67" href="#L67">67</a>              }
-<a class="jxr_linenumber" name="L68" href="#L68">68</a>          });
-<a class="jxr_linenumber" name="L69" href="#L69">69</a>      }
-<a class="jxr_linenumber" name="L70" href="#L70">70</a>  
-<a class="jxr_linenumber" name="L71" href="#L71">71</a>      <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> 
testFactoryClassName() {
-<a class="jxr_linenumber" name="L72" href="#L72">72</a>          
assertEquals(Slf4jLogFactory.<strong class="jxr_keyword">class</strong>, 
factory.getClass());
-<a class="jxr_linenumber" name="L73" href="#L73">73</a>      }
-<a class="jxr_linenumber" name="L74" href="#L74">74</a>  
-<a class="jxr_linenumber" name="L75" href="#L75">75</a>      <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> 
testLocationInfo() {
-<a class="jxr_linenumber" name="L76" href="#L76">76</a>          
appender.list.clear();
-<a class="jxr_linenumber" name="L77" href="#L77">77</a>          <em 
class="jxr_comment">// The following value must match the line number</em>
-<a class="jxr_linenumber" name="L78" href="#L78">78</a>          <strong 
class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> 
currentLineNumber = 78;
-<a class="jxr_linenumber" name="L79" href="#L79">79</a>          
log.fatal(STRING);
-<a class="jxr_linenumber" name="L80" href="#L80">80</a>          
log.fatal(STRING, T);
-<a class="jxr_linenumber" name="L81" href="#L81">81</a>          
log.error(STRING);
-<a class="jxr_linenumber" name="L82" href="#L82">82</a>          
log.error(STRING, T);
-<a class="jxr_linenumber" name="L83" href="#L83">83</a>          
log.warn(STRING);
-<a class="jxr_linenumber" name="L84" href="#L84">84</a>          
log.warn(STRING, T);
-<a class="jxr_linenumber" name="L85" href="#L85">85</a>          
log.info(STRING);
-<a class="jxr_linenumber" name="L86" href="#L86">86</a>          
log.info(STRING, T);
-<a class="jxr_linenumber" name="L87" href="#L87">87</a>          
log.debug(STRING);
-<a class="jxr_linenumber" name="L88" href="#L88">88</a>          
log.debug(STRING, T);
-<a class="jxr_linenumber" name="L89" href="#L89">89</a>          
log.trace(STRING);
-<a class="jxr_linenumber" name="L90" href="#L90">90</a>          
log.trace(STRING, T);
-<a class="jxr_linenumber" name="L91" href="#L91">91</a>          <strong 
class="jxr_keyword">final</strong> List&lt;ILoggingEvent&gt; events = <strong 
class="jxr_keyword">new</strong> ArrayList&lt;&gt;(appender.list);
-<a class="jxr_linenumber" name="L92" href="#L92">92</a>          
assertEquals(<span class="jxr_string">"All events received."</span>, 
levels.length * 2, events.size());
-<a class="jxr_linenumber" name="L93" href="#L93">93</a>          <strong 
class="jxr_keyword">for</strong> (<strong class="jxr_keyword">int</strong> lev 
= 0; lev &lt; levels.length; lev++) {
-<a class="jxr_linenumber" name="L94" href="#L94">94</a>              <strong 
class="jxr_keyword">for</strong> (<strong class="jxr_keyword">int</strong> 
hasThrowable = 0; hasThrowable &lt;= 1; hasThrowable++) {
-<a class="jxr_linenumber" name="L95" href="#L95">95</a>                  
<strong class="jxr_keyword">final</strong> ILoggingEvent event = events.get(2 * 
lev + hasThrowable);
-<a class="jxr_linenumber" name="L96" href="#L96">96</a>                  
assertEquals(<span class="jxr_string">"Correct message."</span>, STRING, 
event.getMessage());
-<a class="jxr_linenumber" name="L97" href="#L97">97</a>                  
assertEquals(<span class="jxr_string">"Correct marker."</span>, MARKERS, 
event.getMarkerList());
-<a class="jxr_linenumber" name="L98" href="#L98">98</a>                  
assertEquals(<span class="jxr_string">"Level matches."</span>, levels[lev], 
event.getLevel());
-<a class="jxr_linenumber" name="L99" href="#L99">99</a>                  
<strong class="jxr_keyword">final</strong> StackTraceElement[] callerData = 
event.getCallerData();
-<a class="jxr_linenumber" name="L100" href="#L100">100</a>                 
assertTrue(<span class="jxr_string">"Has location"</span>, callerData != 
<strong class="jxr_keyword">null</strong> &amp;&amp; callerData.length &gt; 0);
-<a class="jxr_linenumber" name="L101" href="#L101">101</a>                 
<strong class="jxr_keyword">final</strong> StackTraceElement location = 
callerData[0];
-<a class="jxr_linenumber" name="L102" href="#L102">102</a>                 
assertEquals(<span class="jxr_string">"Correct location class."</span>, 
getClass().getName(), location.getClassName());
-<a class="jxr_linenumber" name="L103" href="#L103">103</a>                 
assertEquals(<span class="jxr_string">"Correct location line."</span>,
-<a class="jxr_linenumber" name="L104" href="#L104">104</a>                     
    currentLineNumber + 2 * lev + hasThrowable + 1,
-<a class="jxr_linenumber" name="L105" href="#L105">105</a>                     
    location.getLineNumber());
-<a class="jxr_linenumber" name="L106" href="#L106">106</a>                 
<strong class="jxr_keyword">final</strong> ThrowableProxy throwableProxy = 
(ThrowableProxy) event.getThrowableProxy();
-<a class="jxr_linenumber" name="L107" href="#L107">107</a>                 
assertEquals(<span class="jxr_string">"Correct exception"</span>,
-<a class="jxr_linenumber" name="L108" href="#L108">108</a>                     
    hasThrowable &gt; 0 ? T : <strong class="jxr_keyword">null</strong>,
-<a class="jxr_linenumber" name="L109" href="#L109">109</a>                     
    throwableProxy != <strong class="jxr_keyword">null</strong> ? 
throwableProxy.getThrowable() : <strong class="jxr_keyword">null</strong>);
-<a class="jxr_linenumber" name="L110" href="#L110">110</a>             }
-<a class="jxr_linenumber" name="L111" href="#L111">111</a>         }
-<a class="jxr_linenumber" name="L112" href="#L112">112</a>     }
-<a class="jxr_linenumber" name="L113" href="#L113">113</a> }
+<a class="jxr_linenumber" name="L23" href="#L23">23</a>  <strong 
class="jxr_keyword">import</strong> junit.framework.TestCase;
+<a class="jxr_linenumber" name="L24" href="#L24">24</a>  
+<a class="jxr_linenumber" name="L25" href="#L25">25</a>  <strong 
class="jxr_keyword">import</strong> org.apache.commons.logging.Log;
+<a class="jxr_linenumber" name="L26" href="#L26">26</a>  <strong 
class="jxr_keyword">import</strong> org.apache.commons.logging.LogFactory;
+<a class="jxr_linenumber" name="L27" href="#L27">27</a>  <strong 
class="jxr_keyword">import</strong> 
org.apache.commons.logging.impl.Slf4jLogFactory;
+<a class="jxr_linenumber" name="L28" href="#L28">28</a>  <strong 
class="jxr_keyword">import</strong> org.slf4j.LoggerFactory;
+<a class="jxr_linenumber" name="L29" href="#L29">29</a>  <strong 
class="jxr_keyword">import</strong> org.slf4j.Marker;
+<a class="jxr_linenumber" name="L30" href="#L30">30</a>  <strong 
class="jxr_keyword">import</strong> org.slf4j.MarkerFactory;
+<a class="jxr_linenumber" name="L31" href="#L31">31</a>  
+<a class="jxr_linenumber" name="L32" href="#L32">32</a>  <strong 
class="jxr_keyword">import</strong> ch.qos.logback.classic.Level;
+<a class="jxr_linenumber" name="L33" href="#L33">33</a>  <strong 
class="jxr_keyword">import</strong> ch.qos.logback.classic.Logger;
+<a class="jxr_linenumber" name="L34" href="#L34">34</a>  <strong 
class="jxr_keyword">import</strong> ch.qos.logback.classic.LoggerContext;
+<a class="jxr_linenumber" name="L35" href="#L35">35</a>  <strong 
class="jxr_keyword">import</strong> ch.qos.logback.classic.spi.ILoggingEvent;
+<a class="jxr_linenumber" name="L36" href="#L36">36</a>  <strong 
class="jxr_keyword">import</strong> ch.qos.logback.classic.spi.ThrowableProxy;
+<a class="jxr_linenumber" name="L37" href="#L37">37</a>  <strong 
class="jxr_keyword">import</strong> ch.qos.logback.core.filter.Filter;
+<a class="jxr_linenumber" name="L38" href="#L38">38</a>  <strong 
class="jxr_keyword">import</strong> ch.qos.logback.core.read.ListAppender;
+<a class="jxr_linenumber" name="L39" href="#L39">39</a>  <strong 
class="jxr_keyword">import</strong> ch.qos.logback.core.spi.FilterReply;
+<a class="jxr_linenumber" name="L40" href="#L40">40</a>  
+<a class="jxr_linenumber" name="L41" href="#L41">41</a>  <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> 
<a name="CallerInformationTestCase" 
href="../../../../../org/apache/commons/logging/slf4j/CallerInformationTestCase.html#CallerInformationTestCase">CallerInformationTestCase</a>
 <strong class="jxr_keyword">extends</strong> TestCase {
+<a class="jxr_linenumber" name="L42" href="#L42">42</a>  
+<a class="jxr_linenumber" name="L43" href="#L43">43</a>      <strong 
class="jxr_keyword">private</strong> <strong 
class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> 
String STRING = <span class="jxr_string">"String"</span>;
+<a class="jxr_linenumber" name="L44" href="#L44">44</a>      <strong 
class="jxr_keyword">private</strong> <strong 
class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> 
Throwable T = <strong class="jxr_keyword">new</strong> RuntimeException();
+<a class="jxr_linenumber" name="L45" href="#L45">45</a>      <strong 
class="jxr_keyword">private</strong> <strong 
class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> 
List&lt;Marker&gt; MARKERS = 
Collections.singletonList(MarkerFactory.getMarker(<span 
class="jxr_string">"COMMONS-LOGGING"</span>));
+<a class="jxr_linenumber" name="L46" href="#L46">46</a>  
+<a class="jxr_linenumber" name="L47" href="#L47">47</a>      <strong 
class="jxr_keyword">private</strong> <strong 
class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> 
Level[] levels = {Level.ERROR, <em class="jxr_comment">// SLF4J has no FATAL 
level</em>
+<a class="jxr_linenumber" name="L48" href="#L48">48</a>              
Level.ERROR, Level.WARN, Level.INFO, Level.DEBUG, Level.TRACE};
+<a class="jxr_linenumber" name="L49" href="#L49">49</a>  
+<a class="jxr_linenumber" name="L50" href="#L50">50</a>      <strong 
class="jxr_keyword">private</strong> LogFactory factory;
+<a class="jxr_linenumber" name="L51" href="#L51">51</a>      <strong 
class="jxr_keyword">private</strong> Log log;
+<a class="jxr_linenumber" name="L52" href="#L52">52</a>      <strong 
class="jxr_keyword">private</strong> ListAppender&lt;ILoggingEvent&gt; appender;
+<a class="jxr_linenumber" name="L53" href="#L53">53</a>  
+<a class="jxr_linenumber" name="L54" href="#L54">54</a>      @Override
+<a class="jxr_linenumber" name="L55" href="#L55">55</a>      <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> 
setUp() {
+<a class="jxr_linenumber" name="L56" href="#L56">56</a>          factory = 
LogFactory.getFactory();
+<a class="jxr_linenumber" name="L57" href="#L57">57</a>          log = 
factory.getInstance(getClass());
+<a class="jxr_linenumber" name="L58" href="#L58">58</a>          <strong 
class="jxr_keyword">final</strong> LoggerContext context = (LoggerContext) 
LoggerFactory.getILoggerFactory();
+<a class="jxr_linenumber" name="L59" href="#L59">59</a>          <strong 
class="jxr_keyword">final</strong> Logger logger = 
context.getLogger(Logger.ROOT_LOGGER_NAME);
+<a class="jxr_linenumber" name="L60" href="#L60">60</a>          appender = 
(ListAppender) logger.getAppender(<span class="jxr_string">"LIST"</span>);
+<a class="jxr_linenumber" name="L61" href="#L61">61</a>          
appender.clearAllFilters();
+<a class="jxr_linenumber" name="L62" href="#L62">62</a>          
appender.addFilter(<strong class="jxr_keyword">new</strong> 
Filter&lt;ILoggingEvent&gt;() {
+<a class="jxr_linenumber" name="L63" href="#L63">63</a>              @Override
+<a class="jxr_linenumber" name="L64" href="#L64">64</a>              <strong 
class="jxr_keyword">public</strong> FilterReply decide(<strong 
class="jxr_keyword">final</strong> ILoggingEvent event) {
+<a class="jxr_linenumber" name="L65" href="#L65">65</a>                  <em 
class="jxr_comment">// Force the registration of caller data</em>
+<a class="jxr_linenumber" name="L66" href="#L66">66</a>                  
event.getCallerData();
+<a class="jxr_linenumber" name="L67" href="#L67">67</a>                  
<strong class="jxr_keyword">return</strong> FilterReply.NEUTRAL;
+<a class="jxr_linenumber" name="L68" href="#L68">68</a>              }
+<a class="jxr_linenumber" name="L69" href="#L69">69</a>          });
+<a class="jxr_linenumber" name="L70" href="#L70">70</a>      }
+<a class="jxr_linenumber" name="L71" href="#L71">71</a>  
+<a class="jxr_linenumber" name="L72" href="#L72">72</a>      <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> 
testFactoryClassName() {
+<a class="jxr_linenumber" name="L73" href="#L73">73</a>          
assertEquals(Slf4jLogFactory.<strong class="jxr_keyword">class</strong>, 
factory.getClass());
+<a class="jxr_linenumber" name="L74" href="#L74">74</a>      }
+<a class="jxr_linenumber" name="L75" href="#L75">75</a>  
+<a class="jxr_linenumber" name="L76" href="#L76">76</a>      <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> 
testLocationInfo() {
+<a class="jxr_linenumber" name="L77" href="#L77">77</a>          
appender.list.clear();
+<a class="jxr_linenumber" name="L78" href="#L78">78</a>          <em 
class="jxr_comment">// The following value must match the line number</em>
+<a class="jxr_linenumber" name="L79" href="#L79">79</a>          <strong 
class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> 
currentLineNumber = 79;
+<a class="jxr_linenumber" name="L80" href="#L80">80</a>          
log.fatal(STRING);
+<a class="jxr_linenumber" name="L81" href="#L81">81</a>          
log.fatal(STRING, T);
+<a class="jxr_linenumber" name="L82" href="#L82">82</a>          
log.error(STRING);
+<a class="jxr_linenumber" name="L83" href="#L83">83</a>          
log.error(STRING, T);
+<a class="jxr_linenumber" name="L84" href="#L84">84</a>          
log.warn(STRING);
+<a class="jxr_linenumber" name="L85" href="#L85">85</a>          
log.warn(STRING, T);
+<a class="jxr_linenumber" name="L86" href="#L86">86</a>          
log.info(STRING);
+<a class="jxr_linenumber" name="L87" href="#L87">87</a>          
log.info(STRING, T);
+<a class="jxr_linenumber" name="L88" href="#L88">88</a>          
log.debug(STRING);
+<a class="jxr_linenumber" name="L89" href="#L89">89</a>          
log.debug(STRING, T);
+<a class="jxr_linenumber" name="L90" href="#L90">90</a>          
log.trace(STRING);
+<a class="jxr_linenumber" name="L91" href="#L91">91</a>          
log.trace(STRING, T);
+<a class="jxr_linenumber" name="L92" href="#L92">92</a>          <strong 
class="jxr_keyword">final</strong> List&lt;ILoggingEvent&gt; events = <strong 
class="jxr_keyword">new</strong> ArrayList&lt;&gt;(appender.list);
+<a class="jxr_linenumber" name="L93" href="#L93">93</a>          
assertEquals(<span class="jxr_string">"All events received."</span>, 
levels.length * 2, events.size());
+<a class="jxr_linenumber" name="L94" href="#L94">94</a>          <strong 
class="jxr_keyword">for</strong> (<strong class="jxr_keyword">int</strong> lev 
= 0; lev &lt; levels.length; lev++) {
+<a class="jxr_linenumber" name="L95" href="#L95">95</a>              <strong 
class="jxr_keyword">for</strong> (<strong class="jxr_keyword">int</strong> 
hasThrowable = 0; hasThrowable &lt;= 1; hasThrowable++) {
+<a class="jxr_linenumber" name="L96" href="#L96">96</a>                  
<strong class="jxr_keyword">final</strong> ILoggingEvent event = events.get(2 * 
lev + hasThrowable);
+<a class="jxr_linenumber" name="L97" href="#L97">97</a>                  
assertEquals(<span class="jxr_string">"Correct message."</span>, STRING, 
event.getMessage());
+<a class="jxr_linenumber" name="L98" href="#L98">98</a>                  
assertEquals(<span class="jxr_string">"Correct marker."</span>, MARKERS, 
event.getMarkerList());
+<a class="jxr_linenumber" name="L99" href="#L99">99</a>                  
assertEquals(<span class="jxr_string">"Level matches."</span>, levels[lev], 
event.getLevel());
+<a class="jxr_linenumber" name="L100" href="#L100">100</a>                 
<strong class="jxr_keyword">final</strong> StackTraceElement[] callerData = 
event.getCallerData();
+<a class="jxr_linenumber" name="L101" href="#L101">101</a>                 
assertTrue(<span class="jxr_string">"Has location"</span>, callerData != 
<strong class="jxr_keyword">null</strong> &amp;&amp; callerData.length &gt; 0);
+<a class="jxr_linenumber" name="L102" href="#L102">102</a>                 
<strong class="jxr_keyword">final</strong> StackTraceElement location = 
callerData[0];
+<a class="jxr_linenumber" name="L103" href="#L103">103</a>                 
assertEquals(<span class="jxr_string">"Correct location class."</span>, 
getClass().getName(), location.getClassName());
+<a class="jxr_linenumber" name="L104" href="#L104">104</a>                 
assertEquals(<span class="jxr_string">"Correct location line."</span>, 
currentLineNumber + 2 * lev + hasThrowable + 1, location.getLineNumber());
+<a class="jxr_linenumber" name="L105" href="#L105">105</a>                 
<strong class="jxr_keyword">final</strong> ThrowableProxy throwableProxy = 
(ThrowableProxy) event.getThrowableProxy();
+<a class="jxr_linenumber" name="L106" href="#L106">106</a>                 
assertEquals(<span class="jxr_string">"Correct exception"</span>, hasThrowable 
&gt; 0 ? T : <strong class="jxr_keyword">null</strong>, throwableProxy != 
<strong class="jxr_keyword">null</strong> ? throwableProxy.getThrowable() : 
<strong class="jxr_keyword">null</strong>);
+<a class="jxr_linenumber" name="L107" href="#L107">107</a>             }
+<a class="jxr_linenumber" name="L108" href="#L108">108</a>         }
+<a class="jxr_linenumber" name="L109" href="#L109">109</a>     }
+<a class="jxr_linenumber" name="L110" href="#L110">110</a> }
 </pre>
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2024 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>

Modified: 
websites/production/commons/content/proper/commons-logging/xref-test/org/apache/commons/logging/slf4j/package-frame.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-logging/xref-test/org/apache/commons/logging/slf4j/package-frame.html
 (original)
+++ 
websites/production/commons/content/proper/commons-logging/xref-test/org/apache/commons/logging/slf4j/package-frame.html
 Wed May 15 16:57:04 2024
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; 
charset=iso-8859-1" />
-        <title>Apache Commons Logging 1.3.1 Reference Package 
org.apache.commons.logging.slf4j</title>
+        <title>Apache Commons Logging 1.3.2 Reference Package 
org.apache.commons.logging.slf4j</title>
         <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
     </head>
     <body>

Modified: 
websites/production/commons/content/proper/commons-logging/xref-test/org/apache/commons/logging/slf4j/package-summary.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-logging/xref-test/org/apache/commons/logging/slf4j/package-summary.html
 (original)
+++ 
websites/production/commons/content/proper/commons-logging/xref-test/org/apache/commons/logging/slf4j/package-summary.html
 Wed May 15 16:57:04 2024
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; 
charset=iso-8859-1" />
-        <title>Apache Commons Logging 1.3.1 Reference Package 
org.apache.commons.logging.slf4j</title>
+        <title>Apache Commons Logging 1.3.2 Reference Package 
org.apache.commons.logging.slf4j</title>
         <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
     </head>
 
@@ -23,7 +23,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Commons Logging 
1.3.1 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Commons Logging 
1.3.2 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">
@@ -81,7 +81,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Commons Logging 
1.3.1 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Commons Logging 
1.3.2 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">

Modified: 
websites/production/commons/content/proper/commons-logging/xref-test/org/apache/commons/logging/tccl/BadTCCLTestCase.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-logging/xref-test/org/apache/commons/logging/tccl/BadTCCLTestCase.html
 (original)
+++ 
websites/production/commons/content/proper/commons-logging/xref-test/org/apache/commons/logging/tccl/BadTCCLTestCase.html
 Wed May 15 16:57:04 2024
@@ -24,13 +24,13 @@
 <a class="jxr_linenumber" name="L16" href="#L16">16</a>  <em 
class="jxr_comment"> */</em>
 <a class="jxr_linenumber" name="L17" href="#L17">17</a>  <strong 
class="jxr_keyword">package</strong> org.apache.commons.logging.tccl;
 <a class="jxr_linenumber" name="L18" href="#L18">18</a>  
-<a class="jxr_linenumber" name="L19" href="#L19">19</a>  <strong 
class="jxr_keyword">import</strong> org.apache.commons.logging.Log;
-<a class="jxr_linenumber" name="L20" href="#L20">20</a>  <strong 
class="jxr_keyword">import</strong> org.apache.commons.logging.LogFactory;
-<a class="jxr_linenumber" name="L21" href="#L21">21</a>  <strong 
class="jxr_keyword">import</strong> 
org.apache.commons.logging.PathableClassLoader;
-<a class="jxr_linenumber" name="L22" href="#L22">22</a>  <strong 
class="jxr_keyword">import</strong> 
org.apache.commons.logging.PathableTestSuite;
-<a class="jxr_linenumber" name="L23" href="#L23">23</a>  
-<a class="jxr_linenumber" name="L24" href="#L24">24</a>  <strong 
class="jxr_keyword">import</strong> junit.framework.Test;
-<a class="jxr_linenumber" name="L25" href="#L25">25</a>  <strong 
class="jxr_keyword">import</strong> junit.framework.TestCase;
+<a class="jxr_linenumber" name="L19" href="#L19">19</a>  <strong 
class="jxr_keyword">import</strong> junit.framework.Test;
+<a class="jxr_linenumber" name="L20" href="#L20">20</a>  <strong 
class="jxr_keyword">import</strong> junit.framework.TestCase;
+<a class="jxr_linenumber" name="L21" href="#L21">21</a>  
+<a class="jxr_linenumber" name="L22" href="#L22">22</a>  <strong 
class="jxr_keyword">import</strong> org.apache.commons.logging.Log;
+<a class="jxr_linenumber" name="L23" href="#L23">23</a>  <strong 
class="jxr_keyword">import</strong> org.apache.commons.logging.LogFactory;
+<a class="jxr_linenumber" name="L24" href="#L24">24</a>  <strong 
class="jxr_keyword">import</strong> 
org.apache.commons.logging.PathableClassLoader;
+<a class="jxr_linenumber" name="L25" href="#L25">25</a>  <strong 
class="jxr_keyword">import</strong> 
org.apache.commons.logging.PathableTestSuite;
 <a class="jxr_linenumber" name="L26" href="#L26">26</a>  
 <a class="jxr_linenumber" name="L27" href="#L27">27</a>  <em 
class="jxr_javadoccomment">/**</em>
 <a class="jxr_linenumber" name="L28" href="#L28">28</a>  <em 
class="jxr_javadoccomment"> * Simulates the case when TCCL is badly set and 
cannot load JCL.</em>

Modified: 
websites/production/commons/content/proper/commons-logging/xref-test/org/apache/commons/logging/tccl/NullTCCLTestCase.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-logging/xref-test/org/apache/commons/logging/tccl/NullTCCLTestCase.html
 (original)
+++ 
websites/production/commons/content/proper/commons-logging/xref-test/org/apache/commons/logging/tccl/NullTCCLTestCase.html
 Wed May 15 16:57:04 2024
@@ -24,12 +24,12 @@
 <a class="jxr_linenumber" name="L16" href="#L16">16</a>  <em 
class="jxr_comment"> */</em>
 <a class="jxr_linenumber" name="L17" href="#L17">17</a>  <strong 
class="jxr_keyword">package</strong> org.apache.commons.logging.tccl;
 <a class="jxr_linenumber" name="L18" href="#L18">18</a>  
-<a class="jxr_linenumber" name="L19" href="#L19">19</a>  <strong 
class="jxr_keyword">import</strong> org.apache.commons.logging.Log;
-<a class="jxr_linenumber" name="L20" href="#L20">20</a>  <strong 
class="jxr_keyword">import</strong> org.apache.commons.logging.LogFactory;
-<a class="jxr_linenumber" name="L21" href="#L21">21</a>  <strong 
class="jxr_keyword">import</strong> 
org.apache.commons.logging.PathableTestSuite;
-<a class="jxr_linenumber" name="L22" href="#L22">22</a>  
-<a class="jxr_linenumber" name="L23" href="#L23">23</a>  <strong 
class="jxr_keyword">import</strong> junit.framework.Test;
-<a class="jxr_linenumber" name="L24" href="#L24">24</a>  <strong 
class="jxr_keyword">import</strong> junit.framework.TestCase;
+<a class="jxr_linenumber" name="L19" href="#L19">19</a>  <strong 
class="jxr_keyword">import</strong> junit.framework.Test;
+<a class="jxr_linenumber" name="L20" href="#L20">20</a>  <strong 
class="jxr_keyword">import</strong> junit.framework.TestCase;
+<a class="jxr_linenumber" name="L21" href="#L21">21</a>  
+<a class="jxr_linenumber" name="L22" href="#L22">22</a>  <strong 
class="jxr_keyword">import</strong> org.apache.commons.logging.Log;
+<a class="jxr_linenumber" name="L23" href="#L23">23</a>  <strong 
class="jxr_keyword">import</strong> org.apache.commons.logging.LogFactory;
+<a class="jxr_linenumber" name="L24" href="#L24">24</a>  <strong 
class="jxr_keyword">import</strong> 
org.apache.commons.logging.PathableTestSuite;
 <a class="jxr_linenumber" name="L25" href="#L25">25</a>  
 <a class="jxr_linenumber" name="L26" href="#L26">26</a>  <em 
class="jxr_javadoccomment">/**</em>
 <a class="jxr_linenumber" name="L27" href="#L27">27</a>  <em 
class="jxr_javadoccomment"> * Simulates the case when TCCL is set to NULL.</em>

Modified: 
websites/production/commons/content/proper/commons-logging/xref-test/org/apache/commons/logging/tccl/custom/package-frame.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-logging/xref-test/org/apache/commons/logging/tccl/custom/package-frame.html
 (original)
+++ 
websites/production/commons/content/proper/commons-logging/xref-test/org/apache/commons/logging/tccl/custom/package-frame.html
 Wed May 15 16:57:04 2024
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; 
charset=iso-8859-1" />
-        <title>Apache Commons Logging 1.3.1 Reference Package 
org.apache.commons.logging.tccl.custom</title>
+        <title>Apache Commons Logging 1.3.2 Reference Package 
org.apache.commons.logging.tccl.custom</title>
         <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
     </head>
     <body>

Modified: 
websites/production/commons/content/proper/commons-logging/xref-test/org/apache/commons/logging/tccl/custom/package-summary.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-logging/xref-test/org/apache/commons/logging/tccl/custom/package-summary.html
 (original)
+++ 
websites/production/commons/content/proper/commons-logging/xref-test/org/apache/commons/logging/tccl/custom/package-summary.html
 Wed May 15 16:57:04 2024
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; 
charset=iso-8859-1" />
-        <title>Apache Commons Logging 1.3.1 Reference Package 
org.apache.commons.logging.tccl.custom</title>
+        <title>Apache Commons Logging 1.3.2 Reference Package 
org.apache.commons.logging.tccl.custom</title>
         <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
     </head>
 
@@ -23,7 +23,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Commons Logging 
1.3.1 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Commons Logging 
1.3.2 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">
@@ -86,7 +86,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Commons Logging 
1.3.1 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Commons Logging 
1.3.2 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">

Modified: 
websites/production/commons/content/proper/commons-logging/xref-test/org/apache/commons/logging/tccl/log/TcclDisabledTestCase.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-logging/xref-test/org/apache/commons/logging/tccl/log/TcclDisabledTestCase.html
 (original)
+++ 
websites/production/commons/content/proper/commons-logging/xref-test/org/apache/commons/logging/tccl/log/TcclDisabledTestCase.html
 Wed May 15 16:57:04 2024
@@ -27,14 +27,14 @@
 <a class="jxr_linenumber" name="L19" href="#L19">19</a>  
 <a class="jxr_linenumber" name="L20" href="#L20">20</a>  <strong 
class="jxr_keyword">import</strong> java.net.URL;
 <a class="jxr_linenumber" name="L21" href="#L21">21</a>  
-<a class="jxr_linenumber" name="L22" href="#L22">22</a>  <strong 
class="jxr_keyword">import</strong> org.apache.commons.logging.Log;
-<a class="jxr_linenumber" name="L23" href="#L23">23</a>  <strong 
class="jxr_keyword">import</strong> 
org.apache.commons.logging.LogConfigurationException;
-<a class="jxr_linenumber" name="L24" href="#L24">24</a>  <strong 
class="jxr_keyword">import</strong> org.apache.commons.logging.LogFactory;
-<a class="jxr_linenumber" name="L25" href="#L25">25</a>  <strong 
class="jxr_keyword">import</strong> 
org.apache.commons.logging.PathableClassLoader;
-<a class="jxr_linenumber" name="L26" href="#L26">26</a>  <strong 
class="jxr_keyword">import</strong> 
org.apache.commons.logging.PathableTestSuite;
-<a class="jxr_linenumber" name="L27" href="#L27">27</a>  
-<a class="jxr_linenumber" name="L28" href="#L28">28</a>  <strong 
class="jxr_keyword">import</strong> junit.framework.Test;
-<a class="jxr_linenumber" name="L29" href="#L29">29</a>  <strong 
class="jxr_keyword">import</strong> junit.framework.TestCase;
+<a class="jxr_linenumber" name="L22" href="#L22">22</a>  <strong 
class="jxr_keyword">import</strong> junit.framework.Test;
+<a class="jxr_linenumber" name="L23" href="#L23">23</a>  <strong 
class="jxr_keyword">import</strong> junit.framework.TestCase;
+<a class="jxr_linenumber" name="L24" href="#L24">24</a>  
+<a class="jxr_linenumber" name="L25" href="#L25">25</a>  <strong 
class="jxr_keyword">import</strong> org.apache.commons.logging.Log;
+<a class="jxr_linenumber" name="L26" href="#L26">26</a>  <strong 
class="jxr_keyword">import</strong> 
org.apache.commons.logging.LogConfigurationException;
+<a class="jxr_linenumber" name="L27" href="#L27">27</a>  <strong 
class="jxr_keyword">import</strong> org.apache.commons.logging.LogFactory;
+<a class="jxr_linenumber" name="L28" href="#L28">28</a>  <strong 
class="jxr_keyword">import</strong> 
org.apache.commons.logging.PathableClassLoader;
+<a class="jxr_linenumber" name="L29" href="#L29">29</a>  <strong 
class="jxr_keyword">import</strong> 
org.apache.commons.logging.PathableTestSuite;
 <a class="jxr_linenumber" name="L30" href="#L30">30</a>  
 <a class="jxr_linenumber" name="L31" href="#L31">31</a>  <em 
class="jxr_javadoccomment">/**</em>
 <a class="jxr_linenumber" name="L32" href="#L32">32</a>  <em 
class="jxr_javadoccomment"> * Verify that by default LogFactoryImpl is loaded 
from the tccl class loader.</em>
@@ -157,11 +157,10 @@
 <a class="jxr_linenumber" name="L149" href="#L149">149</a>             
assertNotNull(log); <em class="jxr_comment">// silence compiler warning about 
unused var</em>
 <a class="jxr_linenumber" name="L150" href="#L150">150</a>         } <strong 
class="jxr_keyword">catch</strong> (<strong class="jxr_keyword">final</strong> 
LogConfigurationException ex) {
 <a class="jxr_linenumber" name="L151" href="#L151">151</a>             <em 
class="jxr_comment">// ok, expected</em>
-<a class="jxr_linenumber" name="L152" href="#L152">152</a>             <strong 
class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> 
index = ex.getMessage().indexOf(MY_LOG_IMPL);
-<a class="jxr_linenumber" name="L153" href="#L153">153</a>             
assertTrue(<span class="jxr_string">"MyLog not found"</span>, index &gt;= 0);
-<a class="jxr_linenumber" name="L154" href="#L154">154</a>         }
-<a class="jxr_linenumber" name="L155" href="#L155">155</a>     }
-<a class="jxr_linenumber" name="L156" href="#L156">156</a> }
+<a class="jxr_linenumber" name="L152" href="#L152">152</a>             
assertTrue(<span class="jxr_string">"MyLog not found"</span>, 
ex.getMessage().contains(MY_LOG_IMPL));
+<a class="jxr_linenumber" name="L153" href="#L153">153</a>         }
+<a class="jxr_linenumber" name="L154" href="#L154">154</a>     }
+<a class="jxr_linenumber" name="L155" href="#L155">155</a> }
 </pre>
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2024 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>

Modified: 
websites/production/commons/content/proper/commons-logging/xref-test/org/apache/commons/logging/tccl/log/TcclEnabledTestCase.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-logging/xref-test/org/apache/commons/logging/tccl/log/TcclEnabledTestCase.html
 (original)
+++ 
websites/production/commons/content/proper/commons-logging/xref-test/org/apache/commons/logging/tccl/log/TcclEnabledTestCase.html
 Wed May 15 16:57:04 2024
@@ -27,13 +27,13 @@
 <a class="jxr_linenumber" name="L19" href="#L19">19</a>  
 <a class="jxr_linenumber" name="L20" href="#L20">20</a>  <strong 
class="jxr_keyword">import</strong> java.net.URL;
 <a class="jxr_linenumber" name="L21" href="#L21">21</a>  
-<a class="jxr_linenumber" name="L22" href="#L22">22</a>  <strong 
class="jxr_keyword">import</strong> org.apache.commons.logging.Log;
-<a class="jxr_linenumber" name="L23" href="#L23">23</a>  <strong 
class="jxr_keyword">import</strong> org.apache.commons.logging.LogFactory;
-<a class="jxr_linenumber" name="L24" href="#L24">24</a>  <strong 
class="jxr_keyword">import</strong> 
org.apache.commons.logging.PathableClassLoader;
-<a class="jxr_linenumber" name="L25" href="#L25">25</a>  <strong 
class="jxr_keyword">import</strong> 
org.apache.commons.logging.PathableTestSuite;
-<a class="jxr_linenumber" name="L26" href="#L26">26</a>  
-<a class="jxr_linenumber" name="L27" href="#L27">27</a>  <strong 
class="jxr_keyword">import</strong> junit.framework.Test;
-<a class="jxr_linenumber" name="L28" href="#L28">28</a>  <strong 
class="jxr_keyword">import</strong> junit.framework.TestCase;
+<a class="jxr_linenumber" name="L22" href="#L22">22</a>  <strong 
class="jxr_keyword">import</strong> junit.framework.Test;
+<a class="jxr_linenumber" name="L23" href="#L23">23</a>  <strong 
class="jxr_keyword">import</strong> junit.framework.TestCase;
+<a class="jxr_linenumber" name="L24" href="#L24">24</a>  
+<a class="jxr_linenumber" name="L25" href="#L25">25</a>  <strong 
class="jxr_keyword">import</strong> org.apache.commons.logging.Log;
+<a class="jxr_linenumber" name="L26" href="#L26">26</a>  <strong 
class="jxr_keyword">import</strong> org.apache.commons.logging.LogFactory;
+<a class="jxr_linenumber" name="L27" href="#L27">27</a>  <strong 
class="jxr_keyword">import</strong> 
org.apache.commons.logging.PathableClassLoader;
+<a class="jxr_linenumber" name="L28" href="#L28">28</a>  <strong 
class="jxr_keyword">import</strong> 
org.apache.commons.logging.PathableTestSuite;
 <a class="jxr_linenumber" name="L29" href="#L29">29</a>  
 <a class="jxr_linenumber" name="L30" href="#L30">30</a>  <em 
class="jxr_javadoccomment">/**</em>
 <a class="jxr_linenumber" name="L31" href="#L31">31</a>  <em 
class="jxr_javadoccomment"> * Verify that by default the standard 
LogFactoryImpl class loads a</em>

Modified: 
websites/production/commons/content/proper/commons-logging/xref-test/org/apache/commons/logging/tccl/log/package-frame.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-logging/xref-test/org/apache/commons/logging/tccl/log/package-frame.html
 (original)
+++ 
websites/production/commons/content/proper/commons-logging/xref-test/org/apache/commons/logging/tccl/log/package-frame.html
 Wed May 15 16:57:04 2024
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; 
charset=iso-8859-1" />
-        <title>Apache Commons Logging 1.3.1 Reference Package 
org.apache.commons.logging.tccl.log</title>
+        <title>Apache Commons Logging 1.3.2 Reference Package 
org.apache.commons.logging.tccl.log</title>
         <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
     </head>
     <body>

Modified: 
websites/production/commons/content/proper/commons-logging/xref-test/org/apache/commons/logging/tccl/log/package-summary.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-logging/xref-test/org/apache/commons/logging/tccl/log/package-summary.html
 (original)
+++ 
websites/production/commons/content/proper/commons-logging/xref-test/org/apache/commons/logging/tccl/log/package-summary.html
 Wed May 15 16:57:04 2024
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; 
charset=iso-8859-1" />
-        <title>Apache Commons Logging 1.3.1 Reference Package 
org.apache.commons.logging.tccl.log</title>
+        <title>Apache Commons Logging 1.3.2 Reference Package 
org.apache.commons.logging.tccl.log</title>
         <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
     </head>
 
@@ -23,7 +23,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Commons Logging 
1.3.1 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Commons Logging 
1.3.2 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">
@@ -86,7 +86,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Commons Logging 
1.3.1 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Commons Logging 
1.3.2 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">

Modified: 
websites/production/commons/content/proper/commons-logging/xref-test/org/apache/commons/logging/tccl/logfactory/TcclDisabledTestCase.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-logging/xref-test/org/apache/commons/logging/tccl/logfactory/TcclDisabledTestCase.html
 (original)
+++ 
websites/production/commons/content/proper/commons-logging/xref-test/org/apache/commons/logging/tccl/logfactory/TcclDisabledTestCase.html
 Wed May 15 16:57:04 2024
@@ -27,12 +27,12 @@
 <a class="jxr_linenumber" name="L19" href="#L19">19</a>  
 <a class="jxr_linenumber" name="L20" href="#L20">20</a>  <strong 
class="jxr_keyword">import</strong> java.net.URL;
 <a class="jxr_linenumber" name="L21" href="#L21">21</a>  
-<a class="jxr_linenumber" name="L22" href="#L22">22</a>  <strong 
class="jxr_keyword">import</strong> org.apache.commons.logging.LogFactory;
-<a class="jxr_linenumber" name="L23" href="#L23">23</a>  <strong 
class="jxr_keyword">import</strong> 
org.apache.commons.logging.PathableClassLoader;
-<a class="jxr_linenumber" name="L24" href="#L24">24</a>  <strong 
class="jxr_keyword">import</strong> 
org.apache.commons.logging.PathableTestSuite;
-<a class="jxr_linenumber" name="L25" href="#L25">25</a>  
-<a class="jxr_linenumber" name="L26" href="#L26">26</a>  <strong 
class="jxr_keyword">import</strong> junit.framework.Test;
-<a class="jxr_linenumber" name="L27" href="#L27">27</a>  <strong 
class="jxr_keyword">import</strong> junit.framework.TestCase;
+<a class="jxr_linenumber" name="L22" href="#L22">22</a>  <strong 
class="jxr_keyword">import</strong> junit.framework.Test;
+<a class="jxr_linenumber" name="L23" href="#L23">23</a>  <strong 
class="jxr_keyword">import</strong> junit.framework.TestCase;
+<a class="jxr_linenumber" name="L24" href="#L24">24</a>  
+<a class="jxr_linenumber" name="L25" href="#L25">25</a>  <strong 
class="jxr_keyword">import</strong> org.apache.commons.logging.LogFactory;
+<a class="jxr_linenumber" name="L26" href="#L26">26</a>  <strong 
class="jxr_keyword">import</strong> 
org.apache.commons.logging.PathableClassLoader;
+<a class="jxr_linenumber" name="L27" href="#L27">27</a>  <strong 
class="jxr_keyword">import</strong> 
org.apache.commons.logging.PathableTestSuite;
 <a class="jxr_linenumber" name="L28" href="#L28">28</a>  
 <a class="jxr_linenumber" name="L29" href="#L29">29</a>  <em 
class="jxr_javadoccomment">/**</em>
 <a class="jxr_linenumber" name="L30" href="#L30">30</a>  <em 
class="jxr_javadoccomment"> * Verify that a commons-logging.properties file can 
prevent a custom</em>
@@ -152,11 +152,10 @@
 <a class="jxr_linenumber" name="L144" href="#L144">144</a>         } <strong 
class="jxr_keyword">catch</strong> (<strong class="jxr_keyword">final</strong> 
org.apache.commons.logging.LogConfigurationException ex) {
 <a class="jxr_linenumber" name="L145" href="#L145">145</a>             <em 
class="jxr_comment">// ok, custom MyLogFactoryImpl as specified in 
props_disable_tccl</em>
 <a class="jxr_linenumber" name="L146" href="#L146">146</a>             <em 
class="jxr_comment">// could not be found.</em>
-<a class="jxr_linenumber" name="L147" href="#L147">147</a>             <strong 
class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> 
index = ex.getMessage().indexOf(MY_LOG_FACTORY_IMPL);
-<a class="jxr_linenumber" name="L148" href="#L148">148</a>             
assertTrue(<span class="jxr_string">"MylogFactoryImpl not found"</span>, index 
&gt;= 0);
-<a class="jxr_linenumber" name="L149" href="#L149">149</a>         }
-<a class="jxr_linenumber" name="L150" href="#L150">150</a>     }
-<a class="jxr_linenumber" name="L151" href="#L151">151</a> }
+<a class="jxr_linenumber" name="L147" href="#L147">147</a>             
assertTrue(<span class="jxr_string">"MylogFactoryImpl not found"</span>, 
ex.getMessage().contains(MY_LOG_FACTORY_IMPL));
+<a class="jxr_linenumber" name="L148" href="#L148">148</a>         }
+<a class="jxr_linenumber" name="L149" href="#L149">149</a>     }
+<a class="jxr_linenumber" name="L150" href="#L150">150</a> }
 </pre>
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2024 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>

Modified: 
websites/production/commons/content/proper/commons-logging/xref-test/org/apache/commons/logging/tccl/logfactory/TcclEnabledTestCase.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-logging/xref-test/org/apache/commons/logging/tccl/logfactory/TcclEnabledTestCase.html
 (original)
+++ 
websites/production/commons/content/proper/commons-logging/xref-test/org/apache/commons/logging/tccl/logfactory/TcclEnabledTestCase.html
 Wed May 15 16:57:04 2024
@@ -27,12 +27,12 @@
 <a class="jxr_linenumber" name="L19" href="#L19">19</a>  
 <a class="jxr_linenumber" name="L20" href="#L20">20</a>  <strong 
class="jxr_keyword">import</strong> java.net.URL;
 <a class="jxr_linenumber" name="L21" href="#L21">21</a>  
-<a class="jxr_linenumber" name="L22" href="#L22">22</a>  <strong 
class="jxr_keyword">import</strong> org.apache.commons.logging.LogFactory;
-<a class="jxr_linenumber" name="L23" href="#L23">23</a>  <strong 
class="jxr_keyword">import</strong> 
org.apache.commons.logging.PathableClassLoader;
-<a class="jxr_linenumber" name="L24" href="#L24">24</a>  <strong 
class="jxr_keyword">import</strong> 
org.apache.commons.logging.PathableTestSuite;
-<a class="jxr_linenumber" name="L25" href="#L25">25</a>  
-<a class="jxr_linenumber" name="L26" href="#L26">26</a>  <strong 
class="jxr_keyword">import</strong> junit.framework.Test;
-<a class="jxr_linenumber" name="L27" href="#L27">27</a>  <strong 
class="jxr_keyword">import</strong> junit.framework.TestCase;
+<a class="jxr_linenumber" name="L22" href="#L22">22</a>  <strong 
class="jxr_keyword">import</strong> junit.framework.Test;
+<a class="jxr_linenumber" name="L23" href="#L23">23</a>  <strong 
class="jxr_keyword">import</strong> junit.framework.TestCase;
+<a class="jxr_linenumber" name="L24" href="#L24">24</a>  
+<a class="jxr_linenumber" name="L25" href="#L25">25</a>  <strong 
class="jxr_keyword">import</strong> org.apache.commons.logging.LogFactory;
+<a class="jxr_linenumber" name="L26" href="#L26">26</a>  <strong 
class="jxr_keyword">import</strong> 
org.apache.commons.logging.PathableClassLoader;
+<a class="jxr_linenumber" name="L27" href="#L27">27</a>  <strong 
class="jxr_keyword">import</strong> 
org.apache.commons.logging.PathableTestSuite;
 <a class="jxr_linenumber" name="L28" href="#L28">28</a>  
 <a class="jxr_linenumber" name="L29" href="#L29">29</a>  <em 
class="jxr_javadoccomment">/**</em>
 <a class="jxr_linenumber" name="L30" href="#L30">30</a>  <em 
class="jxr_javadoccomment"> * Verify that by default a custom LogFactoryImpl is 
loaded from the</em>

Modified: 
websites/production/commons/content/proper/commons-logging/xref-test/org/apache/commons/logging/tccl/logfactory/package-frame.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-logging/xref-test/org/apache/commons/logging/tccl/logfactory/package-frame.html
 (original)
+++ 
websites/production/commons/content/proper/commons-logging/xref-test/org/apache/commons/logging/tccl/logfactory/package-frame.html
 Wed May 15 16:57:04 2024
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; 
charset=iso-8859-1" />
-        <title>Apache Commons Logging 1.3.1 Reference Package 
org.apache.commons.logging.tccl.logfactory</title>
+        <title>Apache Commons Logging 1.3.2 Reference Package 
org.apache.commons.logging.tccl.logfactory</title>
         <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
     </head>
     <body>

Modified: 
websites/production/commons/content/proper/commons-logging/xref-test/org/apache/commons/logging/tccl/logfactory/package-summary.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-logging/xref-test/org/apache/commons/logging/tccl/logfactory/package-summary.html
 (original)
+++ 
websites/production/commons/content/proper/commons-logging/xref-test/org/apache/commons/logging/tccl/logfactory/package-summary.html
 Wed May 15 16:57:04 2024
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; 
charset=iso-8859-1" />
-        <title>Apache Commons Logging 1.3.1 Reference Package 
org.apache.commons.logging.tccl.logfactory</title>
+        <title>Apache Commons Logging 1.3.2 Reference Package 
org.apache.commons.logging.tccl.logfactory</title>
         <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
     </head>
 
@@ -23,7 +23,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Commons Logging 
1.3.1 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Commons Logging 
1.3.2 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">
@@ -86,7 +86,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Commons Logging 
1.3.1 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Commons Logging 
1.3.2 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">

Modified: 
websites/production/commons/content/proper/commons-logging/xref-test/org/apache/commons/logging/tccl/package-frame.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-logging/xref-test/org/apache/commons/logging/tccl/package-frame.html
 (original)
+++ 
websites/production/commons/content/proper/commons-logging/xref-test/org/apache/commons/logging/tccl/package-frame.html
 Wed May 15 16:57:04 2024
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; 
charset=iso-8859-1" />
-        <title>Apache Commons Logging 1.3.1 Reference Package 
org.apache.commons.logging.tccl</title>
+        <title>Apache Commons Logging 1.3.2 Reference Package 
org.apache.commons.logging.tccl</title>
         <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
     </head>
     <body>

Modified: 
websites/production/commons/content/proper/commons-logging/xref-test/org/apache/commons/logging/tccl/package-summary.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-logging/xref-test/org/apache/commons/logging/tccl/package-summary.html
 (original)
+++ 
websites/production/commons/content/proper/commons-logging/xref-test/org/apache/commons/logging/tccl/package-summary.html
 Wed May 15 16:57:04 2024
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; 
charset=iso-8859-1" />
-        <title>Apache Commons Logging 1.3.1 Reference Package 
org.apache.commons.logging.tccl</title>
+        <title>Apache Commons Logging 1.3.2 Reference Package 
org.apache.commons.logging.tccl</title>
         <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
     </head>
 
@@ -23,7 +23,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Commons Logging 
1.3.1 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Commons Logging 
1.3.2 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">
@@ -86,7 +86,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Commons Logging 
1.3.1 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Commons Logging 
1.3.2 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">

Modified: 
websites/production/commons/content/proper/commons-logging/xref-test/overview-frame.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-logging/xref-test/overview-frame.html
 (original)
+++ 
websites/production/commons/content/proper/commons-logging/xref-test/overview-frame.html
 Wed May 15 16:57:04 2024
@@ -4,11 +4,11 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; 
charset=iso-8859-1" />
-        <title>Apache Commons Logging 1.3.1 Reference</title>
+        <title>Apache Commons Logging 1.3.2 Reference</title>
         <link rel="stylesheet" type="text/css" href="stylesheet.css" 
title="style" />
     </head>
     <body>
-        <h1 title="Apache Commons Logging 1.3.1 Reference" 
class="bar"><strong>Apache Commons Logging 1.3.1 Reference</strong></h1>
+        <h1 title="Apache Commons Logging 1.3.2 Reference" 
class="bar"><strong>Apache Commons Logging 1.3.2 Reference</strong></h1>
         <div class="indexHeader"><span><a href="allclasses-frame.html" 
target="packageFrame">All&nbsp;Classes</a></span></div>
         <div class="indexContainer">
             <h2 title="Packages">Packages</h2>

Modified: 
websites/production/commons/content/proper/commons-logging/xref-test/overview-summary.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-logging/xref-test/overview-summary.html
 (original)
+++ 
websites/production/commons/content/proper/commons-logging/xref-test/overview-summary.html
 Wed May 15 16:57:04 2024
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk7) -->
     <head>
         <meta http-equiv="content-type" content="text/html; 
charset=iso-8859-1" />
-        <title>Apache Commons Logging 1.3.1 Reference</title>
+        <title>Apache Commons Logging 1.3.2 Reference</title>
         <link rel="stylesheet" type="text/css" href="stylesheet.css" 
title="style" />
     </head>
     <body>
@@ -22,7 +22,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Commons Logging 
1.3.1 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Commons Logging 
1.3.2 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">
@@ -37,7 +37,7 @@
         </div>
         
                 <div class="header">
-            <h1 class="title">Apache Commons Logging 1.3.1 Reference</h1>
+            <h1 class="title">Apache Commons Logging 1.3.2 Reference</h1>
         </div>
         <div class="contentContainer">
             <table class="overviewSummary" border="0" cellpadding="3" 
cellspacing="0" summary="Packages table, listing packages">
@@ -171,7 +171,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Commons Logging 
1.3.1 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Commons Logging 
1.3.2 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">

Modified: 
websites/production/commons/content/proper/commons-logging/xref/index.html
==============================================================================
--- websites/production/commons/content/proper/commons-logging/xref/index.html 
(original)
+++ websites/production/commons/content/proper/commons-logging/xref/index.html 
Wed May 15 16:57:04 2024
@@ -4,7 +4,7 @@
     <!-- this is a JXR report set (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; 
charset=iso-8859-1" />
-        <title>Apache Commons Logging 1.3.1 Reference</title>
+        <title>Apache Commons Logging 1.3.2 Reference</title>
         <script type="text/javascript">
             tmpTargetPage = "" + window.location.search;
             if (tmpTargetPage != "" && tmpTargetPage != "undefined")


Reply via email to