File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 8
8
https://spotbugs.readthedocs.io/en/latest/bugDescriptions.html
9
9
-->
10
10
<FindBugsFilter >
11
+ <!-- These open matches are new rules that we have not yet addressed. Let's block them generically, and come
12
+ back to them later. -->
13
+ <Match >
14
+ <Bug pattern =" CT_CONSTRUCTOR_THROW" />
15
+ </Match >
16
+ <Match >
17
+ <Bug pattern =" PA_PUBLIC_PRIMITIVE_ATTRIBUTE" />
18
+ </Match >
19
+ <Match >
20
+ <Bug pattern =" SING_SINGLETON_GETTER_NOT_SYNCHRONIZED" />
21
+ </Match >
22
+ <Match >
23
+ <Bug pattern =" SING_SINGLETON_GETTER_NOT_SYNCHRONIZED" />
24
+ </Match >
25
+
11
26
<!-- Internals of Log event for apache log4j-->
12
27
<Match >
13
28
<Bug pattern =" EI_EXPOSE_REP" />
169
184
</And >
170
185
</Or >
171
186
</Match >
172
- </FindBugsFilter >
187
+ </FindBugsFilter >
You can’t perform that action at this time.
0 commit comments