You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directmemory.apache.org by ol...@apache.org on 2012/11/08 16:28:04 UTC

svn commit: r1407130 [6/24] - in /directmemory/site-content/lightning: apidocs/reference/ apidocs/reference/org/apache/directmemory/lightning/ apidocs/reference/org/apache/directmemory/lightning/internal/instantiator/ apidocs/reference/org/apache/direc...

Modified: directmemory/site-content/lightning/lightning-core/xref-test/org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html
URL: http://svn.apache.org/viewvc/directmemory/site-content/lightning/lightning-core/xref-test/org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html?rev=1407130&r1=1407129&r2=1407130&view=diff
==============================================================================
--- directmemory/site-content/lightning/lightning-core/xref-test/org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html (original)
+++ directmemory/site-content/lightning/lightning-core/xref-test/org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html Thu Nov  8 15:28:00 2012
@@ -42,7 +42,7 @@
 <a class="jxr_linenumber" name="32" href="#32">32</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testUnsafeBooleanArray()
 <a class="jxr_linenumber" name="33" href="#33">33</a>          <strong class="jxr_keyword">throws</strong> Exception
 <a class="jxr_linenumber" name="34" href="#34">34</a>      {
-<a class="jxr_linenumber" name="35" href="#35">35</a>          <strong class="jxr_keyword">class</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">BooleanArrayTest</a>
+<a class="jxr_linenumber" name="35" href="#35">35</a>          <strong class="jxr_keyword">class</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">BooleanArrayTest</a>
 <a class="jxr_linenumber" name="36" href="#36">36</a>          {
 <a class="jxr_linenumber" name="37" href="#37">37</a>  
 <a class="jxr_linenumber" name="38" href="#38">38</a>              <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">boolean</strong>[] array = <strong class="jxr_keyword">new</strong> <strong class="jxr_keyword">boolean</strong>[10];
@@ -52,13 +52,13 @@
 <a class="jxr_linenumber" name="42" href="#42">42</a>          ArrayPropertyAccessor propertyAccessor =
 <a class="jxr_linenumber" name="43" href="#43">43</a>              (ArrayPropertyAccessor) <strong class="jxr_keyword">new</strong> ReflectionPropertyAccessorFactory().fieldAccess( field, BooleanArrayTest.<strong class="jxr_keyword">class</strong> );
 <a class="jxr_linenumber" name="44" href="#44">44</a>  
-<a class="jxr_linenumber" name="45" href="#45">45</a>          <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">BooleanArrayTest</a> test = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">BooleanArrayTest</a>();
+<a class="jxr_linenumber" name="45" href="#45">45</a>          <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">BooleanArrayTest</a> test = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">BooleanArrayTest</a>();
 <a class="jxr_linenumber" name="46" href="#46">46</a>          <strong class="jxr_keyword">for</strong> ( <strong class="jxr_keyword">int</strong> i = 0; i &lt; 10; i++ )
 <a class="jxr_linenumber" name="47" href="#47">47</a>          {
 <a class="jxr_linenumber" name="48" href="#48">48</a>              test.array[i] = i % 2 == 0 ? <strong class="jxr_keyword">true</strong> : false;
 <a class="jxr_linenumber" name="49" href="#49">49</a>          }
 <a class="jxr_linenumber" name="50" href="#50">50</a>  
-<a class="jxr_linenumber" name="51" href="#51">51</a>          <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">BooleanArrayTest</a> result = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">BooleanArrayTest</a>();
+<a class="jxr_linenumber" name="51" href="#51">51</a>          <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">BooleanArrayTest</a> result = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">BooleanArrayTest</a>();
 <a class="jxr_linenumber" name="52" href="#52">52</a>          <strong class="jxr_keyword">for</strong> ( <strong class="jxr_keyword">int</strong> i = 0; i &lt; 10; i++ )
 <a class="jxr_linenumber" name="53" href="#53">53</a>          {
 <a class="jxr_linenumber" name="54" href="#54">54</a>              <strong class="jxr_keyword">boolean</strong> value = propertyAccessor.readBoolean( test.array, i );
@@ -72,7 +72,7 @@
 <a class="jxr_linenumber" name="62" href="#62">62</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testUnsafeByteArray()
 <a class="jxr_linenumber" name="63" href="#63">63</a>          <strong class="jxr_keyword">throws</strong> Exception
 <a class="jxr_linenumber" name="64" href="#64">64</a>      {
-<a class="jxr_linenumber" name="65" href="#65">65</a>          <strong class="jxr_keyword">class</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">ByteArrayTest</a>
+<a class="jxr_linenumber" name="65" href="#65">65</a>          <strong class="jxr_keyword">class</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">ByteArrayTest</a>
 <a class="jxr_linenumber" name="66" href="#66">66</a>          {
 <a class="jxr_linenumber" name="67" href="#67">67</a>  
 <a class="jxr_linenumber" name="68" href="#68">68</a>              <strong class="jxr_keyword">private</strong> byte[] array = <strong class="jxr_keyword">new</strong> byte[10];
@@ -82,13 +82,13 @@
 <a class="jxr_linenumber" name="72" href="#72">72</a>          ArrayPropertyAccessor propertyAccessor =
 <a class="jxr_linenumber" name="73" href="#73">73</a>              (ArrayPropertyAccessor) <strong class="jxr_keyword">new</strong> ReflectionPropertyAccessorFactory().fieldAccess( field, ByteArrayTest.<strong class="jxr_keyword">class</strong> );
 <a class="jxr_linenumber" name="74" href="#74">74</a>  
-<a class="jxr_linenumber" name="75" href="#75">75</a>          <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">ByteArrayTest</a> test = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">ByteArrayTest</a>();
+<a class="jxr_linenumber" name="75" href="#75">75</a>          <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">ByteArrayTest</a> test = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">ByteArrayTest</a>();
 <a class="jxr_linenumber" name="76" href="#76">76</a>          <strong class="jxr_keyword">for</strong> ( <strong class="jxr_keyword">int</strong> i = 0; i &lt; 10; i++ )
 <a class="jxr_linenumber" name="77" href="#77">77</a>          {
 <a class="jxr_linenumber" name="78" href="#78">78</a>              test.array[i] = (byte) ( i + 1 );
 <a class="jxr_linenumber" name="79" href="#79">79</a>          }
 <a class="jxr_linenumber" name="80" href="#80">80</a>  
-<a class="jxr_linenumber" name="81" href="#81">81</a>          <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">ByteArrayTest</a> result = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">ByteArrayTest</a>();
+<a class="jxr_linenumber" name="81" href="#81">81</a>          <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">ByteArrayTest</a> result = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">ByteArrayTest</a>();
 <a class="jxr_linenumber" name="82" href="#82">82</a>          <strong class="jxr_keyword">for</strong> ( <strong class="jxr_keyword">int</strong> i = 0; i &lt; 10; i++ )
 <a class="jxr_linenumber" name="83" href="#83">83</a>          {
 <a class="jxr_linenumber" name="84" href="#84">84</a>              byte value = propertyAccessor.readByte( test.array, i );
@@ -102,7 +102,7 @@
 <a class="jxr_linenumber" name="92" href="#92">92</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testUnsafeShortArray()
 <a class="jxr_linenumber" name="93" href="#93">93</a>          <strong class="jxr_keyword">throws</strong> Exception
 <a class="jxr_linenumber" name="94" href="#94">94</a>      {
-<a class="jxr_linenumber" name="95" href="#95">95</a>          <strong class="jxr_keyword">class</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">ShortArrayTest</a>
+<a class="jxr_linenumber" name="95" href="#95">95</a>          <strong class="jxr_keyword">class</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">ShortArrayTest</a>
 <a class="jxr_linenumber" name="96" href="#96">96</a>          {
 <a class="jxr_linenumber" name="97" href="#97">97</a>  
 <a class="jxr_linenumber" name="98" href="#98">98</a>              <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">short</strong>[] array = <strong class="jxr_keyword">new</strong> <strong class="jxr_keyword">short</strong>[10];
@@ -112,13 +112,13 @@
 <a class="jxr_linenumber" name="102" href="#102">102</a>         ArrayPropertyAccessor propertyAccessor =
 <a class="jxr_linenumber" name="103" href="#103">103</a>             (ArrayPropertyAccessor) <strong class="jxr_keyword">new</strong> ReflectionPropertyAccessorFactory().fieldAccess( field, ShortArrayTest.<strong class="jxr_keyword">class</strong> );
 <a class="jxr_linenumber" name="104" href="#104">104</a> 
-<a class="jxr_linenumber" name="105" href="#105">105</a>         <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">ShortArrayTest</a> test = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">ShortArrayTest</a>();
+<a class="jxr_linenumber" name="105" href="#105">105</a>         <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">ShortArrayTest</a> test = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">ShortArrayTest</a>();
 <a class="jxr_linenumber" name="106" href="#106">106</a>         <strong class="jxr_keyword">for</strong> ( <strong class="jxr_keyword">int</strong> i = 0; i &lt; 10; i++ )
 <a class="jxr_linenumber" name="107" href="#107">107</a>         {
 <a class="jxr_linenumber" name="108" href="#108">108</a>             test.array[i] = (<strong class="jxr_keyword">short</strong>) ( i + 1 );
 <a class="jxr_linenumber" name="109" href="#109">109</a>         }
 <a class="jxr_linenumber" name="110" href="#110">110</a> 
-<a class="jxr_linenumber" name="111" href="#111">111</a>         <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">ShortArrayTest</a> result = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">ShortArrayTest</a>();
+<a class="jxr_linenumber" name="111" href="#111">111</a>         <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">ShortArrayTest</a> result = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">ShortArrayTest</a>();
 <a class="jxr_linenumber" name="112" href="#112">112</a>         <strong class="jxr_keyword">for</strong> ( <strong class="jxr_keyword">int</strong> i = 0; i &lt; 10; i++ )
 <a class="jxr_linenumber" name="113" href="#113">113</a>         {
 <a class="jxr_linenumber" name="114" href="#114">114</a>             <strong class="jxr_keyword">short</strong> value = propertyAccessor.readShort( test.array, i );
@@ -132,7 +132,7 @@
 <a class="jxr_linenumber" name="122" href="#122">122</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testUnsafeIntArray()
 <a class="jxr_linenumber" name="123" href="#123">123</a>         <strong class="jxr_keyword">throws</strong> Exception
 <a class="jxr_linenumber" name="124" href="#124">124</a>     {
-<a class="jxr_linenumber" name="125" href="#125">125</a>         <strong class="jxr_keyword">class</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">IntArrayTest</a>
+<a class="jxr_linenumber" name="125" href="#125">125</a>         <strong class="jxr_keyword">class</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">IntArrayTest</a>
 <a class="jxr_linenumber" name="126" href="#126">126</a>         {
 <a class="jxr_linenumber" name="127" href="#127">127</a> 
 <a class="jxr_linenumber" name="128" href="#128">128</a>             <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">int</strong>[] array = <strong class="jxr_keyword">new</strong> <strong class="jxr_keyword">int</strong>[10];
@@ -142,13 +142,13 @@
 <a class="jxr_linenumber" name="132" href="#132">132</a>         ArrayPropertyAccessor propertyAccessor =
 <a class="jxr_linenumber" name="133" href="#133">133</a>             (ArrayPropertyAccessor) <strong class="jxr_keyword">new</strong> ReflectionPropertyAccessorFactory().fieldAccess( field, IntArrayTest.<strong class="jxr_keyword">class</strong> );
 <a class="jxr_linenumber" name="134" href="#134">134</a> 
-<a class="jxr_linenumber" name="135" href="#135">135</a>         <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">IntArrayTest</a> test = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">IntArrayTest</a>();
+<a class="jxr_linenumber" name="135" href="#135">135</a>         <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">IntArrayTest</a> test = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">IntArrayTest</a>();
 <a class="jxr_linenumber" name="136" href="#136">136</a>         <strong class="jxr_keyword">for</strong> ( <strong class="jxr_keyword">int</strong> i = 0; i &lt; 10; i++ )
 <a class="jxr_linenumber" name="137" href="#137">137</a>         {
 <a class="jxr_linenumber" name="138" href="#138">138</a>             test.array[i] = i + 1;
 <a class="jxr_linenumber" name="139" href="#139">139</a>         }
 <a class="jxr_linenumber" name="140" href="#140">140</a> 
-<a class="jxr_linenumber" name="141" href="#141">141</a>         <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">IntArrayTest</a> result = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">IntArrayTest</a>();
+<a class="jxr_linenumber" name="141" href="#141">141</a>         <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">IntArrayTest</a> result = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">IntArrayTest</a>();
 <a class="jxr_linenumber" name="142" href="#142">142</a>         <strong class="jxr_keyword">for</strong> ( <strong class="jxr_keyword">int</strong> i = 0; i &lt; 10; i++ )
 <a class="jxr_linenumber" name="143" href="#143">143</a>         {
 <a class="jxr_linenumber" name="144" href="#144">144</a>             <strong class="jxr_keyword">int</strong> value = propertyAccessor.readInt( test.array, i );
@@ -162,7 +162,7 @@
 <a class="jxr_linenumber" name="152" href="#152">152</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testUnsafeLongArray()
 <a class="jxr_linenumber" name="153" href="#153">153</a>         <strong class="jxr_keyword">throws</strong> Exception
 <a class="jxr_linenumber" name="154" href="#154">154</a>     {
-<a class="jxr_linenumber" name="155" href="#155">155</a>         <strong class="jxr_keyword">class</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">LongArrayTest</a>
+<a class="jxr_linenumber" name="155" href="#155">155</a>         <strong class="jxr_keyword">class</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">LongArrayTest</a>
 <a class="jxr_linenumber" name="156" href="#156">156</a>         {
 <a class="jxr_linenumber" name="157" href="#157">157</a> 
 <a class="jxr_linenumber" name="158" href="#158">158</a>             <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">long</strong>[] array = <strong class="jxr_keyword">new</strong> <strong class="jxr_keyword">long</strong>[10];
@@ -172,13 +172,13 @@
 <a class="jxr_linenumber" name="162" href="#162">162</a>         ArrayPropertyAccessor propertyAccessor =
 <a class="jxr_linenumber" name="163" href="#163">163</a>             (ArrayPropertyAccessor) <strong class="jxr_keyword">new</strong> ReflectionPropertyAccessorFactory().fieldAccess( field, LongArrayTest.<strong class="jxr_keyword">class</strong> );
 <a class="jxr_linenumber" name="164" href="#164">164</a> 
-<a class="jxr_linenumber" name="165" href="#165">165</a>         <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">LongArrayTest</a> test = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">LongArrayTest</a>();
+<a class="jxr_linenumber" name="165" href="#165">165</a>         <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">LongArrayTest</a> test = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">LongArrayTest</a>();
 <a class="jxr_linenumber" name="166" href="#166">166</a>         <strong class="jxr_keyword">for</strong> ( <strong class="jxr_keyword">int</strong> i = 0; i &lt; 10; i++ )
 <a class="jxr_linenumber" name="167" href="#167">167</a>         {
 <a class="jxr_linenumber" name="168" href="#168">168</a>             test.array[i] = i + 1;
 <a class="jxr_linenumber" name="169" href="#169">169</a>         }
 <a class="jxr_linenumber" name="170" href="#170">170</a> 
-<a class="jxr_linenumber" name="171" href="#171">171</a>         <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">LongArrayTest</a> result = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">LongArrayTest</a>();
+<a class="jxr_linenumber" name="171" href="#171">171</a>         <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">LongArrayTest</a> result = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">LongArrayTest</a>();
 <a class="jxr_linenumber" name="172" href="#172">172</a>         <strong class="jxr_keyword">for</strong> ( <strong class="jxr_keyword">int</strong> i = 0; i &lt; 10; i++ )
 <a class="jxr_linenumber" name="173" href="#173">173</a>         {
 <a class="jxr_linenumber" name="174" href="#174">174</a>             <strong class="jxr_keyword">long</strong> value = propertyAccessor.readLong( test.array, i );
@@ -192,7 +192,7 @@
 <a class="jxr_linenumber" name="182" href="#182">182</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testUnsafeFloatArray()
 <a class="jxr_linenumber" name="183" href="#183">183</a>         <strong class="jxr_keyword">throws</strong> Exception
 <a class="jxr_linenumber" name="184" href="#184">184</a>     {
-<a class="jxr_linenumber" name="185" href="#185">185</a>         <strong class="jxr_keyword">class</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">FloatArrayTest</a>
+<a class="jxr_linenumber" name="185" href="#185">185</a>         <strong class="jxr_keyword">class</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">FloatArrayTest</a>
 <a class="jxr_linenumber" name="186" href="#186">186</a>         {
 <a class="jxr_linenumber" name="187" href="#187">187</a> 
 <a class="jxr_linenumber" name="188" href="#188">188</a>             <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">float</strong>[] array = <strong class="jxr_keyword">new</strong> <strong class="jxr_keyword">float</strong>[10];
@@ -202,13 +202,13 @@
 <a class="jxr_linenumber" name="192" href="#192">192</a>         ArrayPropertyAccessor propertyAccessor =
 <a class="jxr_linenumber" name="193" href="#193">193</a>             (ArrayPropertyAccessor) <strong class="jxr_keyword">new</strong> ReflectionPropertyAccessorFactory().fieldAccess( field, FloatArrayTest.<strong class="jxr_keyword">class</strong> );
 <a class="jxr_linenumber" name="194" href="#194">194</a> 
-<a class="jxr_linenumber" name="195" href="#195">195</a>         <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">FloatArrayTest</a> test = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">FloatArrayTest</a>();
+<a class="jxr_linenumber" name="195" href="#195">195</a>         <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">FloatArrayTest</a> test = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">FloatArrayTest</a>();
 <a class="jxr_linenumber" name="196" href="#196">196</a>         <strong class="jxr_keyword">for</strong> ( <strong class="jxr_keyword">int</strong> i = 0; i &lt; 10; i++ )
 <a class="jxr_linenumber" name="197" href="#197">197</a>         {
 <a class="jxr_linenumber" name="198" href="#198">198</a>             test.array[i] = (<strong class="jxr_keyword">float</strong>) ( i + 1. );
 <a class="jxr_linenumber" name="199" href="#199">199</a>         }
 <a class="jxr_linenumber" name="200" href="#200">200</a> 
-<a class="jxr_linenumber" name="201" href="#201">201</a>         <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">FloatArrayTest</a> result = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">FloatArrayTest</a>();
+<a class="jxr_linenumber" name="201" href="#201">201</a>         <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">FloatArrayTest</a> result = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">FloatArrayTest</a>();
 <a class="jxr_linenumber" name="202" href="#202">202</a>         <strong class="jxr_keyword">for</strong> ( <strong class="jxr_keyword">int</strong> i = 0; i &lt; 10; i++ )
 <a class="jxr_linenumber" name="203" href="#203">203</a>         {
 <a class="jxr_linenumber" name="204" href="#204">204</a>             <strong class="jxr_keyword">float</strong> value = propertyAccessor.readFloat( test.array, i );
@@ -222,7 +222,7 @@
 <a class="jxr_linenumber" name="212" href="#212">212</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testUnsafeDoubleArray()
 <a class="jxr_linenumber" name="213" href="#213">213</a>         <strong class="jxr_keyword">throws</strong> Exception
 <a class="jxr_linenumber" name="214" href="#214">214</a>     {
-<a class="jxr_linenumber" name="215" href="#215">215</a>         <strong class="jxr_keyword">class</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">DoubleArrayTest</a>
+<a class="jxr_linenumber" name="215" href="#215">215</a>         <strong class="jxr_keyword">class</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">DoubleArrayTest</a>
 <a class="jxr_linenumber" name="216" href="#216">216</a>         {
 <a class="jxr_linenumber" name="217" href="#217">217</a> 
 <a class="jxr_linenumber" name="218" href="#218">218</a>             <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">double</strong>[] array = <strong class="jxr_keyword">new</strong> <strong class="jxr_keyword">double</strong>[10];
@@ -232,13 +232,13 @@
 <a class="jxr_linenumber" name="222" href="#222">222</a>         ArrayPropertyAccessor propertyAccessor =
 <a class="jxr_linenumber" name="223" href="#223">223</a>             (ArrayPropertyAccessor) <strong class="jxr_keyword">new</strong> ReflectionPropertyAccessorFactory().fieldAccess( field, DoubleArrayTest.<strong class="jxr_keyword">class</strong> );
 <a class="jxr_linenumber" name="224" href="#224">224</a> 
-<a class="jxr_linenumber" name="225" href="#225">225</a>         <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">DoubleArrayTest</a> test = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">DoubleArrayTest</a>();
+<a class="jxr_linenumber" name="225" href="#225">225</a>         <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">DoubleArrayTest</a> test = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">DoubleArrayTest</a>();
 <a class="jxr_linenumber" name="226" href="#226">226</a>         <strong class="jxr_keyword">for</strong> ( <strong class="jxr_keyword">int</strong> i = 0; i &lt; 10; i++ )
 <a class="jxr_linenumber" name="227" href="#227">227</a>         {
 <a class="jxr_linenumber" name="228" href="#228">228</a>             test.array[i] = i + 1.;
 <a class="jxr_linenumber" name="229" href="#229">229</a>         }
 <a class="jxr_linenumber" name="230" href="#230">230</a> 
-<a class="jxr_linenumber" name="231" href="#231">231</a>         <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">DoubleArrayTest</a> result = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">DoubleArrayTest</a>();
+<a class="jxr_linenumber" name="231" href="#231">231</a>         <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">DoubleArrayTest</a> result = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">DoubleArrayTest</a>();
 <a class="jxr_linenumber" name="232" href="#232">232</a>         <strong class="jxr_keyword">for</strong> ( <strong class="jxr_keyword">int</strong> i = 0; i &lt; 10; i++ )
 <a class="jxr_linenumber" name="233" href="#233">233</a>         {
 <a class="jxr_linenumber" name="234" href="#234">234</a>             <strong class="jxr_keyword">double</strong> value = propertyAccessor.readDouble( test.array, i );
@@ -252,7 +252,7 @@
 <a class="jxr_linenumber" name="242" href="#242">242</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testUnsafeObjectArray()
 <a class="jxr_linenumber" name="243" href="#243">243</a>         <strong class="jxr_keyword">throws</strong> Exception
 <a class="jxr_linenumber" name="244" href="#244">244</a>     {
-<a class="jxr_linenumber" name="245" href="#245">245</a>         <strong class="jxr_keyword">class</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">ObjectArrayTest</a>
+<a class="jxr_linenumber" name="245" href="#245">245</a>         <strong class="jxr_keyword">class</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">ObjectArrayTest</a>
 <a class="jxr_linenumber" name="246" href="#246">246</a>         {
 <a class="jxr_linenumber" name="247" href="#247">247</a> 
 <a class="jxr_linenumber" name="248" href="#248">248</a>             <strong class="jxr_keyword">private</strong> String[] array = <strong class="jxr_keyword">new</strong> String[10];
@@ -262,13 +262,13 @@
 <a class="jxr_linenumber" name="252" href="#252">252</a>         ArrayPropertyAccessor propertyAccessor =
 <a class="jxr_linenumber" name="253" href="#253">253</a>             (ArrayPropertyAccessor) <strong class="jxr_keyword">new</strong> ReflectionPropertyAccessorFactory().fieldAccess( field, ObjectArrayTest.<strong class="jxr_keyword">class</strong> );
 <a class="jxr_linenumber" name="254" href="#254">254</a> 
-<a class="jxr_linenumber" name="255" href="#255">255</a>         <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">ObjectArrayTest</a> test = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">ObjectArrayTest</a>();
+<a class="jxr_linenumber" name="255" href="#255">255</a>         <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">ObjectArrayTest</a> test = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">ObjectArrayTest</a>();
 <a class="jxr_linenumber" name="256" href="#256">256</a>         <strong class="jxr_keyword">for</strong> ( <strong class="jxr_keyword">int</strong> i = 0; i &lt; 10; i++ )
 <a class="jxr_linenumber" name="257" href="#257">257</a>         {
 <a class="jxr_linenumber" name="258" href="#258">258</a>             test.array[i] = <span class="jxr_string">"Hello"</span> + i;
 <a class="jxr_linenumber" name="259" href="#259">259</a>         }
 <a class="jxr_linenumber" name="260" href="#260">260</a> 
-<a class="jxr_linenumber" name="261" href="#261">261</a>         <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">ObjectArrayTest</a> result = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">ObjectArrayTest</a>();
+<a class="jxr_linenumber" name="261" href="#261">261</a>         <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">ObjectArrayTest</a> result = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">ObjectArrayTest</a>();
 <a class="jxr_linenumber" name="262" href="#262">262</a>         <strong class="jxr_keyword">for</strong> ( <strong class="jxr_keyword">int</strong> i = 0; i &lt; 10; i++ )
 <a class="jxr_linenumber" name="263" href="#263">263</a>         {
 <a class="jxr_linenumber" name="264" href="#264">264</a>             Object value = propertyAccessor.readObject( test.array, i );

Modified: directmemory/site-content/lightning/lightning-core/xref-test/org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html
URL: http://svn.apache.org/viewvc/directmemory/site-content/lightning/lightning-core/xref-test/org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html?rev=1407130&r1=1407129&r2=1407130&view=diff
==============================================================================
--- directmemory/site-content/lightning/lightning-core/xref-test/org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html (original)
+++ directmemory/site-content/lightning/lightning-core/xref-test/org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html Thu Nov  8 15:28:00 2012
@@ -42,7 +42,7 @@
 <a class="jxr_linenumber" name="32" href="#32">32</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testUnsafeBooleanArray()
 <a class="jxr_linenumber" name="33" href="#33">33</a>          <strong class="jxr_keyword">throws</strong> Exception
 <a class="jxr_linenumber" name="34" href="#34">34</a>      {
-<a class="jxr_linenumber" name="35" href="#35">35</a>          <strong class="jxr_keyword">class</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">BooleanArrayTest</a>
+<a class="jxr_linenumber" name="35" href="#35">35</a>          <strong class="jxr_keyword">class</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">BooleanArrayTest</a>
 <a class="jxr_linenumber" name="36" href="#36">36</a>          {
 <a class="jxr_linenumber" name="37" href="#37">37</a>  
 <a class="jxr_linenumber" name="38" href="#38">38</a>              <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">boolean</strong>[] array = <strong class="jxr_keyword">new</strong> <strong class="jxr_keyword">boolean</strong>[10];
@@ -52,13 +52,13 @@
 <a class="jxr_linenumber" name="42" href="#42">42</a>          ArrayPropertyAccessor propertyAccessor =
 <a class="jxr_linenumber" name="43" href="#43">43</a>              (ArrayPropertyAccessor) <strong class="jxr_keyword">new</strong> SunUnsafePropertyAccessorFactory().fieldAccess( field, BooleanArrayTest.<strong class="jxr_keyword">class</strong> );
 <a class="jxr_linenumber" name="44" href="#44">44</a>  
-<a class="jxr_linenumber" name="45" href="#45">45</a>          <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">BooleanArrayTest</a> test = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">BooleanArrayTest</a>();
+<a class="jxr_linenumber" name="45" href="#45">45</a>          <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">BooleanArrayTest</a> test = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">BooleanArrayTest</a>();
 <a class="jxr_linenumber" name="46" href="#46">46</a>          <strong class="jxr_keyword">for</strong> ( <strong class="jxr_keyword">int</strong> i = 0; i &lt; 10; i++ )
 <a class="jxr_linenumber" name="47" href="#47">47</a>          {
 <a class="jxr_linenumber" name="48" href="#48">48</a>              test.array[i] = i % 2 == 0 ? <strong class="jxr_keyword">true</strong> : false;
 <a class="jxr_linenumber" name="49" href="#49">49</a>          }
 <a class="jxr_linenumber" name="50" href="#50">50</a>  
-<a class="jxr_linenumber" name="51" href="#51">51</a>          <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">BooleanArrayTest</a> result = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">BooleanArrayTest</a>();
+<a class="jxr_linenumber" name="51" href="#51">51</a>          <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">BooleanArrayTest</a> result = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">BooleanArrayTest</a>();
 <a class="jxr_linenumber" name="52" href="#52">52</a>          <strong class="jxr_keyword">for</strong> ( <strong class="jxr_keyword">int</strong> i = 0; i &lt; 10; i++ )
 <a class="jxr_linenumber" name="53" href="#53">53</a>          {
 <a class="jxr_linenumber" name="54" href="#54">54</a>              <strong class="jxr_keyword">boolean</strong> value = propertyAccessor.readBoolean( test.array, i );
@@ -72,7 +72,7 @@
 <a class="jxr_linenumber" name="62" href="#62">62</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testUnsafeByteArray()
 <a class="jxr_linenumber" name="63" href="#63">63</a>          <strong class="jxr_keyword">throws</strong> Exception
 <a class="jxr_linenumber" name="64" href="#64">64</a>      {
-<a class="jxr_linenumber" name="65" href="#65">65</a>          <strong class="jxr_keyword">class</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">ByteArrayTest</a>
+<a class="jxr_linenumber" name="65" href="#65">65</a>          <strong class="jxr_keyword">class</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">ByteArrayTest</a>
 <a class="jxr_linenumber" name="66" href="#66">66</a>          {
 <a class="jxr_linenumber" name="67" href="#67">67</a>  
 <a class="jxr_linenumber" name="68" href="#68">68</a>              <strong class="jxr_keyword">private</strong> byte[] array = <strong class="jxr_keyword">new</strong> byte[10];
@@ -82,13 +82,13 @@
 <a class="jxr_linenumber" name="72" href="#72">72</a>          ArrayPropertyAccessor propertyAccessor =
 <a class="jxr_linenumber" name="73" href="#73">73</a>              (ArrayPropertyAccessor) <strong class="jxr_keyword">new</strong> SunUnsafePropertyAccessorFactory().fieldAccess( field, ByteArrayTest.<strong class="jxr_keyword">class</strong> );
 <a class="jxr_linenumber" name="74" href="#74">74</a>  
-<a class="jxr_linenumber" name="75" href="#75">75</a>          <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">ByteArrayTest</a> test = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">ByteArrayTest</a>();
+<a class="jxr_linenumber" name="75" href="#75">75</a>          <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">ByteArrayTest</a> test = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">ByteArrayTest</a>();
 <a class="jxr_linenumber" name="76" href="#76">76</a>          <strong class="jxr_keyword">for</strong> ( <strong class="jxr_keyword">int</strong> i = 0; i &lt; 10; i++ )
 <a class="jxr_linenumber" name="77" href="#77">77</a>          {
 <a class="jxr_linenumber" name="78" href="#78">78</a>              test.array[i] = (byte) ( i + 1 );
 <a class="jxr_linenumber" name="79" href="#79">79</a>          }
 <a class="jxr_linenumber" name="80" href="#80">80</a>  
-<a class="jxr_linenumber" name="81" href="#81">81</a>          <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">ByteArrayTest</a> result = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">ByteArrayTest</a>();
+<a class="jxr_linenumber" name="81" href="#81">81</a>          <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">ByteArrayTest</a> result = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">ByteArrayTest</a>();
 <a class="jxr_linenumber" name="82" href="#82">82</a>          <strong class="jxr_keyword">for</strong> ( <strong class="jxr_keyword">int</strong> i = 0; i &lt; 10; i++ )
 <a class="jxr_linenumber" name="83" href="#83">83</a>          {
 <a class="jxr_linenumber" name="84" href="#84">84</a>              byte value = propertyAccessor.readByte( test.array, i );
@@ -102,7 +102,7 @@
 <a class="jxr_linenumber" name="92" href="#92">92</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testUnsafeShortArray()
 <a class="jxr_linenumber" name="93" href="#93">93</a>          <strong class="jxr_keyword">throws</strong> Exception
 <a class="jxr_linenumber" name="94" href="#94">94</a>      {
-<a class="jxr_linenumber" name="95" href="#95">95</a>          <strong class="jxr_keyword">class</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">ShortArrayTest</a>
+<a class="jxr_linenumber" name="95" href="#95">95</a>          <strong class="jxr_keyword">class</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">ShortArrayTest</a>
 <a class="jxr_linenumber" name="96" href="#96">96</a>          {
 <a class="jxr_linenumber" name="97" href="#97">97</a>  
 <a class="jxr_linenumber" name="98" href="#98">98</a>              <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">short</strong>[] array = <strong class="jxr_keyword">new</strong> <strong class="jxr_keyword">short</strong>[10];
@@ -112,13 +112,13 @@
 <a class="jxr_linenumber" name="102" href="#102">102</a>         ArrayPropertyAccessor propertyAccessor =
 <a class="jxr_linenumber" name="103" href="#103">103</a>             (ArrayPropertyAccessor) <strong class="jxr_keyword">new</strong> SunUnsafePropertyAccessorFactory().fieldAccess( field, ShortArrayTest.<strong class="jxr_keyword">class</strong> );
 <a class="jxr_linenumber" name="104" href="#104">104</a> 
-<a class="jxr_linenumber" name="105" href="#105">105</a>         <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">ShortArrayTest</a> test = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">ShortArrayTest</a>();
+<a class="jxr_linenumber" name="105" href="#105">105</a>         <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">ShortArrayTest</a> test = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">ShortArrayTest</a>();
 <a class="jxr_linenumber" name="106" href="#106">106</a>         <strong class="jxr_keyword">for</strong> ( <strong class="jxr_keyword">int</strong> i = 0; i &lt; 10; i++ )
 <a class="jxr_linenumber" name="107" href="#107">107</a>         {
 <a class="jxr_linenumber" name="108" href="#108">108</a>             test.array[i] = (<strong class="jxr_keyword">short</strong>) ( i + 1 );
 <a class="jxr_linenumber" name="109" href="#109">109</a>         }
 <a class="jxr_linenumber" name="110" href="#110">110</a> 
-<a class="jxr_linenumber" name="111" href="#111">111</a>         <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">ShortArrayTest</a> result = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">ShortArrayTest</a>();
+<a class="jxr_linenumber" name="111" href="#111">111</a>         <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">ShortArrayTest</a> result = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">ShortArrayTest</a>();
 <a class="jxr_linenumber" name="112" href="#112">112</a>         <strong class="jxr_keyword">for</strong> ( <strong class="jxr_keyword">int</strong> i = 0; i &lt; 10; i++ )
 <a class="jxr_linenumber" name="113" href="#113">113</a>         {
 <a class="jxr_linenumber" name="114" href="#114">114</a>             <strong class="jxr_keyword">short</strong> value = propertyAccessor.readShort( test.array, i );
@@ -132,7 +132,7 @@
 <a class="jxr_linenumber" name="122" href="#122">122</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testUnsafeIntArray()
 <a class="jxr_linenumber" name="123" href="#123">123</a>         <strong class="jxr_keyword">throws</strong> Exception
 <a class="jxr_linenumber" name="124" href="#124">124</a>     {
-<a class="jxr_linenumber" name="125" href="#125">125</a>         <strong class="jxr_keyword">class</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">IntArrayTest</a>
+<a class="jxr_linenumber" name="125" href="#125">125</a>         <strong class="jxr_keyword">class</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">IntArrayTest</a>
 <a class="jxr_linenumber" name="126" href="#126">126</a>         {
 <a class="jxr_linenumber" name="127" href="#127">127</a> 
 <a class="jxr_linenumber" name="128" href="#128">128</a>             <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">int</strong>[] array = <strong class="jxr_keyword">new</strong> <strong class="jxr_keyword">int</strong>[10];
@@ -142,13 +142,13 @@
 <a class="jxr_linenumber" name="132" href="#132">132</a>         ArrayPropertyAccessor propertyAccessor =
 <a class="jxr_linenumber" name="133" href="#133">133</a>             (ArrayPropertyAccessor) <strong class="jxr_keyword">new</strong> SunUnsafePropertyAccessorFactory().fieldAccess( field, IntArrayTest.<strong class="jxr_keyword">class</strong> );
 <a class="jxr_linenumber" name="134" href="#134">134</a> 
-<a class="jxr_linenumber" name="135" href="#135">135</a>         <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">IntArrayTest</a> test = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">IntArrayTest</a>();
+<a class="jxr_linenumber" name="135" href="#135">135</a>         <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">IntArrayTest</a> test = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">IntArrayTest</a>();
 <a class="jxr_linenumber" name="136" href="#136">136</a>         <strong class="jxr_keyword">for</strong> ( <strong class="jxr_keyword">int</strong> i = 0; i &lt; 10; i++ )
 <a class="jxr_linenumber" name="137" href="#137">137</a>         {
 <a class="jxr_linenumber" name="138" href="#138">138</a>             test.array[i] = i + 1;
 <a class="jxr_linenumber" name="139" href="#139">139</a>         }
 <a class="jxr_linenumber" name="140" href="#140">140</a> 
-<a class="jxr_linenumber" name="141" href="#141">141</a>         <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">IntArrayTest</a> result = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">IntArrayTest</a>();
+<a class="jxr_linenumber" name="141" href="#141">141</a>         <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">IntArrayTest</a> result = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">IntArrayTest</a>();
 <a class="jxr_linenumber" name="142" href="#142">142</a>         <strong class="jxr_keyword">for</strong> ( <strong class="jxr_keyword">int</strong> i = 0; i &lt; 10; i++ )
 <a class="jxr_linenumber" name="143" href="#143">143</a>         {
 <a class="jxr_linenumber" name="144" href="#144">144</a>             <strong class="jxr_keyword">int</strong> value = propertyAccessor.readInt( test.array, i );
@@ -162,7 +162,7 @@
 <a class="jxr_linenumber" name="152" href="#152">152</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testUnsafeLongArray()
 <a class="jxr_linenumber" name="153" href="#153">153</a>         <strong class="jxr_keyword">throws</strong> Exception
 <a class="jxr_linenumber" name="154" href="#154">154</a>     {
-<a class="jxr_linenumber" name="155" href="#155">155</a>         <strong class="jxr_keyword">class</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">LongArrayTest</a>
+<a class="jxr_linenumber" name="155" href="#155">155</a>         <strong class="jxr_keyword">class</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">LongArrayTest</a>
 <a class="jxr_linenumber" name="156" href="#156">156</a>         {
 <a class="jxr_linenumber" name="157" href="#157">157</a> 
 <a class="jxr_linenumber" name="158" href="#158">158</a>             <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">long</strong>[] array = <strong class="jxr_keyword">new</strong> <strong class="jxr_keyword">long</strong>[10];
@@ -172,13 +172,13 @@
 <a class="jxr_linenumber" name="162" href="#162">162</a>         ArrayPropertyAccessor propertyAccessor =
 <a class="jxr_linenumber" name="163" href="#163">163</a>             (ArrayPropertyAccessor) <strong class="jxr_keyword">new</strong> SunUnsafePropertyAccessorFactory().fieldAccess( field, LongArrayTest.<strong class="jxr_keyword">class</strong> );
 <a class="jxr_linenumber" name="164" href="#164">164</a> 
-<a class="jxr_linenumber" name="165" href="#165">165</a>         <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">LongArrayTest</a> test = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">LongArrayTest</a>();
+<a class="jxr_linenumber" name="165" href="#165">165</a>         <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">LongArrayTest</a> test = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">LongArrayTest</a>();
 <a class="jxr_linenumber" name="166" href="#166">166</a>         <strong class="jxr_keyword">for</strong> ( <strong class="jxr_keyword">int</strong> i = 0; i &lt; 10; i++ )
 <a class="jxr_linenumber" name="167" href="#167">167</a>         {
 <a class="jxr_linenumber" name="168" href="#168">168</a>             test.array[i] = i + 1;
 <a class="jxr_linenumber" name="169" href="#169">169</a>         }
 <a class="jxr_linenumber" name="170" href="#170">170</a> 
-<a class="jxr_linenumber" name="171" href="#171">171</a>         <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">LongArrayTest</a> result = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">LongArrayTest</a>();
+<a class="jxr_linenumber" name="171" href="#171">171</a>         <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">LongArrayTest</a> result = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">LongArrayTest</a>();
 <a class="jxr_linenumber" name="172" href="#172">172</a>         <strong class="jxr_keyword">for</strong> ( <strong class="jxr_keyword">int</strong> i = 0; i &lt; 10; i++ )
 <a class="jxr_linenumber" name="173" href="#173">173</a>         {
 <a class="jxr_linenumber" name="174" href="#174">174</a>             <strong class="jxr_keyword">long</strong> value = propertyAccessor.readLong( test.array, i );
@@ -192,7 +192,7 @@
 <a class="jxr_linenumber" name="182" href="#182">182</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testUnsafeFloatArray()
 <a class="jxr_linenumber" name="183" href="#183">183</a>         <strong class="jxr_keyword">throws</strong> Exception
 <a class="jxr_linenumber" name="184" href="#184">184</a>     {
-<a class="jxr_linenumber" name="185" href="#185">185</a>         <strong class="jxr_keyword">class</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">FloatArrayTest</a>
+<a class="jxr_linenumber" name="185" href="#185">185</a>         <strong class="jxr_keyword">class</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">FloatArrayTest</a>
 <a class="jxr_linenumber" name="186" href="#186">186</a>         {
 <a class="jxr_linenumber" name="187" href="#187">187</a> 
 <a class="jxr_linenumber" name="188" href="#188">188</a>             <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">float</strong>[] array = <strong class="jxr_keyword">new</strong> <strong class="jxr_keyword">float</strong>[10];
@@ -202,13 +202,13 @@
 <a class="jxr_linenumber" name="192" href="#192">192</a>         ArrayPropertyAccessor propertyAccessor =
 <a class="jxr_linenumber" name="193" href="#193">193</a>             (ArrayPropertyAccessor) <strong class="jxr_keyword">new</strong> SunUnsafePropertyAccessorFactory().fieldAccess( field, FloatArrayTest.<strong class="jxr_keyword">class</strong> );
 <a class="jxr_linenumber" name="194" href="#194">194</a> 
-<a class="jxr_linenumber" name="195" href="#195">195</a>         <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">FloatArrayTest</a> test = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">FloatArrayTest</a>();
+<a class="jxr_linenumber" name="195" href="#195">195</a>         <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">FloatArrayTest</a> test = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">FloatArrayTest</a>();
 <a class="jxr_linenumber" name="196" href="#196">196</a>         <strong class="jxr_keyword">for</strong> ( <strong class="jxr_keyword">int</strong> i = 0; i &lt; 10; i++ )
 <a class="jxr_linenumber" name="197" href="#197">197</a>         {
 <a class="jxr_linenumber" name="198" href="#198">198</a>             test.array[i] = (<strong class="jxr_keyword">float</strong>) ( i + 1. );
 <a class="jxr_linenumber" name="199" href="#199">199</a>         }
 <a class="jxr_linenumber" name="200" href="#200">200</a> 
-<a class="jxr_linenumber" name="201" href="#201">201</a>         <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">FloatArrayTest</a> result = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">FloatArrayTest</a>();
+<a class="jxr_linenumber" name="201" href="#201">201</a>         <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">FloatArrayTest</a> result = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">FloatArrayTest</a>();
 <a class="jxr_linenumber" name="202" href="#202">202</a>         <strong class="jxr_keyword">for</strong> ( <strong class="jxr_keyword">int</strong> i = 0; i &lt; 10; i++ )
 <a class="jxr_linenumber" name="203" href="#203">203</a>         {
 <a class="jxr_linenumber" name="204" href="#204">204</a>             <strong class="jxr_keyword">float</strong> value = propertyAccessor.readFloat( test.array, i );
@@ -222,7 +222,7 @@
 <a class="jxr_linenumber" name="212" href="#212">212</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testUnsafeDoubleArray()
 <a class="jxr_linenumber" name="213" href="#213">213</a>         <strong class="jxr_keyword">throws</strong> Exception
 <a class="jxr_linenumber" name="214" href="#214">214</a>     {
-<a class="jxr_linenumber" name="215" href="#215">215</a>         <strong class="jxr_keyword">class</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">DoubleArrayTest</a>
+<a class="jxr_linenumber" name="215" href="#215">215</a>         <strong class="jxr_keyword">class</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">DoubleArrayTest</a>
 <a class="jxr_linenumber" name="216" href="#216">216</a>         {
 <a class="jxr_linenumber" name="217" href="#217">217</a> 
 <a class="jxr_linenumber" name="218" href="#218">218</a>             <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">double</strong>[] array = <strong class="jxr_keyword">new</strong> <strong class="jxr_keyword">double</strong>[10];
@@ -232,13 +232,13 @@
 <a class="jxr_linenumber" name="222" href="#222">222</a>         ArrayPropertyAccessor propertyAccessor =
 <a class="jxr_linenumber" name="223" href="#223">223</a>             (ArrayPropertyAccessor) <strong class="jxr_keyword">new</strong> SunUnsafePropertyAccessorFactory().fieldAccess( field, DoubleArrayTest.<strong class="jxr_keyword">class</strong> );
 <a class="jxr_linenumber" name="224" href="#224">224</a> 
-<a class="jxr_linenumber" name="225" href="#225">225</a>         <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">DoubleArrayTest</a> test = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">DoubleArrayTest</a>();
+<a class="jxr_linenumber" name="225" href="#225">225</a>         <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">DoubleArrayTest</a> test = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">DoubleArrayTest</a>();
 <a class="jxr_linenumber" name="226" href="#226">226</a>         <strong class="jxr_keyword">for</strong> ( <strong class="jxr_keyword">int</strong> i = 0; i &lt; 10; i++ )
 <a class="jxr_linenumber" name="227" href="#227">227</a>         {
 <a class="jxr_linenumber" name="228" href="#228">228</a>             test.array[i] = i + 1.;
 <a class="jxr_linenumber" name="229" href="#229">229</a>         }
 <a class="jxr_linenumber" name="230" href="#230">230</a> 
-<a class="jxr_linenumber" name="231" href="#231">231</a>         <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">DoubleArrayTest</a> result = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">DoubleArrayTest</a>();
+<a class="jxr_linenumber" name="231" href="#231">231</a>         <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">DoubleArrayTest</a> result = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">DoubleArrayTest</a>();
 <a class="jxr_linenumber" name="232" href="#232">232</a>         <strong class="jxr_keyword">for</strong> ( <strong class="jxr_keyword">int</strong> i = 0; i &lt; 10; i++ )
 <a class="jxr_linenumber" name="233" href="#233">233</a>         {
 <a class="jxr_linenumber" name="234" href="#234">234</a>             <strong class="jxr_keyword">double</strong> value = propertyAccessor.readDouble( test.array, i );
@@ -252,7 +252,7 @@
 <a class="jxr_linenumber" name="242" href="#242">242</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testUnsafeObjectArray()
 <a class="jxr_linenumber" name="243" href="#243">243</a>         <strong class="jxr_keyword">throws</strong> Exception
 <a class="jxr_linenumber" name="244" href="#244">244</a>     {
-<a class="jxr_linenumber" name="245" href="#245">245</a>         <strong class="jxr_keyword">class</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">ObjectArrayTest</a>
+<a class="jxr_linenumber" name="245" href="#245">245</a>         <strong class="jxr_keyword">class</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">ObjectArrayTest</a>
 <a class="jxr_linenumber" name="246" href="#246">246</a>         {
 <a class="jxr_linenumber" name="247" href="#247">247</a> 
 <a class="jxr_linenumber" name="248" href="#248">248</a>             <strong class="jxr_keyword">private</strong> String[] array = <strong class="jxr_keyword">new</strong> String[10];
@@ -262,13 +262,13 @@
 <a class="jxr_linenumber" name="252" href="#252">252</a>         ArrayPropertyAccessor propertyAccessor =
 <a class="jxr_linenumber" name="253" href="#253">253</a>             (ArrayPropertyAccessor) <strong class="jxr_keyword">new</strong> SunUnsafePropertyAccessorFactory().fieldAccess( field, ObjectArrayTest.<strong class="jxr_keyword">class</strong> );
 <a class="jxr_linenumber" name="254" href="#254">254</a> 
-<a class="jxr_linenumber" name="255" href="#255">255</a>         <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">ObjectArrayTest</a> test = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">ObjectArrayTest</a>();
+<a class="jxr_linenumber" name="255" href="#255">255</a>         <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">ObjectArrayTest</a> test = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">ObjectArrayTest</a>();
 <a class="jxr_linenumber" name="256" href="#256">256</a>         <strong class="jxr_keyword">for</strong> ( <strong class="jxr_keyword">int</strong> i = 0; i &lt; 10; i++ )
 <a class="jxr_linenumber" name="257" href="#257">257</a>         {
 <a class="jxr_linenumber" name="258" href="#258">258</a>             test.array[i] = <span class="jxr_string">"Hello"</span> + i;
 <a class="jxr_linenumber" name="259" href="#259">259</a>         }
 <a class="jxr_linenumber" name="260" href="#260">260</a> 
-<a class="jxr_linenumber" name="261" href="#261">261</a>         <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">ObjectArrayTest</a> result = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/UnsafePropertyAccessorTestCase.html">ObjectArrayTest</a>();
+<a class="jxr_linenumber" name="261" href="#261">261</a>         <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">ObjectArrayTest</a> result = <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/directmemory/lightning/internal/beans/ReflectionPropertyAccessorTestCase.html">ObjectArrayTest</a>();
 <a class="jxr_linenumber" name="262" href="#262">262</a>         <strong class="jxr_keyword">for</strong> ( <strong class="jxr_keyword">int</strong> i = 0; i &lt; 10; i++ )
 <a class="jxr_linenumber" name="263" href="#263">263</a>         {
 <a class="jxr_linenumber" name="264" href="#264">264</a>             Object value = propertyAccessor.readObject( test.array, i );

Modified: directmemory/site-content/lightning/lightning-core/xref-test/org/apache/directmemory/lightning/internal/beans/package-frame.html
URL: http://svn.apache.org/viewvc/directmemory/site-content/lightning/lightning-core/xref-test/org/apache/directmemory/lightning/internal/beans/package-frame.html?rev=1407130&r1=1407129&r2=1407130&view=diff
==============================================================================
--- directmemory/site-content/lightning/lightning-core/xref-test/org/apache/directmemory/lightning/internal/beans/package-frame.html (original)
+++ directmemory/site-content/lightning/lightning-core/xref-test/org/apache/directmemory/lightning/internal/beans/package-frame.html Thu Nov  8 15:28:00 2012
@@ -16,31 +16,31 @@
 
       	<ul>
       		          	<li>
-            	<a href="UnsafePropertyAccessorTestCase.html" target="classFrame">BooleanArrayTest</a>
+            	<a href="ReflectionPropertyAccessorTestCase.html" target="classFrame">BooleanArrayTest</a>
           	</li>
           	          	<li>
-            	<a href="UnsafePropertyAccessorTestCase.html" target="classFrame">ByteArrayTest</a>
+            	<a href="ReflectionPropertyAccessorTestCase.html" target="classFrame">ByteArrayTest</a>
           	</li>
           	          	<li>
-            	<a href="UnsafePropertyAccessorTestCase.html" target="classFrame">DoubleArrayTest</a>
+            	<a href="ReflectionPropertyAccessorTestCase.html" target="classFrame">DoubleArrayTest</a>
           	</li>
           	          	<li>
-            	<a href="UnsafePropertyAccessorTestCase.html" target="classFrame">FloatArrayTest</a>
+            	<a href="ReflectionPropertyAccessorTestCase.html" target="classFrame">FloatArrayTest</a>
           	</li>
           	          	<li>
-            	<a href="UnsafePropertyAccessorTestCase.html" target="classFrame">IntArrayTest</a>
+            	<a href="ReflectionPropertyAccessorTestCase.html" target="classFrame">IntArrayTest</a>
           	</li>
           	          	<li>
-            	<a href="UnsafePropertyAccessorTestCase.html" target="classFrame">LongArrayTest</a>
+            	<a href="ReflectionPropertyAccessorTestCase.html" target="classFrame">LongArrayTest</a>
           	</li>
           	          	<li>
-            	<a href="UnsafePropertyAccessorTestCase.html" target="classFrame">ObjectArrayTest</a>
+            	<a href="ReflectionPropertyAccessorTestCase.html" target="classFrame">ObjectArrayTest</a>
           	</li>
           	          	<li>
             	<a href="ReflectionPropertyAccessorTestCase.html" target="classFrame">ReflectionPropertyAccessorTestCase</a>
           	</li>
           	          	<li>
-            	<a href="UnsafePropertyAccessorTestCase.html" target="classFrame">ShortArrayTest</a>
+            	<a href="ReflectionPropertyAccessorTestCase.html" target="classFrame">ShortArrayTest</a>
           	</li>
           	          	<li>
             	<a href="UnsafePropertyAccessorTestCase.html" target="classFrame">UnsafePropertyAccessorTestCase</a>

Modified: directmemory/site-content/lightning/lightning-core/xref-test/org/apache/directmemory/lightning/internal/beans/package-summary.html
URL: http://svn.apache.org/viewvc/directmemory/site-content/lightning/lightning-core/xref-test/org/apache/directmemory/lightning/internal/beans/package-summary.html?rev=1407130&r1=1407129&r2=1407130&view=diff
==============================================================================
--- directmemory/site-content/lightning/lightning-core/xref-test/org/apache/directmemory/lightning/internal/beans/package-summary.html (original)
+++ directmemory/site-content/lightning/lightning-core/xref-test/org/apache/directmemory/lightning/internal/beans/package-summary.html Thu Nov  8 15:28:00 2012
@@ -37,37 +37,37 @@
         	<tbody>
         		            	<tr>
               		<td>
-                		<a href="UnsafePropertyAccessorTestCase.html" target="classFrame">BooleanArrayTest</a>
+                		<a href="ReflectionPropertyAccessorTestCase.html" target="classFrame">BooleanArrayTest</a>
               		</td>
             	</tr>
 				            	<tr>
               		<td>
-                		<a href="UnsafePropertyAccessorTestCase.html" target="classFrame">ByteArrayTest</a>
+                		<a href="ReflectionPropertyAccessorTestCase.html" target="classFrame">ByteArrayTest</a>
               		</td>
             	</tr>
 				            	<tr>
               		<td>
-                		<a href="UnsafePropertyAccessorTestCase.html" target="classFrame">DoubleArrayTest</a>
+                		<a href="ReflectionPropertyAccessorTestCase.html" target="classFrame">DoubleArrayTest</a>
               		</td>
             	</tr>
 				            	<tr>
               		<td>
-                		<a href="UnsafePropertyAccessorTestCase.html" target="classFrame">FloatArrayTest</a>
+                		<a href="ReflectionPropertyAccessorTestCase.html" target="classFrame">FloatArrayTest</a>
               		</td>
             	</tr>
 				            	<tr>
               		<td>
-                		<a href="UnsafePropertyAccessorTestCase.html" target="classFrame">IntArrayTest</a>
+                		<a href="ReflectionPropertyAccessorTestCase.html" target="classFrame">IntArrayTest</a>
               		</td>
             	</tr>
 				            	<tr>
               		<td>
-                		<a href="UnsafePropertyAccessorTestCase.html" target="classFrame">LongArrayTest</a>
+                		<a href="ReflectionPropertyAccessorTestCase.html" target="classFrame">LongArrayTest</a>
               		</td>
             	</tr>
 				            	<tr>
               		<td>
-                		<a href="UnsafePropertyAccessorTestCase.html" target="classFrame">ObjectArrayTest</a>
+                		<a href="ReflectionPropertyAccessorTestCase.html" target="classFrame">ObjectArrayTest</a>
               		</td>
             	</tr>
 				            	<tr>
@@ -77,7 +77,7 @@
             	</tr>
 				            	<tr>
               		<td>
-                		<a href="UnsafePropertyAccessorTestCase.html" target="classFrame">ShortArrayTest</a>
+                		<a href="ReflectionPropertyAccessorTestCase.html" target="classFrame">ShortArrayTest</a>
               		</td>
             	</tr>
 				            	<tr>