Searched refs:nonRawOutput (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/test/tools/javac/Diagnostics/6769027/
H A DT6769027.java156 String nonRawOutput; field in class:T6769027.ErrorKind
162 ErrorKind(String key, String rawOutput, String nonRawOutput) { argument
165 this.nonRawOutput = nonRawOutput;
171 nonRawOutput.replace("X", summaryIndent.string).replace("Y", detailsIndent.string).replace("K", "");
177 nonRawOutput.replace("X", summaryIndent.string).replace("Y", detailsIndent.string).replace("K", indent);
268 String nonRawOutput; field in class:T6769027.PositionKind
270 PositionKind(int pos, String rawOutput, String nonRawOutput) { argument
273 this.nonRawOutput = nonRawOutput;
[all...]

Completed in 30 milliseconds