Function: @author crossoverJie Date: 05/03/2018 23:11 @since JDK 1.8
| 8 | * @since JDK 1.8 |
| 9 | */ |
| 10 | public class ChildClass extends SuperClass { |
| 11 | static { |
| 12 | System.out.println("ChildClass init"); |
| 13 | } |
| 14 | } |
nothing calls this directly
no outgoing calls
no test coverage detected