Description
Having ValidatingEditor extend CommitEditor is a constant source of confusion since the former does not edit at all. Since it also makes sense to run validation only after all editing has taken place, I suggest to introduce a new interface CommitValidator which covers the validating aspect of a commit. Alternatively, we could of course also re-use the Observer interface here.