int type = PhpElementConciliator.concile(selectedNode);
if (markOccurrencesOfType(type)) {
final IOccurrencesFinder finder = OccurrencesFinderFactory
.getOccurrencesFinder(type);
if (finder != null) {
if (finder.initialize(astRoot, selectedNode) == null) {
perfMonitor.execute(
"PerformanceTests.testMarkOccurrence" + "_"
+ fileName, new Operation() {
public void run() throws Exception {
finder.getOccurrences();