White-space clean-up
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 3 Sep 2010 18:35:59 +0000 (18:35 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 3 Sep 2010 18:35:59 +0000 (18:35 +0000)
Reduce sequences of three or more blank lines to two blank lines

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@992409 13f79535-47bb-0310-9956-ffa450edef68

180 files changed:
java/javax/servlet/resources/javaee_web_services_1_3.xsd
java/org/apache/catalina/ContainerListener.java
java/org/apache/catalina/LifecycleListener.java
java/org/apache/catalina/SessionListener.java
java/org/apache/catalina/ant/jmx/JMXAccessorSetTask.java
java/org/apache/catalina/authenticator/AuthenticatorBase.java
java/org/apache/catalina/connector/Response.java
java/org/apache/catalina/core/ApplicationContextFacade.java
java/org/apache/catalina/core/ApplicationFilterChain.java
java/org/apache/catalina/core/AsyncListenerWrapper.java
java/org/apache/catalina/core/StandardPipeline.java
java/org/apache/catalina/core/StandardThreadExecutor.java
java/org/apache/catalina/deploy/WebXml.java
java/org/apache/catalina/ha/ClusterRuleSet.java
java/org/apache/catalina/ha/ClusterSession.java
java/org/apache/catalina/ha/session/DeltaManager.java
java/org/apache/catalina/ha/session/DeltaRequest.java
java/org/apache/catalina/ha/session/DeltaSession.java
java/org/apache/catalina/ha/session/SerializablePrincipal.java
java/org/apache/catalina/ha/session/SessionMessage.java
java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java
java/org/apache/catalina/loader/WebappClassLoader.java
java/org/apache/catalina/mbeans/MBeanUtils.java
java/org/apache/catalina/mbeans/ServerLifecycleListener.java
java/org/apache/catalina/mbeans/mbeans-descriptors.xml
java/org/apache/catalina/realm/JNDIRealm.java
java/org/apache/catalina/realm/RealmBase.java
java/org/apache/catalina/security/SecurityConfig.java
java/org/apache/catalina/servlets/CGIServlet.java
java/org/apache/catalina/session/PersistentManagerBase.java
java/org/apache/catalina/session/StandardSession.java
java/org/apache/catalina/startup/Catalina.java
java/org/apache/catalina/startup/Tomcat.java
java/org/apache/catalina/tribes/ChannelMessage.java
java/org/apache/catalina/tribes/group/AbsoluteOrder.java
java/org/apache/catalina/tribes/group/RpcChannel.java
java/org/apache/catalina/tribes/group/interceptors/FragmentationInterceptor.java
java/org/apache/catalina/tribes/group/interceptors/NonBlockingCoordinator.java
java/org/apache/catalina/tribes/group/interceptors/OrderInterceptor.java
java/org/apache/catalina/tribes/group/interceptors/TcpPingInterceptor.java
java/org/apache/catalina/tribes/io/ChannelData.java
java/org/apache/catalina/tribes/io/XByteBuffer.java
java/org/apache/catalina/tribes/membership/McastServiceImpl.java
java/org/apache/catalina/tribes/tipis/LazyReplicatedMap.java
java/org/apache/catalina/tribes/tipis/ReplicatedMapEntry.java
java/org/apache/catalina/tribes/transport/AbstractRxTask.java
java/org/apache/catalina/tribes/transport/PooledSender.java
java/org/apache/catalina/tribes/transport/ReplicationTransmitter.java
java/org/apache/catalina/tribes/transport/bio/BioReceiver.java
java/org/apache/catalina/tribes/transport/bio/BioReplicationTask.java
java/org/apache/catalina/tribes/transport/nio/NioReplicationTask.java
java/org/apache/catalina/tribes/util/Arrays.java
java/org/apache/catalina/util/DateTool.java
java/org/apache/catalina/valves/AccessLogValve.java
java/org/apache/coyote/ajp/AjpProcessor.java
java/org/apache/coyote/http11/AbstractHttp11Processor.java
java/org/apache/coyote/http11/AbstractInputBuffer.java
java/org/apache/coyote/http11/AbstractOutputBuffer.java
java/org/apache/coyote/http11/Http11NioProtocol.java
java/org/apache/coyote/http11/Http11Protocol.java
java/org/apache/coyote/http11/InternalNioInputBuffer.java
java/org/apache/coyote/http11/InternalNioOutputBuffer.java
java/org/apache/coyote/http11/InternalOutputBuffer.java
java/org/apache/jasper/compiler/BeanRepository.java
java/org/apache/jasper/tagplugins/jstl/core/Import.java
java/org/apache/jasper/xmlparser/XMLChar.java
java/org/apache/juli/logging/LogFactory.java
java/org/apache/tomcat/util/bcel/Constants.java
java/org/apache/tomcat/util/bcel/classfile/AnnotationDefault.java
java/org/apache/tomcat/util/bcel/classfile/Attribute.java
java/org/apache/tomcat/util/bcel/classfile/ClassElementValue.java
java/org/apache/tomcat/util/bcel/classfile/ClassParser.java
java/org/apache/tomcat/util/bcel/classfile/Code.java
java/org/apache/tomcat/util/bcel/classfile/CodeException.java
java/org/apache/tomcat/util/bcel/classfile/Constant.java
java/org/apache/tomcat/util/bcel/classfile/ConstantCP.java
java/org/apache/tomcat/util/bcel/classfile/ConstantClass.java
java/org/apache/tomcat/util/bcel/classfile/ConstantDouble.java
java/org/apache/tomcat/util/bcel/classfile/ConstantFieldref.java
java/org/apache/tomcat/util/bcel/classfile/ConstantFloat.java
java/org/apache/tomcat/util/bcel/classfile/ConstantInteger.java
java/org/apache/tomcat/util/bcel/classfile/ConstantInterfaceMethodref.java
java/org/apache/tomcat/util/bcel/classfile/ConstantLong.java
java/org/apache/tomcat/util/bcel/classfile/ConstantMethodref.java
java/org/apache/tomcat/util/bcel/classfile/ConstantNameAndType.java
java/org/apache/tomcat/util/bcel/classfile/ConstantPool.java
java/org/apache/tomcat/util/bcel/classfile/ConstantString.java
java/org/apache/tomcat/util/bcel/classfile/ConstantUtf8.java
java/org/apache/tomcat/util/bcel/classfile/ConstantValue.java
java/org/apache/tomcat/util/bcel/classfile/Deprecated.java
java/org/apache/tomcat/util/bcel/classfile/ElementValue.java
java/org/apache/tomcat/util/bcel/classfile/ExceptionTable.java
java/org/apache/tomcat/util/bcel/classfile/Field.java
java/org/apache/tomcat/util/bcel/classfile/InnerClass.java
java/org/apache/tomcat/util/bcel/classfile/InnerClasses.java
java/org/apache/tomcat/util/bcel/classfile/JavaClass.java
java/org/apache/tomcat/util/bcel/classfile/LineNumber.java
java/org/apache/tomcat/util/bcel/classfile/LineNumberTable.java
java/org/apache/tomcat/util/bcel/classfile/LocalVariable.java
java/org/apache/tomcat/util/bcel/classfile/LocalVariableTable.java
java/org/apache/tomcat/util/bcel/classfile/Method.java
java/org/apache/tomcat/util/bcel/classfile/PMGClass.java
java/org/apache/tomcat/util/bcel/classfile/Signature.java
java/org/apache/tomcat/util/bcel/classfile/SourceFile.java
java/org/apache/tomcat/util/bcel/classfile/StackMap.java
java/org/apache/tomcat/util/bcel/classfile/StackMapEntry.java
java/org/apache/tomcat/util/bcel/classfile/StackMapTable.java
java/org/apache/tomcat/util/bcel/classfile/StackMapTableEntry.java
java/org/apache/tomcat/util/bcel/classfile/StackMapType.java
java/org/apache/tomcat/util/bcel/classfile/Synthetic.java
java/org/apache/tomcat/util/bcel/classfile/Unknown.java
java/org/apache/tomcat/util/bcel/classfile/Utility.java
java/org/apache/tomcat/util/bcel/util/ByteSequence.java
java/org/apache/tomcat/util/buf/MessageBytes.java
java/org/apache/tomcat/util/digester/Digester.java
java/org/apache/tomcat/util/http/CookieSupport.java
java/org/apache/tomcat/util/http/MimeHeaders.java
java/org/apache/tomcat/util/http/fileupload/FileUtils.java
java/org/apache/tomcat/util/http/fileupload/IOUtils.java
java/org/apache/tomcat/util/http/fileupload/disk/DiskFileItem.java
java/org/apache/tomcat/util/modeler/BaseModelMBean.java
java/org/apache/tomcat/util/modeler/Registry.java
java/org/apache/tomcat/util/net/AbstractEndpoint.java
java/org/apache/tomcat/util/net/AprEndpoint.java
java/org/apache/tomcat/util/net/JIoEndpoint.java
java/org/apache/tomcat/util/net/NioEndpoint.java
java/org/apache/tomcat/util/net/SocketProperties.java
java/org/apache/tomcat/util/net/URL.java
java/org/apache/tomcat/util/threads/ThreadPoolExecutor.java
modules/bayeux/webapps/cometd/examples/simplechat/ticker.html
modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/DataSourceProxy.java
modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/PoolProperties.java
modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/PooledConnection.java
modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/interceptor/ResetAbandonedTimer.java
modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/interceptor/SlowQueryReport.java
modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/interceptor/SlowQueryReportJmx.java
modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/interceptor/StatementCache.java
modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/jmx/ConnectionPool.java
modules/jdbc-pool/test/org/apache/tomcat/jdbc/pool/interceptor/TestInterceptor.java
modules/jdbc-pool/test/org/apache/tomcat/jdbc/test/BorrowWaitTest.java
modules/jdbc-pool/test/org/apache/tomcat/jdbc/test/ConnectCountTest.java
modules/jdbc-pool/test/org/apache/tomcat/jdbc/test/TestConnectionState.java
modules/jdbc-pool/test/org/apache/tomcat/jdbc/test/TestInterceptorShortName.java
modules/jdbc-pool/test/org/apache/tomcat/jdbc/test/TestStatementCache.java
modules/jdbc-pool/test/org/apache/tomcat/jdbc/test/TwoDataSources.java
modules/tomcat-lite/java/org/apache/tomcat/lite/http/BaseMapper.java
modules/tomcat-lite/java/org/apache/tomcat/lite/http/Http11Connection.java
modules/tomcat-lite/java/org/apache/tomcat/lite/http/HttpChannel.java
modules/tomcat-lite/java/org/apache/tomcat/lite/http/HttpConnectionPool.java
modules/tomcat-lite/java/org/apache/tomcat/lite/http/HttpMessage.java
modules/tomcat-lite/java/org/apache/tomcat/lite/http/HttpRequest.java
modules/tomcat-lite/java/org/apache/tomcat/lite/http/SpdyConnection.java
modules/tomcat-lite/java/org/apache/tomcat/lite/io/BufferedIOReader.java
modules/tomcat-lite/java/org/apache/tomcat/lite/io/CBucket.java
modules/tomcat-lite/java/org/apache/tomcat/lite/io/CBuffer.java
modules/tomcat-lite/java/org/apache/tomcat/lite/io/IOBuffer.java
modules/tomcat-lite/java/org/apache/tomcat/lite/io/IOWriter.java
modules/tomcat-lite/java/org/apache/tomcat/lite/io/NioThread.java
modules/tomcat-lite/java/org/apache/tomcat/lite/io/SocketConnector.java
modules/tomcat-lite/java/org/apache/tomcat/lite/io/SocketIOChannel.java
modules/tomcat-lite/java/org/apache/tomcat/lite/io/jsse/SslChannel.java
modules/tomcat-lite/java/org/apache/tomcat/lite/proxy/SocksServer.java
modules/tomcat-lite/test/org/apache/coyote/lite/Tomcat.java
modules/tomcat-lite/test/org/apache/tomcat/lite/http/HttpChannelTest.java
modules/tomcat-lite/test/org/apache/tomcat/lite/io/UEncoderTest.java
modules/tomcat-lite/test/org/apache/tomcat/test/watchdog/CookieController.java
modules/tomcat-lite/test/org/apache/tomcat/test/watchdog/WatchdogHttpClient.java
test/org/apache/catalina/tribes/demos/CoordinationDemo.java
test/org/apache/catalina/tribes/demos/LoadTest.java
test/org/apache/catalina/tribes/test/interceptors/TestNonBlockingCoordinator.java
test/org/apache/catalina/tribes/test/interceptors/TestOrderInterceptor.java
test/org/apache/catalina/tribes/test/io/TestSenderConnections.java
test/org/apache/el/TestELEvaluation.java
webapps/docs/cluster-howto.xml
webapps/docs/config/context.xml
webapps/examples/WEB-INF/classes/async/AsyncStockServlet.java
webapps/examples/WEB-INF/classes/cal/JspCalendar.java
webapps/examples/WEB-INF/classes/examples/LogTag.java
webapps/examples/WEB-INF/classes/examples/ShowSource.java
webapps/examples/jsp/cal/cal1.jsp

index e72e4e6..cd97c91 100644 (file)
                 Example:
                     <port-component-name>EmployeeService
                     </port-component-name>
-              
-                
-              
+
+
 ]]>
             </xsd:documentation>
           </xsd:annotation>
index 45aa13a..edce3a3 100644 (file)
@@ -19,8 +19,6 @@
 package org.apache.catalina;
 
 
-
-
 /**
  * Interface defining a listener for significant Container generated events.
  * Note that "container start" and "container stop" events are normally
index faf2d09..741bf5b 100644 (file)
@@ -19,8 +19,6 @@
 package org.apache.catalina;
 
 
-
-
 /**
  * Interface defining a listener for significant events (including "component
  * start" and "component stop" generated by a component that implements the
index e9009c4..51bae44 100644 (file)
@@ -19,8 +19,6 @@
 package org.apache.catalina;
 
 
-
-
 /**
  * Interface defining a listener for significant Session generated events.
  *
index 5f05930..ae7e3eb 100644 (file)
@@ -193,7 +193,6 @@ public class JMXAccessorSetTask extends JMXAccessorTask {
                 attribute, realValue));
         return null;
     }
-    
 
 
     /**
index 8d4fe6b..6d8eb7d 100644 (file)
@@ -567,8 +567,6 @@ public abstract class AuthenticatorBase extends ValveBase
     // ------------------------------------------------------ Protected Methods
 
 
-
-
     /**
      * Associate the specified single sign on identifier with the
      * specified Session.
index ae4bd1c..1ff0327 100644 (file)
@@ -819,8 +819,7 @@ public class Response
         isCharacterEncodingSet = true;
     }
 
-    
-    
+
     /**
      * Set the Locale that is appropriate for this response, including
      * setting the appropriate character encoding.
index 9efef69..8cb5c85 100644 (file)
@@ -129,7 +129,6 @@ public final class ApplicationContextFacade
      * Wrapped application context.
      */
     private ApplicationContext context = null;
-    
 
 
     // ------------------------------------------------- ServletContext Methods
index 54a9478..81b3fc7 100644 (file)
@@ -160,8 +160,7 @@ final class ApplicationFilterChain implements FilterChain, CometFilterChain {
      */                                                 
     private static Class<?>[] classTypeUsedInEvent = 
         new Class[] { CometEvent.class };
-    
-    
+
 
     // ---------------------------------------------------- FilterChain Methods
 
@@ -514,7 +513,6 @@ final class ApplicationFilterChain implements FilterChain, CometFilterChain {
     // -------------------------------------------------------- Package Methods
 
 
-
     /**
      * Add a filter to the set of filters that will be executed in this chain.
      *
index f9dd980..b4f64f9 100644 (file)
@@ -54,7 +54,6 @@ public class AsyncListenerWrapper {
     public void setListener(AsyncListener listener) {
         this.listener = listener;
     }
-    
-    
+
 
 }
index 5e703cc..d5da483 100644 (file)
@@ -231,9 +231,8 @@ public class StandardPipeline extends LifecycleBase
         sb.append(']');
         return sb.toString();
     }
-    
-    
-    
+
+
     // ------------------------------------------------------- Pipeline Methods
 
 
index 28f7754..bc02f0b 100644 (file)
@@ -89,9 +89,8 @@ public class StandardThreadExecutor extends LifecycleMBeanBase
     public StandardThreadExecutor() {
         //empty constructor for the digester
     }
-    
 
-    
+
     // ---------------------------------------------- Public Methods
     
     @Override
@@ -273,7 +272,6 @@ public class StandardThreadExecutor extends LifecycleMBeanBase
     }
 
 
-
     @Override
     public boolean resizePool(int corePoolSize, int maximumPoolSize) {
         if (executor == null)
@@ -285,7 +283,6 @@ public class StandardThreadExecutor extends LifecycleMBeanBase
     }
 
 
-
     @Override
     public boolean resizeQueue(int capacity) {
         return false;
index 8f8cdf9..f2b29c8 100644 (file)
@@ -547,9 +547,8 @@ public class WebXml {
     private URL uRL = null;
     public void setURL(URL url) { this.uRL = url; }
     public URL getURL() { return uRL; }
-    
-    
-    
+
+
     @Override
     public String toString() {
         StringBuilder buf = new StringBuilder(32);
index 167c2af..153d0c8 100644 (file)
@@ -94,7 +94,6 @@ public class ClusterRuleSet extends RuleSetBase {
         digester.addSetNext(prefix + "Manager",
                             "setManagerTemplate",
                             "org.apache.catalina.ha.ClusterManager");
-        
 
 
         digester.addObjectCreate(prefix + "Channel",
index 742c19e..eb124bb 100644 (file)
@@ -35,7 +35,6 @@ public interface ClusterSession extends Session, HttpSession {
     * @param primarySession Flag value
     */
    public void setPrimarySession(boolean primarySession);
-   
-   
+
 
 }
index dc36148..949d424 100644 (file)
@@ -683,7 +683,6 @@ public class DeltaManager extends ClusterManagerBase{
 
     }
 
-    
 
     /**
      * Save any currently active sessions in the appropriate persistence
index 00ddc0b..317fc89 100644 (file)
@@ -257,7 +257,6 @@ public class DeltaRequest implements Externalizable {
             actions.addLast(info);
         }//for
     }
-        
 
 
     public void writeExternal(java.io.ObjectOutput out ) throws java.io.IOException {
index f9fc581..e068922 100644 (file)
@@ -530,7 +530,6 @@ public class DeltaSession extends StandardSession implements Externalizable,Clus
     // ----------------------------------------------HttpSession Public Methods
 
 
-
     /**
      * Remove the object bound with the specified name from this session. If the
      * session does not have an object bound with this name, this method does
@@ -759,7 +758,6 @@ public class DeltaSession extends StandardSession implements Externalizable,Clus
 
     // -------------------------------------------------------- Private Methods
 
-    
 
     /**
      * Return the value of an attribute without a check for validity.
index c30126d..65081e7 100644 (file)
@@ -153,8 +153,6 @@ public class SerializablePrincipal  implements java.io.Serializable {
     }
 
 
-
-
     /**
      * The set of roles associated with this user.
      */
@@ -173,8 +171,6 @@ public class SerializablePrincipal  implements java.io.Serializable {
     // --------------------------------------------------------- Public Methods
 
 
-
-
     /**
      * Return a String representation of this object, which exposes only
      * information that should be public.
index 2fb1af2..a1cb785 100644 (file)
@@ -100,7 +100,6 @@ public interface SessionMessage extends ClusterMessage, java.io.Serializable
      * @return the session ID for the session
      */
     public String getSessionID();
-    
 
 
 }//SessionMessage
index 63e16a0..f5dea45 100644 (file)
@@ -896,8 +896,6 @@ public class SimpleTcpCluster extends LifecycleBase
     }
 
 
-
-    
     // ------------------------------------------------------------- deprecated
 
     /**
index a90a3a8..baba079 100644 (file)
@@ -171,8 +171,6 @@ public class WebappClassLoader
         }           
     }
 
-    
-
 
     // ------------------------------------------------------- Static Variables
 
index a5ca8ff..896e06b 100644 (file)
@@ -616,9 +616,8 @@ public class MBeanUtils {
         return (name);
 
     }
-    
-    
+
+
     /**
      * Create an <code>ObjectName</code> for this
      * <code>Engine</code> object.
index aacccca..ee4e5a2 100644 (file)
@@ -597,8 +597,6 @@ public class ServerLifecycleListener
     }
 
 
-
-
     /**
      * Deregister the MBeans for the specified Connector and its nested
      * components.
@@ -933,8 +931,6 @@ public class ServerLifecycleListener
     }
 
 
-
-
     /**
      * Process a property change event on a Container.
      *
index dbcbc41..85cf016 100644 (file)
     </operation>
 
 
-
-
     <operation   name="createStandardManager"
           description="Create a new StandardManager"
                impact="ACTION"
index 65f978c..4301802 100644 (file)
@@ -772,7 +772,6 @@ public class JNDIRealm extends RealmBase {
         this.roleNested = roleNested;
 
     }
-     
 
 
     /**
@@ -1437,7 +1436,6 @@ public class JNDIRealm extends RealmBase {
      }
 
 
-
     /**
      * Check whether the credentials presented by the user match those
      * retrieved from the directory.
@@ -1527,7 +1525,6 @@ public class JNDIRealm extends RealmBase {
     }
 
 
-
     /**
      * Check credentials by binding to the directory as the user
      *
@@ -1764,7 +1761,6 @@ public class JNDIRealm extends RealmBase {
     }
 
 
-
     /**
      * Add values of a specified attribute to a list
      *
index a6d8838..b9897ee 100644 (file)
@@ -268,7 +268,6 @@ public abstract class RealmBase extends LifecycleMBeanBase implements Realm {
     // --------------------------------------------------------- Public Methods
 
 
-    
     /**
      * Add a property change listener to this component.
      *
@@ -375,7 +374,6 @@ public abstract class RealmBase extends LifecycleMBeanBase implements Realm {
     }
 
 
-
     /**
      * Return the Principal associated with the specified chain of X509
      * client certificates.  If there is none, return <code>null</code>.
index 959862c..012b9c5 100644 (file)
@@ -323,7 +323,6 @@ public final class CGIServlet extends HttpServlet {
     }
 
 
-
     /**
      * Prints out important Servlet API and container information
      *
@@ -528,11 +527,9 @@ public final class CGIServlet extends HttpServlet {
         out.println("<hr>");
 
 
-
     }
 
 
-
     /**
      * Provides CGI Gateway service -- delegates to <code>doGet</code>
      *
@@ -552,7 +549,6 @@ public final class CGIServlet extends HttpServlet {
     }
 
 
-
     /**
      * Provides CGI Gateway service
      *
@@ -702,7 +698,6 @@ public final class CGIServlet extends HttpServlet {
         }
 
 
-
         /**
          * Uses the ServletContext to set some CGI variables
          *
@@ -716,7 +711,6 @@ public final class CGIServlet extends HttpServlet {
         }
 
 
-
         /**
          * Uses the HttpServletRequest to set most CGI variables
          *
@@ -1244,7 +1238,6 @@ public final class CGIServlet extends HttpServlet {
         }
 
 
-
         /**
          * Gets derived command string
          *
@@ -1256,7 +1249,6 @@ public final class CGIServlet extends HttpServlet {
         }
 
 
-
         /**
          * Gets derived CGI working directory
          *
@@ -1268,7 +1260,6 @@ public final class CGIServlet extends HttpServlet {
         }
 
 
-
         /**
          * Gets derived CGI environment
          *
@@ -1280,7 +1271,6 @@ public final class CGIServlet extends HttpServlet {
         }
 
 
-
         /**
          * Gets derived CGI query parameters
          *
@@ -1292,7 +1282,6 @@ public final class CGIServlet extends HttpServlet {
         }
 
 
-
         /**
          * Gets validity status
          *
@@ -1305,7 +1294,6 @@ public final class CGIServlet extends HttpServlet {
         }
 
 
-
         /**
          * Converts null strings to blank strings ("")
          *
@@ -1318,7 +1306,6 @@ public final class CGIServlet extends HttpServlet {
         }
 
 
-
         /**
          * Converts null strings to another string
          *
@@ -1333,7 +1320,6 @@ public final class CGIServlet extends HttpServlet {
         }
 
 
-
         /**
          * Converts blank strings to another string
          *
@@ -1350,14 +1336,9 @@ public final class CGIServlet extends HttpServlet {
         }
 
 
-
     } //class CGIEnvironment
 
 
-
-
-
-
     /**
      * Encapsulates the knowledge of how to run a CGI script, given the
      * script's desired environment and (optionally) input/output streams
@@ -1407,8 +1388,6 @@ public final class CGIServlet extends HttpServlet {
         private boolean readyToRun = false;
 
 
-
-
         /**
          *  Creates a CGIRunner and initializes its environment, working
          *  directory, and query parameters.
@@ -1433,7 +1412,6 @@ public final class CGIServlet extends HttpServlet {
         }
 
 
-
         /**
          * Checks & sets ready status
          */
@@ -1450,7 +1428,6 @@ public final class CGIServlet extends HttpServlet {
         }
 
 
-
         /**
          * Gets ready status
          *
@@ -1462,7 +1439,6 @@ public final class CGIServlet extends HttpServlet {
         }
 
 
-
         /**
          * Sets HttpServletResponse object used to set headers and send
          * output to
@@ -1476,7 +1452,6 @@ public final class CGIServlet extends HttpServlet {
         }
 
 
-
         /**
          * Sets standard input to be passed on to the invoked cgi script
          *
@@ -1489,7 +1464,6 @@ public final class CGIServlet extends HttpServlet {
         }
 
 
-
         /**
          * Converts a Hashtable to a String array by converting each
          * key/value pair in the Hashtable to a String in the form
@@ -1516,7 +1490,6 @@ public final class CGIServlet extends HttpServlet {
         }
 
 
-
         /**
          * Executes a CGI script with the desired environment, current working
          * directory, and input/output streams
index 21004d0..814b805 100644 (file)
@@ -188,9 +188,6 @@ public abstract class PersistentManagerBase extends ManagerBase {
 
     // ------------------------------------------------------------- Properties
 
-    
-  
-
 
     /**
      * Indicates how many seconds old a session can get, after its last use in a
@@ -360,7 +357,6 @@ public abstract class PersistentManagerBase extends ManagerBase {
     }
 
 
-
     /**
      * Indicates whether sessions are saved when the Manager is shut down
      * properly. This requires the unload() method to be called.
index 166becd..9e3564d 100644 (file)
@@ -1236,7 +1236,6 @@ public class StandardSession
     }
 
 
-
     /**
      * Bind an object to this session, using the specified name.  If an object
      * of the same name is already bound to this session, the object is
@@ -1671,7 +1670,6 @@ public class StandardSession
             ((StandardContext) context).fireContainerEvent(type, data);
         }
     }
-                                      
 
 
     /**
@@ -1853,5 +1851,4 @@ final class StandardSessionContext implements HttpSessionContext {
     }
 
 
-
 }
index 3c87d85..a47b245 100644 (file)
@@ -350,8 +350,6 @@ public class Catalina {
         digester.addSetNext("Server/Service/Connector",
                             "addConnector",
                             "org.apache.catalina.connector.Connector");
-        
-        
 
 
         digester.addObjectCreate("Server/Service/Connector/Listener",
index f1b5588..903041f 100644 (file)
@@ -499,10 +499,7 @@ public class Tomcat {
         return ctx;
     }
 
-    
-    
 
-    
     // ---------- Helper methods and classes -------------------
     
     /** 
index 15af289..4596b81 100644 (file)
@@ -28,10 +28,8 @@ import org.apache.catalina.tribes.io.XByteBuffer;
  * 
  */
 public interface ChannelMessage extends Serializable {
-    
-    
-    
-    
+
+
     /**
      * Get the address that this message originated from.  
      * Almost always <code>Channel.getLocalMember(boolean)</code><br>
index 9f48f90..6d3f596 100644 (file)
@@ -50,8 +50,7 @@ public class AbsoluteOrder {
         super();
     }
 
-    
-    
+
     public static void absoluteOrder(Member[] members) {
         if ( members == null || members.length == 0 ) return;
         Arrays.sort(members,comp);
index 8f44f06..0fb774b 100644 (file)
@@ -174,7 +174,6 @@ public class RpcChannel implements ChannelListener{
     public void setRpcId(byte[] rpcId) {
         this.rpcId = rpcId;
     }
-    
 
 
     /**
index c64837f..1ebdd00 100644 (file)
@@ -153,7 +153,6 @@ public class FragmentationInterceptor extends ChannelInterceptorBase {
         super.heartbeat();
     }
 
-    
 
     public int getMaxSize() {
         return maxSize;
@@ -215,8 +214,7 @@ public class FragmentationInterceptor extends ChannelInterceptorBase {
             return (System.currentTimeMillis()-received)>expire;
         }
 
-        
-        
+
     }
     
     public static class FragKey {
index 764d2ba..197fe74 100644 (file)
@@ -635,10 +635,8 @@ public class NonBlockingCoordinator extends ChannelInterceptorBase {
 //============================================================================================================    
 //              HELPER CLASSES FOR COORDINATION
 //============================================================================================================
-    
-    
-   
-    
+
+
     public static class CoordinationMessage {
         //X{A-ldr, A-src, mbrs-A,B,C,D}
         protected XByteBuffer buf;
@@ -848,8 +846,5 @@ public class NonBlockingCoordinator extends ChannelInterceptorBase {
         }
     }
 
-    
-
-
 
 }
\ No newline at end of file
index 71c7719..778a774 100644 (file)
@@ -28,7 +28,6 @@ import org.apache.catalina.tribes.group.InterceptorPayload;
 import org.apache.catalina.tribes.io.XByteBuffer;
 
 
-
 /**
  *
  * The order interceptor guarantees that messages are received in the same order they were 
@@ -301,9 +300,8 @@ public class OrderInterceptor extends ChannelInterceptorBase {
         public int getMsgNr() {
             return msgNr;
         }
-        
-        
-        
+
+
     }
 
     public void setExpire(long expire) {
index 085c2f8..9984eb7 100644 (file)
@@ -76,9 +76,8 @@ public class ChannelData implements ChannelMessage {
     public ChannelData(boolean generateUUID) {
         if ( generateUUID ) generateUUID();
     }
-    
-    
-    
+
+
     /**
      * Creates a new channel data object with data
      * @param uniqueId - unique message id
index 0a940d3..71f2d63 100644 (file)
@@ -377,8 +377,7 @@ public class XByteBuffer
         byte[] result = new byte[length];
         return createDataPackage(data,0,data.length,result,0);
     }
-    
-    
+
 
 //    public static void fillDataPackage(byte[] data, int doff, int dlength, XByteBuffer buf) {
 //        int pkglen = getDataPackageLength(dlength);
index fc417ac..28d1c47 100644 (file)
@@ -238,8 +238,7 @@ public class McastServiceImpl
             socket.setTimeToLive(mcastTTL);
         }
     }
-    
-    
+
 
     /**
      * Start the service
index bbe508d..7d0a062 100644 (file)
@@ -65,9 +65,8 @@ import org.apache.juli.logging.LogFactory;
  */
 public class LazyReplicatedMap extends AbstractReplicatedMap {
     private static final Log log = LogFactory.getLog(LazyReplicatedMap.class);
-    
 
-    
+
 //------------------------------------------------------------------------------    
 //              CONSTRUCTORS / DESTRUCTORS
 //------------------------------------------------------------------------------   
@@ -105,9 +104,6 @@ public class LazyReplicatedMap extends AbstractReplicatedMap {
         }
 
 
-
-
-    
 //------------------------------------------------------------------------------    
 //              METHODS TO OVERRIDE    
 //------------------------------------------------------------------------------
@@ -181,9 +177,6 @@ public class LazyReplicatedMap extends AbstractReplicatedMap {
         } while ( !success && (firstIdx!=nextIdx));
         return backup;
     }
-    
-    
-
 
 
 }
\ No newline at end of file
index ad00498..b44c606 100644 (file)
@@ -117,8 +117,6 @@ public interface ReplicatedMapEntry extends Serializable {
      * @param version long
      */
     public void setVersion(long version);
-    
-    
-    
-    
+
+
 }
\ No newline at end of file
index b63352b..9bedf1b 100644 (file)
@@ -20,8 +20,6 @@ package org.apache.catalina.tribes.transport;
 import org.apache.catalina.tribes.io.ListenCallback;
 
 
-
-
 /**
  * @author Filip Hanik
  * @version $Id$
index 8df3c0e..ca20adc 100644 (file)
@@ -206,7 +206,6 @@ public abstract class PooledSender extends AbstractSender implements MultiPointS
             notinuse.clear();
             inuse.clear();
             notify();
-            
 
 
         }
index 85e8d6e..26e3a0d 100644 (file)
@@ -44,7 +44,6 @@ public class ReplicationTransmitter implements ChannelSender {
      */
     protected static final StringManager sm = StringManager.getManager(Constants.Package);
 
-    
 
     public ReplicationTransmitter() {
     }
@@ -129,6 +128,5 @@ public class ReplicationTransmitter implements ChannelSender {
 
     // ------------------------------------------------------------- protected
 
-    
 
 }
index 6fa722c..75e5236 100644 (file)
@@ -93,9 +93,7 @@ public class BioReceiver extends ReceiverBase implements Runnable {
         super.stop();
     }
 
-    
-    
-    
+
     protected void bind() throws IOException {
         // allocate an unbound server socket channel
         serverSocket = new ServerSocket();
@@ -103,9 +101,8 @@ public class BioReceiver extends ReceiverBase implements Runnable {
         //serverSocket.bind(new InetSocketAddress(getBind(), getTcpListenPort()));
         bind(serverSocket,getPort(),getAutoBind());
     }
-    
-    
-    
+
+
     public void run() {
         try {
             listen();
index c95f3fd..9a8d2ba 100644 (file)
@@ -138,8 +138,6 @@ public class BioReplicationTask extends AbstractRxTask {
     }
 
 
-
-
     /**
      * send a reply-acknowledgment (6,2,3)
      * @param command
index 2b26e99..5575b7b 100644 (file)
@@ -291,9 +291,6 @@ public class NioReplicationTask extends AbstractRxTask {
     }
 
 
-
-
-
     /**
      * send a reply-acknowledgement (6,2,3), sends it doing a busy write, the ACK is so small
      * that it should always go to the buffer
index 7f51df5..6706f10 100644 (file)
@@ -216,8 +216,7 @@ public class Arrays {
         return result;
     }
 
-    
+
     public static byte[] convert(String s) {
         try {
             return s.getBytes("ISO-8859-1");
@@ -228,7 +227,4 @@ public class Arrays {
     }
 
 
-    
-    
-    
 }
\ No newline at end of file
index b761734..b68423b 100644 (file)
@@ -93,7 +93,6 @@ public class DateTool {
         }
     };
 
-        
 
     public final static ThreadLocal<DateFormat> rfc1036Format = new ThreadLocal<DateFormat>() {
         @Override
index c3a614b..ea1feac 100644 (file)
@@ -954,8 +954,6 @@ public class AccessLogValve extends ValveBase implements AccessLog {
      * write date and time, in Common Log Format - %t
      */
     protected class DateAndTimeElement implements AccessLogElement {
-        
-        
 
 
         public void addElement(StringBuilder buf, Date date, Request request,
@@ -1305,8 +1303,6 @@ public class AccessLogValve extends ValveBase implements AccessLog {
     }
 
 
-
-
     /**
      * parse pattern string and create the array of AccessLogElement
      */
index 2bb7eea..906c5d4 100644 (file)
@@ -535,10 +535,8 @@ public class AjpProcessor implements ActionHook {
             output = null;
             return SocketState.CLOSED;
         }
-        
-        
-        
-        
+
+
     }
 
     // ----------------------------------------------------- ActionHook Methods
index f399d2a..e29638b 100644 (file)
@@ -150,7 +150,6 @@ public abstract class AbstractHttp11Processor {
     protected String localName = null;
 
 
-
     /**
      * Local port to which the socket is connected
      */
@@ -365,10 +364,7 @@ public abstract class AbstractHttp11Processor {
         }
         return "off";
     }
-    
-    
 
 
     /**
      * General use method
@@ -827,5 +823,4 @@ public abstract class AbstractHttp11Processor {
     }
 
 
-
 }
index 744c2df..f023fd2 100644 (file)
@@ -39,8 +39,6 @@ public abstract class AbstractInputBuffer implements InputBuffer{
     // ----------------------------------------------------------- Constructors
 
 
-    
-
     // -------------------------------------------------------------- Variables
 
 
@@ -229,8 +227,6 @@ public abstract class AbstractInputBuffer implements InputBuffer{
         this.swallowInput = swallowInput;
     }
 
-    
-
 
     // --------------------------------------------------------- Public Methods
 
index abefa16..6aa1666 100644 (file)
@@ -72,7 +72,6 @@ public abstract class AbstractOutputBuffer implements OutputBuffer{
     protected int pos;
 
 
-
     /**
      * Filter library.
      * Note: Filter[0] is always the "chunked" filter.
@@ -114,9 +113,6 @@ public abstract class AbstractOutputBuffer implements OutputBuffer{
     // ------------------------------------------------------------- Properties
 
 
-
-
-
     /**
      * Add an output filter to the filter library.
      */
@@ -178,8 +174,6 @@ public abstract class AbstractOutputBuffer implements OutputBuffer{
     }
 
 
-
-    
  // --------------------------------------------------- OutputBuffer Methods
 
 
@@ -386,7 +380,6 @@ public abstract class AbstractOutputBuffer implements OutputBuffer{
         }
 
     } 
-    
 
 
     /**
@@ -583,5 +576,4 @@ public abstract class AbstractOutputBuffer implements OutputBuffer{
     }
 
 
-
 }
index 0014ebe..beb3bca 100644 (file)
@@ -116,7 +116,6 @@ public class Http11NioProtocol extends AbstractHttp11JsseProtocol {
             log.info(sm.getString("http11protocol.start", getName()));
     }
 
 
     // -------------------- Properties--------------------
     
@@ -474,8 +473,6 @@ public class Http11NioProtocol extends AbstractHttp11JsseProtocol {
         }
 
     }
-    
-
 
 
 }
index 1cdb5cc..ecac665 100644 (file)
@@ -158,9 +158,7 @@ public class Http11Protocol extends AbstractHttp11JsseProtocol {
     }
     // ------------------------------------------------------------- Properties
 
-    
 
     /**
      * Name of the socket factory.
      */
index 4f12954..e6c8f4f 100644 (file)
@@ -101,7 +101,6 @@ public class InternalNioInputBuffer extends AbstractInputBuffer {
      * Selector pool, for blocking reads and blocking writes
      */
     protected NioSelectorPool pool;
-    
 
 
     // ------------------------------------------------------------- Properties
@@ -495,8 +494,7 @@ public class InternalNioInputBuffer extends AbstractInputBuffer {
         // Reading the header name
         // Header name is always US-ASCII
         //
-        
-        
+
 
         while (headerParsePos == HeaderParsePosition.HEADER_NAME) {
 
@@ -650,8 +648,6 @@ public class InternalNioInputBuffer extends AbstractInputBuffer {
     }
 
 
-
-
     // ------------------------------------------------------ Protected Methods
 
     /**
index ffa17d2..b64a06c 100644 (file)
@@ -103,8 +103,6 @@ public class InternalNioOutputBuffer extends AbstractOutputBuffer {
     protected NioSelectorPool pool;
 
 
-
-    
     // ------------------------------------------------------------- Properties
 
 
@@ -229,7 +227,6 @@ public class InternalNioOutputBuffer extends AbstractOutputBuffer {
     } 
 
 
-
     // ------------------------------------------------------ Protected Methods
 
 
index 0230e2e..501d04c 100644 (file)
@@ -123,8 +123,6 @@ public class InternalOutputBuffer extends AbstractOutputBuffer
         }
 
     }
-    
-
 
 
     // --------------------------------------------------------- Public Methods
@@ -149,9 +147,6 @@ public class InternalOutputBuffer extends AbstractOutputBuffer
     }
 
 
-    
-
-
     /**
      * Recycle the output buffer. This should be called when closing the 
      * connection.
@@ -208,7 +203,6 @@ public class InternalOutputBuffer extends AbstractOutputBuffer
     }
 
 
-
     // ------------------------------------------------------ Protected Methods
 
 
@@ -237,8 +231,6 @@ public class InternalOutputBuffer extends AbstractOutputBuffer
     }
 
 
-
     /**
      * Callback to write data from the buffer.
      */
index aaaae4c..d92df28 100644 (file)
@@ -376,7 +376,6 @@ public class Import implements TagPlugin {
             }
         }
     }
-    
-    
-    
+
+
 }
index 4e022ec..4e84e33 100644 (file)
@@ -967,9 +967,6 @@ public class XMLChar {
     } // isValidName(String):boolean
 
 
-
-
-
     // encodings
 
     /**
index c013eb6..63fd87b 100644 (file)
@@ -22,7 +22,6 @@ import java.util.Properties;
 import java.util.logging.LogManager;
 
 
-
 /**
  * Modified LogFactory: removed all discovery, hardcode a specific implementation
  * If you like a different logging implementation - use either the discovery-based
@@ -244,13 +243,9 @@ public /* abstract */ class LogFactory {
     }
 
 
-    
-
-
     // ------------------------------------------------------- Static Variables
 
 
-
     // --------------------------------------------------------- Static Methods
 
 
index 59c5cb3..cac45f4 100644 (file)
@@ -293,7 +293,6 @@ public interface Constants {
     "void", "array", "object", "unknown", "address"
   };
 
-  
 
   /**
    * Number of byte code operands for each opcode, i.e., number of bytes after the tag byte
@@ -482,9 +481,6 @@ public interface Constants {
     ILLEGAL_OPCODE, "impdep1", "impdep2"
   };
 
-  
-
-  
 
   /** Attributes and their corresponding names.
    */
index e5ecfca..251a57d 100644 (file)
@@ -80,7 +80,6 @@ public class AnnotationDefault extends Attribute
         default_value = defaultValue;
     }
 
-    
 
     @Override
     public Attribute copy(ConstantPool _constant_pool)
index 2ce8417..d0f7815 100644 (file)
@@ -193,13 +193,6 @@ public abstract class Attribute implements Cloneable, Serializable
         return c.getBytes();
     }
 
-    
-
-    
-
-    
-
-    
 
     /**
      * @return Tag of attribute, i.e., its type. Value may not be altered, thus
@@ -210,9 +203,6 @@ public abstract class Attribute implements Cloneable, Serializable
         return tag;
     }
 
-    
-
-    
 
     /**
      * Use copy() if you want to have a deep copy(), i.e., with all references
index 489d6a4..0008796 100644 (file)
@@ -35,9 +35,6 @@ public class ClassElementValue extends ElementValue
         this.idx = idx;
     }
 
-    
-
-    
 
     @Override
     public String stringifyValue()
index 6015ab7..c601b87 100644 (file)
@@ -79,12 +79,6 @@ public final class ClassParser {
     }
 
 
-    
-
-
-    
-
-
     /**
      * Parse the given Java class file and return an object that represents
      * the contained data, i.e., constants, methods, fields and commands.
index a79f090..80b7a31 100644 (file)
@@ -55,9 +55,6 @@ public final class Code extends Attribute {
     private Attribute[] attributes; // or LocalVariable
 
 
-    
-
-
     /**
      * @param name_index Index pointing to the name <em>Code</em>
      * @param length Content length in bytes
@@ -141,12 +138,6 @@ public final class Code extends Attribute {
     }
 
 
-    
-
-
-    
-
-
     /**
      * @return LocalVariableTable of Code, if it has one
      */
@@ -160,18 +151,6 @@ public final class Code extends Attribute {
     }
 
 
-    
-
-
-    
-
-
-    
-
-
-    
-
-
     /**
      * @return the internal length of this code attribute (minus the first 6 bytes) 
      * and excluding all its attributes
@@ -226,12 +205,6 @@ public final class Code extends Attribute {
     }
 
 
-    
-
-
-    
-
-
     /**
      * @return String representation of code chunk.
      */
index 4734dd3..72f7a91 100644 (file)
@@ -47,9 +47,6 @@ public final class CodeException implements Cloneable, Constants, Serializable {
      */
 
 
-    
-
-
     /**
      * Construct object from file stream.
      * @param file Input stream
@@ -79,9 +76,6 @@ public final class CodeException implements Cloneable, Constants, Serializable {
     }
 
 
-    
-
-
     /**
      * Dump code exception to file stream in binary format.
      *
@@ -96,30 +90,6 @@ public final class CodeException implements Cloneable, Constants, Serializable {
     }
 
 
-    
-
-
-    
-
-
-    
-
-
-    
-
-
-    
-
-
-    
-
-
-    
-
-
-    
-
-
     /**
      * @return String representation.
      */
@@ -145,9 +115,6 @@ public final class CodeException implements Cloneable, Constants, Serializable {
     }
 
 
-    
-
-
     /**
      * @return deep copy of this object
      */
index 2fca08a..507a67d 100644 (file)
@@ -89,9 +89,6 @@ public abstract class Constant implements Cloneable, Serializable {
     }
 
 
-    
-
-
     @Override
     public Object clone() throws CloneNotSupportedException {
         return super.clone();
@@ -136,12 +133,6 @@ public abstract class Constant implements Cloneable, Serializable {
     }
 
 
-    
-
-
-    
-
-
     /**
      * Return value as defined by given BCELComparator strategy.
      * By default two Constant objects are said to be equal when
index e47ffd2..f0221e8 100644 (file)
@@ -38,9 +38,6 @@ public abstract class ConstantCP extends Constant {
     protected int class_index, name_and_type_index;
 
 
-    
-
-
     /**
      * Initialize instance from file data.
      *
@@ -94,15 +91,6 @@ public abstract class ConstantCP extends Constant {
     }
 
 
-    
-
-
-    
-
-
-    
-
-
     /**
      * @return String representation.
      */
index d387355..43dff5c 100644 (file)
@@ -38,9 +38,6 @@ public final class ConstantClass extends Constant implements ConstantObject {
     private int name_index; // Identical to ConstantString except for the name
 
 
-    
-
-
     /**
      * Initialize instance from file data.
      *
@@ -83,15 +80,6 @@ public final class ConstantClass extends Constant implements ConstantObject {
     }
 
 
-    
-
-
-    
-
-
-    
-
-
     /**
      * @return String representation.
      */
index 3849595..e61de2c 100644 (file)
@@ -47,9 +47,6 @@ public final class ConstantDouble extends Constant implements ConstantObject {
     }
 
 
-    
-
-
     /** 
      * Initialize instance from file data.
      *
@@ -82,9 +79,6 @@ public final class ConstantDouble extends Constant implements ConstantObject {
     }
 
 
-    
-
-
     /**
      * @return String representation.
      */
@@ -94,5 +88,4 @@ public final class ConstantDouble extends Constant implements ConstantObject {
     }
 
 
-    
 }
index 3b2ff84..58e03de 100644 (file)
@@ -30,8 +30,6 @@ import org.apache.tomcat.util.bcel.Constants;
  */
 public final class ConstantFieldref extends ConstantCP {
 
-    
-
 
     private static final long serialVersionUID = -8062332095934294437L;
 
@@ -46,5 +44,4 @@ public final class ConstantFieldref extends ConstantCP {
     }
 
 
-    
 }
index f72b408..23650af 100644 (file)
@@ -47,9 +47,6 @@ public final class ConstantFloat extends Constant implements ConstantObject {
     }
 
 
-    
-
-
     /** 
      * Initialize instance from file data.
      *
@@ -82,9 +79,6 @@ public final class ConstantFloat extends Constant implements ConstantObject {
     }
 
 
-    
-
-
     /**
      * @return String representation.
      */
@@ -94,5 +88,4 @@ public final class ConstantFloat extends Constant implements ConstantObject {
     }
 
 
-    
 }
index 64da226..64a403e 100644 (file)
@@ -47,9 +47,6 @@ public final class ConstantInteger extends Constant implements ConstantObject {
     }
 
 
-    
-
-
     /** 
      * Initialize instance from file data.
      *
@@ -82,9 +79,6 @@ public final class ConstantInteger extends Constant implements ConstantObject {
     }
 
 
-    
-
-
     /**
      * @return String representation.
      */
@@ -94,5 +88,4 @@ public final class ConstantInteger extends Constant implements ConstantObject {
     }
 
 
-    
 }
index b4f3502..b9acf71 100644 (file)
@@ -30,8 +30,6 @@ import org.apache.tomcat.util.bcel.Constants;
  */
 public final class ConstantInterfaceMethodref extends ConstantCP {
 
-    
-
 
     private static final long serialVersionUID = -8587605570227841891L;
 
@@ -46,5 +44,4 @@ public final class ConstantInterfaceMethodref extends ConstantCP {
     }
 
 
-    
 }
index c9d6710..1161852 100644 (file)
@@ -47,9 +47,6 @@ public final class ConstantLong extends Constant implements ConstantObject {
     }
 
 
-    
-
-
     /** 
      * Initialize instance from file data.
      *
@@ -82,9 +79,6 @@ public final class ConstantLong extends Constant implements ConstantObject {
     }
 
 
-    
-
-
     /**
      * @return String representation.
      */
@@ -94,5 +88,4 @@ public final class ConstantLong extends Constant implements ConstantObject {
     }
 
 
-    
 }
index b99139e..58419ac 100644 (file)
@@ -30,8 +30,6 @@ import org.apache.tomcat.util.bcel.Constants;
  */
 public final class ConstantMethodref extends ConstantCP {
 
-    
-
 
     private static final long serialVersionUID = -7857009620954576086L;
 
@@ -46,5 +44,4 @@ public final class ConstantMethodref extends ConstantCP {
     }
 
 
-    
 }
index 0a38d6e..cdc75e1 100644 (file)
@@ -40,9 +40,6 @@ public final class ConstantNameAndType extends Constant {
     private int signature_index; // and its signature.
 
 
-    
-
-
     /**
      * Initialize instance from file data.
      *
@@ -87,9 +84,6 @@ public final class ConstantNameAndType extends Constant {
     }
 
 
-    
-
-
     /**
      * @return Index in constant pool of field/method signature.
      */
@@ -98,15 +92,6 @@ public final class ConstantNameAndType extends Constant {
     }
 
 
-    
-
-
-    
-
-
-    
-
-
     /**
      * @return String representation
      */
index 81d08aa..673b299 100644 (file)
@@ -42,9 +42,6 @@ public class ConstantPool implements Cloneable, Serializable {
     private Constant[] constant_pool;
 
 
-    
-
-
     /**
      * Read constants from given file stream.
      *
@@ -76,9 +73,6 @@ public class ConstantPool implements Cloneable, Serializable {
     }
 
 
-    
-
-
     /**
      * Resolve constant to a string representation.
      *
@@ -178,9 +172,6 @@ public class ConstantPool implements Cloneable, Serializable {
     }
 
 
-    
-
-
     /**
      * Get constant from constant pool.
      *
@@ -221,9 +212,6 @@ public class ConstantPool implements Cloneable, Serializable {
     }
 
 
-    
-
-
     /**
      * Get string from constant pool and bypass the indirection of 
      * `ConstantClass' and `ConstantString' objects. I.e. these classes have
@@ -285,5 +273,4 @@ public class ConstantPool implements Cloneable, Serializable {
     }
 
 
-    
 }
index 14cc108..2b861fa 100644 (file)
@@ -38,9 +38,6 @@ public final class ConstantString extends Constant implements ConstantObject {
     private int string_index; // Identical to ConstantClass except for this name
 
 
-    
-
-
     /** 
      * Initialize instance from file data.
      *
@@ -82,9 +79,6 @@ public final class ConstantString extends Constant implements ConstantObject {
     }
 
 
-    
-
-
     /**
      * @return String representation.
      */
@@ -94,8 +88,4 @@ public final class ConstantString extends Constant implements ConstantObject {
     }
 
 
-    
-
-
-    
 }
index 21ed5be..5624202 100644 (file)
@@ -38,9 +38,6 @@ public final class ConstantUtf8 extends Constant {
     private String bytes;
 
 
-    
-
-
     /**
      * Initialize instance from file data.
      *
@@ -53,9 +50,6 @@ public final class ConstantUtf8 extends Constant {
     }
 
 
-    
-
-
     /**
      * Dump String in Utf8 format to file stream.
      *
@@ -77,9 +71,6 @@ public final class ConstantUtf8 extends Constant {
     }
 
 
-    
-
-
     /**
      * @return String representation
      */
index 627bb8d..b77b4aa 100644 (file)
@@ -38,9 +38,6 @@ public final class ConstantValue extends Attribute {
     private int constantvalue_index;
 
 
-    
-
-
     /**
      * Construct object from file stream.
      * @param name_index Name index in constant pool
@@ -81,12 +78,6 @@ public final class ConstantValue extends Attribute {
     }
 
 
-    
-
-
-    
-
-
     /**
      * @return String representation of constant value.
      */
index 99795e4..2f49de7 100644 (file)
@@ -38,9 +38,6 @@ public final class Deprecated extends Attribute {
     private byte[] bytes;
 
 
-    
-
-
     /**
      * @param name_index Index in constant pool to CONSTANT_Utf8
      * @param length Content length in bytes
@@ -87,12 +84,6 @@ public final class Deprecated extends Attribute {
     }
 
 
-    
-
-
-    
-
-
     /**
      * @return attribute name
      */
index c21de14..cdd4d7e 100644 (file)
@@ -44,7 +44,6 @@ public abstract class ElementValue
         this.cpool = cpool;
     }
 
-    
 
     public abstract String stringifyValue();
 
index 2691e97..e576ff4 100644 (file)
@@ -42,9 +42,6 @@ public final class ExceptionTable extends Attribute {
     private int[] exception_index_table; // constant pool
 
 
-    
-
-
     /**
      * @param name_index Index in constant pool
      * @param length Content length in bytes
@@ -93,15 +90,6 @@ public final class ExceptionTable extends Attribute {
     }
 
 
-    
-
-
-    
-
-
-    
-
-
     /**
      * @param exception_index_table the list of exception indexes
      * Also redefines number_of_exceptions according to table length.
index 0bb58e0..2d99eda 100644 (file)
@@ -52,9 +52,6 @@ public final class Field extends FieldOrMethod {
     };
 
 
-    
-
-
     /**
      * Construct object from file stream.
      * @param file Input stream
@@ -65,12 +62,6 @@ public final class Field extends FieldOrMethod {
     }
 
 
-    
-
-
-    
-
-
     /**
      * @return constant value associated with this field (may be null)
      */
@@ -114,18 +105,6 @@ public final class Field extends FieldOrMethod {
     }
 
 
-    
-
-
-    
-
-
-    
-
-
-    
-
-
     /**
      * Return value as defined by given BCELComparator strategy.
      * By default two Field objects are said to be equal when
index bd0b390..1c2f4ca 100644 (file)
@@ -42,9 +42,6 @@ public final class InnerClass implements Cloneable, Serializable {
     private int inner_access_flags;
 
 
-    
-
-
     /**
      * Construct object from file stream.
      * @param file Input stream
@@ -71,9 +68,6 @@ public final class InnerClass implements Cloneable, Serializable {
     }
 
 
-    
-
-
     /**
      * Dump inner class attribute to file stream in binary format.
      *
@@ -88,30 +82,6 @@ public final class InnerClass implements Cloneable, Serializable {
     }
 
 
-    
-
-
-    
-
-
-    
-
-
-    
-
-
-    
-
-
-    
-
-
-    
-
-
-    
-
-
     /**
      * @return String representation.
      */
index d87c505..01febbd 100644 (file)
@@ -40,9 +40,6 @@ public final class InnerClasses extends Attribute {
     private int number_of_classes;
 
 
-    
-
-
     /**
      * @param name_index Index in constant pool to CONSTANT_Utf8
      * @param length Content length in bytes
@@ -92,9 +89,6 @@ public final class InnerClasses extends Attribute {
     }
 
 
-    
-
-
     /**
      * @param inner_classes the array of inner classes
      */
index 1529623..fd354ff 100644 (file)
@@ -50,12 +50,8 @@ public class JavaClass extends AccessFlags implements Cloneable, Comparable {
     private Method[] methods; // methods defined in the class
     private Attribute[] attributes; // attributes defined in the class
     private AnnotationEntry[] annotations;   // annotations defined on the class
-    
-    
-    
-    
-    
-    
+
+
     //  Annotations are collected from certain attributes, don't do it more than necessary!
     private boolean annotationsOutOfDate = true;
     
@@ -148,30 +144,6 @@ public class JavaClass extends AccessFlags implements Cloneable, Comparable {
     }
 
 
-    
-
-
-    
-
-
-    
-
-
-    
-
-
-    
-
-
-    
-
-
-    
-
-
-    
-
-
     /**
      * @return Attributes of the class.
      */
@@ -272,9 +244,6 @@ public class JavaClass extends AccessFlags implements Cloneable, Comparable {
     }
 
 
-    
-
-
     public final boolean isSuper() {
         return (access_flags & Constants.ACC_SUPER) != 0;
     }
index 3851971..dd1efab 100644 (file)
@@ -38,9 +38,6 @@ public final class LineNumber implements Cloneable, Serializable {
     private int line_number; // number in source file
 
 
-    
-
-
     /**
      * Construct object from file stream.
      * @param file Input stream
@@ -61,9 +58,6 @@ public final class LineNumber implements Cloneable, Serializable {
     }
 
 
-    
-
-
     /**
      * Dump line number/pc pair to file stream in binary format.
      *
@@ -76,18 +70,6 @@ public final class LineNumber implements Cloneable, Serializable {
     }
 
 
-    
-
-
-    
-
-
-    
-
-
-    
-
-
     /**
      * @return String representation
      */
index 69996d7..d512eaa 100644 (file)
@@ -40,9 +40,6 @@ public final class LineNumberTable extends Attribute {
     private LineNumber[] line_number_table; // Table of line/numbers pairs
 
 
-    
-
-
     /*
      * @param name_index Index of name
      * @param length Content length in bytes
@@ -91,9 +88,6 @@ public final class LineNumberTable extends Attribute {
     }
 
 
-    
-
-
     /**
      * @param line_number_table the line number entries for this table
      */
@@ -127,9 +121,6 @@ public final class LineNumberTable extends Attribute {
     }
 
 
-    
-
-
     /**
      * @return deep copy of this attribute
      */
@@ -145,5 +136,4 @@ public final class LineNumberTable extends Attribute {
     }
 
 
-    
 }
index 0f932c3..24cf4bc 100644 (file)
@@ -45,9 +45,6 @@ public final class LocalVariable implements Constants, Cloneable, Serializable {
     private ConstantPool constant_pool;
 
 
-    
-
-
     /**
      * Construct object from file stream.
      * @param file Input stream
@@ -78,9 +75,6 @@ public final class LocalVariable implements Constants, Cloneable, Serializable {
     }
 
 
-    
-
-
     /**
      * Dump local variable to file stream in binary format.
      *
@@ -96,12 +90,6 @@ public final class LocalVariable implements Constants, Cloneable, Serializable {
     }
 
 
-    
-
-
-    
-
-
     /**
      * @return Variable name.
      */
@@ -112,9 +100,6 @@ public final class LocalVariable implements Constants, Cloneable, Serializable {
     }
 
 
-    
-
-
     /**
      * @return Signature.
      */
@@ -125,9 +110,6 @@ public final class LocalVariable implements Constants, Cloneable, Serializable {
     }
 
 
-    
-
-
     /**
      * @return index of register where variable is stored
      */
@@ -136,27 +118,6 @@ public final class LocalVariable implements Constants, Cloneable, Serializable {
     }
 
 
-    
-
-
-    
-
-
-    
-
-
-    
-
-
-    
-
-
-    
-
-
-    
-
-
     /**
      * @return string representation.
      */
index cd363f6..30065b0 100644 (file)
@@ -39,9 +39,6 @@ public class LocalVariableTable extends Attribute {
     private LocalVariable[] local_variable_table; // variables
 
 
-    
-
-
     /**
      * @param name_index Index in constant pool to `LocalVariableTable'
      * @param length Content length in bytes
@@ -90,9 +87,6 @@ public class LocalVariableTable extends Attribute {
     }
 
 
-    
-
-
     /** 
      * 
      * @param index the variable slot
@@ -150,5 +144,4 @@ public class LocalVariableTable extends Attribute {
     }
 
 
-    
 }
index 0ee9434..2b1b891 100644 (file)
@@ -61,9 +61,6 @@ public final class Method extends FieldOrMethod {
     }
 
 
-    
-
-
     /**
      * Construct object from file stream.
      * @param file Input stream
@@ -76,12 +73,6 @@ public final class Method extends FieldOrMethod {
     }
 
 
-    
-
-
-    
-
-
     /**
      * @return Code attribute of method, if any
      */
@@ -121,9 +112,6 @@ public final class Method extends FieldOrMethod {
     }
 
 
-    
-
-
     /**
      * Return string representation close to declaration format,
      * `public static void main(String[] args) throws IOException', e.g.
@@ -161,21 +149,6 @@ public final class Method extends FieldOrMethod {
     }
 
 
-    
-
-
-    
-
-
-    
-
-
-    
-
-
-    
-
-
     /**
      * Return value as defined by given BCELComparator strategy.
      * By default two method objects are said to be equal when
index 18310c7..5a1c128 100644 (file)
@@ -37,9 +37,6 @@ public final class PMGClass extends Attribute {
     private int pmg_class_index, pmg_index;
 
 
-    
-
-
     /**
      * Construct object from file stream.
      * @param name_index Index in constant pool to CONSTANT_Utf8
@@ -83,18 +80,6 @@ public final class PMGClass extends Attribute {
     }
 
 
-    
-
-
-    
-
-
-    
-
-
-    
-
-
     /**
      * @return PMG name.
      */
index 3e474c6..63a2470 100644 (file)
@@ -37,9 +37,6 @@ public final class Signature extends Attribute {
     private int signature_index;
 
 
-    
-
-
     /**
      * Construct object from file stream.
      * @param name_index Index in constant pool to CONSTANT_Utf8
@@ -79,12 +76,6 @@ public final class Signature extends Attribute {
     }
 
 
-    
-
-
-    
-
-
     /**
      * @return GJ signature.
      */
index 9fbb72d..4a98eea 100644 (file)
@@ -39,9 +39,6 @@ public final class SourceFile extends Attribute {
     private int sourcefile_index;
 
 
-    
-
-
     /**
      * Construct object from file stream.
      * @param name_index Index in constant pool to CONSTANT_Utf8
@@ -88,12 +85,6 @@ public final class SourceFile extends Attribute {
     }
 
 
-    
-
-
-    
-
-
     /**
      * @return Source file name.
      */
index 411e634..37fd94f 100644 (file)
@@ -92,9 +92,6 @@ public final class StackMap extends Attribute {
     }
 
 
-    
-
-
     /**
      * @param map Array of stack map entries
      */
index 25da5e7..235746a 100644 (file)
@@ -121,36 +121,6 @@ public final class StackMapEntry implements Cloneable {
     }
 
 
-    
-
-
-    
-
-
-    
-
-
-    
-
-
-    
-
-
-    
-
-
-    
-
-
-    
-
-
-    
-
-
-    
-
-
     /**
      * @return deep copy of this object
      */
@@ -163,11 +133,4 @@ public final class StackMapEntry implements Cloneable {
     }
 
 
-    
-
-
-    
-
-
-    
 }
index c717877..ccf0012 100644 (file)
@@ -92,9 +92,6 @@ public final class StackMapTable extends Attribute {
     }
 
 
-    
-
-
     /**
      * @param map Array of stack map entries
      */
index bb4c85a..8bc94fb 100644 (file)
@@ -196,36 +196,6 @@ public final class StackMapTableEntry implements Cloneable {
     }
 
 
-    
-
-
-    
-
-
-    
-
-
-    
-
-
-    
-
-
-    
-
-
-    
-
-
-    
-
-
-    
-
-
-    
-
-
     /**
      * @return deep copy of this object
      */
@@ -238,11 +208,4 @@ public final class StackMapTableEntry implements Cloneable {
     }
 
 
-    
-
-
-    
-
-
-    
 }
index c19b047..0b37f95 100644 (file)
@@ -73,9 +73,6 @@ public final class StackMapType implements Cloneable {
     }
 
 
-    
-
-
     public void setIndex( int t ) {
         index = t;
     }
@@ -133,12 +130,6 @@ public final class StackMapType implements Cloneable {
     }
 
 
-    
-
-
-    
-
-
     /**
      * @param constant_pool Constant pool to be used for this object.
      */
index 50d6d1b..226aedc 100644 (file)
@@ -42,9 +42,6 @@ public final class Synthetic extends Attribute {
     private byte[] bytes;
 
 
-    
-
-
     /**
      * @param name_index Index in constant pool to CONSTANT_Utf8, which
      * should represent the string "Synthetic".
@@ -93,12 +90,6 @@ public final class Synthetic extends Attribute {
     }
 
 
-    
-
-
-    
-
-
     /**
      * @return String representation.
      */
index b498b28..a1aea56 100644 (file)
@@ -49,12 +49,6 @@ public final class Unknown extends Attribute {
     private static final Map unknown_attributes = new HashMap();
 
 
-    
-
-
-    
-
-
     /**
      * Create a non-standard attribute.
      *
@@ -105,9 +99,6 @@ public final class Unknown extends Attribute {
     }
 
 
-    
-
-
     /**
      * @return name of attribute.
      */
@@ -117,9 +108,6 @@ public final class Unknown extends Attribute {
     }
 
 
-    
-
-
     /**
      * @return String representation.
      */
index 01dbbdd..7aae6b2 100644 (file)
@@ -153,9 +153,6 @@ public abstract class Utility {
     }
 
 
-    
-
-
     /**
      * Disassemble a stream of byte codes and return the
      * string representation.
@@ -411,9 +408,6 @@ public abstract class Utility {
     }
 
 
-    
-
-
     /**
      * Shorten long class names, <em>java/lang/String</em> becomes 
      * <em>String</em>.
@@ -786,9 +780,4 @@ public abstract class Utility {
     }
 
 
-    
-
-
-    
-
 }
index 17037f6..ca94b6e 100644 (file)
@@ -44,8 +44,6 @@ public final class ByteSequence extends DataInputStream {
     }
 
 
-    
-
     private static final class ByteArrayStream extends ByteArrayInputStream {
 
         ByteArrayStream(byte[] bytes) {
index 90fca3c..ae9d801 100644 (file)
@@ -399,7 +399,6 @@ public final class MessageBytes implements Cloneable, Serializable {
         }
     }
 
-    
 
     // -------------------- Hash code  --------------------
     @Override
index e96f06b..aae5e27 100644 (file)
@@ -52,8 +52,6 @@ import org.xml.sax.helpers.AttributesImpl;
 import org.xml.sax.helpers.DefaultHandler;
 
 
-
-
 /**
  * <p>A <strong>Digester</strong> processes an XML input stream by matching a
  * series of element nesting patterns to execute Rules that have been added
@@ -314,7 +312,6 @@ public class Digester extends DefaultHandler {
     protected boolean validating = false;
 
 
-    
     /**
      * Warn on missing attributes and elements.
      */
index 5390607..e03043c 100644 (file)
@@ -211,9 +211,8 @@ public final class CookieSupport {
         if (value==null || value.length() < 2) return false;
         return (value.charAt(0)=='\"' && value.charAt(value.length()-1)=='\"');
     }
-    
 
-    
+
     // ------------------------------------------------------------- Constructor
     private CookieSupport() {
         // Utility class. Don't allow instances to be created.
index d354e25..a323d5b 100644 (file)
@@ -64,7 +64,6 @@ import org.apache.tomcat.util.buf.MessageBytes;
    ( addHeader hook )
    
 */
-    
 
 
 /**
index e8af885..4609421 100644 (file)
@@ -85,7 +85,6 @@ public class FileUtils {
         }
     }
 
-    
 
     /**
      * Cleans a directory without deleting it.
index 35a3f9b..390bb6e 100644 (file)
@@ -658,8 +658,6 @@ public class DiskFileItem
     }
 
 
-
-
     /**
      * Returns a string representation of this object.
      *
index 8cf3677..c5438be 100644 (file)
@@ -713,8 +713,6 @@ public class BaseModelMBean implements DynamicMBean, MBeanRegistration, ModelMBe
     }
 
 
-
-
     /**
      * Send a <code>Notification</code> to all registered listeners as a
      * <code>jmx.modelmbean.general</code> notification.
@@ -765,8 +763,6 @@ public class BaseModelMBean implements DynamicMBean, MBeanRegistration, ModelMBe
     }
 
 
-
-
     // ---------------------------------------- NotificationBroadcaster Methods
 
 
index 2ac06d2..1b1c106 100644 (file)
@@ -874,9 +874,7 @@ public class Registry implements RegistryMBean, MBeanRegistration  {
     public void postDeregister() {
     }
 
-    
-    
-    
+
     // -------------------- DEPRECATED METHODS  --------------------
     // May still be used in tomcat 
     // Never part of an official release
index 8c89c15..63b3106 100644 (file)
@@ -306,7 +306,6 @@ public abstract class AbstractEndpoint {
     public int getThreadPriority() { return threadPriority; }
 
 
-
     /**
      * Generic properties, introspected
      */
@@ -572,8 +571,7 @@ public abstract class AbstractEndpoint {
         allowUnsafeLegacyRenegotiation = s;
     }
 
-    
-    
+
     private String sslEnabledProtocols=null; //"TLSv1,SSLv3,SSLv2Hello"
     private String[] sslEnabledProtocolsarr =  new String[0];
     public String[] getSslEnabledProtocolsArray() { return this.sslEnabledProtocolsarr;}
index 58acbd9..5508e5d 100644 (file)
@@ -747,7 +747,6 @@ public class AprEndpoint extends AbstractEndpoint {
     // ------------------------------------------------------ Protected Methods
 
 
-
     /**
      * Process the specified connection.
      */
@@ -791,7 +790,6 @@ public class AprEndpoint extends AbstractEndpoint {
     }
 
 
-
     /**
      * Allocate a new poller of the specified size.
      */
@@ -1205,8 +1203,6 @@ public class AprEndpoint extends AbstractEndpoint {
     // ----------------------------------------------------- Worker Inner Class
 
 
-
-
     // ----------------------------------------------- SendfileData Inner Class
 
 
@@ -1546,7 +1542,6 @@ public class AprEndpoint extends AbstractEndpoint {
     }
 
 
-
     // ---------------------------------------------- SocketProcessor Inner Class
 
 
index f393c5d..f406947 100644 (file)
@@ -107,9 +107,6 @@ public class JIoEndpoint extends AbstractEndpoint {
     public ServerSocketFactory getServerSocketFactory() { return serverSocketFactory; }
 
 
-
-
-    
     // ------------------------------------------------ Handler Inner Interface
 
 
@@ -289,8 +286,7 @@ public class JIoEndpoint extends AbstractEndpoint {
         }
         
     }
-    
-    
+
 
     // -------------------- Public methods --------------------
 
@@ -453,8 +449,6 @@ public class JIoEndpoint extends AbstractEndpoint {
         initialized = false ;
     }
 
-  
-
 
     /**
      * Set the options for the current socket.
index c9faf3e..bb4b47c 100644 (file)
@@ -280,7 +280,6 @@ public class NioEndpoint extends AbstractEndpoint {
         }
     };
 
-    
 
     // ------------------------------------------------------------- Properties
 
@@ -304,7 +303,6 @@ public class NioEndpoint extends AbstractEndpoint {
     }
 
 
-
     /**
      * Priority of the acceptor threads.
      */
@@ -320,7 +318,6 @@ public class NioEndpoint extends AbstractEndpoint {
     public int getPollerThreadPriority() { return pollerThreadPriority; }
 
 
-
     /**
      * Handling of accepted sockets.
      */
@@ -329,10 +326,6 @@ public class NioEndpoint extends AbstractEndpoint {
     public Handler getHandler() { return handler; }
 
 
-
-    
-
-
     /**
      * Allow comet request handling.
      */
@@ -349,7 +342,6 @@ public class NioEndpoint extends AbstractEndpoint {
     public int getAcceptorThreadCount() { return acceptorThreadCount; }
 
 
-
     /**
      * Poller thread count.
      */
@@ -374,8 +366,6 @@ public class NioEndpoint extends AbstractEndpoint {
     }
 
 
-
-
     public void setSelectorPool(NioSelectorPool selectorPool) {
         this.selectorPool = selectorPool;
     }
@@ -447,8 +437,6 @@ public class NioEndpoint extends AbstractEndpoint {
     }
 
 
-
-    
     /**
      * Return the state of the endpoint.
      *
@@ -706,9 +694,6 @@ public class NioEndpoint extends AbstractEndpoint {
     }
 
 
-    
-
-
     /**
      * Process the specified connection.
      */
@@ -1502,7 +1487,6 @@ public class NioEndpoint extends AbstractEndpoint {
     }
 
 
-
     // ---------------------------------------------- SocketProcessor Inner Class
     /**
      * This class is the equivalent of the Worker, but will simply use in an
index 826248d..66a2101 100644 (file)
@@ -419,7 +419,6 @@ public class SocketProperties {
     public void setUnlockTimeout(int unlockTimeout) {
         this.unlockTimeout = unlockTimeout;
     }
-    
-    
+
 
 }
index a0f9966..1ed45eb 100644 (file)
@@ -174,9 +174,6 @@ public final class URL implements Serializable {
     }
 
 
-
-
-
     /**
      * Create a URL object from the specified components.  The default port
      * number for the specified protocol will be used.
index 0f0eab7..271b3fb 100644 (file)
@@ -115,6 +115,5 @@ public class ThreadPoolExecutor extends java.util.concurrent.ThreadPoolExecutor
         
     }
 
-    
-    
+
 }
index 5e26e4b..501bedd 100644 (file)
@@ -45,8 +45,6 @@ dojo.addOnUnload(function() {
        });
 
 
-
-
 function subscribe(box, symbol) {
        if (box.checked) {
                dojox.cometd.subscribe("/stock/"+symbol, onMsgEvent);
index 17f831c..c7966fe 100644 (file)
@@ -57,7 +57,6 @@ public class DataSourceProxy implements PoolConfiguration {
         if (poolProperties == null) throw new NullPointerException("PoolConfiguration can not be null.");
         this.poolProperties = poolProperties;
     }
-    
 
 
     public boolean isWrapperFor(Class<?> iface) throws SQLException {
@@ -193,8 +192,6 @@ public class DataSourceProxy implements PoolConfiguration {
     }
 
 
-
-    
 /*-----------------------------------------------------------------------*/
 //      PROPERTIES WHEN NOT USED WITH FACTORY
 /*------------------------------------------------------------------------*/
index ba1eab0..e70044c 100644 (file)
@@ -798,9 +798,8 @@ public class PoolProperties implements PoolConfiguration {
         result = result || (timer && getMinEvictableIdleTimeMillis()>0); 
         return result;
     }
-    
-    
-    
+
+
     public static class InterceptorDefinition {
         protected String className;
         protected Map<String,InterceptorProperty> properties = new HashMap<String,InterceptorProperty>();
index dad20d9..786ad91 100644 (file)
@@ -457,9 +457,7 @@ public class PooledConnection {
         this.timestamp = timestamp;
         setSuspect(false);
     }
-    
-    
-    
+
 
     public boolean isSuspect() {
         return suspect;
index 9e5ec0a..328d6be 100644 (file)
@@ -55,8 +55,7 @@ public class ResetAbandonedTimer extends AbstractQueryReport {
         }
         return result;
     }
-    
-    
+
 
     @Override
     public Object invoke(Object proxy, Method method, Object[] args) throws Throwable {
index 488c6a9..274d856 100644 (file)
@@ -74,9 +74,8 @@ public class SlowQueryReport extends AbstractQueryReport  {
     public void setMaxQueries(int maxQueries) {
         this.maxQueries = maxQueries;
     }
-    
-    
-    
+
+
     @Override
     protected String reportFailedQuery(String query, Object[] args, String name, long start, Throwable t) {
         String sql = super.reportFailedQuery(query, args, name, start, t);
@@ -181,9 +180,7 @@ public class SlowQueryReport extends AbstractQueryReport  {
             if (log.isDebugEnabled()) log.debug("Removing slow query, capacity reached:"+sql);
         } 
     }
-    
-    
-    
+
 
     @Override
     public void reset(ConnectionPool parent, PooledConnection con) {
@@ -192,9 +189,6 @@ public class SlowQueryReport extends AbstractQueryReport  {
             queries = SlowQueryReport.perPoolStats.get(parent.getName());
     }
 
-    
-
-
 
     @Override
     public void setProperties(Map<String, InterceptorProperty> properties) {
@@ -212,9 +206,6 @@ public class SlowQueryReport extends AbstractQueryReport  {
     }
 
 
-
-
-
     /**
      * 
      * @author fhanik
index a65ca75..433519c 100644 (file)
@@ -89,8 +89,7 @@ public class SlowQueryReportJmx extends SlowQueryReport implements NotificationE
         
     }
 
-    
-    
+
     //==============================JMX STUFF========================    
     
     protected String poolName = null;
@@ -129,7 +128,6 @@ public class SlowQueryReportJmx extends SlowQueryReport implements NotificationE
     }
 
 
-
     @Override
     public void poolClosed(ConnectionPool pool) {
         this.poolName = pool.getName();
@@ -201,9 +199,8 @@ public class SlowQueryReportJmx extends SlowQueryReport implements NotificationE
     public String getPoolName() {
         return poolName;
     }
-    
-    
-    
+
+
     public boolean isNotifyPool() {
         return notifyPool;
     }
index c32ae16..27370d0 100644 (file)
@@ -156,8 +156,7 @@ public class StatementCache extends StatementDecoratorInterceptor {
         }
     }
 
-    
-    
+
     public Object invoke(Object proxy, Method method, Object[] args) throws Throwable {
         boolean process = process(this.types, method, false);
         if (process && args.length>0 && args[0] instanceof String) {
index b5bd411..b10878d 100644 (file)
@@ -74,10 +74,8 @@ public class ConnectionPool extends NotificationBroadcasterSupport implements Co
     public static final String SLOW_QUERY_NOTIFICATION = "SLOW QUERY";
     public static final String FAILED_QUERY_NOTIFICATION = "FAILED QUERY";
     public static final String SUSPECT_ABANDONED_NOTIFICATION = "SUSPECT CONNETION ABANDONED";
-    
-    
-    
-     
+
+
     public MBeanNotificationInfo[] getNotificationInfo() { 
         MBeanNotificationInfo[] pres = super.getNotificationInfo();
         MBeanNotificationInfo[] loc = getDefaultNotificationInfo();
@@ -179,9 +177,8 @@ public class ConnectionPool extends NotificationBroadcasterSupport implements Co
     //=========================================================
     //  PROPERTIES / CONFIGURATION
     //=========================================================    
-    
-    
-    
+
+
     public String getConnectionProperties() {
         return getPoolProperties().getConnectionProperties();
     }
index 91f0407..739347c 100644 (file)
@@ -54,7 +54,6 @@ public class TestInterceptor extends JdbcInterceptor {
         instancecount.incrementAndGet();
         super.setProperties(properties);
     }
-    
-    
-    
+
+
 }
index 979f6e9..1244140 100644 (file)
@@ -65,8 +65,6 @@ public class BorrowWaitTest extends DefaultTestCase {
         }
         con.close();
     }
-    
-    
-    
-    
+
+
 }
index 9827395..339e1aa 100644 (file)
@@ -42,9 +42,8 @@ public class ConnectCountTest extends DefaultTestCase {
     protected long complete = Long.getLong("complete",20000);
     protected boolean printthread = Boolean.getBoolean("printthread");
     CountDownLatch latch = null;
-    
-    
-    
+
+
     @Override
     public org.apache.tomcat.jdbc.pool.DataSource createDefaultDataSource() {
         // TODO Auto-generated method stub
@@ -57,8 +56,7 @@ public class ConnectCountTest extends DefaultTestCase {
         ds.getPoolProperties().setMaxActive(10);
         return ds;
     }
-    
-    
+
 
     @Override
     protected void tearDown() throws Exception {
@@ -67,7 +65,6 @@ public class ConnectCountTest extends DefaultTestCase {
     }
 
 
-
     protected void printThreadResults(TestThread[] threads, String name, int active, int expected) {
         long minfetch = Long.MAX_VALUE, maxfetch = Long.MIN_VALUE, totalfetch = 0;
         long maxwait = 0, minwait = Long.MAX_VALUE, averagewait = 0, totalwait = 0;
index f7ed28d..8ed9bb2 100644 (file)
@@ -77,8 +77,6 @@ public class TestConnectionState extends DefaultTestCase {
         c1 = d1.getConnection();
         assertEquals("Catalog should be information_schema",c1.getCatalog(),"information_schema");
     }
-    
-    
 
 
 }
index c583dee..1641bb8 100644 (file)
@@ -38,7 +38,6 @@ public class TestInterceptorShortName extends DefaultTestCase {
         this.datasource.close();
         assertTrue("Pool should have been closed.",TestInterceptor.poolclosed);
     }
-    
-    
+
 
 }
index e683cad..d3d5740 100644 (file)
@@ -39,8 +39,6 @@ public class TestStatementCache extends DefaultTestCase {
     }
 
 
-
-
     private void config(boolean cachePrepared, boolean cacheCallable, int max) {
         datasource.getPoolProperties().setJdbcInterceptors(TestStatementCacheInterceptor.class.getName()+
                 "(prepared="+cachePrepared+",callable="+cacheCallable+",max="+max+")");
index b88f69e..2a500e7 100644 (file)
@@ -58,9 +58,8 @@ public class TwoDataSources extends DefaultTestCase {
         }catch (Exception x) {
             assertTrue("Connection c2 should be working",false);
         }
-        
 
-        
+
     }
 
 }
index 1d5eff8..129b4dc 100644 (file)
@@ -85,7 +85,6 @@ public class BaseMapper {
             addWrapper(contextMapElement, path, wrapper, jspWildCard);
         }
 
-        
 
         /**
          * Remove a wrapper from the context associated with this wrapper.
index c0d018b..4b26ee9 100644 (file)
@@ -464,7 +464,6 @@ public class Http11Connection extends HttpConnection
         }
     }
 
-    
 
     /**
      * Updates chunked, contentLength, remaining - based 
@@ -1078,9 +1077,8 @@ public class Http11Connection extends HttpConnection
             }
         }
     }
-    
-    
-    
+
+
     private void flushToNext(IOBuffer body, IOBuffer out) throws IOException {
         
         synchronized (this) {
index bb879d5..07ed719 100644 (file)
@@ -309,9 +309,8 @@ public class HttpChannel extends IOChannel {
     public String getStatus() {
         return getResponse().getStatus() + " " + getResponse().getMessage();
     }
-    
-    
+
+
     public String getTarget() {
         if (target == null) {
             return ":0"; // server mode ? 
@@ -488,7 +487,6 @@ public class HttpChannel extends IOChannel {
     }
 
 
-    
     /*
     The field-content does not include any leading or trailing LWS: 
     linear white space occurring before the first non-whitespace 
index 696a470..4479354 100644 (file)
@@ -267,9 +267,7 @@ public class HttpConnectionPool {
                     con = hcon;
                 }
             }
-            
-            
-            
+
 
             // we got a connection - make sure we're connected
             http11ConnectOrSend(httpCh, target, con, ssl);
index b08d919..cfeac7e 100644 (file)
@@ -337,8 +337,7 @@ public abstract class HttpMessage {
             throws UnsupportedEncodingException {
         this.charEncoding = enc;
     }
-    
-    
+
 
     public void recycle() {
         commited = false;
index a6f86e6..3ec8477 100644 (file)
@@ -139,9 +139,8 @@ public class HttpRequest extends HttpMessage {
     public Map<String, Object> attributes() {
         return attributes;
     }
-    
-    
-    
+
+
     public CBuffer method() {
         return methodMB;
     }
index b692d24..770ca2e 100644 (file)
@@ -155,7 +155,6 @@ public class SpdyConnection extends HttpConnector.HttpConnection
     }
 
 
-    
     /**
      * Frame received. Must consume all data for the frame.
      * 
index e28d16a..aed8d97 100644 (file)
@@ -141,8 +141,6 @@ public class CBucket implements CharSequence, Comparable, Serializable {
     }
 
 
-    
-
     /**
      * Compares the message bytes to the specified String object.
      * 
index bfe9404..c66f856 100644 (file)
@@ -210,7 +210,6 @@ public class CBuffer extends CBucket implements Cloneable,
     }
 
 
-    
     /**
      * Append a string to the buffer
      */
index a9777a0..70e7795 100644 (file)
@@ -238,9 +238,8 @@ public class IOBuffer {
         }
         hasDataLock.waitSignal(timeMs);
     }
-    
 
-    
+
     public boolean isAppendClosed() {
         return closeQueued;
     }
@@ -645,7 +644,6 @@ public class IOBuffer {
         }
     }
 
-    
 
     // ------ More utilities - for parsing request ( later )-------
 //  public final int skipBlank(ByteBuffer bb, int start) {
index 0c84f68..2def8e8 100644 (file)
@@ -185,9 +185,8 @@ public class IOWriter extends Writer {
         
         return i;
     }
-    
 
-    
+
     /**
      * Just send the chars to the byte[], without flushing down.
      * 
index 75c4457..3b6e649 100644 (file)
@@ -739,7 +739,6 @@ public class NioThread implements Runnable {
   }
 
 
-
   public void acceptor(NioChannelCallback cstate, 
                        int port, 
                        InetAddress inet, 
@@ -1141,9 +1140,8 @@ public class NioThread implements Runnable {
           }
       }
   }
-  
-  
-  
+
+
   protected boolean isSelectorThread() {
       return Thread.currentThread() == selectorThread;
   }
index 2a8c3b9..88a964d 100644 (file)
@@ -202,9 +202,8 @@ public class SocketIOChannel extends IOChannel implements NioChannelCallback {
     public static final void releaseReadableBuffer(ByteBuffer bb, BBucket bucket) {
         bucket.position(bb.position());
     }
-    
-    
-    
+
+
     public void readInterest(boolean b) throws IOException {
         ch.readInterest(b);
     }
index 9f76f53..df4425b 100644 (file)
@@ -359,7 +359,6 @@ class SslChannel extends IOChannel implements Runnable {
     }
 
 
-    
     // SSL handshake require slow tasks - that will need to be executed in a 
     // thread anyways. Better to keep it simple ( the code is very complex ) - 
     // and do the initial handshake in a thread, not in the IO thread.
index 3dc58bd..8170afe 100644 (file)
@@ -139,8 +139,7 @@ public class SocksServer implements Runnable, IOConnector.ConnectedCallback {
         
     }
 
-    
-    
+
     public static class SocksServerConnection implements IOConnector.DataReceivedCallback, IOConnector.ConnectedCallback {
         
         protected SocksServer server;
index 412418a..880165b 100644 (file)
@@ -481,10 +481,7 @@ public class Tomcat {
         return ctx;
     }
 
-    
-    
 
-    
     // ---------- Helper methods and classes -------------------
     
     /** 
index 0296e85..b49dea2 100644 (file)
@@ -123,7 +123,6 @@ public class HttpChannelTest extends TestCase {
         responseTest("HTTP/1.1  200", "HTTP/1.1", "200", "");
         responseTest("HTTP/1.1", "HTTP/1.1", "", "");
     }
-    
-    
+
 
 }
index 1bf389a..f48a61c 100644 (file)
@@ -39,7 +39,6 @@ public class UEncoderTest extends TestCase {
         dec.urlEncode(uri, cc, enc);
         return cc.toString();
     }
-    
-    
+
 
 }
index f6d0699..f63bd1a 100644 (file)
@@ -75,8 +75,6 @@ public class CookieController {
        */
 
 
-
-
        for (int hi = 0; hi<rcvVectorOfCookies.size(); hi++) {
 
                String cookieValue = (String)rcvVectorOfCookies.elementAt(hi) ;
@@ -257,8 +255,6 @@ public class CookieController {
                System.out.println("Exception : " +e );
                return null;
        }
-      
-
 
 
     }
index f4b71d0..0763c48 100644 (file)
@@ -30,7 +30,6 @@ import java.util.Iterator;
 import java.util.Vector;
 
 
-
 public class WatchdogHttpClient {
     private static final String CRLF         = "\r\n";
     private static final int LINE_FEED       = 10;
@@ -213,8 +212,7 @@ public class WatchdogHttpClient {
         return sb.toString().getBytes();
     }
 
-    
-    
+
     /**
      * Read a line from the specified servlet input stream, and strip off
      * the trailing carriage return and newline (if any).  Return the remaining
@@ -301,8 +299,7 @@ public class WatchdogHttpClient {
         return headers;
     }
 
-    
-    
+
     /**
      * Private utility method to 'massage' a request string that
      * may or may not have replacement markers for the request parameters.
@@ -323,8 +320,7 @@ public class WatchdogHttpClient {
         client.requestURL = new URL( "http", client.host, client.port, addressString );
     }
 
-    
-    
+
     /**
      * <code>CRBufferedInputStream</code> is a modified version of
      * the java.io.BufferedInputStream class.  The fill code is 
index 770b203..0bc00e1 100644 (file)
@@ -31,7 +31,6 @@ import org.apache.catalina.tribes.transport.ReceiverBase;
 import org.apache.catalina.tribes.util.Arrays;
 
 
-
 public class CoordinationDemo {
     static int CHANNEL_COUNT = 5;
     static int SCREEN_WIDTH = 120;
@@ -185,9 +184,8 @@ public class CoordinationDemo {
         statusLine.delete(0,statusLine.length());
         statusLine.append(status);
     }
-    
-    
-    
+
+
     public static void setEvents(String events) {
         java.util.Arrays.fill(VIEW_EVENTS,false);
         StringTokenizer t = new StringTokenizer(events,",");
index 15cc09b..358a1ce 100644 (file)
@@ -95,8 +95,7 @@ public class LoadTest implements MembershipListener,ChannelListener, Runnable {
                  "\n\tMBytes/second:"+(size*cnt/time/1024f/1024f));
     }
 
-    
-    
+
     public LoadTest(ManagedChannel channel, 
                     boolean send,
                     int msgCount,
@@ -112,9 +111,8 @@ public class LoadTest implements MembershipListener,ChannelListener, Runnable {
         this.statsInterval = stats;
         this.breakonChannelException = breakOnEx;
     }
-    
-    
-    
+
+
     public void run() {
         
         long counter = 0;
@@ -171,7 +169,6 @@ public class LoadTest implements MembershipListener,ChannelListener, Runnable {
         endTest();
     }
 
-    
 
     /**
      * memberAdded
@@ -246,8 +243,7 @@ public class LoadTest implements MembershipListener,ChannelListener, Runnable {
         System.out.println("} size:"+data.length);
     }
 
-    
-    
+
     public static class LoadMessage extends ByteMessage {
         
         public static byte[] outdata = new byte[size];
index 9f2b056..f1e2c27 100644 (file)
@@ -107,9 +107,6 @@ public class TestNonBlockingCoordinator extends TestCase {
         suite.addTestSuite(TestNonBlockingCoordinator.class);
         suite.run(new TestResult());
     }
-    
-    
-    
-    
+
 
 }
index d99deed..5368b8c 100644 (file)
@@ -188,9 +188,6 @@ public class TestOrderInterceptor extends TestCase {
             }
         }
     }
-    
-    
-    
-    
+
 
 }
index 33e231b..2e103a4 100644 (file)
@@ -133,9 +133,8 @@ public class TestELEvaluation extends TestCase {
 
         assertEquals("\\$", evaluateExpression("${'\\\\$'}"));
         assertEquals("\\\\$", evaluateExpression("${'\\\\\\\\$'}"));
-        
-        
-        
+
+
         // Can use ''' inside '"' when quoting with '"' and vice versa without
         // escaping
         assertEquals("\\\"", evaluateExpression("${'\\\\\"'}"));
@@ -185,7 +184,6 @@ public class TestELEvaluation extends TestCase {
     }
 
 
-
     // ************************************************************************
 
     private String evaluateExpression(String expression) {
index dbe8bcb..03afde6 100644 (file)
@@ -232,7 +232,6 @@ should be completed:</p>
 </p>
 
 
-
 </section>
 
 <section name="Configuration Example">
@@ -617,10 +616,6 @@ should be completed:</p>
 </section>
 
 
-
-
-
-
 <section name="Monitoring your Cluster with JMX">
 <p>Monitoring is a very important question when you use a cluster. Some of the cluster objects are JMX MBeans </p>
 <p>Add the following parameter to your startup script with Java 5:
index 302e926..20d59e5 100644 (file)
       </attribute>
 
 
-      
     </attributes>
 
   </subsection>
index fd5ce9b..f21ba56 100644 (file)
@@ -50,8 +50,7 @@ public class AsyncStockServlet extends HttpServlet implements TickListener, Asyn
     public AsyncStockServlet() {
         System.out.println("AsyncStockServlet created");
     }
-    
-    
+
 
     @Override
     protected void service(HttpServletRequest req, HttpServletResponse resp)
@@ -73,7 +72,6 @@ public class AsyncStockServlet extends HttpServlet implements TickListener, Asyn
     }
 
 
-
     @Override
     public void tick(Stock stock) {
         ticks.add((Stock)stock.clone());
@@ -122,7 +120,6 @@ public class AsyncStockServlet extends HttpServlet implements TickListener, Asyn
     }
 
 
-
     @Override
     public void onStartAsync(AsyncEvent event) throws IOException {
         // NOOP
index 2be11d6..bb0289e 100644 (file)
@@ -58,6 +58,4 @@ public class LogTag extends ExampleTagBase {
     }
 }
 
-    
-        
-    
+