Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check style errors caused by javadoc generation #189

Open
elifKurtay opened this issue Nov 15, 2024 · 1 comment
Open

Check style errors caused by javadoc generation #189

elifKurtay opened this issue Nov 15, 2024 · 1 comment
Assignees

Comments

@elifKurtay
Copy link
Collaborator

Expected Behavior

Expecting no errors when a file is generated with SourceGen.

Actual Behaviour

Execution failed for task ':test-suite-generator:checkstyleMain'.
> A failure occurred while executing org.gradle.api.plugins.quality.internal.CheckstyleAction
   > Checkstyle rule violations were found. See the report at: file:///Users/elifkurtay/IdeaProjects/micronaut-json-schema/test-suite-generator/build/reports/checkstyle/main.html
     Checkstyle files with violations: 6
     Checkstyle violations by severity: [error:61, warning:1]

Screenshot 2024-11-15 at 17 11 32

Steps To Reproduce

No response

Environment Information

JDK version: 21

Example Application

No response

Version

1.4.1

@elifKurtay
Copy link
Collaborator Author

More check style errors caused by javadocs:

  • property comments are not extending on getter and setters
  • no check javadoc string for wrong/unrelated HTML tags
  • javadoc comment not ending with . (period)
  • javadoc comment replace \n with

@elifKurtay elifKurtay changed the title Unnecessary imports causing check style errors Check style errors caused by javadoc generation Nov 25, 2024
@elifKurtay elifKurtay self-assigned this Nov 25, 2024
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

No branches or pull requests

1 participant