-
Notifications
You must be signed in to change notification settings - Fork 1
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
powsybl-ws-dependencies 2.7.0 #128
Conversation
Signed-off-by: BOUHOURS Antoine <[email protected]>
src/main/java/com/powsybl/network/conversion/server/GeneratorActivePowerControlSerDe.java
Outdated
Show resolved
Hide resolved
src/main/java/com/powsybl/network/conversion/server/GeneratorActivePowerControlSerDe.java
Outdated
Show resolved
Hide resolved
src/main/java/com/powsybl/network/conversion/server/GeneratorActivePowerControlSerDe.java
Outdated
Show resolved
Hide resolved
src/main/java/com/powsybl/network/conversion/server/GeneratorShortCircuitsSerDe.java
Outdated
Show resolved
Hide resolved
src/main/java/com/powsybl/network/conversion/server/GeneratorShortCircuitsSerDe.java
Outdated
Show resolved
Hide resolved
src/test/java/com/powsybl/network/conversion/server/NetworkConversionTest.java
Outdated
Show resolved
Hide resolved
src/main/java/com/powsybl/network/conversion/server/GeneratorActivePowerControlSerDe.java
Show resolved
Hide resolved
Signed-off-by: BOUHOURS Antoine <[email protected]>
22be149
to
74a0474
Compare
|
||
@Override | ||
public void write(ActivePowerControl activePowerControl, SerializerContext serializerContext) { | ||
throw new IllegalStateException("Should never be called"); |
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.
use the same message everywhere "should not happen" or "should never be called" (I know it was already like this before but it's weird no ?)
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 agree with you but these 3 classes (GeneratorActivePowerControlSerDe.java, GeneratorShortCircuitsSerDe.java,VoltageLevelShortCircuitsSerDe.java) are duplicated from rte-core/iidm-cvg-extensions. I added a comment at the top of the 3 files to make it clearer.
I think we should not change the message to be consistent with the private repository rte-core/iidm-cvg-extensions.
Signed-off-by: BOUHOURS Antoine <[email protected]>
Quality Gate passedThe SonarCloud Quality Gate passed, but some issues were introduced. 3 New issues |
No description provided.