(String name)
| 201 | } |
| 202 | |
| 203 | public void setName(String name) { |
| 204 | this.name = name; |
| 205 | } |
| 206 | |
| 207 | public UncaughtExceptionHandler getUncaughtExceptionHandler() { |
| 208 | UncaughtExceptionHandler eh = exceptionHandler; |
no outgoing calls
no test coverage detected