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

Resolve pitest suppression for AbstractViolationReporter #12876

Closed
ThatSneakyCoder opened this issue Mar 21, 2023 · 3 comments · Fixed by #12884
Closed

Resolve pitest suppression for AbstractViolationReporter #12876

ThatSneakyCoder opened this issue Mar 21, 2023 · 3 comments · Fixed by #12884

Comments

@ThatSneakyCoder
Copy link
Contributor

ThatSneakyCoder commented Mar 21, 2023

Related to #12341

Kill the surviving mutation.

<mutation unstable="false">
<sourceFile>AbstractViolationReporter.java</sourceFile>
<mutatedClass>com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter</mutatedClass>
<mutatedMethod>setSeverity</mutatedMethod>
<mutator>org.pitest.mutationtest.engine.gregor.mutators.experimental.MemberVariableMutator</mutator>
<description>Removed assignment to member variable severityLevel</description>
<lineContent>severityLevel = SeverityLevel.getInstance(severity);</lineContent>
</mutation>

@ThatSneakyCoder
Copy link
Contributor Author

ThatSneakyCoder commented Mar 21, 2023

@nrmancuso @romani please approve.

@ThatSneakyCoder
Copy link
Contributor Author

I'm on it.

ThatSneakyCoder added a commit to ThatSneakyCoder/checkstyle that referenced this issue Mar 22, 2023
ThatSneakyCoder added a commit to ThatSneakyCoder/checkstyle that referenced this issue Mar 23, 2023
ThatSneakyCoder added a commit to ThatSneakyCoder/checkstyle that referenced this issue Mar 26, 2023
ThatSneakyCoder added a commit to ThatSneakyCoder/checkstyle that referenced this issue Apr 5, 2023
ThatSneakyCoder added a commit to ThatSneakyCoder/checkstyle that referenced this issue Apr 11, 2023
ThatSneakyCoder added a commit to ThatSneakyCoder/checkstyle that referenced this issue Apr 12, 2023
ThatSneakyCoder added a commit to ThatSneakyCoder/checkstyle that referenced this issue Apr 12, 2023
ThatSneakyCoder added a commit to ThatSneakyCoder/checkstyle that referenced this issue Apr 12, 2023
ThatSneakyCoder added a commit to ThatSneakyCoder/checkstyle that referenced this issue Apr 12, 2023
ThatSneakyCoder added a commit to ThatSneakyCoder/checkstyle that referenced this issue Apr 13, 2023
ThatSneakyCoder added a commit to ThatSneakyCoder/checkstyle that referenced this issue Apr 13, 2023
ThatSneakyCoder added a commit to ThatSneakyCoder/checkstyle that referenced this issue Apr 13, 2023
ThatSneakyCoder added a commit to ThatSneakyCoder/checkstyle that referenced this issue Apr 14, 2023
@github-actions github-actions bot added this to the 10.9.4 milestone Apr 14, 2023
@nrmancuso
Copy link
Member

Closed via #12884

Sloent pushed a commit to Sloent/checkstyle that referenced this issue Apr 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants