| 150 | } |
| 151 | |
| 152 | public static class Float6 implements Job { |
| 153 | @Override |
| 154 | public void run(BValue value) { |
| 155 | value.setFloat6(getRandom().nextInt()); |
| 156 | } |
| 157 | } |
| 158 | |
| 159 | public static class Double7 implements Job { |
| 160 | @Override |
nothing calls this directly
no outgoing calls
no test coverage detected