Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-6336

Inconsistent method name.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Not A Bug
    • None
    • None
    • None
    • None

    Description

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

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

      Attachments

        1. rename-method.patch
          0.7 kB
          KuiLIU

        Activity

          People

            Unassigned Unassigned
            BruceKuiLIU KuiLIU
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: