diff --git a/pmd/regress/test/net/sourceforge/pmd/lang/java/rule/imports/xml/UnusedImports.xml b/pmd/regress/test/net/sourceforge/pmd/lang/java/rule/imports/xml/UnusedImports.xml index 84707a99b4..d4cfa3ab61 100644 --- a/pmd/regress/test/net/sourceforge/pmd/lang/java/rule/imports/xml/UnusedImports.xml +++ b/pmd/regress/test/net/sourceforge/pmd/lang/java/rule/imports/xml/UnusedImports.xml @@ -205,7 +205,7 @@ public class Foo { ]]> - + @@ -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; ]]>