[
https://issues.apache.org/jira/browse/DERBY-6299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13742791#comment-13742791
]
Bryan Pendleton commented on DERBY-6299:
----------------------------------------
It looks like we have introduced the following javadoc warnings:
[javadoc]
/home/jenkins/jenkins-slave/workspace/Derby-trunk/trunk/java/shared/org/apache/derby/shared/common/sanity/SanityManager.java:53:
warning - Tag @see: reference not found:
org.apache.derby.iapi.services.sanity.AssertFailure
[javadoc]
/home/jenkins/jenkins-slave/workspace/Derby-trunk/trunk/java/shared/org/apache/derby/shared/common/sanity/SanityManager.java:94:
warning - Tag @see: reference not found:
org.apache.derby.iapi.services.sanity.AssertFailure
[javadoc]
/home/jenkins/jenkins-slave/workspace/Derby-trunk/trunk/java/shared/org/apache/derby/shared/common/sanity/SanityManager.java:116:
warning - Tag @see: reference not found:
org.apache.derby.iapi.services.sanity.AssertFailure
[javadoc]
/home/jenkins/jenkins-slave/workspace/Derby-trunk/trunk/java/shared/org/apache/derby/shared/common/sanity/SanityManager.java:143:
warning - Tag @see: reference not found:
org.apache.derby.iapi.services.sanity.AssertFailure
[javadoc]
/home/jenkins/jenkins-slave/workspace/Derby-trunk/trunk/java/shared/org/apache/derby/shared/common/sanity/SanityManager.java:161:
warning - Tag @see: reference not found:
org.apache.derby.iapi.services.sanity.AssertFailure
[javadoc]
/home/jenkins/jenkins-slave/workspace/Derby-trunk/trunk/java/shared/org/apache/derby/shared/common/sanity/SanityManager.java:182:
warning - Tag @see: reference not found:
org.apache.derby.iapi.services.sanity.AssertFailure
I think that we simply need to correct the @see tags in these files.
> Improve the code coverage of Org.apache.derby.iapi.services.sanity package
> ----------------------------------------------------------------------------
>
> Key: DERBY-6299
> URL: https://issues.apache.org/jira/browse/DERBY-6299
> Project: Derby
> Issue Type: Sub-task
> Components: Test
> Reporter: ahsan shamsudeen
> Assignee: ahsan shamsudeen
> Priority: Minor
> Fix For: 10.11.0.0
>
> Attachments: bryan.patch, commit-2.patch, commit.patch, commit.stat,
> DERBY-6299.patch, DERBY-6299.patch, DERBY-6299.patch
>
>
> According to the coverage reports, All classes in
> Org.apache.derby.iapi.services.sanity have completely zero coverage.
> So this sub-task is to improve code coverage by doing the following.
>
> 1)Change all the import statements in the code to reference the new location
> of SanityManager and
> AssertFailure
> 2) Delete the wrapper classes
> org.apache.derby.iapi.services.sanity.SanityManager
> org.apache.derby.iapi.services.sanity.AssertFailure
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira