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 2008/05/01 19:37:10 UTC

10.3 javadoc warning

Hi,

I see one javadoc warning twice with 10.3:
[javadoc] C:\nightlies\v10_3\src\opensource\java\engine\org\apache\derby\iapi\jdbc\EngineLOB.java:46:
warning - Tag @link: reference not found:
EmbedConnection#getLobMapping
		  [javadoc] C:\nightlies\v10_3\src\opensource\java\engine\org\apache\derby\iapi\jdbc\EngineLOB.java:46:
warning - Tag @link: reference not found:
EmbedConnection#getLobMapping

I suspect since revision 652087 (kmarsden) since it started failing
around the same date, and that checking affected EngineLob.java, but
have not done any testing to confirm.

Myrna

Re: 10.3 javadoc warning

Posted by Kristian Waagan <Kr...@Sun.COM>.
Myrna van Lunteren skrev:
> Hi,
>
> I see one javadoc warning twice with 10.3:
> [javadoc] C:\nightlies\v10_3\src\opensource\java\engine\org\apache\derby\iapi\jdbc\EngineLOB.java:46:
> warning - Tag @link: reference not found:
> EmbedConnection#getLobMapping
> 		  [javadoc] C:\nightlies\v10_3\src\opensource\java\engine\org\apache\derby\iapi\jdbc\EngineLOB.java:46:
> warning - Tag @link: reference not found:
> EmbedConnection#getLobMapping
>
> I suspect since revision 652087 (kmarsden) since it started failing
> around the same date, and that checking affected EngineLob.java, but
> have not done any testing to confirm.
>   

Hi Myrna,

You are correct, it is related to the backport of DERBY-3576.
I missed the JavaDoc warning in my first commit when I worked on the 
issue in trunk, so I had to fix it in a separate commit a little later.

Anyway, I see the warning has been taken care of now.


regards,
-- 
Kristian
> Myrna
>