-
Notifications
You must be signed in to change notification settings - Fork 2
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
Fix special method declaration order #311
base: main
Are you sure you want to change the base?
Conversation
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.
It looks like the following files should also be updated:
- ExtensionAdder.hpp
- SlackTerminalAdder.hpp
Additional/related inconsistencies:
- Destructor is declared twice in SwitchAdder
@sebalaig I don't understand your last comment. Do you run a script and miss that the |
You're right, I did not check they were in different classes :/ |
Signed-off-by: Sébastien LAIGRE <[email protected]>
58e1660
to
4d6ab66
Compare
Kudos, SonarCloud Quality Gate passed! |
…riter (#279) (#301) * Removed deprecated NetworkXmlWriterContext::getExtensionWriter (#279) Signed-off-by: Sébastien LAIGRE <[email protected]> Co-authored-by: Mathieu BAGUE <[email protected]>
Signed-off-by: Sébastien LAIGRE <[email protected]>
Signed-off-by: Sébastien LAIGRE <[email protected]> Signed-off-by: Mathieu BAGUE <[email protected]>
Signed-off-by: Sébastien LAIGRE <[email protected]>
Signed-off-by: Sébastien LAIGRE <[email protected]>
…nwanted topology change (#285) (#324) Signed-off-by: Sébastien LAIGRE <[email protected]>
Signed-off-by: Gautier Bureau <[email protected]>
…on on is written in bus-breaker or bus-branch (#295) (#323) Signed-off-by: Sébastien LAIGRE <[email protected]> Signed-off-by: Mathieu BAGUE <[email protected]>
Signed-off-by: Sébastien LAIGRE <[email protected]>
…r in NodeBreakerVoltageLevel::invalidateCache() Signed-off-by: Sébastien LAIGRE <[email protected]>
Signed-off-by: Mathieu BAGUE <[email protected]>
Signed-off-by: Mathieu BAGUE <[email protected]>
Signed-off-by: Sébastien LAIGRE <[email protected]>
4d6ab66
to
5f5e185
Compare
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.
@mathbagu I added a few changes right now. It's ok for me now.
Kudos, SonarCloud Quality Gate passed! |
1caf465
to
db78e41
Compare
Please check if the PR fulfills these requirements (please use
'[x]'
to check the checkboxes, or submit the PR and then click the checkboxes)Does this PR already have an issue describing the problem ? If so, link to this issue using
'#XXX'
and skip the rest#312
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Coding style
What is the current behavior? (You can also link to an open issue here)
The copy and move constructors are declared after the destructor
What is the new behavior (if this is a feature change)?
The copy and move constructors are declared before the destructor, with other contructors
Does this PR introduce a breaking change or deprecate an API? If yes, check the following:
Other information:
(if any of the questions/checkboxes don't apply, please delete them entirely)