[x] Appropriate branch selected (all PRs must first be merged to dev before they can be merged to master)
[x] Any modified or new methods or classes have helpful JavaDoc and code is thoroughly commented
[x] The description lists all applicable issues this PR seeks to resolve
[x] The description lists any configuration setting(s) that differ from the default settings
[x] All tests and CI builds passing
Description
This PR extacts the existing pattern stop reconciliation from JdbcTableWriter into a separate class. This class has then been enhanced to reconciliate pattern locations as well. Unit tests have been added to JDBCTableWriterTest to cover adding, moving and deleting of pattern locations and pattern stops to test stop time reconciliation.
Checklist
dev
before they can be merged tomaster
)Description
This PR extacts the existing pattern stop reconciliation from JdbcTableWriter into a separate class. This class has then been enhanced to reconciliate pattern locations as well. Unit tests have been added to JDBCTableWriterTest to cover adding, moving and deleting of pattern locations and pattern stops to test stop time reconciliation.