Skip to content

Commit b3bae00

Browse files
committed
Fixing exclusions to include inner classes
1 parent 2ddd886 commit b3bae00

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

maven/core-unittests/spotbugs-exclude.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,15 @@
113113
<Bug pattern="EQ_COMPARETO_USE_OBJECT_EQUALS" />
114114
</Match>
115115

116+
<!-- Excluded classes... -->
117+
116118
<!-- Deprecated classes that should be excluded from checks -->
117119
<Match>
118-
<Class name="com.codename1.db.ThreadSafeDatabase" />
120+
<Class name="~com\.codename1\.db\.ThreadSafeDatabase(\$.*)?" />
119121
</Match>
120122

121123
<!-- Badly written 3rd party classes -->
122124
<Match>
123-
<Class name="com.codename1.io.tar.TarEntry" />
125+
<Class name="~com\.codename1\.io\.tar\.TarEntry(\$.*)?" />
124126
</Match>
125127
</FindBugsFilter>

0 commit comments

Comments
 (0)