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 RightCurlyCheck #12441

Closed
arinmodi opened this issue Nov 22, 2022 · 2 comments
Closed

Resolve Pitest suppression for RightCurlyCheck #12441

arinmodi opened this issue Nov 22, 2022 · 2 comments

Comments

@arinmodi
Copy link
Contributor

arinmodi commented Nov 22, 2022

Parent : #12341

Kill Mutations:

<mutation unstable="false">
<sourceFile>RightCurlyCheck.java</sourceFile>
<mutatedClass>com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck$Details</mutatedClass>
<mutatedMethod>getDetailsForIfElse</mutatedMethod>
<mutator>org.pitest.mutationtest.engine.gregor.mutators.NonVoidMethodCallMutator</mutator>
<description>removed call to com/puppycrawl/tools/checkstyle/checks/blocks/RightCurlyCheck$Details::getNextToken</description>
<lineContent>nextToken = getNextToken(ast);</lineContent>
</mutation>

@nrmancuso
Copy link
Member

@arinmodi please limit issues to a single mutation

@nrmancuso
Copy link
Member

Fixed via #12442

@romani romani added this to the 10.5.0 milestone Nov 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants