A class comment
| 4 | // Visit http://OnJava8.com for more book information. |
| 5 | /** A class comment */ |
| 6 | public class Documentation1 { |
| 7 | /** A field comment */ |
| 8 | public int i; |
| 9 | /** A method comment */ |
| 10 | public void f() {} |
| 11 | } |
nothing calls this directly
no outgoing calls
no test coverage detected