()
| 366 | } |
| 367 | |
| 368 | @Override |
| 369 | @SuppressWarnings("MethodDoesntCallSuperMethod") |
| 370 | public Object clone() { |
| 371 | reportFindingIfEnabled(); |
| 372 | return this; |
| 373 | } |
| 374 | |
| 375 | public Zer reversed() { |
| 376 | reportFindingIfEnabled(); |
nothing calls this directly
no test coverage detected