Re: [Lang] Advice on "Diff" usage

2023-07-12 Thread Gilles Sadowski
Le mer. 12 juil. 2023 à 00:13, Gary Gregory a écrit : > > I updated the Javadoc for both classes. Thanks. FTR, I've filed https://issues.apache.org/jira/projects/LANG/issues/LANG-1701 for the more important issue(s). Regards, Gilles >>> [...]

Re: [Lang] Advice on "Diff" usage

2023-07-11 Thread Gary Gregory
I updated the Javadoc for both classes. Gary On Mon, Jul 10, 2023, 13:40 Gilles Sadowski wrote: > Le dim. 9 juil. 2023 à 19:32, Gary Gregory a > écrit : > > > > How about the reflection variant? You won't need to edit any of the > target > > code. > > Thanks, I missed it. [Maybe worth

Re: [Lang] Advice on "Diff" usage

2023-07-10 Thread Gilles Sadowski
Le dim. 9 juil. 2023 à 19:32, Gary Gregory a écrit : > > How about the reflection variant? You won't need to edit any of the target > code. Thanks, I missed it. [Maybe worth adding a "@see ReflectionDiffBuilder" tag in "DiffBuilder" (and vice-versa) ?] However, the output is much too verbose

Re: [Lang] Advice on "Diff" usage

2023-07-09 Thread Gary Gregory
How about the reflection variant? You won't need to edit any of the target code. Gary On Sun, Jul 9, 2023, 09:51 Gilles Sadowski wrote: > Hi. > > In the Javadoc of the "DiffBuilder" class[1]: > ---CUT--- > [...] > To use this class, write code as follows: > > public class Person implements