Searched refs:rootLines (Results 1 – 1 of 1) sorted by relevance
589 ArrayList<String> rootLines = new ArrayList<>(); in process() local606 rootLines.add(l); in process()635 Collections.sort(rootLines); in process()637 for (String l : rootLines) { in process()