()
| 19 | |
| 20 | public class Reflex { |
| 21 | private Reflex() { |
| 22 | throw new AssertionError("no instance for you!"); |
| 23 | } |
| 24 | |
| 25 | public static Object getStaticObjectOrNull(Class<?> clazz, String name, Class<?> type) { |
| 26 | try { |
nothing calls this directly
no outgoing calls
no test coverage detected