> +++ b/org.spearce.jgit/src/org/spearce/jgit/errors/InvalidPatternException.java > +public class InvalidPatternException extends Exception { > + private static final long serialVersionUID = -606889225458579931L; We have ignored these so far. The nice thing about not declaring them is that if we start depending on the we get to see incompatibilities earlier. Declaring them makes diagnosing incompatibilties harder. -- robin -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html