Reproducing bug False 2606609: 'UnusedImports' positive in package-info.java

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/branches/pmd/4.2.x@6849 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Romain Pelisse 2009-02-16 23:54:51 +00:00
parent 59a60be0d2
commit 5a1a457eae

View File

@ -202,4 +202,18 @@ public class Foo {
}
]]></code>
</test-code>
</test-data>
<test-code regressionTest="false">
<description><![CDATA[
Bug 2606609 : False "UnusedImports" positive in package-info.java
]]></description>
<expected-problems>0</expected-problems>
<code><![CDATA[
@DefaultAnnotation(NonNull.class)
package net.sourceforge.pmd.test;
public class Bug {}
]]></code>
</test-code>
</test-data>