| 136 | } |
| 137 | |
| 138 | public static class Bool4 implements Job { |
| 139 | @Override |
| 140 | public void run(BValue value) { |
| 141 | value.setBool4(getRandom().nextInt(2) == 1); |
| 142 | } |
| 143 | } |
| 144 | |
| 145 | public static class Short5 implements Job { |
| 146 | @Override |
nothing calls this directly
no outgoing calls
no test coverage detected