Skip to content
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

remove generic computation classes #131

Merged
merged 13 commits into from
Jun 28, 2024

Conversation

Mathieu-Deharbe
Copy link
Contributor

Now those classes will be in ws-commons => so this branch can't be merged before powsybl-ws-commons is updated

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>
@@ -123,7 +127,8 @@ protected void preRun(SecurityAnalysisRunContext runContext) {
}

@Override
protected void postRun(SecurityAnalysisRunContext runContext) {
protected void postRun(SecurityAnalysisRunContext runContext, AtomicReference<ReportNode> rootReportNode, SecurityAnalysisResult ignoredResult) {
super.postRun(runContext, rootReportNode, ignoredResult);
Copy link

Choose a reason for hiding this comment

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

In my opinion, super call should be at the end bcs the below code enriches report

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done.

Mathieu-Deharbe and others added 10 commits June 14, 2024 17:24
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>
Copy link

@thangqp thangqp self-requested a review June 27, 2024 16:20
@Mathieu-Deharbe Mathieu-Deharbe merged commit a1bf1a3 into main Jun 28, 2024
3 checks passed
@Mathieu-Deharbe Mathieu-Deharbe deleted the remove-generic-computation-classes branch June 28, 2024 10:11
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