500501502503504505506507508
resource = ResourcesPlugin.getWorkspace().getRoot().getFile(path); } IReporter reporter = null; if (resource != null){ reporter = val.validate(resource, 0, new ValOperation().getState()) ; } return reporter; }