E
Eric Sosman
How often do you propose to do this inspection, and how you propose to
ensure that it is done?
I suggest re-inspection any time either of the methods
changes, or if there's a substantive change to any of the
fields that affect them (making a non-final field non-private,
for example).
How to ensure that it's done? The same way (I suppose)
you would ensure that a unit test was carefully written, not
just checking "x".equals("x") and declaring victory. I'd do
the work myself, or I'd tell others to do it, and I'd trust
them to act like responsible grown-ups. If they didn't, I'd
get angry -- and although I'm generally an easy-going sort of
guy, "you wouldn't like me when I'm angry."
The procedures and disciplines that get code reviews done
can get other things done, too.