A5 FAQ stub updated on Apr. 12th! The changes are for the reset methods: public void resetValue(double value) { } public void resetType(char type) { } public void reset(double value, char type) { } Another note: if you don't feel comfortable with arguments having the same name as field name, you are allowed to change the argument name.