You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by jo...@apache.org on 2011/06/28 01:38:58 UTC

svn commit: r1140374 - /tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/IOCSymbols.java

Author: joshcanfield
Date: Mon Jun 27 23:38:58 2011
New Revision: 1140374

URL: http://svn.apache.org/viewvc?rev=1140374&view=rev
Log:
TAP5-1559 - Excessive warnings (see http://download.oracle.com/javase/6/docs/technotes/tools/windows/javadoc.html#@see)

Modified:
    tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/IOCSymbols.java

Modified: tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/IOCSymbols.java
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/IOCSymbols.java?rev=1140374&r1=1140373&r2=1140374&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/IOCSymbols.java (original)
+++ tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/IOCSymbols.java Mon Jun 27 23:38:58 2011
@@ -36,7 +36,9 @@ public class IOCSymbols
      * The default is 100.
      * 
      * @since 5.3
-     * @see http://www.bigsoft.co.uk/blog/index.php/2009/11/27/rules-of-a-threadpoolexecutor-pool-size
+     * @see <a href="http://www.bigsoft.co.uk/blog/index.php/2009/11/27/rules-of-a-threadpoolexecutor-pool-size">
+     *     Rules of a ThreadPoolExecutor pool size
+     *     </a>
      */
     public static final String THREAD_POOL_QUEUE_SIZE = "tapestry.thread-pool.queue-size";
 



Re: svn commit: r1140374 - /tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/IOCSymbols.java

Posted by Josh Canfield <jo...@gmail.com>.
Hehe... you had to be attached to one of my warning killer builds...

The warning/todo graphs in Jenkins are inspiring. There is some level
of satisfaction of seeing quality metrics improve for doing almost
nothing ;)

On Mon, Jun 27, 2011 at 4:57 PM, Howard Lewis Ship <hl...@gmail.com> wrote:
> Oops.
>
> On Mon, Jun 27, 2011 at 4:38 PM,  <jo...@apache.org> wrote:
>> Author: joshcanfield
>> Date: Mon Jun 27 23:38:58 2011
>> New Revision: 1140374
>>
>> URL: http://svn.apache.org/viewvc?rev=1140374&view=rev
>> Log:
>> TAP5-1559 - Excessive warnings (see http://download.oracle.com/javase/6/docs/technotes/tools/windows/javadoc.html#@see)
>>
>> Modified:
>>    tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/IOCSymbols.java
>>
>> Modified: tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/IOCSymbols.java
>> URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/IOCSymbols.java?rev=1140374&r1=1140373&r2=1140374&view=diff
>> ==============================================================================
>> --- tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/IOCSymbols.java (original)
>> +++ tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/IOCSymbols.java Mon Jun 27 23:38:58 2011
>> @@ -36,7 +36,9 @@ public class IOCSymbols
>>      * The default is 100.
>>      *
>>      * @since 5.3
>> -     * @see http://www.bigsoft.co.uk/blog/index.php/2009/11/27/rules-of-a-threadpoolexecutor-pool-size
>> +     * @see <a href="http://www.bigsoft.co.uk/blog/index.php/2009/11/27/rules-of-a-threadpoolexecutor-pool-size">
>> +     *     Rules of a ThreadPoolExecutor pool size
>> +     *     </a>
>>      */
>>     public static final String THREAD_POOL_QUEUE_SIZE = "tapestry.thread-pool.queue-size";
>>
>>
>>
>>
>
>
>
> --
> Howard M. Lewis Ship
>
> Creator of Apache Tapestry
>
> The source for Tapestry training, mentoring and support. Contact me to
> learn how I can get you up and productive in Tapestry fast!
>
> (971) 678-5210
> http://howardlewisship.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: svn commit: r1140374 - /tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/IOCSymbols.java

Posted by Howard Lewis Ship <hl...@gmail.com>.
Oops.

On Mon, Jun 27, 2011 at 4:38 PM,  <jo...@apache.org> wrote:
> Author: joshcanfield
> Date: Mon Jun 27 23:38:58 2011
> New Revision: 1140374
>
> URL: http://svn.apache.org/viewvc?rev=1140374&view=rev
> Log:
> TAP5-1559 - Excessive warnings (see http://download.oracle.com/javase/6/docs/technotes/tools/windows/javadoc.html#@see)
>
> Modified:
>    tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/IOCSymbols.java
>
> Modified: tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/IOCSymbols.java
> URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/IOCSymbols.java?rev=1140374&r1=1140373&r2=1140374&view=diff
> ==============================================================================
> --- tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/IOCSymbols.java (original)
> +++ tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/IOCSymbols.java Mon Jun 27 23:38:58 2011
> @@ -36,7 +36,9 @@ public class IOCSymbols
>      * The default is 100.
>      *
>      * @since 5.3
> -     * @see http://www.bigsoft.co.uk/blog/index.php/2009/11/27/rules-of-a-threadpoolexecutor-pool-size
> +     * @see <a href="http://www.bigsoft.co.uk/blog/index.php/2009/11/27/rules-of-a-threadpoolexecutor-pool-size">
> +     *     Rules of a ThreadPoolExecutor pool size
> +     *     </a>
>      */
>     public static final String THREAD_POOL_QUEUE_SIZE = "tapestry.thread-pool.queue-size";
>
>
>
>



-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org