Skip to content

Fix application generation#33507

Merged
mshima merged 1 commit into
jhipster:mainfrom
qmonmert:fix/33497
Jun 26, 2026
Merged

Fix application generation#33507
mshima merged 1 commit into
jhipster:mainfrom
qmonmert:fix/33497

Conversation

@qmonmert

Copy link
Copy Markdown
Contributor

Fix #33497

@qmonmert qmonmert marked this pull request as ready for review May 21, 2026 21:18
@qmonmert qmonmert requested review from DanielFran and mshima May 22, 2026 12:55
Comment on lines -34 to -39
<module name="TreeWalker">
<module name="MissingJavadocMethod">
<!-- Disable Javadoc requirement as we want to follow "clean code" guidelines and classes, methods and arguments names should be self-explanatory -->
<property name="allowMissingPropertyJavadoc" value="true"/>
</module>
</module>

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Why remove?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

@mshima with this code, we have errors:
image
image
Removed it because the MissingJavadocMethod check was forcing a Javadoc comment on every public method

@mshima mshima closed this Jun 26, 2026
@mshima mshima reopened this Jun 26, 2026
@qmonmert qmonmert requested a review from mshima June 26, 2026 18:37
@mshima mshima merged commit efa168c into jhipster:main Jun 26, 2026
159 of 174 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Initial application generation requires --force

3 participants