(String id)
| 54 | return makeField(id); |
| 55 | } |
| 56 | public Object |
| 57 | getField(String id) throws NoSuchFieldException { |
| 58 | return fields[getFieldNumber(id)][1]; |
| 59 | } |
| 60 | public Object setField(String id, Object value) |
| 61 | throws DynamicFieldsException { |
| 62 | if(value == null) { |
no test coverage detected