We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee18824 commit 79e5e42Copy full SHA for 79e5e42
maven/core-unittests/spotbugs-exclude.xml
@@ -76,13 +76,15 @@
76
77
<!-- The API isThemeConstant should return null when the value isn't found -->
78
<Match>
79
- <Class name="com.codename1.plaf.UIManager" />
+ <Class name="com.codename1.ui.plaf.UIManager" />
80
+ <Method name="isThemeConstant" />
81
<Bug pattern="NP_BOOLEAN_RETURN_NULL" />
82
</Match>
83
84
<!-- The API canExecute should return null when we don't know the answer -->
85
86
<Class name="com.codename1.impl.CodenameOneImplementation" />
87
+ <Method name="canExecute" />
88
89
90
0 commit comments