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 2ddd886 commit b3bae00Copy full SHA for b3bae00
maven/core-unittests/spotbugs-exclude.xml
@@ -113,13 +113,15 @@
113
<Bug pattern="EQ_COMPARETO_USE_OBJECT_EQUALS" />
114
</Match>
115
116
+ <!-- Excluded classes... -->
117
+
118
<!-- Deprecated classes that should be excluded from checks -->
119
<Match>
- <Class name="com.codename1.db.ThreadSafeDatabase" />
120
+ <Class name="~com\.codename1\.db\.ThreadSafeDatabase(\$.*)?" />
121
122
123
<!-- Badly written 3rd party classes -->
124
- <Class name="com.codename1.io.tar.TarEntry" />
125
+ <Class name="~com\.codename1\.io\.tar\.TarEntry(\$.*)?" />
126
127
</FindBugsFilter>
0 commit comments