-
Notifications
You must be signed in to change notification settings - Fork 5
Abstract commonly used functionality from EntitySource
.
#1044
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
Abstract commonly used functionality from EntitySource
.
#1044
Conversation
…from-EntitySource
…from-EntitySource
Some improvements
…from-EntitySource
…from-EntitySource
…from-EntitySource
…from-EntitySource
…from-EntitySource
…from-EntitySource
…from-EntitySource # Conflicts: # CHANGELOG.md # src/main/java/edu/ie3/datamodel/io/source/IdCoordinateSource.java # src/test/groovy/edu/ie3/datamodel/io/source/IdCoordinateSourceMock.groovy # src/test/groovy/edu/ie3/test/common/WeatherTestData.groovy
…from-EntitySource
…from-EntitySource
…from-EntitySource
…from-EntitySource
…from-EntitySource
…ctionality-from-EntitySource # Conflicts: # CHANGELOG.md
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 like your implementation of the issue a lot. This is more than I expected! I just have some minor remarks.
Additionally, please also adapt EntitySourceClassDiagram.puml
. If you think that it makes sense, you can leave out protected and private methods there from now on.
src/main/java/edu/ie3/datamodel/io/source/SystemParticipantSource.java
Outdated
Show resolved
Hide resolved
src/main/java/edu/ie3/datamodel/io/source/csv/CsvIdCoordinateSource.java
Outdated
Show resolved
Hide resolved
src/main/java/edu/ie3/datamodel/io/source/sql/SqlIdCoordinateSource.java
Show resolved
Hide resolved
src/test/groovy/edu/ie3/datamodel/io/source/csv/CsvSystemParticipantSourceTest.groovy
Show resolved
Hide resolved
…ctionality-from-EntitySource # Conflicts: # src/main/java/edu/ie3/datamodel/io/source/ResultEntitySource.java
src/test/groovy/edu/ie3/datamodel/io/source/csv/CsvSystemParticipantSourceTest.groovy
Show resolved
Hide resolved
src/test/groovy/edu/ie3/datamodel/io/source/csv/CsvSystemParticipantSourceTest.groovy
Outdated
Show resolved
Hide resolved
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.
Thanks!
Resolves #975
Resolves #981