D | EclipseLintRunner.java | 27 import org.eclipse.core.resources.IProject; 28 import org.eclipse.core.resources.IResource; 57 @NonNull List<? extends IResource> resources, in runLint() 61 resources = addLibraries(resources); in runLint() 62 LintJob job = (LintJob) startLint(resources, source, doc, fatalOnly, in runLint() 69 LintViewPart.show(resources); in runLint() 98 @NonNull List<? extends IResource> resources, in startLint() 104 EclipseLintClient client = new EclipseLintClient(registry, resources, doc, fatalOnly); in startLint() 105 return startLint(client, resources, source, show); in startLint() 126 @NonNull List<? extends IResource> resources, in startLint() argument [all …]
|