Skip to content

Add missing Javadocs - #491

Merged
leandrumartin merged 5 commits into
developfrom
add-missing-javadoc
Jun 13, 2026
Merged

Add missing Javadocs#491
leandrumartin merged 5 commits into
developfrom
add-missing-javadoc

Conversation

@leandrumartin

Copy link
Copy Markdown
Collaborator

Add the missing class- and method-level Javadocs flagged by gradle javadoc in pi4micronaut-utils. No functional changes.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR adds/updates missing class- and method-level Javadocs in pi4micronaut-utils to satisfy Gradle’s Javadoc checks, without intended runtime behavior changes.

Changes:

  • Adds class-level Javadocs for several device helper classes.
  • Improves/extends method-level Javadocs (including parameter/return descriptions).
  • Minor Javadoc wording corrections.

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
pi4micronaut-utils/src/main/java/com/opensourcewithslu/outputdevices/ServoMotorHelper.java Expands method Javadocs for enable/disable/setAngle; introduces an unused import that will fail compilation.
pi4micronaut-utils/src/main/java/com/opensourcewithslu/outputdevices/PassiveBuzzerHelper.java Adds missing @return and Javadoc for sleep, but getFrequency() description is misleading.
pi4micronaut-utils/src/main/java/com/opensourcewithslu/outputdevices/LEDHelper.java Cleans up constructor and blink Javadocs.
pi4micronaut-utils/src/main/java/com/opensourcewithslu/outputdevices/FourDigitSevenSegmentDisplayHelper.java Adds class-level Javadoc.
pi4micronaut-utils/src/main/java/com/opensourcewithslu/inputdevices/ThermistorHelper.java Adds class-level Javadoc.
pi4micronaut-utils/src/main/java/com/opensourcewithslu/inputdevices/ReedSwitchHelper.java Adds class-level Javadoc.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

leandrumartin and others added 4 commits June 13, 2026 17:25
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Leandru Martin <122942864+leandrumartin@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Leandru Martin <122942864+leandrumartin@users.noreply.github.com>
@leandrumartin
leandrumartin merged commit 88edb11 into develop Jun 13, 2026
7 checks passed
@leandrumartin
leandrumartin deleted the add-missing-javadoc branch June 13, 2026 22:32
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.

2 participants