Checkstyle can be used to enforce the presence of javadoc.
At least the Travis CI build executes checkstyle and fails if checkstyle
fails.
Am 05.09.2019 um 18:04 schrieb sebb:
Can the CI build be changed to fail the build when Javadoc is omitted?
On Thu, 5 Sep 2019 at 17:00, Gary Gregory wrot
On Thu, Sep 5, 2019 at 12:10 PM sebb wrote:
> Can the CI build be changed to fail the build when Javadoc is omitted?
>
Not that I found but I still added "javadoc:javadoc -Ddoclint=all" to GH
builds to catch other mistakes.
Gary
> On Thu, 5 Sep 2019 at 17:00, Gary Gregory wrote:
> >
> > Hi A
Can the CI build be changed to fail the build when Javadoc is omitted?
On Thu, 5 Sep 2019 at 17:00, Gary Gregory wrote:
>
> Hi All:
>
> The following interfaces were added a while back without class-level
> Javadoc:
>
> org.apache.commons.lang3.Functions.FailableBiConsumer Throwable>
> org.apache
Hi All:
The following interfaces were added a while back without class-level
Javadoc:
org.apache.commons.lang3.Functions.FailableBiConsumer
org.apache.commons.lang3.Functions.FailableBiFunction
org.apache.commons.lang3.Functions.FailableBiPredicate
org.apache.commons.lang3.Functions.FailableCalla