KuiLIU created DRILL-6336:
-----------------------------

             Summary: Inconsistent method name.
                 Key: DRILL-6336
                 URL: https://issues.apache.org/jira/browse/DRILL-6336
             Project: Apache Drill
          Issue Type: Improvement
            Reporter: KuiLIU
         Attachments: rename-method.patch

The fellowing method is named "append", but its body code is an method 
invocation "writer.print( s )". The method should be named "print".

{code:java}
  public DebugStringBuilder append( String s ) {
      writer.print( s );
      return this;
  }
{code}




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to