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 Issues - JavadocMethodCheck (7) #7979

Closed
rnveach opened this issue Mar 28, 2020 · 7 comments
Closed

Resolve Pitest Issues - JavadocMethodCheck (7) #7979

rnveach opened this issue Mar 28, 2020 · 7 comments

Comments

@rnveach
Copy link
Member

rnveach commented Mar 28, 2020

Child issue of #7797 ,

"JavadocMethodCheck.java.html:<td class='covered'><pre><span class='survived'> currentTypeParams.clear();</span></pre></td></tr>"

@harsh-kukreja
Copy link
Contributor

I'm on it

harsh-kukreja added a commit to harsh-kukreja/checkstyle that referenced this issue Mar 29, 2020
@harsh-kukreja
Copy link
Contributor

Hey @rnveach or @strkkk

As per my knowledge we can see for each JavadocMethodCheck a new instance will be created so whenever this method is called a new object itself will be created of currentTypeParams

Pitest report:
https://harsh-kukreja.github.io/JavadocMethodCheckPitestReport/com.puppycrawl.tools.checkstyle.checks.javadoc/JavadocMethodCheck.java.html#org.pitest.mutationtest.report.html.SourceFile@18b9ce_383

Hardcoded commit:
d2b3b31

Diff report:
on the way

@harsh-kukreja
Copy link
Contributor

@rnveach please rply

@rnveach
Copy link
Member Author

rnveach commented Apr 1, 2020

@harsh-kukreja What question am I replying to?

@harsh-kukreja
Copy link
Contributor

harsh-kukreja commented Apr 1, 2020

Is my report correct if i remove that line ? Should i create a pr stating like this ? @rnveach

@harsh-kukreja
Copy link
Contributor

Hey @rnveach please rply

@romani
Copy link
Member

romani commented Apr 26, 2020

fix is merged

@romani romani closed this as completed Apr 26, 2020
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