Clear everything and reset the path to empty.
()
| 404 | Clear everything and reset the path to empty. |
| 405 | */ |
| 406 | synchronized private void reset() { |
| 407 | path = new ArrayList(); |
| 408 | compPaths = null; |
| 409 | clearCachedStructures(); |
| 410 | } |
| 411 | |
| 412 | /** |
| 413 | Clear anything cached. All will be reconstructed as necessary. |
no test coverage detected