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

Generation of additional test methods should not re-format the already existing #33

Open
MichaelPrib opened this issue Oct 26, 2018 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed lizzy converter Change for lizzy-converter
Projects

Comments

@MichaelPrib
Copy link
Member

Currently generating additional test methods causes re-formating of already existing methods. Especially removing of empty lines handicaps readability of the test method.

@MichaelPrib MichaelPrib added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers lizzy converter Change for lizzy-converter labels Oct 26, 2018
@MichaelPrib MichaelPrib added this to the Optimize code generation milestone Oct 26, 2018
@MichaelPrib MichaelPrib added this to To do in Lizzy board via automation Oct 26, 2018
@ingokuba
Copy link
Member

ingokuba commented Nov 7, 2018

@MichaelPrib This requires a complete overhaul of the whole class building, because neither JavaPoet nor JavaParser support formatting of classes (they always apply the default java formatting).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed lizzy converter Change for lizzy-converter
Projects
Lizzy board
  
To do
Development

No branches or pull requests

2 participants