Fix Javadoc warnings
--------------------
Key: GIRAPH-130
URL: https://issues.apache.org/jira/browse/GIRAPH-130
Project: Giraph
Issue Type: Bug
Reporter: Jakob Homan
Priority: Minor
We've accumulated a fair number of javadoc warnings recently:
{noformat}[WARNING] Javadoc Warnings
[WARNING]
/Users/jhoman/repos/giraph/src/main/java/org/apache/giraph/bsp/CentralizedServiceWorker.java:146:
warning - Tag @link: reference not found: GraphPartitioner
[WARNING]
/Users/jhoman/repos/giraph/src/main/java/org/apache/giraph/bsp/CentralizedServiceWorker.java:129:
warning - @param argument "superstep" is not a parameter name.
[WARNING]
/Users/jhoman/repos/giraph/src/main/java/org/apache/giraph/bsp/CentralizedServiceWorker.java:146:
warning - Tag @link: reference not found: GraphPartitioner
[WARNING]
/Users/jhoman/repos/giraph/src/main/java/org/apache/giraph/comm/CommunicationsInterface.java:84:
warning - @param argument "vertexIndex" is not a parameter name.
[WARNING]
/Users/jhoman/repos/giraph/src/main/java/org/apache/giraph/comm/CommunicationsInterface.java:84:
warning - @param argument "msgList" is not a parameter name.
[WARNING]
/Users/jhoman/repos/giraph/src/main/java/org/apache/giraph/comm/VertexIdMessagesList.java:32:
warning - Tag @link: reference not found: VertexIdMessage
[WARNING]
/Users/jhoman/repos/giraph/src/main/java/org/apache/giraph/graph/VertexCombiner.java:46:
warning - Tag @link: reference not found: messages
[WARNING]
/Users/jhoman/repos/giraph/src/main/java/org/apache/giraph/graph/VertexCombiner.java:46:
warning - Tag @link: reference not found: messages
[WARNING]
/Users/jhoman/repos/giraph/src/main/java/org/apache/giraph/graph/AggregatorWriter.java:60:
warning - @param argument "map" is not a parameter name.
[WARNING]
/Users/jhoman/repos/giraph/src/main/java/org/apache/giraph/bsp/CentralizedServiceWorker.java:146:
warning - Tag @link: reference not found: GraphPartitioner
[WARNING]
/Users/jhoman/repos/giraph/src/main/java/org/apache/giraph/bsp/CentralizedServiceWorker.java:146:
warning - Tag @link: reference not found: GraphPartitioner
[WARNING]
/Users/jhoman/repos/giraph/src/main/java/org/apache/giraph/graph/GiraphJob.java:432:
warning - @param argument "graphPartitionerClass" is not a parameter name.
[WARNING]
/Users/jhoman/repos/giraph/src/main/java/org/apache/giraph/graph/VertexCombiner.java:46:
warning - Tag @link: reference not found: messages
[WARNING]
/Users/jhoman/repos/giraph/src/main/java/org/apache/giraph/graph/partition/MasterGraphPartitioner.java:62:
warning - Tag @link: reference not found: GraphPartitioner
[WARNING]
/Users/jhoman/repos/giraph/src/main/java/org/apache/giraph/graph/partition/MasterGraphPartitioner.java:62:
warning - Tag @link: reference not found: GraphPartitioner
[WARNING]
/Users/jhoman/repos/giraph/src/main/java/org/apache/giraph/graph/partition/MasterGraphPartitioner.java:62:
warning - @param argument "availableWorkerInfos" is not a parameter name.
[WARNING]
/Users/jhoman/repos/giraph/src/main/java/org/apache/giraph/graph/partition/PartitionBalancer.java:176:
warning - @param argument "allPartitionStatsList" is not a parameter name.
[WARNING]
/Users/jhoman/repos/giraph/src/main/java/org/apache/giraph/comm/VertexIdMessagesList.java:32:
warning - Tag @link: reference not found: VertexIdMessage
[WARNING]
/Users/jhoman/repos/giraph/src/main/java/org/apache/giraph/comm/VertexIdMessagesList.java:32:
warning - Tag @link: reference not found: VertexIdMessage
[WARNING]
/Users/jhoman/repos/giraph/src/main/java/org/apache/giraph/bsp/CentralizedServiceWorker.java:146:
warning - Tag @link: reference not found: GraphPartitioner
[WARNING]
/Users/jhoman/repos/giraph/src/main/java/org/apache/giraph/comm/VertexIdMessagesList.java:32:
warning - Tag @link: reference not found: VertexIdMessage
[WARNING]
/Users/jhoman/repos/giraph/src/main/java/org/apache/giraph/bsp/CentralizedServiceWorker.java:146:
warning - Tag @link: reference not found: GraphPartitioner
[WARNING]
/Users/jhoman/repos/giraph/src/main/java/org/apache/giraph/comm/VertexIdMessagesList.java:32:
warning - Tag @link: reference not found: VertexIdMessage
{noformat}
It would be good to fix these.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira