dion 02/05/27 05:30:13
Modified: src/java/org/apache/maven/j2ee WarFile.java
J2EEEntityResolver.java
ValidationStatusListener.java
ValidationListener.java ValidationFormatter.java
ValidationEvent.java WarClassLoader.java
WarValidator.java ValidationBroadcaster.java
src/java/org/apache/maven/ant FileSetFromPath.java
src/java/org/apache/maven/cvslib CvsChangeLogGenerator.java
CvsChangeLogParser.java
src/java/org/apache/maven/j2ee/war FormLoginConfig.java
Log:
Fixed checkstyle issues
Revision Changes Path
1.7 +3 -1
jakarta-turbine-maven/src/java/org/apache/maven/j2ee/WarFile.java
Index: WarFile.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/j2ee/WarFile.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- WarFile.java 21 May 2002 00:40:11 -0000 1.6
+++ WarFile.java 27 May 2002 12:30:12 -0000 1.7
@@ -52,6 +52,8 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
+ *
+ * ====================================================================
*/
import java.io.BufferedInputStream;
@@ -81,7 +83,7 @@
* Represents a J2EE War File
*
* @author <a href="mailto:[EMAIL PROTECTED]">dIon Gillard</a>
- * @version $Id: WarFile.java,v 1.6 2002/05/21 00:40:11 dion Exp $
+ * @version $Id: WarFile.java,v 1.7 2002/05/27 12:30:12 dion Exp $
*/
public class WarFile extends JarFile
{
1.4 +3 -1
jakarta-turbine-maven/src/java/org/apache/maven/j2ee/J2EEEntityResolver.java
Index: J2EEEntityResolver.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/j2ee/J2EEEntityResolver.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- J2EEEntityResolver.java 21 May 2002 05:58:37 -0000 1.3
+++ J2EEEntityResolver.java 27 May 2002 12:30:12 -0000 1.4
@@ -52,6 +52,8 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
+ *
+ * ====================================================================
*/
import java.io.IOException;
@@ -67,7 +69,7 @@
* A class to resolve external entity definitions for j2ee artifacts.
*
* @author dion
- * @version $Id: J2EEEntityResolver.java,v 1.3 2002/05/21 05:58:37 dion Exp $
+ * @version $Id: J2EEEntityResolver.java,v 1.4 2002/05/27 12:30:12 dion Exp $
*/
public class J2EEEntityResolver implements EntityResolver
{
1.3 +3 -1
jakarta-turbine-maven/src/java/org/apache/maven/j2ee/ValidationStatusListener.java
Index: ValidationStatusListener.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/j2ee/ValidationStatusListener.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ValidationStatusListener.java 19 May 2002 22:49:59 -0000 1.2
+++ ValidationStatusListener.java 27 May 2002 12:30:12 -0000 1.3
@@ -52,13 +52,15 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
+ *
+ * ====================================================================
*/
/**
* A {@link ValidationListener} that tracks events and will provide a true/false
* response about the status of the validation
* @author <a href="mailto:[EMAIL PROTECTED]">dIon Gillard</a>
- * @version $Id: ValidationStatusListener.java,v 1.2 2002/05/19 22:49:59 dion Exp $
+ * @version $Id: ValidationStatusListener.java,v 1.3 2002/05/27 12:30:12 dion Exp $
*/
public class ValidationStatusListener implements ValidationListener
{
1.5 +3 -1
jakarta-turbine-maven/src/java/org/apache/maven/j2ee/ValidationListener.java
Index: ValidationListener.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/j2ee/ValidationListener.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ValidationListener.java 19 May 2002 22:49:59 -0000 1.4
+++ ValidationListener.java 27 May 2002 12:30:12 -0000 1.5
@@ -52,6 +52,8 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
+ *
+ * ====================================================================
*/
import java.util.EventListener;
@@ -60,7 +62,7 @@
* An interface implemented by those who want to receive validation events
* from a J2EE Validator (WAR, EAR etc).
*
- * @version $Id: ValidationListener.java,v 1.4 2002/05/19 22:49:59 dion Exp $
+ * @version $Id: ValidationListener.java,v 1.5 2002/05/27 12:30:12 dion Exp $
* @author dion
*/
public interface ValidationListener extends EventListener
1.7 +3 -1
jakarta-turbine-maven/src/java/org/apache/maven/j2ee/ValidationFormatter.java
Index: ValidationFormatter.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/j2ee/ValidationFormatter.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ValidationFormatter.java 21 May 2002 00:42:33 -0000 1.6
+++ ValidationFormatter.java 27 May 2002 12:30:12 -0000 1.7
@@ -52,6 +52,8 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
+ *
+ * ====================================================================
*/
import java.io.FileNotFoundException;
@@ -61,7 +63,7 @@
/**
* Base class for formatters of validation events - handles plain and xml
* formats.
- * @version $Id: ValidationFormatter.java,v 1.6 2002/05/21 00:42:33 dion Exp $
+ * @version $Id: ValidationFormatter.java,v 1.7 2002/05/27 12:30:12 dion Exp $
* @author dion
*/
public class ValidationFormatter implements ValidationListener
1.4 +3 -1
jakarta-turbine-maven/src/java/org/apache/maven/j2ee/ValidationEvent.java
Index: ValidationEvent.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/j2ee/ValidationEvent.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ValidationEvent.java 12 May 2002 15:27:47 -0000 1.3
+++ ValidationEvent.java 27 May 2002 12:30:12 -0000 1.4
@@ -52,6 +52,8 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
+ *
+ * ====================================================================
*/
import java.util.EventObject;
@@ -59,7 +61,7 @@
/**
* A class that holds details about the validation
*
- * @version $Id: ValidationEvent.java,v 1.3 2002/05/12 15:27:47 dion Exp $
+ * @version $Id: ValidationEvent.java,v 1.4 2002/05/27 12:30:12 dion Exp $
* @author dion
*/
public class ValidationEvent extends EventObject
1.4 +3 -1
jakarta-turbine-maven/src/java/org/apache/maven/j2ee/WarClassLoader.java
Index: WarClassLoader.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/j2ee/WarClassLoader.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- WarClassLoader.java 21 May 2002 04:55:02 -0000 1.3
+++ WarClassLoader.java 27 May 2002 12:30:12 -0000 1.4
@@ -52,6 +52,8 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
+ *
+ * ====================================================================
*/
import java.io.File;
@@ -69,7 +71,7 @@
* A {@link ClassLoader} that loads classes from a {@link WarFile}
*
* @author <a href="mailto:[EMAIL PROTECTED]">dIon Gillard</a>
- * @version $Id: WarClassLoader.java,v 1.3 2002/05/21 04:55:02 dion Exp $
+ * @version $Id: WarClassLoader.java,v 1.4 2002/05/27 12:30:12 dion Exp $
*/
public class WarClassLoader extends URLClassLoader
{
1.23 +4 -2
jakarta-turbine-maven/src/java/org/apache/maven/j2ee/WarValidator.java
Index: WarValidator.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/j2ee/WarValidator.java,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- WarValidator.java 22 May 2002 06:35:03 -0000 1.22
+++ WarValidator.java 27 May 2002 12:30:12 -0000 1.23
@@ -52,6 +52,8 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
+ *
+ * ====================================================================
*/
import java.io.File;
@@ -83,7 +85,7 @@
* ></code> element must exist in the war file</li>
* </ol>
* @author dIon Gillard
- * @version $Id: WarValidator.java,v 1.22 2002/05/22 06:35:03 dion Exp $
+ * @version $Id: WarValidator.java,v 1.23 2002/05/27 12:30:12 dion Exp $
*/
public class WarValidator extends AbstractExecutor
{
@@ -344,7 +346,7 @@
{
entry = (Map.Entry) entries.next();
String uri = (String) entry.getKey();
- String location = (String)entry.getValue();
+ String location = (String) entry.getValue();
info("validating taglib uri: " + uri);
if (!war.hasFile(location))
{
1.5 +4 -1
jakarta-turbine-maven/src/java/org/apache/maven/j2ee/ValidationBroadcaster.java
Index: ValidationBroadcaster.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/j2ee/ValidationBroadcaster.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ValidationBroadcaster.java 21 May 2002 00:43:12 -0000 1.4
+++ ValidationBroadcaster.java 27 May 2002 12:30:12 -0000 1.5
@@ -52,14 +52,17 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
+ *
+ * ====================================================================
*/
+
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
/**
*
- * @version $Id: ValidationBroadcaster.java,v 1.4 2002/05/21 00:43:12 dion Exp $
+ * @version $Id: ValidationBroadcaster.java,v 1.5 2002/05/27 12:30:12 dion Exp $
* @author dion
*/
public class ValidationBroadcaster
1.5 +0 -2
jakarta-turbine-maven/src/java/org/apache/maven/ant/FileSetFromPath.java
Index: FileSetFromPath.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/ant/FileSetFromPath.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- FileSetFromPath.java 27 May 2002 12:25:44 -0000 1.4
+++ FileSetFromPath.java 27 May 2002 12:30:13 -0000 1.5
@@ -91,8 +91,6 @@
/** set the provided <code>scanner</code> up with the directory, includes
* excludes etc provided by this FileSet for the provided <code>
* project</code>
- * @param scanner a {@link FileScanner} to set up
- * @param project the project the fileset is being used in
* @throws BuildException when required attributes are not set or the
* given <code>pathid</code> doesn't exist in the project
*/
1.4 +3 -1
jakarta-turbine-maven/src/java/org/apache/maven/cvslib/CvsChangeLogGenerator.java
Index: CvsChangeLogGenerator.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/cvslib/CvsChangeLogGenerator.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- CvsChangeLogGenerator.java 21 May 2002 01:17:03 -0000 1.3
+++ CvsChangeLogGenerator.java 27 May 2002 12:30:13 -0000 1.4
@@ -52,6 +52,8 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
+ *
+ * ====================================================================
*/
import java.io.File;
@@ -85,7 +87,7 @@
* @author <a href="mailto:[EMAIL PROTECTED]">dIon Gillard</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Stefan Bodewig</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a>
- * @version $Id: CvsChangeLogGenerator.java,v 1.3 2002/05/21 01:17:03 dion Exp $
+ * @version $Id: CvsChangeLogGenerator.java,v 1.4 2002/05/27 12:30:13 dion Exp $
*/
public class CvsChangeLogGenerator
implements ChangeLogGenerator, ExecuteStreamHandler
1.4 +3 -1
jakarta-turbine-maven/src/java/org/apache/maven/cvslib/CvsChangeLogParser.java
Index: CvsChangeLogParser.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/cvslib/CvsChangeLogParser.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- CvsChangeLogParser.java 21 May 2002 01:19:30 -0000 1.3
+++ CvsChangeLogParser.java 27 May 2002 12:30:13 -0000 1.4
@@ -52,6 +52,8 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
+ *
+ * ====================================================================
*/
import java.io.BufferedReader;
@@ -73,7 +75,7 @@
* A class to parse cvs log output
*
* @author <a href="mailto:[EMAIL PROTECTED]">dIon Gillard</a>
- * @version $Id: CvsChangeLogParser.java,v 1.3 2002/05/21 01:19:30 dion Exp $
+ * @version $Id: CvsChangeLogParser.java,v 1.4 2002/05/27 12:30:13 dion Exp $
*/
public class CvsChangeLogParser implements ChangeLogParser
{
1.2 +3 -1
jakarta-turbine-maven/src/java/org/apache/maven/j2ee/war/FormLoginConfig.java
Index: FormLoginConfig.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/j2ee/war/FormLoginConfig.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- FormLoginConfig.java 20 May 2002 05:46:49 -0000 1.1
+++ FormLoginConfig.java 27 May 2002 12:30:13 -0000 1.2
@@ -52,6 +52,8 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
+ *
+ * ====================================================================
*/
/**
@@ -59,7 +61,7 @@
* a war file
*
* @author dion
- * @version $Id: FormLoginConfig.java,v 1.1 2002/05/20 05:46:49 dion Exp $
+ * @version $Id: FormLoginConfig.java,v 1.2 2002/05/27 12:30:13 dion Exp $
*/
public class FormLoginConfig
{
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>