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

Improve abstract builders with filled Lists #9

Open
MarioCodes opened this issue Jun 25, 2019 · 0 comments
Open

Improve abstract builders with filled Lists #9

MarioCodes opened this issue Jun 25, 2019 · 0 comments

Comments

@MarioCodes
Copy link
Owner

MarioCodes commented Jun 25, 2019

For a Bean with a List:

public class Bean {
    private List<String> list; 
}

The Randomizer class will fill it with an empty List. Change it so that it gives a filled List back.

@MarioCodes MarioCodes added the enhancement New feature or request label Jun 25, 2019
@MarioCodes MarioCodes changed the title Improve abstract builders for Lists Improve abstract builders with filled Lists Jun 25, 2019
@MarioCodes MarioCodes removed the enhancement New feature or request label Mar 21, 2021
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

No branches or pull requests

1 participant