()
| 12 | private volatile List<Integer> offsets = null; |
| 13 | |
| 14 | public void invalidate() { |
| 15 | offsets = null; |
| 16 | } |
| 17 | |
| 18 | public int findMatchingBracket(final String text, final int pos) { |
| 19 | if (pos < 0 || pos >= text.length()) |
no outgoing calls
no test coverage detected