javadoc Gradle task is currently commented out because of lots of incorrect JavaDoc format issues.
Contributor guide
Tech stack
java
Domain
documentation
Issue type
bug
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
2
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
half day
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
clear
Prerequisites
basic JavaJavaDoc syntax
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
60
Research direction
Review the commented out 'javadoc' Gradle task in the build files. Identify all JavaDoc errors by running the Javadoc tool on the project and note each incorrect format. Fix them according to Oracle's JavaDoc standards. Check the issue comments for any specific guidance from the assignee or maintainers.