Skip to content

Conversation

@jtkiesel
Copy link
Contributor

@jtkiesel jtkiesel commented Jul 29, 2025

What changed with this PR:

Class types with type arguments followed by a dot (.) are printed in that order, rather than moving the dot before the type arguments.

Example

Input

class Example {
  @A B.C<D>.@E @F G.H h;
}

Output

class Example {

  @A
  B.C<D>.@E @F G.H h;
}

Relative issues or prs:

Closes #752

@jtkiesel jtkiesel merged commit cefcbce into jhipster:main Jul 31, 2025
6 checks passed
@jtkiesel jtkiesel deleted the fix/class-type-arguments-and-dots branch July 31, 2025 04:57
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.

'Store<M>.Record record' is changed to 'Store.<M>Record record'

1 participant