Home | History | Annotate | Download | only in util

Lines Matching refs:snippet

1155      * Throws a new IO exception with the given message and a context snippet
1164 StringBuilder snippet = new StringBuilder();
1166 snippet.append(buffer, pos - beforePos, beforePos);
1168 snippet.append(buffer, pos, afterPos);
1169 return snippet;