"no comment" warnings for non-public entities related to serialization

2020-08-04 Thread Florian Weimer
I'm not sure how recent this change is, but I noticed that "no comment" warnings are now printed for entities that are related to serialization: non-public classes which implement Serializable, and private non-transient fields in serializable classes, and named private serialization-related methods

Re: "no comment" warnings for non-public entities related to serialization

2020-08-04 Thread Jonathan Gibbons
On 8/4/20 11:20 AM, Florian Weimer wrote: I'm not sure how recent this change is, but I noticed that "no comment" warnings are now printed for entities that are related to serialization: non-public classes which implement Serializable, and private non-transient fields in serializable classes, a

Re: "no comment" warnings for non-public entities related to serialization

2020-08-04 Thread Jonathan Gibbons
On 8/4/20 12:18 PM, Florian Weimer wrote: * Jonathan Gibbons: On 8/4/20 11:20 AM, Florian Weimer wrote: I'm not sure how recent this change is, but I noticed that "no comment" warnings are now printed for entities that are related to serialization: non-public classes which implement Serializ

Re: "no comment" warnings for non-public entities related to serialization

2020-08-04 Thread Florian Weimer
* Jonathan Gibbons: > On 8/4/20 11:20 AM, Florian Weimer wrote: >> I'm not sure how recent this change is, but I noticed that "no >> comment" warnings are now printed for entities that are related to >> serialization: non-public classes which implement Serializable, and >> private non-transient fi

Re: "no comment" warnings for non-public entities related to serialization

2020-08-04 Thread Florian Weimer
* Jonathan Gibbons: > It would be surprising (bug?) to see a warning being generated for a > class that > is not being documented.  I assume you have not given command-line options > to include that class in the documentation.  I'm also guessing that this is > while using javadoc, where the recen