Comments that says the same thing as the code are useless
/* * Does thing 1 * can throw myException */ public doThing1() throws myException { ... }