You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2017/03/10 01:43:38 UTC

[jira] [Updated] (PHOENIX-3400) Make javadoc warnings easier to read

     [ https://issues.apache.org/jira/browse/PHOENIX-3400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Yu updated PHOENIX-3400:
----------------------------
    Description: 
Here is a recent output of javadoc warnings:

https://builds.apache.org/job/PreCommit-PHOENIX-Build/637/artifact/patchprocess/patchJavadocWarnings.txt

Maven output is mingled with actual warnings, making it difficult to spot new warnings, such as the following:
{code}
[WARNING] /home/jenkins/jenkins-slave/workspace/PreCommit-PHOENIX-Build/phoenix-core/src/main/java/org/apache/hadoop/hbase/regionserver/LocalIndexStoreFileScanner.java:223: warning - @param argument "kv" is not a parameter name.
{code}
javadoc warnings should appear in obvious location for contributors to find.

  was:
Here is a recent output of javadoc warnings:

https://builds.apache.org/job/PreCommit-PHOENIX-Build/637/artifact/patchprocess/patchJavadocWarnings.txt

Maven output is mingled with actual warnings, making it difficult to spot new warnings, such as the following:

{code}
[WARNING] /home/jenkins/jenkins-slave/workspace/PreCommit-PHOENIX-Build/phoenix-core/src/main/java/org/apache/hadoop/hbase/regionserver/LocalIndexStoreFileScanner.java:223: warning - @param argument "kv" is not a parameter name.
{code}
javadoc warnings should appear in obvious location for contributors to find.


> Make javadoc warnings easier to read
> ------------------------------------
>
>                 Key: PHOENIX-3400
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-3400
>             Project: Phoenix
>          Issue Type: Test
>            Reporter: Ted Yu
>            Priority: Minor
>              Labels: document
>
> Here is a recent output of javadoc warnings:
> https://builds.apache.org/job/PreCommit-PHOENIX-Build/637/artifact/patchprocess/patchJavadocWarnings.txt
> Maven output is mingled with actual warnings, making it difficult to spot new warnings, such as the following:
> {code}
> [WARNING] /home/jenkins/jenkins-slave/workspace/PreCommit-PHOENIX-Build/phoenix-core/src/main/java/org/apache/hadoop/hbase/regionserver/LocalIndexStoreFileScanner.java:223: warning - @param argument "kv" is not a parameter name.
> {code}
> javadoc warnings should appear in obvious location for contributors to find.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)