Do it as two commits (one for diamond, the other for line formatting) that way you can keep the work separate. You may even want 2 Sun tracking issue in case you need to do several commits under one issue.
Paul On Thu, Dec 16, 2010 at 10:43 PM, Joe Darcy <[email protected]> wrote: > On 12/16/2010 7:50 PM, Weijun Wang wrote: >>> >>> Unfortunately, as Kelly points out (and I've also verified this) >>> changing the line breaks will change the .class file contents (though >>> not the bytecodes). The original changeset does have a very nice >>> property of not changing the .class files at all. >> >> Maybe you can compile the codes without line number info and diff again? > > I don't think that extra step is necessary given the validation that has > already been done. > > -Joe > >
