---------- Forwarded message ---------- From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Dec 14, 2006 5:01 PM Subject: svn commit: r487414 - in /db/derby/code/trunk/java: engine/org/apache/derby/impl/sql/compile/ testing/org/apache/derbyTesting/functionTests/master/ testing/org/apache/derbyTesting/functionTests/tests/lang/ To: [email protected]
Author: bpendleton Date: Thu Dec 14 17:01:14 2006 New Revision: 487414 URL: http://svn.apache.org/viewvc?view=rev&rev=487414 Log: DERBY-1644: NPE when inserting values to tbl w/ identity col gen by default [..snip..] Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/compile/InsertNode.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/compile/InsertNode.java?view=diff&rev=487414&r1=487413&r2=487414 ============================================================================== --- db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/compile/InsertNode.java (original) +++ db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/compile/InsertNode.java Thu Dec 14 17:01:14 2006 ... [.. more snip...] ... + * @param dataDictionary DataDictionary to use + * @param targetTD Table Descriptor for target + * @param targetVTI Target description if it is a VTI + * + * @exception StandardException Thrown on error + */ ... --------------------------------------------------- Hi, I think this commit caused the following javadoc build failure: [javadoc] C:\nightlies\main\src\opensource\java\engine\org\apache\derby\impl\sql\compile\InsertNode.java:531: warning - @param argument "targetTD" is not a parameter name. [javadoc] 1 warning I'm thinking, maybe this is a typo and ought to be targetID? Sorry, I'd investigate further but am out of time today... Myrna
