curcuru 01/09/05 11:52:20
Modified: test/java/src/org/apache/qetest Logger.java
test/java/src/org/apache/qetest/xsl
ConformanceErrFileRules.java
Log:
Javadoc minor cleanups
Revision Changes Path
1.4 +6 -4 xml-xalan/test/java/src/org/apache/qetest/Logger.java
Index: Logger.java
===================================================================
RCS file: /home/cvs/xml-xalan/test/java/src/org/apache/qetest/Logger.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Logger.java 2001/04/11 20:34:40 1.3
+++ Logger.java 2001/09/05 18:52:20 1.4
@@ -97,7 +97,7 @@
* a <a href="http://jakarta.apache.org/log4j/docs/index.html">
* Log4JLogger</a> class in the future.</p>
* @author [EMAIL PROTECTED]
- * @version $Id: Logger.java,v 1.3 2001/04/11 20:34:40 curcuru Exp $
+ * @version $Id: Logger.java,v 1.4 2001/09/05 18:52:20 curcuru Exp $
*/
public interface Logger
{
@@ -177,7 +177,8 @@
* <p>Loggers merely use these constants in their output formats.
* Reporters will only call contained Loggers to report messages
* at the current logging level and higher.
- * For example, if you <code>setLoggingLevel(ERRORMSG)</code> then
INFOMSGs
+ * For example, if you <code>setLoggingLevel(ERRORMSG)</code>
+ * (currently found in the [EMAIL PROTECTED] Reporter Reporter}
subclass) then INFOMSGs
* will not be reported, presumably speeding execution time and saving
* output log space. These levels are also coded into most Logger
output,
* allowing for easy reporting of various levels of results.</p>
@@ -525,9 +526,10 @@
/**
* Logs out Throwable.toString() and a stack trace of the
* Throwable with the specified severity.
- * <p>Works in conjuntion with [EMAIL PROTECTED] #setLoggingLevel(int)};
+ * <p>Works in conjunction with [EMAIL PROTECTED]
Reporter#setLoggingLevel(int) setLoggingLevel};
* only outputs messages that are more severe than the current
- * logging level.</p>
+ * logging level. Different Logger or Reporter implementations
+ * may implement loggingLevels in different ways currently.</p>
* <p>This uses logArbitrary to log out your msg - message,
* a newline, throwable.toString(), a newline,
* and then throwable.printStackTrace().</p>
1.2 +3 -3
xml-xalan/test/java/src/org/apache/qetest/xsl/ConformanceErrFileRules.java
Index: ConformanceErrFileRules.java
===================================================================
RCS file:
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xsl/ConformanceErrFileRules.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ConformanceErrFileRules.java 2000/11/01 23:26:56 1.1
+++ ConformanceErrFileRules.java 2001/09/05 18:52:20 1.2
@@ -62,7 +62,7 @@
/**
* Simple file filter; returns *.xsl non-dir files that match a parent +
directory name.
* @author [EMAIL PROTECTED]
- * @version $Id: ConformanceErrFileRules.java,v 1.1 2000/11/01 23:26:56
curcuru Exp $
+ * @version $Id: ConformanceErrFileRules.java,v 1.2 2001/09/05 18:52:20
curcuru Exp $
*/
public class ConformanceErrFileRules implements FilenameFilter
{
@@ -70,7 +70,7 @@
/**
* Initialize with a case-insensitive name of parent directory.
*
- * NEEDSDOC @param p
+ * @param p case-insensitive name of parent directory
*/
public ConformanceErrFileRules(String p)
{
@@ -78,7 +78,7 @@
parentName = p;
}
- /** Case-insensitive name of parent directory; used in [EMAIL PROTECTED]
accept(java.io.File, java.lang.String)}. */
+ /** Case-insensitive name of parent directory; used in [EMAIL PROTECTED]
#accept(java.io.File, java.lang.String)}. */
protected String parentName = "";
/**
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]