Skip to content

Conversation

@kostis
Copy link
Member

@kostis kostis commented Nov 5, 2025

By testing the code base using Java 21 (the default version on the most recent Debian), it was revealed that its Javadoc version generates many warnings. Most were due to classes "using a default constructor which does not provide a comment"; this was addressed by adding an explicit contructor with a trivial comment (perhaps a better one can be added, for some of them). A couple of few other missing comments were added.

Since this set of changes is orthogonal to using Java 17 vs 21, it's submitted as a separate PR to be merged.

By testing the code base using Java 21 (the default version on the most
recent Debian), it was revealed that its Javadoc version generates many
warnings.  Most were due to classes "using a default constructor which
does not provide a comment"; this was addressed by adding an explicit
contructor with a trivial comment (perhaps a better one can be added,
for some of them).  A couple of few other missing comments were added.

Since this set of changes is orthogonal to using Java 17 vs 21, it's
submitted as a separate PR to be merged.
@kostis kostis requested a review from actyp November 5, 2025 13:26
@kostis kostis mentioned this pull request Nov 7, 2025
Copy link
Member

@actyp actyp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is fine and can be merged.

@kostis kostis merged commit 3aa8adf into main Nov 7, 2025
6 checks passed
@kostis kostis deleted the fix-javadocs branch November 7, 2025 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants