Re: [CLI] Javadoc

2024-10-19 Thread Gary D. Gregory
Hi Claude, I just did after seeing your message, instead of going round and round ;) Gary On 2024/10/19 10:22:28 Claude Warren wrote: > Gary, > > I went looking for the javadoc in question but did not find it. Did you > already clean it up? If so, thanks. If not can you point to the issue? >

Re: [CLI] Javadoc

2024-10-19 Thread Claude Warren
Gary, I went looking for the javadoc in question but did not find it. Did you already clean it up? If so, thanks. If not can you point to the issue? Thank you, Claude On Thu, Oct 17, 2024 at 3:08 PM Gary D. Gregory wrote: > Note that the Javadoc for org.apache.commons.cli.help.HelpFormatter

Re: [CLI] Javadoc

2024-10-17 Thread Gary D. Gregory
Note that the Javadoc for org.apache.commons.cli.help.HelpFormatter use deprecated code. Please update it or I can do it later. Gary On 2024/10/17 13:39:53 Claude Warren wrote: > I think that all of the HelpAppendable methods expect that if null or empty > string is passed then nothing is output

Re: [CLI] Javadoc

2024-10-17 Thread Claude Warren
I think that all of the HelpAppendable methods expect that if null or empty string is passed then nothing is output. In addition, for the list case an empty list results in no output. I will update the documentation. On Thu, Oct 17, 2024 at 10:20 AM Arnout Engelen wrote: > On Mon, Oct 14, 2024

Re: [CLI] Javadoc

2024-10-17 Thread Arnout Engelen
On Mon, Oct 14, 2024 at 9:29 PM Gary D. Gregory wrote: > > Hi All, > > We now have append methods like: > > public interface HelpAppendable extends Appendable { > > /** > * Appends a header. > * > * @param level the level of the header. This is equivalent to the "1", > "2", or

Re: [CLI] Javadoc

2024-10-16 Thread Gary Gregory
null things > shall > > > be > > > > marked not by doc, but by annotations. > > > > > > > > Xeno Amess 于2024年10月15日周二 04:10写道: > > > > > > > > > 1. important jetbrains annotations as maven dependency. > > > > >

Re: [CLI] Javadoc

2024-10-16 Thread sebb
ble in parent class's param > > > > 3.add @NotNull at child class param > > > > > > > > -- > > > > *From:* Gary D. Gregory > > > > *Sent:* Tuesday, October 15, 2024 3:29:20 AM > > > &

Re: [CLI] Javadoc

2024-10-16 Thread Johannes Weberhofer
27;s param 3.add @NotNull at child class param -- *From:* Gary D. Gregory *Sent:* Tuesday, October 15, 2024 3:29:20 AM *To:* dev@commons.apache.org *Subject:* [CLI] Javadoc Hi All, We now have append methods like: public interface HelpAppendable extends Appendable {

Re: [CLI] Javadoc

2024-10-16 Thread Gary Gregory
gt; > > 2.add @Nullable in parent class's param > > > 3.add @NotNull at child class param > > > > > > -- > > > *From:* Gary D. Gregory > > > *Sent:* Tuesday, October 15, 2024 3:29:20 AM > > > *To:* dev@commo

Re: [CLI] Javadoc

2024-10-16 Thread Claude Warren
Amess 于2024年10月15日周二 04:10写道: > > > > > > > 1. important jetbrains annotations as maven dependency. > > > > 2.add @Nullable in parent class's param > > > > 3.add @NotNull at child class param > > > > > > > > --

Re: [CLI] Javadoc

2024-10-16 Thread Xeno Amess
ions as maven dependency. > > > 2.add @Nullable in parent class's param > > > 3.add @NotNull at child class param > > > > > > -- > > > *From:* Gary D. Gregory > > > *Sent:* Tuesday, October 15, 2024 3:29:20 AM

Re: [CLI] Javadoc

2024-10-16 Thread Claude Warren
> -- > > *From:* Gary D. Gregory > > *Sent:* Tuesday, October 15, 2024 3:29:20 AM > > *To:* dev@commons.apache.org > > *Subject:* [CLI] Javadoc > > > > Hi All, > > > > We now have append methods like: &

Re: [CLI] Javadoc

2024-10-15 Thread Xeno Amess
ld class param > > -- > *From:* Gary D. Gregory > *Sent:* Tuesday, October 15, 2024 3:29:20 AM > *To:* dev@commons.apache.org > *Subject:* [CLI] Javadoc > > Hi All, > > We now have append methods like: > > public interface HelpAppendable e

Re: [CLI] Javadoc

2024-10-14 Thread Xeno Amess
1. important jetbrains annotations as maven dependency. 2.add @Nullable in parent class's param 3.add @NotNull at child class param From: Gary D. Gregory Sent: Tuesday, October 15, 2024 3:29:20 AM To: dev@commons.apache.org Subject: [CLI] Javadoc Hi All

[CLI] Javadoc

2024-10-14 Thread Gary D. Gregory
Hi All, We now have append methods like: public interface HelpAppendable extends Appendable { /** * Appends a header. * * @param level the level of the header. This is equivalent to the "1", "2", or "3" in the HTML "h1", "h2", "h3" tags. * @param text the text for the h