[ 
https://issues.apache.org/jira/browse/HBASE-7349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13534769#comment-13534769
 ] 

nkeywal commented on HBASE-7349:
--------------------------------

For this one, it seems it doesn't like templates:
{noformat}
 18 [WARNING] 
/Users/stack/checkouts/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RegionCoprocessorHost.java:529:
 warning - Tag @link:illegal character: "60" in 
"RegionObserver#preFlush(ObserverContext<RegionCoprocessorEnvironment>, HStore, 
KeyValueScanner)"
 19 [WARNING] 
/Users/stack/checkouts/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RegionCoprocessorHost.java:529:
 warning - Tag @link:illegal character: "62" in 
"RegionObserver#preFlush(ObserverContext<RegionCoprocessorEnvironment>, HStore, 
KeyValueScanner)"
 20 [WARNING] 
/Users/stack/checkouts/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RegionCoprocessorHost.java:529:
 warning - Tag @link: can't find 
preFlush(ObserverContext<RegionCoprocessorEnvironment>, HStore, 
KeyValueScanner) in org.apache.hadoop.hbase.coprocessor.RegionObserver
{noformat}
There is only one case like this, so I will just remove the link.


This one is fishy, I don't know what it expects:
{noformat}
 47 [WARNING] 
/Users/stack/checkouts/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/zookeeper/ZKTableReadOnly.java:86:
 warning - Tag @link: reference not found: ZooKeeperProtos.Table.State#DISABLING
{noformat}
                
> Jenkins build should compare trunk vs patch for Javadoc warnings
> ----------------------------------------------------------------
>
>                 Key: HBASE-7349
>                 URL: https://issues.apache.org/jira/browse/HBASE-7349
>             Project: HBase
>          Issue Type: Improvement
>          Components: build
>            Reporter: Nick Dimiduk
>            Assignee: Nick Dimiduk
>            Priority: Minor
>         Attachments: 7349-build-improve-javadoc-warnings.0.diff
>
>
> The javadoc check should look for an increase in the number of warnings. It 
> can do so by running javadoc against trunk before running it for the patch. 
> This will increase build times.

--
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

Reply via email to