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 88 https://spotbugs.readthedocs.io/en/latest/bugDescriptions.html
99 -->
1010<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+
1126 <!-- Internals of Log event for apache log4j-->
1227 <Match >
1328 <Bug pattern =" EI_EXPOSE_REP" />
169184 </And >
170185 </Or >
171186 </Match >
172- </FindBugsFilter >
187+ </FindBugsFilter >
You can’t perform that action at this time.
0 commit comments