Skip to content

Commit 79e5e42

Browse files
committed
Refined rules
1 parent ee18824 commit 79e5e42

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

maven/core-unittests/spotbugs-exclude.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,15 @@
7676

7777
<!-- The API isThemeConstant should return null when the value isn't found -->
7878
<Match>
79-
<Class name="com.codename1.plaf.UIManager" />
79+
<Class name="com.codename1.ui.plaf.UIManager" />
80+
<Method name="isThemeConstant" />
8081
<Bug pattern="NP_BOOLEAN_RETURN_NULL" />
8182
</Match>
8283

8384
<!-- The API canExecute should return null when we don't know the answer -->
8485
<Match>
8586
<Class name="com.codename1.impl.CodenameOneImplementation" />
87+
<Method name="canExecute" />
8688
<Bug pattern="NP_BOOLEAN_RETURN_NULL" />
8789
</Match>
8890

0 commit comments

Comments
 (0)