----- Original Message ----- From: "Juancarlo A�ez" <[EMAIL PROTECTED]>
>The code that Stephane moved from .jrcs.rcs.Archive.java to .jrcs.rcs.ArchiveFormat.java takes care of >performing keyword substitutions on _revisions_. It does not format archives, nor deal with the internal >format of archives. >How about adopting a different name? I realize it was not ideal but could not find a suitable name. I changed it to KeywordsFormat (there is still the format of each keyword in it which may or may not be used later). I changed the 'format' method to 'update' so that it match more or less the reset. A couple of things I would like to do to so that it helps me finding what do what. - continue changing the _ coding style. - remove the fully qualified classnames in the code. - use getters instead of direct access to protected attributes for classes in the same package. Sound reasonable ? Stephane -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
