(Object instance, double value)
| 338 | } |
| 339 | |
| 340 | public void setDouble(Object instance, double value) |
| 341 | throws IllegalAccessException |
| 342 | { |
| 343 | set(instance, Double.doubleToLongBits(value)); |
| 344 | } |
| 345 | |
| 346 | private Annotation getAnnotation(Object[] a) { |
| 347 | if (a[0] == null) { |
no test coverage detected