You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Santhosh Srinivasan (JIRA)" <ji...@apache.org> on 2009/03/23 22:51:51 UTC

[jira] Resolved: (PIG-714) javadoc throws warnings which needs to be fixed..

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

Santhosh Srinivasan resolved PIG-714.
-------------------------------------

    Resolution: Duplicate
      Assignee: Santhosh Srinivasan

Fixed as part of PIG-722

> javadoc throws warnings which needs to be fixed..
> -------------------------------------------------
>
>                 Key: PIG-714
>                 URL: https://issues.apache.org/jira/browse/PIG-714
>             Project: Pig
>          Issue Type: Bug
>            Reporter: Giridharan Kesavan
>            Assignee: Santhosh Srinivasan
>
> [javadoc]   pig-trunk/src/org/apache/pig/PigException.java:311: warning - @param argument "msg" is not a parameter name.
>   [javadoc] pig-trunk/src/org/apache/pig/backend/hadoop/executionengine/mapReduceLayer/PigOutputFormat.java:114: warning - Tag @see: can't find write(K, V) in org.apache.hadoop.mapred.RecordWriter
>   [javadoc] pig-trunk/src/org/apache/pig/backend/hadoop/executionengine/physicalLayer/plans/PhyPlanVisitor.java:250: warning - @param argument "localRearrangeForIllustrate" is not a parameter name.
>   [javadoc] pig-trunk/src/org/apache/pig/backend/hadoop/executionengine/physicalLayer/relationalOperators/POLocalRearrange.java:482: warning - @param argument "plans2" is not a parameter name.
>   [javadoc] pig-trunk/src/org/apache/pig/impl/io/NullableBag.java:40: warning - @param argument "bytes" is not a parameter name.
>   [javadoc] pig-trunk/src/org/apache/pig/impl/io/NullableTuple.java:40: warning - @param argument "bytes" is not a parameter name.
>   [javadoc] pig-trunk/src/org/apache/pig/impl/logicalLayer/ExpressionOperator.java:141: warning - Tag @see: reference not found: org.apache.pig.impl.plan.LogicalOperator#clone()
>   [javadoc]  Do not use the clone method directly. Operators are cloned when logical plans
>   [javadoc]  are cloned using {@link LogicalPlanCloner}
>   [javadoc] pig-trunk/src/org/apache/pig/impl/logicalLayer/LogicalPlanCloneHelper.java:45: warning - @param argument "walker" is not a parameter name.
>   [javadoc] pig-trunk/src/org/apache/pig/impl/logicalLayer/LogicalPlanCloneHelper.java:60: warning - @param argument "walker" is not a parameter name.
>   [javadoc] pig-trunk/src/org/apache/pig/impl/logicalLayer/LOLoad.java:63: warning - @param argument "schemaFile" is not a parameter name.
>   [javadoc] pig-trunk/src/org/apache/pig/impl/logicalLayer/schema/Schema.java:1578: warning - @param argument "schema" is not a parameter name.
>   [javadoc] pig-trunk/src/org/apache/pig/impl/plan/OperatorPlan.java:189: warning - Tag @link: reference not found: insertBetween

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.