You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by Daniel John Debrunner <dj...@apache.org> on 2007/04/20 00:31:19 UTC

recently introduced javadoc errors on trunk

Couple of changes resulted in some javadoc errors

Dan.

DERBY-2540 Restructure code for Blob/Clob length in client to prepare 
for locator implementation Committed patch derby-2540_2. Contributed by 
Oystein Grovlen (Oystein.Grovlen@Sun.COM).

trunk/java/client/org/apache/derby/client/am/Lob.java:103: warning - 
@param argument "the" is not a parameter name.

-------------------------------------------------------------------

DERBY-2346: Provide set methods for clob for embedded driver. Patch 
contributed by Anurag Shekar.

trunk/java/engine/org/apache/derby/impl/jdbc/ClobStreamControl.java:165: 
warning - @return tag has no arguments.
trunk/java/engine/org/apache/derby/impl/jdbc/ClobStreamControl.java:111: 
warning - @return tag has no arguments.

trunk/java/engine/org/apache/derby/impl/jdbc/ClobStreamControl.java:129: 
warning - @return tag has no arguments.

trunk/java/engine/org/apache/derby/impl/jdbc/ClobUtf8Writer.java:44: 
warning - @return tag has no arguments.

trunk/java/engine/org/apache/derby/impl/jdbc/ClobUtf8Writer.java:44: 
warning - Tag @return cannot be used in constructor documentation.  It 
can only be used in the following types of documentation: method.


Re: recently introduced javadoc errors on trunk

Posted by "Dag H. Wanvik" <Da...@Sun.COM>.
Daniel John Debrunner <dj...@apache.org> writes:

> Couple of changes resulted in some javadoc errors
>
> Dan.
>
> DERBY-2540 Restructure code for Blob/Clob length in client to prepare
> for locator implementation Committed patch derby-2540_2. Contributed
> by Oystein Grovlen (Oystein.Grovlen@Sun.COM).
>
> trunk/java/client/org/apache/derby/client/am/Lob.java:103: warning - 
> @param argument "the" is not a parameter name.

Oops, missed that one. Thanks, fixed.

Dag

Re: recently introduced javadoc errors on trunk

Posted by Kristian Waagan <Kr...@Sun.COM>.
Daniel John Debrunner skrev:
> Couple of changes resulted in some javadoc errors
>
> Dan.
>
> DERBY-2540 Restructure code for Blob/Clob length in client to prepare 
> for locator implementation Committed patch derby-2540_2. Contributed 
> by Oystein Grovlen (Oystein.Grovlen@Sun.COM).
>
> trunk/java/client/org/apache/derby/client/am/Lob.java:103: warning - 
> @param argument "the" is not a parameter name.
>
> -------------------------------------------------------------------
>
> DERBY-2346: Provide set methods for clob for embedded driver. Patch 
> contributed by Anurag Shekar.
>
> trunk/java/engine/org/apache/derby/impl/jdbc/ClobStreamControl.java:165: 
> warning - @return tag has no arguments.
> trunk/java/engine/org/apache/derby/impl/jdbc/ClobStreamControl.java:111: 
> warning - @return tag has no arguments.
>
> trunk/java/engine/org/apache/derby/impl/jdbc/ClobStreamControl.java:129: 
> warning - @return tag has no arguments.
>
> trunk/java/engine/org/apache/derby/impl/jdbc/ClobUtf8Writer.java:44: 
> warning - @return tag has no arguments.
>
> trunk/java/engine/org/apache/derby/impl/jdbc/ClobUtf8Writer.java:44: 
> warning - Tag @return cannot be used in constructor documentation.  It 
> can only be used in the following types of documentation: method.

I am aware of these and they will be fixed as part of a JavaDoc patch 
under DERBY-2346, which will also brush up some of the JavaDoc in 
general (in the context of the previous DERBY-2346 commit).


-- 
Kristian