-
Notifications
You must be signed in to change notification settings - Fork 5
Mh/#1275 new copy builders #1277
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
Conversation
Should i remove some of the getters and/or setters here or keep them all in? Or did the Quality gate fail because of another reason here? @staudtMarius |
@marvinheintze I think the best would be, to just add some test for these copy builders. You could place the tests in the same files as the other test of these type inputs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have some change requests.
src/main/java/edu/ie3/datamodel/models/input/connector/type/LineTypeInput.java
Outdated
Show resolved
Hide resolved
src/main/java/edu/ie3/datamodel/models/input/connector/type/LineTypeInput.java
Outdated
Show resolved
Hide resolved
src/main/java/edu/ie3/datamodel/models/input/connector/type/Transformer2WTypeInput.java
Outdated
Show resolved
Hide resolved
src/main/java/edu/ie3/datamodel/models/input/connector/type/Transformer3WTypeInput.java
Show resolved
Hide resolved
@marvinheintze I check the other copy builders. It seems like the naming convention is, to use the name of the value as the name the method of the copy builder. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Resolves #1275
Added CopyBuilders to LineTypeInput, Transformer2WTypeInput, Transformer3WTypeInput similar to the one from SystemParticipantTypeInput