Re: The "exclude" option for subpackages is not recursive, as indicated in the documentation

2020-04-30 Thread Jonathan Gibbons
Dawid, Thanks for the report; this should be investigated further. Do you want to file an issue against javadoc, or would you like us to do so? -- Jon On 4/30/20 1:59 AM, Dawid Weiss wrote: Hello, Javadoc for "exclude" states that [1]: "Unconditionally, excludes the specified packages and

Re: RFR [15] 8224613: javadoc should better handle bad options

2020-04-30 Thread Jonathan Gibbons
Generally very good. As a suggestion for an optional improvement, the new test is OK, but given the use of system properties, better test hygiene would be to set a new properties object, and remove it when the test is complete. This could be done in a try-finally block around the javadoc invoc