tools/query_breakdown/src/main/java/com/google/bigquery/InputReader.java [69:77]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        locationTracker.add(localLine, line, column);
        column = 1;
        line++;
        localLine++;
        locationTracker.addLine();
      }
      else {
        locationTracker.add(localLine, line, column);
        column++;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



tools/query_breakdown/src/main/java/com/google/bigquery/InputReader.java [130:138]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        locationTracker.add(localLine, line, column);
        column = 1;
        line++;
        localLine++;
        locationTracker.addLine();
      }
      else {
        locationTracker.add(localLine, line, column);
        column++;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



