uros-b opened a new pull request, #17922:
URL: https://github.com/apache/iceberg/pull/17922

   `build-javadoc` emits 41 doclint warnings (37 × `no comment`, 4 × `no 
@return`) for the public API of the `Dyn*` reflection utilities in 
`iceberg-common`: the Gradle `javadoc` task runs default doclint 
(`-Xdoclint:all`) with no suppression, so every undocumented 
`public`/`protected` element is flagged.
   
   This documents the flagged elements in `DynClasses`, `DynConstructors`, 
`DynFields` and `DynMethods` with complete Javadoc (summary + 
`@param`/`@return`/`@throws`, including type parameters), matching the style 
already used on their siblings (e.g. `DynMethods.Builder`). `@Override` methods 
are left as-is since they inherit their documentation. Javadoc-only — no 
signature or bytecode change; `./gradlew :iceberg-common:javadoc` is now 
warning-free.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to