-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump to powsybl-core 6.1.0 * Remove joda-time library * Change artifact name from xml-converter to serde * BranchStatus renamed OperatingStatus * TwoSides and ThreeSides used instead of Branch.Side and ThreeWindingsTransformer.Side * Remove remaining ThreeWindingsTransformer.Side * Deal with change of package name xml -> serde * Replace readUntilEndElement function (that does not exist anymore) by readSubElements (1 test failing) * Update reading metadata following XmlUtil changes * Fix unit test * Rename methods to clarify use * Fix comparing to have the diff in the logs * Fix checkstyle * Following review comments: use ThreeSides functions to refactor code * Fix code smell regarding lambda / method reference * Revert "Fix comparing to have the diff in the logs" (This reverts commit 35551ec.) * Revert "Fix checkstyle" (This reverts commit 67a07d9.) * Improve getNextSideNum(...) function --------- Signed-off-by: Sophie Frasnedo <sophie.frasnedo@rte-france.com> Co-authored-by: Florian Dupuy <florian.dupuy@rte-france.com>
- Loading branch information
Showing
23 changed files
with
220 additions
and
204 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.