Home | History | Annotate | Download | only in util

Lines Matching refs:snippet

1152      * Throws a new IO exception with the given message and a context snippet
1161 StringBuilder snippet = new StringBuilder();
1163 snippet.append(buffer, pos - beforePos, beforePos);
1165 snippet.append(buffer, pos, afterPos);
1166 return snippet;