You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Torsten Curdt (JIRA)" <ji...@apache.org> on 2006/06/05 13:10:32 UTC

[jira] Closed: (SANDBOX-106) [jci] Remove utils package

     [ http://issues.apache.org/jira/browse/SANDBOX-106?page=all ]
     
Torsten Curdt closed SANDBOX-106:
---------------------------------

    Assign To: Torsten Curdt

> [jci] Remove utils package
> --------------------------
>
>          Key: SANDBOX-106
>          URL: http://issues.apache.org/jira/browse/SANDBOX-106
>      Project: Commons Sandbox
>         Type: Bug

>  Environment: Operating System: All
> Platform: Other
>     Reporter: elharo
>     Assignee: Torsten Curdt

>
> The org.apache.commons.jci.utils package contains one simple class that does this:
> package org.apache.commons.jci.utils;
> public final class ThreadUtils {
>     public static void sleep( final long pDelay ) {
>         try {
>             Thread.sleep(pDelay);
>         } catch (final InterruptedException e) {
>         }
>     }
>     
> }
> That's way too little to justify a package. This class is:
> 1. Trivial.
> 2. Outside the scope of the JCI Project
> There is little reason for this to be a public API. This method should be
> inlined and the package removed; or, at the very least, this class could be
> duplicated as a non-public class within whichever other packages actually use it. 
> Keeping the public API footprint to a minimum is important for future
> extensibility and maintainability.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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