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 Myrna van Lunteren <m....@gmail.com> on 2014/08/19 00:41:25 UTC

some javadoc errors

Hi,

In one of my environments (I tried to duplicate this in another one and
couldn't) I see the following javadoc warnings (for trunk only):

[javadoc] (...edited_path_to_trunk...)\java\testing\org\apache\derbyTesting\junit\BaseTestCase.java:620:
warning - Tag @link: can't find execJavaCmd(
		  [javadoc]  String jvm, String cp, String[] cmd, final File dir,
boolean addClassPath) in org.apache.derbyTesting.junit.BaseTestCase
		  [javadoc] (edited_path_to_trunk)\java\testing\org\apache\derbyTesting\functionTests\tests\jdbcapi\AutoloadTest.java:78:
warning - @return tag has no arguments.

At least the return tag was added with revision 1618088 for DERBY-6704...

Myrna

Re: some javadoc errors

Posted by Rick Hillegas <ri...@oracle.com>.
On 8/19/14 5:57 AM, Rick Hillegas wrote:
> On 8/18/14 3:41 PM, Myrna van Lunteren wrote:
>> Hi,
>>
>> In one of my environments (I tried to duplicate this in another one 
>> and couldn't) I see the following javadoc warnings (for trunk only):
>>
>> [javadoc] 
>> (...edited_path_to_trunk...)\java\testing\org\apache\derbyTesting\junit\BaseTestCase.java:620: 
>> warning - Tag @link: can't find execJavaCmd(
>>           [javadoc]  String jvm, String cp, String[] cmd, final File 
>> dir, boolean addClassPath) in org.apache.derbyTesting.junit.BaseTestCase
>>           [javadoc] 
>> (edited_path_to_trunk)\java\testing\org\apache\derbyTesting\functionTests\tests\jdbcapi\AutoloadTest.java:78: 
>> warning - @return tag has no arguments.
>> At least the return tag was added with revision 1618088 for 
>> DERBY-6704...
>>
>> Myrna
> Hi Myrna,
>
> I see these javadoc warnings in my environment. I will clean them up.
>
> Thanks,
> -Rick
>
>
Should be fixed by derby-6704-01-aa-cleanupJavadocWarnings.diff 
(revision 1618859).

Thanks,
-Rick

Re: some javadoc errors

Posted by Rick Hillegas <ri...@oracle.com>.
On 8/18/14 3:41 PM, Myrna van Lunteren wrote:
> Hi,
>
> In one of my environments (I tried to duplicate this in another one 
> and couldn't) I see the following javadoc warnings (for trunk only):
>
> [javadoc] (...edited_path_to_trunk...)\java\testing\org\apache\derbyTesting\junit\BaseTestCase.java:620: warning - Tag @link: can't find execJavaCmd(
> 		  [javadoc]  String jvm, String cp, String[] cmd, final File dir, boolean addClassPath) in org.apache.derbyTesting.junit.BaseTestCase
> 		  [javadoc] (edited_path_to_trunk)\java\testing\org\apache\derbyTesting\functionTests\tests\jdbcapi\AutoloadTest.java:78: warning - @return tag has no arguments.
> At least the return tag was added with revision 1618088 for DERBY-6704...
>
> Myrna
Hi Myrna,

I see these javadoc warnings in my environment. I will clean them up.

Thanks,
-Rick