563564565566567568569570571572573
} } if (locations == null || locations.length == 0) { IOccurrencesFinder finder = new StringFinder(); if (finder.initialize(astRoot, selectedNode) == null) { locations = finder.getOccurrences(); } } if (locations == null) {