You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Gather all network modification reports on ModificationReports class
* Gather all network reports on NetworkReports class
* Gather all time series reports on TimeseriesReports class
* Create CGMES Model reports class
* Gather Ucte reports in UcteReports class
* Gather iidm deserialization reports in DeserializerReports
* Gather dynamic simulation reports in DynamicSimulationReports class
* Clean ReportNode key duplicates
* Refactor some ModificationReports for ReportNode good practice to expose the report nodes keys
* Populate resource bundle dictionary + use new local message template method for ReportNodes
* Fix tests because ReportNode keys have changed (prefixes)
* Replace deprecated use of withMessageTemplate in UCTE tests
* Replace deprecated use of withMessageTemplate in CGMES tests
* Replace deprecated use of withMessageTemplate in commons tests
* Replace deprecated use of withMessageTemplate in iidm-api tests
* Replace deprecated use of withMessageTemplate in iidm-modification tests
* Replace deprecated use of withMessageTemplate in iidm-serde tests
* Replace deprecated use of withMessageTemplate in shortcircuit-api tests
* Replace deprecated use of withMessageTemplate in time-series tests
* Replace deprecated use of withMessageTemplate in iidm-tck tests
* Update documentation about the ReportNode internationalization
* Fix checkstyle
* Use mutualized constant to get bundle name
* Replace "-" to "." in ReportNode translation keys
* Add some ReportNode i18n use documentation
* Remove use of deprecated withMessageTemplate due to last change with ReportNode timestamps
* Sonar - Remove some duplicate blocks
* Try to reduce the duplication
* Fix code smell at some funny complexity cost
Signed-off-by: CARON Alice <[email protected]>
.withMessageTemplate("badVoltageTargetValueRegulatingControl", "Equipment ${equipmentId} has a regulating control with bad target value for voltage: ${targetValue}.")
.withMessageTemplate("badTargetDeadbandRegulatingControl", "Equipment ${equipmentId} has a regulating control with bad target deadband: ${targetDeadband}.")
.withMessageTemplate("invalidAngleVoltageBus", "Node ${nodeId} in substation ${substation}, voltageLevel ${voltageLevel}, bus ${bus} has invalid value for voltage and/or angle. Voltage magnitude is ${voltage}, angle is ${angle}.")
.withMessageTemplate("invalidAngleVoltageNode", "Node ${nodeId} has invalid value for voltage and/or angle. Voltage magnitude is ${voltage}, angle is ${angle}.")
.withMessageTemplate("removingUnattachedHvdcConverterStation", "HVDC Converter Station ${converterId} will be removed since it has no attached HVDC line.")
.withMessageTemplate("voltageLevelMapping", "Original ${voltageLevelMappingSize} VoltageLevel container(s) connected by switches have been merged in IIDM. Map of original VoltageLevel to IIDM: ${mapAsString}.")
.withMessageTemplate("substationMapping", "Original ${substationMappingSize} Substation container(s) connected by transformers have been merged in IIDM. Map of original Substation to IIDM: ${mapAsString}.")
.withMessageTemplate("inconsistentProfilesTPRequired", "Network contains node/breaker ${networkId} information. References to Topological Nodes in SSH/SV files will not be valid if TP is not exported.")
.withMessageTemplate("danglingLineDisconnectedAtBoundaryHasBeenDisconnected", "DanglingLine ${danglingLineId} was connected at network side and disconnected at boundary side. It has been disconnected also at network side.")
.withMessageTemplate("multipleUnpairedDanglingLinesAtSameBoundary", "Multiple unpaired DanglingLines were connected at the same boundary side. Adjusted original injection from (${p0}, ${q0}) to (${p0Adjusted}, ${q0Adjusted}) for dangling line ${danglingLineId}.")
Copy file name to clipboardExpand all lines: cgmes/cgmes-conversion/src/test/java/com/powsybl/cgmes/conversion/test/export/CommonGridModelExportTest.java
0 commit comments