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

Daniel Dai reassigned PIG-5293:
-------------------------------

    Assignee: JC

> Suspicious code as missing `this' for a member
> ----------------------------------------------
>
>                 Key: PIG-5293
>                 URL: https://issues.apache.org/jira/browse/PIG-5293
>             Project: Pig
>          Issue Type: Bug
>            Reporter: JC
>            Assignee: JC
>
> Hi
> In a recent github mirror, I've found suspicious code.
> Branch: trunk
> Path: src/org/apache/pig/pen/util/ExampleTuple.java
> {code:java}
> ...
>  39     Tuple t = null;
> ...
> 110     @Override
> 111     public void reference(Tuple t) {
> 112         t.reference(t);
> 113     }
> {code}
> In Line 112, `t.reference' should be `this.t.reference'? This might be just a 
> trivial thing as the class name as ExampleTuple. But I wanted to report just 
> in case.
> Thanks!



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to