Re: RFR: JDK-8252712: move doclint to jdk.javadoc module [v2]

2020-09-17 Thread Jonathan Gibbons
> doclint is a component that can check documentation comments, that can be > invoked from either javac or javadoc, via the > `-Xdoclint` family of options. > When JDK was modularized in JDK9, doclint was left in the `jdk.compiler` > module because of direct references to the > code from javac, e

Re: RFR: 8252999: Cleanup: replace .equals("") with .isEmpty() within all codebase

2020-09-17 Thread Stuart Marks
On Fri, 11 Sep 2020 15:17:58 GMT, Bradford Wetmore wrote: >> Ok, sorry for the distraction. > > Our local Santuario maintainer says: > > In general, changes to Apache Santuario should also be made at Apache so we > stay in sync. Hi @doom369, I hope we didn't end up wasting too much of your tim