You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by bp...@apache.org on 2010/08/06 05:01:59 UTC

svn commit: r982856 - in /db/derby/code/trunk: java/testing/org/apache/derbyTesting/functionTests/tests/lang/XplainStatisticsTest.java tools/javadoc/derbydocs_exclusions.ant

Author: bpendleton
Date: Fri Aug  6 03:01:58 2010
New Revision: 982856

URL: http://svn.apache.org/viewvc?rev=982856&view=rev
Log:
DERBY-4587: Add tools for query plan analysis and understanding

This patch was contributed by C.S. Nirmal J. Fernando (nirmal070125 at gmail dot com)

This patch adds *.xsl to the derbytools derbydocs exclusions list, and fixes
a typo in the @param field in the Javadoc for XplainStatisticsTest.

No functional changes in this patch, just Javadoc fixes to address the
automatic build system failures.


Modified:
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/XplainStatisticsTest.java
    db/derby/code/trunk/tools/javadoc/derbydocs_exclusions.ant

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/XplainStatisticsTest.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/XplainStatisticsTest.java?rev=982856&r1=982855&r2=982856&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/XplainStatisticsTest.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/XplainStatisticsTest.java Fri Aug  6 03:01:58 2010
@@ -615,7 +615,7 @@ public class XplainStatisticsTest extend
     /**
      * Added by DERBY-4587
      * Returns the stmt_id for this particular statement
-     * @param s: Statement
+     * @param s Statement
      * @return stmt_id
      * */
     private String getStmtID(Statement s) throws SQLException{

Modified: db/derby/code/trunk/tools/javadoc/derbydocs_exclusions.ant
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/javadoc/derbydocs_exclusions.ant?rev=982856&r1=982855&r2=982856&view=diff
==============================================================================
--- db/derby/code/trunk/tools/javadoc/derbydocs_exclusions.ant (original)
+++ db/derby/code/trunk/tools/javadoc/derbydocs_exclusions.ant Fri Aug  6 03:01:58 2010
@@ -38,3 +38,4 @@
 **/*.rej
 **/*.orig
 **/*.policy
+**/*.xsl