Skip to content

apply CompositeModification#156

Open
Mathieu-Deharbe wants to merge 12 commits intomainfrom
apply-composite-modification
Open

apply CompositeModification#156
Mathieu-Deharbe wants to merge 12 commits intomainfrom
apply-composite-modification

Conversation

@Mathieu-Deharbe
Copy link
Contributor

@Mathieu-Deharbe Mathieu-Deharbe commented Feb 4, 2026

enable the application of the composite modification (not yet possible to add them from the front, this is a pure back ticket, checked via unit tests and swagger)

adds a name to the composite modifications

Signed-off-by: Mathieu DEHARBE <mathieu.deharbe@rte-france.com>
Signed-off-by: Mathieu DEHARBE <mathieu.deharbe@rte-france.com>
Signed-off-by: Mathieu DEHARBE <mathieu.deharbe@rte-france.com>
Signed-off-by: Mathieu DEHARBE <mathieu.deharbe@rte-france.com>
Signed-off-by: Mathieu DEHARBE <mathieu.deharbe@rte-france.com>
Signed-off-by: Mathieu DEHARBE <mathieu.deharbe@rte-france.com>
Signed-off-by: Mathieu DEHARBE <mathieu.deharbe@rte-france.com>
Signed-off-by: Mathieu DEHARBE <mathieu.deharbe@rte-france.com>
Signed-off-by: Mathieu DEHARBE <mathieu.deharbe@rte-france.com>
Signed-off-by: Mathieu DEHARBE <mathieu.deharbe@rte-france.com>
@sonarqubecloud
Copy link

@Override
public void apply(Network network, ReportNode subReportNode) {
throw new UnsupportedOperationException();
compositeModificationInfos.getModifications().forEach(

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to do same as AbstractTabularModification ?

public class CompositeModificationInfos extends ModificationInfos {

@Schema(description = "composite modification name")
private String compositeName;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants