Skip to content

Conversation

clementdessoude
Copy link
Contributor

@clementdessoude clementdessoude commented Oct 16, 2021

What changed with this PR:

Example

// Input
public class ComplexGenericClass<BEAN extends AbstractBean & BeanItemSelect<BEANTYPE>, BEANTYPE, CONFIG extends BeanConfig<BEAN, BEANTYPE, CONFIG>> {}

// Output before the PR
public class ComplexGenericClass<BEAN extends AbstractBean & BeanItemSelect<BEANTYPE>, BEANTYPE, CONFIG extends BeanConfig<BEAN, BEANTYPE, CONFIG>> {}

// Output after the PR
public class ComplexGenericClass<
  BEAN extends AbstractBean & BeanItemSelect<BEANTYPE>,
  BEANTYPE,
  CONFIG extends BeanConfig<BEAN, BEANTYPE, CONFIG>
> {}

Relative issues or prs:

None

@pascalgrimaud pascalgrimaud added $$ bug-bounty $$ https://www.jhipster.tech/bug-bounties/ $100 https://www.jhipster.tech/bug-bounties/ labels Oct 16, 2021
@pascalgrimaud
Copy link
Contributor

so nice improvement !
Adding a bounty on this

@clementdessoude clementdessoude merged commit e75133d into jhipster:main Oct 16, 2021
@clementdessoude clementdessoude deleted the feat/improve-printing-long-type-parameters-class branch October 16, 2021 08:55
@clementdessoude
Copy link
Contributor Author

@pascalgrimaud
Copy link
Contributor

@clementdessoude : approved. Thanks so much for improving this project. For me, it is a must have in all existing Java projects

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
$$ bug-bounty $$ https://www.jhipster.tech/bug-bounties/ $100 https://www.jhipster.tech/bug-bounties/
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants