wrong test case for Bug 2606609 : False "UnusedImports" positive in package-info.java
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@6872 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
1 parent
beb9f12d23
commit
af96d35b5a
1 file changed
+3
-2
@@ -205,7 +205,7 @@ public class Foo {
|
||||
]]></code>
|
||||
</test-code>
|
||||
|
||||
<test-code regressionTest="false">
|
||||
<test-code>
|
||||
<description><![CDATA[
|
||||
Bug 2606609 : False "UnusedImports" positive in package-info.java
|
||||
]]></description>
|
||||
@@ -214,7 +214,8 @@ Bug 2606609 : False "UnusedImports" positive in package-info.java
|
||||
@DefaultAnnotation(NonNull.class)
|
||||
package net.sourceforge.pmd.test;
|
||||
|
||||
public class Bug {}
|
||||
import edu.umd.cs.findbugs.annotations.DefaultAnnotation;
|
||||
import edu.umd.cs.findbugs.annotations.NonNull;
|
||||
]]></code>
|
||||
</test-code>
|
||||
</test-data>
|
||||
Reference in new issue
Block a user