(String orig)
| 397 | src, |
| 398 | new ReplaceFunc() { |
| 399 | @Override |
| 400 | public String replace(String orig) { |
| 401 | return repl; |
| 402 | } |
| 403 | }, |
| 404 | 2 * src.length() + 1); |
| 405 | // TODO(afrozm): Is the reasoning correct, there can be at the most 2*len +1 |
nothing calls this directly
no outgoing calls
no test coverage detected