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

Fix unreachable code #167

Closed
sebastian-peter opened this issue Mar 7, 2022 · 0 comments · Fixed by #171
Closed

Fix unreachable code #167

sebastian-peter opened this issue Mar 7, 2022 · 0 comments · Fixed by #171
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@sebastian-peter
Copy link
Member

sebastian-peter commented Mar 7, 2022

throw new InitializationException(
"Cannot initialize result sinks!"
).initCause(exception)
self ! PoisonPill

Introduced with #77. Statements have to be switched. Also, a test for this is required.

https://simona.ie3.e-technik.tu-dortmund.de/sonar/project/issues?id=edu.ie3%3Asimona&issues=AX5EWrTicE05oj4IaDLM&open=AX5EWrTicE05oj4IaDLM

@sebastian-peter sebastian-peter added bug Something isn't working good first issue Good for newcomers labels Mar 7, 2022
@danielfeismann danielfeismann self-assigned this Mar 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants