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