Nigel Magnay <nigel.magnay@xxxxxxxxx> wrote: > On Wed, Feb 18, 2009 at 4:30 PM, Shawn O. Pearce <spearce@xxxxxxxxxxx>wrote: > > > Nigel Magnay <nigel.magnay@xxxxxxxxx> wrote: > > > +public class ObjectId extends AnyObjectId implements Serializable { > > > > We should define our own serialVersionUID: > > > > private static final long serialVersionUID = 1L; > > > > is good enough to make Java happy. > > > > I'll re-roll. Actually both that and the whitespace damage I'm partially > blaming on eclipse. Eclipse curiously removes the warning to declare > serialVersionUID if you declare both writeObject and readObject - that's > wrong! Yikes. What a nice feature. > Also the formatting came from .settings/org.eclipse.core.resources.prefs > which has a tab policy of "Tabs only" which has overridden my environment > setting of spaces-only. > > I can modify it to spaces only - but the comment in 9268ced9d38 talks about > spaces-per-tab..? Oh, yea, my bad. We prefer tabs, and only tabs, and we only indent the leading part of the line, we never try to "line up" columns of variables (for example). I guess there was a mixture here. Not sure why. Sometimes I've seen Eclipse not immediately honor the per-project settings files. Closing or deleting and re-importing the project usually fixes it, but not always. :-| -- Shawn. -- 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