Searched refs:errorDiagnostics (Results 1 – 3 of 3) sorted by relevance
149 Iterable<Diagnostic<? extends JavaFileObject>> errorDiagnostics = in format() local151 if (!Iterables.isEmpty(errorDiagnostics)) { in format()152 throw FormatterException.fromJavacDiagnostics(errorDiagnostics); in format()
227 Iterable<Diagnostic<? extends JavaFileObject>> errorDiagnostics = in parse() local229 if (!Iterables.isEmpty(errorDiagnostics)) { in parse()231 throw FormatterException.fromJavacDiagnostics(errorDiagnostics); in parse()
398 Iterable<Diagnostic<? extends JavaFileObject>> errorDiagnostics = in parse() local400 if (!Iterables.isEmpty(errorDiagnostics)) { in parse()402 throw FormatterException.fromJavacDiagnostics(errorDiagnostics); in parse()