Searched refs:checkCompilerCompliance (Results 1 – 2 of 2) sorted by relevance
437 public static final Pair<Integer, String> checkCompilerCompliance(IJavaProject javaProject) { in checkCompilerCompliance() method in ProjectHelper479 public static final Pair<Integer, String> checkCompilerCompliance(IProject project) { in checkCompilerCompliance() method in ProjectHelper484 return checkCompilerCompliance(javaProject); in checkCompilerCompliance()510 Pair<Integer, String> result = checkCompilerCompliance(javaProject); in checkAndFixCompilerCompliance()
99 Pair<Integer, String> result = ProjectHelper.checkCompilerCompliance(project); in build()