[
https://issues.apache.org/jira/browse/YETUS-557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17460486#comment-17460486
]
Allen Wittenauer commented on YETUS-557:
----------------------------------------
OK, a few things now that I have this working. [We'll have to increase the
default process limit in order to run maven + jdk11 so that was exciting!]
- DocletEnvironmentProcessor.java is missing the ASF license
- SpotBugs error #1: Write to static field
org.apache.yetus.audience.tools.DocletEnvironmentProcessor.treatUnannotatedClassesAsPrivate
from instance method
org.apache.yetus.audience.tools.IncludePublicAnnotationsStandardDoclet.init(Locale,
Reporter) At IncludePublicAnnotationsStandardDoclet.java:from instance method
org.apache.yetus.audience.tools.IncludePublicAnnotationsStandardDoclet.init(Locale,
Reporter) At IncludePublicAnnotationsStandardDoclet.java:[line 42]
- SpotBugs error #2: Write to static field
org.apache.yetus.audience.tools.DocletEnvironmentProcessor.stability from
instance method org.apache.yetus.audience.tools.StabilityOption.process(String,
List) At StabilityOptions.java:from instance method
org.apache.yetus.audience.tools.StabilityOption.process(String, List) At
StabilityOptions.java:[line 66]
Thanks!
> Investigate switching to jdk.javadoc.doclet
> -------------------------------------------
>
> Key: YETUS-557
> URL: https://issues.apache.org/jira/browse/YETUS-557
> Project: Yetus
> Issue Type: Task
> Components: Audience Annotations
> Affects Versions: 0.6.0
> Reporter: Allen Wittenauer
> Assignee: Mike Drob
> Priority: Major
> Attachments: 0001-Remove-JDK8.patch, YETUS-557.00.patch,
> YETUS-557.01.patch
>
>
> It looks like there is a newer API available for building Javadoc doclets.
> This might help remove our dependency on tools.jar.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)