Skip to content

Conversation

@GuusLieben
Copy link
Member

@GuusLieben GuusLieben commented Nov 13, 2025

Type of Change

  • Documentation (documentation changes)

Description

Enables the MissingJavadocMethod Checkstyle rule, and resolves violations caused by missing Javadoc documentation on methods.

Additionally, enables the LineLength rule, and resolves violations for that as well.

Checklist

  • I have performed a self-review of my own code
  • New and existing unit tests pass locally with my changes
  • Related issue number is linked in pull request title
  • I have added documentation that describes my changes
  • Any dependent changes have been merged and published in downstream modules
  • I have rebased my branch on top of the latest develop branch

Related Issue

Closes #1148

@GuusLieben GuusLieben added this to the 0.7.0 milestone Nov 13, 2025
@GuusLieben GuusLieben self-assigned this Nov 13, 2025
@GuusLieben GuusLieben force-pushed the documentation/#1148-method-javadocs branch from f1c4a54 to f65179a Compare December 8, 2025 20:01
@GuusLieben GuusLieben changed the title #1148 Add Javadocs for previously undocumented method #1148 Add Javadocs for previously undocumented methods Dec 8, 2025
@GuusLieben GuusLieben force-pushed the documentation/#1148-method-javadocs branch from f65179a to 9d71d6d Compare December 17, 2025 19:42
@GuusLieben GuusLieben marked this pull request as ready for review December 19, 2025 16:01
@GuusLieben GuusLieben merged commit 5405874 into develop/0.7.0 Dec 19, 2025
9 checks passed
@GuusLieben GuusLieben deleted the documentation/#1148-method-javadocs branch December 19, 2025 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Catch up method documentation (Javadocs)

2 participants