Searched refs:rootLines (Results 1 – 1 of 1) sorted by relevance
588 ArrayList<String> rootLines = new ArrayList<>(); in process() local605 rootLines.add(l); in process()634 Collections.sort(rootLines); in process()636 for (String l : rootLines) { in process()