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 EmptyForInitializerPad-2 #12275

Closed
Kevin222004 opened this issue Oct 8, 2022 · 2 comments
Closed

Resolve Pitest suppression for EmptyForInitializerPad-2 #12275

Kevin222004 opened this issue Oct 8, 2022 · 2 comments
Assignees
Milestone

Comments

@Kevin222004
Copy link
Collaborator

Kevin222004 commented Oct 8, 2022

Related to #7797

kill mutation

<sourceFile>EmptyForInitializerPadCheck.java</sourceFile>
<mutatedClass>com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForInitializerPadCheck</mutatedClass>
<mutatedMethod>visitToken</mutatedMethod>
<mutator>org.pitest.mutationtest.engine.gregor.mutators.experimental.NakedReceiverMutator</mutator>
<description>replaced call to com/puppycrawl/tools/checkstyle/api/DetailAST::getNextSibling with receiver</description>
<lineContent>final DetailAST semi = ast.getNextSibling();</lineContent>

for EmptyForInitializerPad

@Kevin222004
Copy link
Collaborator Author

Kevin222004 commented Oct 8, 2022

As of know it is different mutation, so I have taken just one mutation in this issue

Kevin222004 added a commit to Kevin222004/checkstyle that referenced this issue Oct 8, 2022
Kevin222004 added a commit to Kevin222004/checkstyle that referenced this issue Oct 9, 2022
Kevin222004 added a commit to Kevin222004/checkstyle that referenced this issue Oct 9, 2022
Kevin222004 added a commit to Kevin222004/checkstyle that referenced this issue Oct 10, 2022
Kevin222004 added a commit to Kevin222004/checkstyle that referenced this issue Oct 10, 2022
@romani
Copy link
Member

romani commented Oct 11, 2022

fix is merged

@romani romani closed this as completed Oct 11, 2022
@romani romani added this to the 10.3.5 milestone Oct 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

2 participants