>>>>> "Giannis" == Giannis Georgalis <[EMAIL PROTECTED]> writes:
Giannis> Yes, however jdiff.sh completely ignores the throws clause Giannis> and instead parses the javadoc comments above the class Giannis> definition. This isn't always desirable. Sometimes Sun documents unchecked exceptions; we aren't required to declare these. Even documenting them may be suspect. Also, if the JDK declares a checked exception in the throws clause, we want to be compatible with that. So this is a situation where we want to make sure to check the actual code, not the javadoc. One approach would be to look at the throws clause but then omit all unchecked exceptions. Also, the result should be sorted, so that ordering differences aren't considered. Tom _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

