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

Daniel Warneke commented on FLINK-514:
--------------------------------------

I fixed over 300 javadoc problems on the renamed code base. However, the 
following classes still contain problems:

flink-runtime (7 warnings)
org.apache.flink.runtime.operators.sort.MergeIterator
org.apache.flink.runtime.operators.sort.MergeMatchIterator
org.apache.flink.runtime.operators.CoGroupDrive
org.apache.flink.runtime.operators.CrossDriver

flink-java (21 warnings)
org.apache.flink.api.java.DataSet
org.apache.flink.api.java.operators.CoGroupOperator
org.apache.flink.api.java.operators.CrossOperator

These classes contain references to methods which are either ambiguous or don't 
exist anymore. I would appreciate if somebody could have a look at the 
remaining problems and fix them.

My latest changes are here:

https://github.com/warneke/incubator-flink/tree/javadoc

> Fix invalid Javadoc references
> ------------------------------
>
>                 Key: FLINK-514
>                 URL: https://issues.apache.org/jira/browse/FLINK-514
>             Project: Flink
>          Issue Type: Improvement
>            Reporter: GitHub Import
>            Assignee: Daniel Warneke
>            Priority: Minor
>              Labels: github-import
>             Fix For: pre-apache
>
>
> When building the project, there are a lot of warnings, because of invalid 
> Javadoc references. One major source of this is imo that Eclipse does not 
> complain with the default settings. Let's make sure to keep it in mind for 
> future doc comments and fix the bad ones (although low priority for the 
> system itself, I think it affects the perception of the code quality).
> ---------------- Imported from GitHub ----------------
> Url: https://github.com/stratosphere/stratosphere/issues/514
> Created by: [uce|https://github.com/uce]
> Labels: build system, enhancement, simple-issue, 
> Created at: Wed Feb 26 15:35:50 CET 2014
> State: open



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to