IProject project = getProject(map.get(PROJECT).toString());
IScriptProject scriptProject = DLTKCore.create(project);
final IDLTKSearchScope scope = SearchEngine
.createSearchScope(scriptProject);
modelAccess.findIncludes("", MatchRule.PREFIX, scope, null);
perfMonitor.execute(getProjectNameWithVersion(map)
+ ".testSearchIncludeStatements", new Operation() {
public void run() throws Exception {
modelAccess.findIncludes("", MatchRule.PREFIX, scope, null);
}