Skip to content

Commit 8f04801

Browse files
committed
Rename SiteParserTest to JsoupSiteParserTest.
Addressed to #801 No functional changes.
1 parent a1d6789 commit 8f04801

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/config/findbugs-filter.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<!--
3535
Looks like a false positive.
3636
-->
37-
<Class name="ru.mystamps.web.util.extractor.SiteParserTest" />
37+
<Class name="ru.mystamps.web.util.extractor.JsoupSiteParserTest" />
3838
<Method name="canParseShouldRequireNonNullUrl" />
3939
<Bug pattern="NP_NULL_PARAM_DEREF_ALL_TARGETS_DANGEROUS" />
4040
</Match>

src/test/java/ru/mystamps/web/util/extractor/SiteParserTest.java renamed to src/test/java/ru/mystamps/web/util/extractor/JsoupSiteParserTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
import static org.hamcrest.Matchers.is;
3838
import static org.hamcrest.Matchers.nullValue;
3939

40-
public class SiteParserTest {
40+
public class JsoupSiteParserTest {
4141

4242
@Rule
4343
public ExpectedException thrown = ExpectedException.none();

0 commit comments

Comments
 (0)