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

Fix/712 handle comments with static invocations #715

Conversation

clementdessoude
Copy link
Contributor

@clementdessoude clementdessoude commented Jan 20, 2025

What changed with this PR:

Fix unstable formattings with comments inside fqn parts.
#713 was an attempt to fix the #712 issue but I realized afterwards that some other edge cases were remaining

Example

See modified unit test files to see some examples

Relative issues or prs:

Fix #712

@clementdessoude clementdessoude force-pushed the fix/712-handle-comments-with-static-invocations branch from 8f60cb9 to 4d366ee Compare January 21, 2025 07:05
@clementdessoude clementdessoude merged commit 8bb7641 into jhipster:main Jan 22, 2025
7 checks passed
@clementdessoude clementdessoude deleted the fix/712-handle-comments-with-static-invocations branch January 22, 2025 18:44
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.

Formatting not stable with comment between class and static function call
2 participants