(Object instance)
| 142 | } |
| 143 | |
| 144 | public short getShort(Object instance) throws IllegalAccessException { |
| 145 | return ((Short) get(instance)).shortValue(); |
| 146 | } |
| 147 | |
| 148 | public char getChar(Object instance) throws IllegalAccessException { |
| 149 | return ((Character) get(instance)).charValue(); |
no test coverage detected