forked from phoedos/pmd
Oups, last commit included test case for bug [ 1955852 ] false positives for UnusedPrivateMethod & UnusedLocalField. Setting them to non regression test.
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/branches/pmd/4.2.x@6736 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
parent
2a8cf167b9
commit
5948b700b3
@ -306,7 +306,7 @@ public class Foo {
|
||||
}
|
||||
]]></code>
|
||||
</test-code>
|
||||
<test-code>
|
||||
<test-code regressionTest="false">
|
||||
<description><![CDATA[
|
||||
Reproducing bug [ 1955852 ] false positives for UnusedPrivateMethod & UnusedLocalField. The following valid Java code is reported with false positives for UnusedPrivateMethod and UnusedLocalVariable. It looks like the rule does not recognise explicit type arguments to generic methods.]]></description>
|
||||
<expected-problems>0</expected-problems>
|
||||
|
Loading…
x
Reference in New Issue
Block a user