Issue #13328: Kill mutation for PackageNamesLoader#13286
Issue #13328: Kill mutation for PackageNamesLoader#13286romani merged 1 commit intocheckstyle:masterfrom
Conversation
src/main/java/com/puppycrawl/tools/checkstyle/PackageNamesLoader.java
Outdated
Show resolved
Hide resolved
b18b836 to
e3473bd
Compare
|
Failures are not related to changes |
9f51622 to
654a733
Compare
There was a problem hiding this comment.
@Kevin222004 please try:
private PackageNamesLoader()
throws ParserConfigurationException, SAXException {
super(Map.of(
DTD_PUBLIC_ID, DTD_RESOURCE_NAME,
DTD_PUBLIC_CS_ID, DTD_RESOURCE_NAME
));
}
And remove method completely.
654a733 to
b925fc3
Compare
Done, Thanks :), I don't get this idea in my mind while working on this pr |
|
@nrmancuso @romani @stoyanK7 I don't know you are aware of this or not but This error is from master branch might be from #13272 |
|
@Kevin222004 Thanks for the tip. Kind of expected because we didn't have the checks when these examples got merged. I opened PR #13294. Please disregard these errors. |
b925fc3 to
e5112da
Compare
nrmancuso
left a comment
There was a problem hiding this comment.
PR is rebased, ok to merge.
3e5a3b5 to
c55f019
Compare
|
@rdiachenko ping |
src/main/java/com/puppycrawl/tools/checkstyle/PackageNamesLoader.java
Outdated
Show resolved
Hide resolved
f291178 to
da96d85
Compare
da96d85 to
afae0c4
Compare
|
@romani only test added still linkcheck failing |
romani
left a comment
There was a problem hiding this comment.
Ok to merge
Just tests were added
Issue #13328: Kill mutation for PackageNamesLoader
Mutation
https://github.com/checkstyle/checkstyle/blob/master/config/pitest-suppressions/pitest-packagenamesloader-suppressions.xml