]> source.dussan.org Git - sonarqube.git/blob
8fa5a2696f9963f180af6cd43af7069cc83e5002
[sonarqube.git] /
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated by Sonar -->
3 <FindBugsFilter>
4   <Match>
5     <Bug pattern="SA_LOCAL_SELF_COMPARISON"/>
6   </Match>
7   <Match>
8     <Bug pattern="UG_SYNC_SET_UNSYNC_GET"/>
9   </Match>
10   <Match>
11     <Bug pattern="IC_SUPERCLASS_USES_SUBCLASS_DURING_INITIALIZATION"/>
12   </Match>
13   <Match>
14     <Bug pattern="NM_FIELD_NAMING_CONVENTION"/>
15   </Match>
16   <Match>
17     <Bug pattern="BC_IMPOSSIBLE_DOWNCAST"/>
18   </Match>
19   <Match>
20     <Bug pattern="SA_FIELD_SELF_COMPUTATION"/>
21   </Match>
22   <Match>
23     <Bug pattern="EQ_CHECK_FOR_OPERAND_NOT_COMPATIBLE_WITH_THIS"/>
24   </Match>
25   <Match>
26     <Bug pattern="TQ_MAYBE_SOURCE_VALUE_REACHES_NEVER_SINK"/>
27   </Match>
28   <Match>
29     <Bug pattern="NO_NOTIFY_NOT_NOTIFYALL"/>
30   </Match>
31   <Match>
32     <Bug pattern="VA_FORMAT_STRING_BAD_ARGUMENT"/>
33   </Match>
34   <Match>
35     <Bug pattern="UPM_UNCALLED_PRIVATE_METHOD"/>
36   </Match>
37   <Match>
38     <Bug pattern="SF_DEAD_STORE_DUE_TO_SWITCH_FALLTHROUGH"/>
39   </Match>
40   <Match>
41     <Bug pattern="SF_DEAD_STORE_DUE_TO_SWITCH_FALLTHROUGH_TO_THROW"/>
42   </Match>
43   <Match>
44     <Bug pattern="EQ_COMPARETO_USE_OBJECT_EQUALS"/>
45   </Match>
46   <Match>
47     <Bug pattern="LI_LAZY_INIT_UPDATE_STATIC"/>
48   </Match>
49   <Match>
50     <Bug pattern="SE_NONLONG_SERIALVERSIONID"/>
51   </Match>
52   <Match>
53     <Bug pattern="DMI_THREAD_PASSED_WHERE_RUNNABLE_EXPECTED"/>
54   </Match>
55   <Match>
56     <Bug pattern="ODR_OPEN_DATABASE_RESOURCE"/>
57   </Match>
58   <Match>
59     <Bug pattern="RC_REF_COMPARISON_BAD_PRACTICE"/>
60   </Match>
61   <Match>
62     <Bug pattern="NM_LCASE_HASHCODE"/>
63   </Match>
64   <Match>
65     <Bug pattern="VO_VOLATILE_REFERENCE_TO_ARRAY"/>
66   </Match>
67   <Match>
68     <Bug pattern="XSS_REQUEST_PARAMETER_TO_JSP_WRITER"/>
69   </Match>
70   <Match>
71     <Bug pattern="DM_NUMBER_CTOR"/>
72   </Match>
73   <Match>
74     <Bug pattern="ITA_INEFFICIENT_TO_ARRAY"/>
75   </Match>
76   <Match>
77     <Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NULL_VALUE"/>
78   </Match>
79   <Match>
80     <Bug pattern="IJU_TEARDOWN_NO_SUPER"/>
81   </Match>
82   <Match>
83     <Bug pattern="SIC_INNER_SHOULD_BE_STATIC"/>
84   </Match>
85   <Match>
86     <Bug pattern="NM_BAD_EQUAL"/>
87   </Match>
88   <Match>
89     <Bug pattern="DM_BOXED_PRIMITIVE_TOSTRING"/>
90   </Match>
91   <Match>
92     <Bug pattern="IJU_SUITE_NOT_STATIC"/>
93   </Match>
94   <Match>
95     <Bug pattern="IM_MULTIPLYING_RESULT_OF_IREM"/>
96   </Match>
97   <Match>
98     <Bug pattern="HE_HASHCODE_USE_OBJECT_EQUALS"/>
99   </Match>
100   <Match>
101     <Bug pattern="IL_CONTAINER_ADDED_TO_ITSELF"/>
102   </Match>
103   <Match>
104     <Bug pattern="ES_COMPARING_PARAMETER_STRING_WITH_EQ"/>
105   </Match>
106   <Match>
107     <Bug pattern="VA_FORMAT_STRING_BAD_CONVERSION"/>
108   </Match>
109   <Match>
110     <Bug pattern="SR_NOT_CHECKED"/>
111   </Match>
112   <Match>
113     <Bug pattern="DB_DUPLICATE_SWITCH_CLAUSES"/>
114   </Match>
115   <Match>
116     <Bug pattern="NP_NULL_PARAM_DEREF_NONVIRTUAL"/>
117   </Match>
118   <Match>
119     <Bug pattern="IP_PARAMETER_IS_DEAD_BUT_OVERWRITTEN"/>
120   </Match>
121   <Match>
122     <Bug pattern="RV_RETURN_VALUE_IGNORED"/>
123   </Match>
124   <Match>
125     <Bug pattern="RV_EXCEPTION_NOT_THROWN"/>
126   </Match>
127   <Match>
128     <Bug pattern="DP_CREATE_CLASSLOADER_INSIDE_DO_PRIVILEGED"/>
129   </Match>
130   <Match>
131     <Bug pattern="CO_SELF_NO_OBJECT"/>
132   </Match>
133   <Match>
134     <Bug pattern="MS_MUTABLE_ARRAY"/>
135   </Match>
136   <Match>
137     <Bug pattern="DM_CONVERT_CASE"/>
138   </Match>
139   <Match>
140     <Bug pattern="INT_VACUOUS_COMPARISON"/>
141   </Match>
142   <Match>
143     <Bug pattern="UW_UNCOND_WAIT"/>
144   </Match>
145   <Match>
146     <Bug pattern="MS_FINAL_PKGPROTECT"/>
147   </Match>
148   <Match>
149     <Bug pattern="NP_BOOLEAN_RETURN_NULL"/>
150   </Match>
151   <Match>
152     <Bug pattern="DL_SYNCHRONIZATION_ON_UNSHARED_BOXED_PRIMITIVE"/>
153   </Match>
154   <Match>
155     <Bug pattern="TQ_MAYBE_SOURCE_VALUE_REACHES_ALWAYS_SINK"/>
156   </Match>
157   <Match>
158     <Bug pattern="DM_GC"/>
159   </Match>
160   <Match>
161     <Bug pattern="DMI_RANDOM_USED_ONLY_ONCE"/>
162   </Match>
163   <Match>
164     <Bug pattern="BX_BOXING_IMMEDIATELY_UNBOXED_TO_PERFORM_COERCION"/>
165   </Match>
166   <Match>
167     <Bug pattern="BIT_SIGNED_CHECK_HIGH_BIT"/>
168   </Match>
169   <Match>
170     <Bug pattern="DL_SYNCHRONIZATION_ON_BOXED_PRIMITIVE"/>
171   </Match>
172   <Match>
173     <Bug pattern="DE_MIGHT_DROP"/>
174   </Match>
175   <Match>
176     <Bug pattern="RV_DONT_JUST_NULL_CHECK_READLINE"/>
177   </Match>
178   <Match>
179     <Bug pattern="RV_CHECK_FOR_POSITIVE_INDEXOF"/>
180   </Match>
181   <Match>
182     <Bug pattern="URF_UNREAD_FIELD"/>
183   </Match>
184   <Match>
185     <Bug pattern="DMI_USELESS_SUBSTRING"/>
186   </Match>
187   <Match>
188     <Bug pattern="DM_MONITOR_WAIT_ON_CONDITION"/>
189   </Match>
190   <Match>
191     <Bug pattern="NP_NULL_INSTANCEOF"/>
192   </Match>
193   <Match>
194     <Bug pattern="MS_PKGPROTECT"/>
195   </Match>
196   <Match>
197     <Bug pattern="TQ_EXPLICIT_UNKNOWN_SOURCE_VALUE_REACHES_NEVER_SINK"/>
198   </Match>
199   <Match>
200     <Bug pattern="NP_LOAD_OF_KNOWN_NULL_VALUE"/>
201   </Match>
202   <Match>
203     <Bug pattern="EQ_OVERRIDING_EQUALS_NOT_SYMMETRIC"/>
204   </Match>
205   <Match>
206     <Bug pattern="EC_UNRELATED_INTERFACES"/>
207   </Match>
208   <Match>
209     <Bug pattern="SWL_SLEEP_WITH_LOCK_HELD"/>
210   </Match>
211   <Match>
212     <Bug pattern="DM_FP_NUMBER_CTOR"/>
213   </Match>
214   <Match>
215     <Bug pattern="FI_PUBLIC_SHOULD_BE_PROTECTED"/>
216   </Match>
217   <Match>
218     <Bug pattern="STI_INTERRUPTED_ON_CURRENTTHREAD"/>
219   </Match>
220   <Match>
221     <Bug pattern="SE_COMPARATOR_SHOULD_BE_SERIALIZABLE"/>
222   </Match>
223   <Match>
224     <Bug pattern="DE_MIGHT_IGNORE"/>
225   </Match>
226   <Match>
227     <Bug pattern="BIT_SIGNED_CHECK"/>
228   </Match>
229   <Match>
230     <Bug pattern="DMI_BAD_MONTH"/>
231   </Match>
232   <Match>
233     <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/>
234   </Match>
235   <Match>
236     <Bug pattern="FI_MISSING_SUPER_CALL"/>
237   </Match>
238   <Match>
239     <Bug pattern="EQ_OTHER_NO_OBJECT"/>
240   </Match>
241   <Match>
242     <Bug pattern="IJU_SETUP_NO_SUPER"/>
243   </Match>
244   <Match>
245     <Bug pattern="NP_NONNULL_PARAM_VIOLATION"/>
246   </Match>
247   <Match>
248     <Bug pattern="SQL_BAD_PREPARED_STATEMENT_ACCESS"/>
249   </Match>
250   <Match>
251     <Bug pattern="EQ_UNUSUAL"/>
252   </Match>
253   <Match>
254     <Bug pattern="FI_EMPTY"/>
255   </Match>
256   <Match>
257     <Bug pattern="NP_CLOSING_NULL"/>
258   </Match>
259   <Match>
260     <Bug pattern="UWF_NULL_FIELD"/>
261   </Match>
262   <Match>
263     <Bug pattern="SE_TRANSIENT_FIELD_OF_NONSERIALIZABLE_CLASS"/>
264   </Match>
265   <Match>
266     <Bug pattern="NN_NAKED_NOTIFY"/>
267   </Match>
268   <Match>
269     <Bug pattern="OS_OPEN_STREAM"/>
270   </Match>
271   <Match>
272     <Bug pattern="HE_USE_OF_UNHASHABLE_CLASS"/>
273   </Match>
274   <Match>
275     <Bug pattern="NM_SAME_SIMPLE_NAME_AS_SUPERCLASS"/>
276   </Match>
277   <Match>
278     <Bug pattern="EQ_ABSTRACT_SELF"/>
279   </Match>
280   <Match>
281     <Bug pattern="J2EE_STORE_OF_NON_SERIALIZABLE_OBJECT_INTO_SESSION"/>
282   </Match>
283   <Match>
284     <Bug pattern="TQ_EXPLICIT_UNKNOWN_SOURCE_VALUE_REACHES_ALWAYS_SINK"/>
285   </Match>
286   <Match>
287     <Bug pattern="RCN_REDUNDANT_COMPARISON_TWO_NULL_VALUES"/>
288   </Match>
289   <Match>
290     <Bug pattern="SIC_INNER_SHOULD_BE_STATIC_ANON"/>
291   </Match>
292   <Match>
293     <Bug pattern="JCIP_FIELD_ISNT_FINAL_IN_IMMUTABLE_CLASS"/>
294   </Match>
295   <Match>
296     <Bug pattern="EQ_SELF_USE_OBJECT"/>
297   </Match>
298   <Match>
299     <Bug pattern="NM_CLASS_NOT_EXCEPTION"/>
300   </Match>
301   <Match>
302     <Bug pattern="QBA_QUESTIONABLE_BOOLEAN_ASSIGNMENT"/>
303   </Match>
304   <Match>
305     <Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE"/>
306   </Match>
307   <Match>
308     <Bug pattern="SE_METHOD_MUST_BE_PRIVATE"/>
309   </Match>
310   <Match>
311     <Bug pattern="BC_IMPOSSIBLE_INSTANCEOF"/>
312   </Match>
313   <Match>
314     <Bug pattern="EC_ARRAY_AND_NONARRAY"/>
315   </Match>
316   <Match>
317     <Bug pattern="FI_EXPLICIT_INVOCATION"/>
318   </Match>
319   <Match>
320     <Bug pattern="SS_SHOULD_BE_STATIC"/>
321   </Match>
322   <Match>
323     <Bug pattern="BIT_IOR"/>
324   </Match>
325   <Match>
326     <Bug pattern="SE_NONFINAL_SERIALVERSIONID"/>
327   </Match>
328   <Match>
329     <Bug pattern="MS_SHOULD_BE_FINAL"/>
330   </Match>
331   <Match>
332     <Bug pattern="EQ_DONT_DEFINE_EQUALS_FOR_ENUM"/>
333   </Match>
334   <Match>
335     <Bug pattern="SE_TRANSIENT_FIELD_NOT_RESTORED"/>
336   </Match>
337   <Match>
338     <Bug pattern="VA_FORMAT_STRING_EXTRA_ARGUMENTS_PASSED"/>
339   </Match>
340   <Match>
341     <Bug pattern="EQ_ALWAYS_FALSE"/>
342   </Match>
343   <Match>
344     <Bug pattern="EI_EXPOSE_REP2"/>
345   </Match>
346   <Match>
347     <Bug pattern="RV_REM_OF_RANDOM_INT"/>
348   </Match>
349   <Match>
350     <Bug pattern="INT_VACUOUS_BIT_OPERATION"/>
351   </Match>
352   <Match>
353     <Bug pattern="SF_SWITCH_NO_DEFAULT"/>
354   </Match>
355   <Match>
356     <Bug pattern="IL_INFINITE_LOOP"/>
357   </Match>
358   <Match>
359     <Bug pattern="NP_NULL_PARAM_DEREF"/>
360   </Match>
361   <Match>
362     <Bug pattern="AM_CREATES_EMPTY_JAR_FILE_ENTRY"/>
363   </Match>
364   <Match>
365     <Bug pattern="EQ_COMPARING_CLASS_NAMES"/>
366   </Match>
367   <Match>
368     <Bug pattern="NP_ALWAYS_NULL_EXCEPTION"/>
369   </Match>
370   <Match>
371     <Bug pattern="DB_DUPLICATE_BRANCHES"/>
372   </Match>
373   <Match>
374     <Bug pattern="IMSE_DONT_CATCH_IMSE"/>
375   </Match>
376   <Match>
377     <Bug pattern="XSS_REQUEST_PARAMETER_TO_SERVLET_WRITER"/>
378   </Match>
379   <Match>
380     <Bug pattern="DM_STRING_CTOR"/>
381   </Match>
382   <Match>
383     <Bug pattern="SE_NO_SERIALVERSIONID"/>
384   </Match>
385   <Match>
386     <Bug pattern="SE_BAD_FIELD_STORE"/>
387   </Match>
388   <Match>
389     <Bug pattern="EC_UNRELATED_TYPES_USING_POINTER_EQUALITY"/>
390   </Match>
391   <Match>
392     <Bug pattern="SE_NO_SUITABLE_CONSTRUCTOR_FOR_EXTERNALIZATION"/>
393   </Match>
394   <Match>
395     <Bug pattern="DMI_HARDCODED_ABSOLUTE_FILENAME"/>
396   </Match>
397   <Match>
398     <Bug pattern="RU_INVOKE_RUN"/>
399   </Match>
400   <Match>
401     <Bug pattern="SQL_BAD_RESULTSET_ACCESS"/>
402   </Match>
403   <Match>
404     <Bug pattern="IJU_ASSERT_METHOD_INVOKED_FROM_RUN_METHOD"/>
405   </Match>
406   <Match>
407     <Bug pattern="BX_BOXING_IMMEDIATELY_UNBOXED"/>
408   </Match>
409   <Match>
410     <Bug pattern="VA_FORMAT_STRING_BAD_CONVERSION_FROM_ARRAY"/>
411   </Match>
412   <Match>
413     <Bug pattern="HE_HASHCODE_NO_EQUALS"/>
414   </Match>
415   <Match>
416     <Bug pattern="SI_INSTANCE_BEFORE_FINALS_ASSIGNED"/>
417   </Match>
418   <Match>
419     <Bug pattern="UI_INHERITANCE_UNSAFE_GETRESOURCE"/>
420   </Match>
421   <Match>
422     <Bug pattern="NP_SYNC_AND_NULL_CHECK_FIELD"/>
423   </Match>
424   <Match>
425     <Bug pattern="RpC_REPEATED_CONDITIONAL_TEST"/>
426   </Match>
427   <Match>
428     <Bug pattern="DLS_DEAD_LOCAL_STORE_IN_RETURN"/>
429   </Match>
430   <Match>
431     <Bug pattern="EC_UNRELATED_CLASS_AND_INTERFACE"/>
432   </Match>
433   <Match>
434     <Bug pattern="RE_CANT_USE_FILE_SEPARATOR_AS_REGULAR_EXPRESSION"/>
435   </Match>
436   <Match>
437     <Bug pattern="HE_INHERITS_EQUALS_USE_HASHCODE"/>
438   </Match>
439   <Match>
440     <Bug pattern="NP_DEREFERENCE_OF_READLINE_VALUE"/>
441   </Match>
442   <Match>
443     <Bug pattern="WA_NOT_IN_LOOP"/>
444   </Match>
445   <Match>
446     <Bug pattern="BC_IMPOSSIBLE_CAST"/>
447   </Match>
448   <Match>
449     <Bug pattern="OS_OPEN_STREAM_EXCEPTION_PATH"/>
450   </Match>
451   <Match>
452     <Bug pattern="ICAST_QUESTIONABLE_UNSIGNED_RIGHT_SHIFT"/>
453   </Match>
454   <Match>
455     <Bug pattern="NP_NULL_ON_SOME_PATH_EXCEPTION"/>
456   </Match>
457   <Match>
458     <Bug pattern="DMI_ANNOTATION_IS_NOT_VISIBLE_TO_REFLECTION"/>
459   </Match>
460   <Match>
461     <Bug pattern="IC_INIT_CIRCULARITY"/>
462   </Match>
463   <Match>
464     <Bug pattern="UM_UNNECESSARY_MATH"/>
465   </Match>
466   <Match>
467     <Bug pattern="NM_CLASS_NAMING_CONVENTION"/>
468   </Match>
469   <Match>
470     <Bug pattern="STCAL_STATIC_CALENDAR_INSTANCE"/>
471   </Match>
472   <Match>
473     <Bug pattern="NP_ALWAYS_NULL"/>
474   </Match>
475   <Match>
476     <Bug pattern="RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE"/>
477   </Match>
478   <Match>
479     <Bug pattern="NP_GUARANTEED_DEREF_ON_EXCEPTION_PATH"/>
480   </Match>
481   <Match>
482     <Bug pattern="UUF_UNUSED_FIELD"/>
483   </Match>
484   <Match>
485     <Bug pattern="EQ_DOESNT_OVERRIDE_EQUALS"/>
486   </Match>
487   <Match>
488     <Bug pattern="INT_BAD_COMPARISON_WITH_SIGNED_BYTE"/>
489   </Match>
490   <Match>
491     <Bug pattern="NP_CLONE_COULD_RETURN_NULL"/>
492   </Match>
493   <Match>
494     <Bug pattern="HE_EQUALS_NO_HASHCODE"/>
495   </Match>
496   <Match>
497     <Bug pattern="IS_FIELD_NOT_GUARDED"/>
498   </Match>
499   <Match>
500     <Bug pattern="NM_LCASE_TOSTRING"/>
501   </Match>
502   <Match>
503     <Bug pattern="NM_WRONG_PACKAGE"/>
504   </Match>
505   <Match>
506     <Bug pattern="UCF_USELESS_CONTROL_FLOW"/>
507   </Match>
508   <Match>
509     <Bug pattern="DM_USELESS_THREAD"/>
510   </Match>
511   <Match>
512     <Bug pattern="DMI_USING_REMOVEALL_TO_CLEAR_COLLECTION"/>
513   </Match>
514   <Match>
515     <Bug pattern="SQL_PREPARED_STATEMENT_GENERATED_FROM_NONCONSTANT_STRING"/>
516   </Match>
517   <Match>
518     <Bug pattern="NP_EQUALS_SHOULD_HANDLE_NULL_ARGUMENT"/>
519   </Match>
520   <Match>
521     <Bug pattern="ICAST_BAD_SHIFT_AMOUNT"/>
522   </Match>
523   <Match>
524     <Bug pattern="ICAST_IDIV_CAST_TO_DOUBLE"/>
525   </Match>
526   <Match>
527     <Bug pattern="FI_NULLIFY_SUPER"/>
528   </Match>
529   <Match>
530     <Bug pattern="MS_MUTABLE_HASHTABLE"/>
531   </Match>
532   <Match>
533     <Bug pattern="SE_READ_RESOLVE_MUST_RETURN_OBJECT"/>
534   </Match>
535   <Match>
536     <Bug pattern="SIO_SUPERFLUOUS_INSTANCEOF"/>
537   </Match>
538   <Match>
539     <Bug pattern="BOA_BADLY_OVERRIDDEN_ADAPTER"/>
540   </Match>
541   <Match>
542     <Bug pattern="IM_AVERAGE_COMPUTATION_COULD_OVERFLOW"/>
543   </Match>
544   <Match>
545     <Bug pattern="DM_NEW_FOR_GETCLASS"/>
546   </Match>
547   <Match>
548     <Bug pattern="NM_CONFUSING"/>
549   </Match>
550   <Match>
551     <Bug pattern="WMI_WRONG_MAP_ITERATOR"/>
552   </Match>
553   <Match>
554     <Bug pattern="NP_UNWRITTEN_FIELD"/>
555   </Match>
556   <Match>
557     <Bug pattern="SE_BAD_FIELD_INNER_CLASS"/>
558   </Match>
559   <Match>
560     <Bug pattern="RV_RETURN_VALUE_IGNORED_BAD_PRACTICE"/>
561   </Match>
562   <Match>
563     <Bug pattern="UCF_USELESS_CONTROL_FLOW_NEXT_LINE"/>
564   </Match>
565   <Match>
566     <Bug pattern="NP_GUARANTEED_DEREF"/>
567   </Match>
568   <Match>
569     <Bug pattern="EI_EXPOSE_STATIC_REP2"/>
570   </Match>
571   <Match>
572     <Bug pattern="NM_FUTURE_KEYWORD_USED_AS_MEMBER_IDENTIFIER"/>
573   </Match>
574   <Match>
575     <Bug pattern="WA_AWAIT_NOT_IN_LOOP"/>
576   </Match>
577   <Match>
578     <Bug pattern="RC_REF_COMPARISON"/>
579   </Match>
580   <Match>
581     <Bug pattern="SC_START_IN_CTOR"/>
582   </Match>
583   <Match>
584     <Bug pattern="MF_CLASS_MASKS_FIELD"/>
585   </Match>
586   <Match>
587     <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
588   </Match>
589   <Match>
590     <Bug pattern="PS_PUBLIC_SEMAPHORES"/>
591   </Match>
592   <Match>
593     <Bug pattern="DMI_INVOKING_HASHCODE_ON_ARRAY"/>
594   </Match>
595   <Match>
596     <Bug pattern="SKIPPED_CLASS_TOO_BIG"/>
597   </Match>
598   <Match>
599     <Bug pattern="UR_UNINIT_READ_CALLED_FROM_SUPER_CONSTRUCTOR"/>
600   </Match>
601   <Match>
602     <Bug pattern="HSC_HUGE_SHARED_STRING_CONSTANT"/>
603   </Match>
604   <Match>
605     <Bug pattern="SA_LOCAL_SELF_COMPUTATION"/>
606   </Match>
607   <Match>
608     <Bug pattern="VA_FORMAT_STRING_ILLEGAL"/>
609   </Match>
610   <Match>
611     <Bug pattern="SE_NO_SUITABLE_CONSTRUCTOR"/>
612   </Match>
613   <Match>
614     <Bug pattern="MWN_MISMATCHED_NOTIFY"/>
615   </Match>
616   <Match>
617     <Bug pattern="NP_NULL_PARAM_DEREF_ALL_TARGETS_DANGEROUS"/>
618   </Match>
619   <Match>
620     <Bug pattern="STCAL_INVOKE_ON_STATIC_DATE_FORMAT_INSTANCE"/>
621   </Match>
622   <Match>
623     <Bug pattern="SE_READ_RESOLVE_IS_STATIC"/>
624   </Match>
625   <Match>
626     <Bug pattern="SA_LOCAL_DOUBLE_ASSIGNMENT"/>
627   </Match>
628   <Match>
629     <Bug pattern="DP_DO_INSIDE_DO_PRIVILEGED"/>
630   </Match>
631   <Match>
632     <Bug pattern="RV_RETURN_VALUE_IGNORED2"/>
633   </Match>
634   <Match>
635     <Bug pattern="RI_REDUNDANT_INTERFACES"/>
636   </Match>
637   <Match>
638     <Bug pattern="MTIA_SUSPECT_SERVLET_INSTANCE_FIELD"/>
639   </Match>
640   <Match>
641     <Bug pattern="FI_FINALIZER_ONLY_NULLS_FIELDS"/>
642   </Match>
643   <Match>
644     <Bug pattern="NM_VERY_CONFUSING"/>
645   </Match>
646   <Match>
647     <Bug pattern="VA_FORMAT_STRING_NO_PREVIOUS_ARGUMENT"/>
648   </Match>
649   <Match>
650     <Bug pattern="IO_APPENDING_TO_OBJECT_OUTPUT_STREAM"/>
651   </Match>
652   <Match>
653     <Bug pattern="DM_RUN_FINALIZERS_ON_EXIT"/>
654   </Match>
655   <Match>
656     <Bug pattern="STCAL_STATIC_SIMPLE_DATE_FORMAT_INSTANCE"/>
657   </Match>
658   <Match>
659     <Bug pattern="FI_FINALIZER_NULLS_FIELDS"/>
660   </Match>
661   <Match>
662     <Bug pattern="FE_TEST_IF_EQUAL_TO_NOT_A_NUMBER"/>
663   </Match>
664   <Match>
665     <Bug pattern="DMI_UNSUPPORTED_METHOD"/>
666   </Match>
667   <Match>
668     <Bug pattern="TLW_TWO_LOCK_WAIT"/>
669   </Match>
670   <Match>
671     <Bug pattern="DMI_CONSTANT_DB_PASSWORD"/>
672   </Match>
673   <Match>
674     <Bug pattern="RV_01_TO_INT"/>
675   </Match>
676   <Match>
677     <Bug pattern="IA_AMBIGUOUS_INVOCATION_OF_INHERITED_OR_OUTER_METHOD"/>
678   </Match>
679   <Match>
680     <Bug pattern="DMI_COLLECTION_OF_URLS"/>
681   </Match>
682   <Match>
683     <Bug pattern="BIT_AND_ZZ"/>
684   </Match>
685   <Match>
686     <Bug pattern="DM_STRING_VOID_CTOR"/>
687   </Match>
688   <Match>
689     <Bug pattern="UL_UNRELEASED_LOCK"/>
690   </Match>
691   <Match>
692     <Bug pattern="NM_METHOD_NAMING_CONVENTION"/>
693   </Match>
694   <Match>
695     <Bug pattern="HRS_REQUEST_PARAMETER_TO_HTTP_HEADER"/>
696   </Match>
697   <Match>
698     <Bug pattern="CN_IMPLEMENTS_CLONE_BUT_NOT_CLONEABLE"/>
699   </Match>
700   <Match>
701     <Bug pattern="SIC_THREADLOCAL_DEADLY_EMBRACE"/>
702   </Match>
703   <Match>
704     <Bug pattern="DL_SYNCHRONIZATION_ON_SHARED_CONSTANT"/>
705   </Match>
706   <Match>
707     <Bug pattern="MF_METHOD_MASKS_FIELD"/>
708   </Match>
709   <Match>
710     <Bug pattern="NM_WRONG_PACKAGE_INTENTIONAL"/>
711   </Match>
712   <Match>
713     <Bug pattern="INT_BAD_REM_BY_1"/>
714   </Match>
715   <Match>
716     <Bug pattern="ES_COMPARING_STRINGS_WITH_EQ"/>
717   </Match>
718   <Match>
719     <Bug pattern="SA_FIELD_SELF_COMPARISON"/>
720   </Match>
721   <Match>
722     <Bug pattern="QF_QUESTIONABLE_FOR_LOOP"/>
723   </Match>
724   <Match>
725     <Bug pattern="VA_FORMAT_STRING_BAD_CONVERSION_TO_BOOLEAN"/>
726   </Match>
727   <Match>
728     <Bug pattern="XFB_XML_FACTORY_BYPASS"/>
729   </Match>
730   <Match>
731     <Bug pattern="SE_INNER_CLASS"/>
732   </Match>
733   <Match>
734     <Bug pattern="CI_CONFUSED_INHERITANCE"/>
735   </Match>
736   <Match>
737     <Bug pattern="UWF_UNWRITTEN_FIELD"/>
738   </Match>
739   <Match>
740     <Bug pattern="WS_WRITEOBJECT_SYNC"/>
741   </Match>
742   <Match>
743     <Bug pattern="CN_IDIOM_NO_SUPER_CALL"/>
744   </Match>
745   <Match>
746     <Bug pattern="DLS_DEAD_STORE_OF_CLASS_LITERAL"/>
747   </Match>
748   <Match>
749     <Bug pattern="BC_EQUALS_METHOD_SHOULD_WORK_FOR_ALL_OBJECTS"/>
750   </Match>
751   <Match>
752     <Bug pattern="FI_USELESS"/>
753   </Match>
754   <Match>
755     <Bug pattern="NM_METHOD_CONSTRUCTOR_CONFUSION"/>
756   </Match>
757   <Match>
758     <Bug pattern="ML_SYNC_ON_FIELD_TO_GUARD_CHANGING_THAT_FIELD"/>
759   </Match>
760   <Match>
761     <Bug pattern="MWN_MISMATCHED_WAIT"/>
762   </Match>
763   <Match>
764     <Bug pattern="ML_SYNC_ON_UPDATED_FIELD"/>
765   </Match>
766   <Match>
767     <Bug pattern="FL_MATH_USING_FLOAT_PRECISION"/>
768   </Match>
769   <Match>
770     <Bug pattern="DM_NEXTINT_VIA_NEXTDOUBLE"/>
771   </Match>
772   <Match>
773     <Bug pattern="VA_FORMAT_STRING_EXPECTED_MESSAGE_FORMAT_SUPPLIED"/>
774   </Match>
775   <Match>
776     <Bug pattern="DMI_NONSERIALIZABLE_OBJECT_WRITTEN"/>
777   </Match>
778   <Match>
779     <Bug pattern="MTIA_SUSPECT_STRUTS_INSTANCE_FIELD"/>
780   </Match>
781   <Match>
782     <Bug pattern="EQ_OTHER_USE_OBJECT"/>
783   </Match>
784   <Match>
785     <Bug pattern="RCN_REDUNDANT_COMPARISON_OF_NULL_AND_NONNULL_VALUE"/>
786   </Match>
787   <Match>
788     <Bug pattern="DLS_DEAD_LOCAL_STORE_OF_NULL"/>
789   </Match>
790   <Match>
791     <Bug pattern="DMI_BLOCKING_METHODS_ON_URL"/>
792   </Match>
793   <Match>
794     <Bug pattern="MS_CANNOT_BE_FINAL"/>
795   </Match>
796   <Match>
797     <Bug pattern="NP_NULL_ON_SOME_PATH_MIGHT_BE_INFEASIBLE"/>
798   </Match>
799   <Match>
800     <Bug pattern="NP_STORE_INTO_NONNULL_FIELD"/>
801   </Match>
802   <Match>
803     <Bug pattern="DMI_INVOKING_TOSTRING_ON_ANONYMOUS_ARRAY"/>
804   </Match>
805   <Match>
806     <Bug pattern="IM_BAD_CHECK_FOR_ODD"/>
807   </Match>
808   <Match>
809     <Bug pattern="NM_VERY_CONFUSING_INTENTIONAL"/>
810   </Match>
811   <Match>
812     <Bug pattern="SP_SPIN_ON_FIELD"/>
813   </Match>
814   <Match>
815     <Bug pattern="IS2_INCONSISTENT_SYNC"/>
816   </Match>
817   <Match>
818     <Bug pattern="ICAST_INT_CAST_TO_DOUBLE_PASSED_TO_CEIL"/>
819   </Match>
820   <Match>
821     <Bug pattern="ODR_OPEN_DATABASE_RESOURCE_EXCEPTION_PATH"/>
822   </Match>
823   <Match>
824     <Bug pattern="CN_IDIOM"/>
825   </Match>
826   <Match>
827     <Bug pattern="DMI_SCHEDULED_THREAD_POOL_EXECUTOR_WITH_ZERO_CORE_THREADS"/>
828   </Match>
829   <Match>
830     <Bug pattern="XSS_REQUEST_PARAMETER_TO_SEND_ERROR"/>
831   </Match>
832   <Match>
833     <Bug pattern="GC_UNCHECKED_TYPE_IN_GENERIC_CALL"/>
834   </Match>
835   <Match>
836     <Bug pattern="SE_PRIVATE_READ_RESOLVE_NOT_INHERITED"/>
837   </Match>
838   <Match>
839     <Bug pattern="DMI_INVOKING_TOSTRING_ON_ARRAY"/>
840   </Match>
841   <Match>
842     <Bug pattern="DL_SYNCHRONIZATION_ON_BOOLEAN"/>
843   </Match>
844   <Match>
845     <Bug pattern="SW_SWING_METHODS_INVOKED_IN_SWING_THREAD"/>
846   </Match>
847   <Match>
848     <Bug pattern="NP_ARGUMENT_MIGHT_BE_NULL"/>
849   </Match>
850   <Match>
851     <Bug pattern="NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE"/>
852   </Match>
853   <Match>
854     <Bug pattern="CO_ABSTRACT_SELF"/>
855   </Match>
856   <Match>
857     <Bug pattern="DM_EXIT"/>
858   </Match>
859   <Match>
860     <Bug pattern="RV_RETURN_VALUE_OF_PUTIFABSENT_IGNORED"/>
861   </Match>
862   <Match>
863     <Bug pattern="DC_DOUBLECHECK"/>
864   </Match>
865   <Match>
866     <Bug pattern="UL_UNRELEASED_LOCK_EXCEPTION_PATH"/>
867   </Match>
868   <Match>
869     <Bug pattern="EC_BAD_ARRAY_COMPARE"/>
870   </Match>
871   <Match>
872     <Bug pattern="SE_BAD_FIELD"/>
873   </Match>
874   <Match>
875     <Bug pattern="SA_LOCAL_SELF_ASSIGNMENT"/>
876   </Match>
877   <Match>
878     <Bug pattern="REC_CATCH_EXCEPTION"/>
879   </Match>
880   <Match>
881     <Bug pattern="TQ_NEVER_VALUE_USED_WHERE_ALWAYS_REQUIRED"/>
882   </Match>
883   <Match>
884     <Bug pattern="UR_UNINIT_READ"/>
885   </Match>
886   <Match>
887     <Bug pattern="DMI_VACUOUS_SELF_COLLECTION_CALL"/>
888   </Match>
889   <Match>
890     <Bug pattern="DMI_FUTILE_ATTEMPT_TO_CHANGE_MAXPOOL_SIZE_OF_SCHEDULED_THREAD_POOL_EXECUTOR"/>
891   </Match>
892   <Match>
893     <Bug pattern="BIT_AND"/>
894   </Match>
895   <Match>
896     <Bug pattern="RR_NOT_CHECKED"/>
897   </Match>
898   <Match>
899     <Bug pattern="ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD"/>
900   </Match>
901   <Match>
902     <Bug pattern="EQ_SELF_NO_OBJECT"/>
903   </Match>
904   <Match>
905     <Bug pattern="NP_TOSTRING_COULD_RETURN_NULL"/>
906   </Match>
907   <Match>
908     <Bug pattern="DMI_COLLECTIONS_SHOULD_NOT_CONTAIN_THEMSELVES"/>
909   </Match>
910   <Match>
911     <Bug pattern="GC_UNRELATED_TYPES"/>
912   </Match>
913   <Match>
914     <Bug pattern="HE_SIGNATURE_DECLARES_HASHING_OF_UNHASHABLE_CLASS"/>
915   </Match>
916   <Match>
917     <Bug pattern="EC_NULL_ARG"/>
918   </Match>
919   <Match>
920     <Bug pattern="IL_INFINITE_RECURSIVE_LOOP"/>
921   </Match>
922   <Match>
923     <Bug pattern="NP_NONNULL_RETURN_VIOLATION"/>
924   </Match>
925   <Match>
926     <Bug pattern="DM_STRING_TOSTRING"/>
927   </Match>
928   <Match>
929     <Bug pattern="AM_CREATES_EMPTY_ZIP_FILE_ENTRY"/>
930   </Match>
931   <Match>
932     <Bug pattern="VA_PRIMITIVE_ARRAY_PASSED_TO_OBJECT_VARARG"/>
933   </Match>
934   <Match>
935     <Bug pattern="NS_NON_SHORT_CIRCUIT"/>
936   </Match>
937   <Match>
938     <Bug pattern="DM_BOOLEAN_CTOR"/>
939   </Match>
940   <Match>
941     <Bug pattern="DLS_DEAD_LOCAL_STORE"/>
942   </Match>
943   <Match>
944     <Bug pattern="BC_BAD_CAST_TO_CONCRETE_COLLECTION"/>
945   </Match>
946   <Match>
947     <Bug pattern="SIC_INNER_SHOULD_BE_STATIC_NEEDS_THIS"/>
948   </Match>
949   <Match>
950     <Bug pattern="LI_LAZY_INIT_STATIC"/>
951   </Match>
952   <Match>
953     <Bug pattern="HE_EQUALS_USE_HASHCODE"/>
954   </Match>
955   <Match>
956     <Bug pattern="RV_ABSOLUTE_VALUE_OF_RANDOM_INT"/>
957   </Match>
958   <Match>
959     <Bug pattern="FE_FLOATING_POINT_EQUALITY"/>
960   </Match>
961   <Match>
962     <Bug pattern="NM_FUTURE_KEYWORD_USED_AS_IDENTIFIER"/>
963   </Match>
964   <Match>
965     <Bug pattern="ICAST_INTEGER_MULTIPLY_CAST_TO_LONG"/>
966   </Match>
967   <Match>
968     <Bug pattern="NM_SAME_SIMPLE_NAME_AS_INTERFACE"/>
969   </Match>
970   <Match>
971     <Bug pattern="STI_INTERRUPTED_ON_UNKNOWNTHREAD"/>
972   </Match>
973   <Match>
974     <Bug pattern="SA_FIELD_SELF_ASSIGNMENT"/>
975   </Match>
976   <Match>
977     <Bug pattern="DMI_EMPTY_DB_PASSWORD"/>
978   </Match>
979   <Match>
980     <Bug pattern="IJU_BAD_SUITE_METHOD"/>
981   </Match>
982   <Match>
983     <Bug pattern="VA_FORMAT_STRING_MISSING_ARGUMENT"/>
984   </Match>
985   <Match>
986     <Bug pattern="BIT_ADD_OF_SIGNED_BYTE"/>
987   </Match>
988   <Match>
989     <Bug pattern="SBSC_USE_STRINGBUFFER_CONCATENATION"/>
990   </Match>
991   <Match>
992     <Bug pattern="WL_USING_GETCLASS_RATHER_THAN_CLASS_LITERAL"/>
993   </Match>
994   <Match>
995     <Bug pattern="SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE"/>
996   </Match>
997   <Match>
998     <Bug pattern="TQ_ALWAYS_VALUE_USED_WHERE_NEVER_REQUIRED"/>
999   </Match>
1000   <Match>
1001     <Bug pattern="RE_BAD_SYNTAX_FOR_REGULAR_EXPRESSION"/>
1002   </Match>
1003   <Match>
1004     <Bug pattern="NP_PARAMETER_MUST_BE_NONNULL_BUT_MARKED_AS_NULLABLE"/>
1005   </Match>
1006   <Match>
1007     <Bug pattern="EQ_ALWAYS_TRUE"/>
1008   </Match>
1009   <Match>
1010     <Bug pattern="STCAL_INVOKE_ON_STATIC_CALENDAR_INSTANCE"/>
1011   </Match>
1012   <Match>
1013     <Bug pattern="ISC_INSTANTIATE_STATIC_CLASS"/>
1014   </Match>
1015   <Match>
1016     <Bug pattern="BC_BAD_CAST_TO_ABSTRACT_COLLECTION"/>
1017   </Match>
1018   <Match>
1019     <Bug pattern="IT_NO_SUCH_ELEMENT"/>
1020   </Match>
1021   <Match>
1022     <Bug pattern="EI_EXPOSE_REP"/>
1023   </Match>
1024   <Match>
1025     <Bug pattern="INT_BAD_COMPARISON_WITH_NONNEGATIVE_VALUE"/>
1026   </Match>
1027   <Match>
1028     <Bug pattern="MSF_MUTABLE_SERVLET_FIELD"/>
1029   </Match>
1030   <Match>
1031     <Bug pattern="BIT_IOR_OF_SIGNED_BYTE"/>
1032   </Match>
1033   <Match>
1034     <Bug pattern="JLM_JSR166_LOCK_MONITORENTER"/>
1035   </Match>
1036   <Match>
1037     <Bug pattern="IS_INCONSISTENT_SYNC"/>
1038   </Match>
1039   <Match>
1040     <Bug pattern="LG_LOST_LOGGER_DUE_TO_WEAK_REFERENCE"/>
1041   </Match>
1042   <Match>
1043     <Bug pattern="RV_REM_OF_HASHCODE"/>
1044   </Match>
1045   <Match>
1046     <Bug pattern="ICAST_INT_CAST_TO_FLOAT_PASSED_TO_ROUND"/>
1047   </Match>
1048   <Match>
1049     <Bug pattern="SE_NONSTATIC_SERIALVERSIONID"/>
1050   </Match>
1051   <Match>
1052     <Bug pattern="BC_VACUOUS_INSTANCEOF"/>
1053   </Match>
1054   <Match>
1055     <Bug pattern="RC_REF_COMPARISON_BAD_PRACTICE_BOOLEAN"/>
1056   </Match>
1057   <Match>
1058     <Bug pattern="RV_ABSOLUTE_VALUE_OF_HASHCODE"/>
1059   </Match>
1060   <Match>
1061     <Bug pattern="DMI_CALLING_NEXT_FROM_HASNEXT"/>
1062   </Match>
1063   <Match>
1064     <Bug pattern="NP_NULL_ON_SOME_PATH"/>
1065   </Match>
1066   <Match>
1067     <Bug pattern="RS_READOBJECT_SYNC"/>
1068   </Match>
1069   <Match>
1070     <Bug pattern="EC_INCOMPATIBLE_ARRAY_COMPARE"/>
1071   </Match>
1072   <Match>
1073     <Bug pattern="NS_DANGEROUS_NON_SHORT_CIRCUIT"/>
1074   </Match>
1075   <Match>
1076     <Bug pattern="BC_IMPOSSIBLE_DOWNCAST_OF_TOARRAY"/>
1077   </Match>
1078   <Match>
1079     <Bug pattern="BC_UNCONFIRMED_CAST"/>
1080   </Match>
1081   <Match>
1082     <Bug pattern="EQ_GETCLASS_AND_CLASS_CONSTANT"/>
1083   </Match>
1084   <Match>
1085     <Bug pattern="SA_FIELD_DOUBLE_ASSIGNMENT"/>
1086   </Match>
1087   <Match>
1088     <Bug pattern="VA_FORMAT_STRING_ARG_MISMATCH"/>
1089   </Match>
1090   <Match>
1091     <Bug pattern="MS_OOI_PKGPROTECT"/>
1092   </Match>
1093   <Match>
1094     <Bug pattern="EC_UNRELATED_TYPES"/>
1095   </Match>
1096   <Match>
1097     <Bug pattern="MS_EXPOSE_REP"/>
1098   </Match>
1099   <Match>
1100     <Bug pattern="BX_UNBOXED_AND_COERCED_FOR_TERNARY_OPERATOR"/>
1101   </Match>
1102   <Match>
1103     <Bug pattern="SF_SWITCH_FALLTHROUGH"/>
1104   </Match>
1105   <Match>
1106     <Bug pattern="NP_IMMEDIATE_DEREFERENCE_OF_READLINE"/>
1107   </Match>
1108   <Match>
1109     <Bug pattern="ESync_EMPTY_SYNC"/>
1110   </Match>
1111   <Match>
1112     <Bug pattern="HRS_REQUEST_PARAMETER_TO_COOKIE"/>
1113   </Match>
1114   <Match>
1115     <Bug pattern="DMI_LONG_BITS_TO_DOUBLE_INVOKED_ON_INT"/>
1116   </Match>
1117   <Match>
1118     <Bug pattern="UMAC_UNCALLABLE_METHOD_OF_ANONYMOUS_CLASS"/>
1119   </Match>
1120   <Match>
1121     <Bug pattern="IJU_NO_TESTS"/>
1122   </Match>
1123   <Match>
1124     <Bug pattern="RE_POSSIBLE_UNINTENDED_PATTERN"/>
1125   </Match>
1126   <Match>
1127     <Bug pattern="DLS_OVERWRITTEN_INCREMENT"/>
1128   </Match>
1129   <Match>
1130     <Bug pattern="AT_OPERATION_SEQUENCE_ON_CONCURRENT_ABSTRACTION"/>
1131   </Match>
1132   <Match>
1133     <Bug pattern="BX_UNBOXING_IMMEDIATELY_REBOXED"/>
1134   </Match>
1135   <Match>
1136     <Bug pattern="CO_COMPARETO_RESULTS_MIN_VALUE"/>
1137   </Match>
1138   <Match>
1139     <Bug pattern="DLS_DEAD_LOCAL_STORE_SHADOWS_FIELD"/>
1140   </Match>
1141   <Match>
1142     <Bug pattern="DMI_ARGUMENTS_WRONG_ORDER"/>
1143   </Match>
1144   <Match>
1145     <Bug pattern="DMI_BIGDECIMAL_CONSTRUCTED_FROM_DOUBLE"/>
1146   </Match>
1147   <Match>
1148     <Bug pattern="DMI_DOH"/>
1149   </Match>
1150   <Match>
1151     <Bug pattern="DMI_ENTRY_SETS_MAY_REUSE_ENTRY_OBJECTS"/>
1152   </Match>
1153   <Match>
1154     <Bug pattern="DM_DEFAULT_ENCODING"/>
1155   </Match>
1156   <Match>
1157     <Bug pattern="ICAST_INT_2_LONG_AS_INSTANT"/>
1158   </Match>
1159   <Match>
1160     <Bug pattern="INT_BAD_COMPARISON_WITH_INT_VALUE"/>
1161   </Match>
1162   <Match>
1163     <Bug pattern="JML_JSR166_CALLING_WAIT_RATHER_THAN_AWAIT"/>
1164   </Match>
1165   <Match>
1166     <Bug pattern="NP_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD"/>
1167   </Match>
1168   <Match>
1169     <Bug pattern="OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE"/>
1170   </Match>
1171   <Match>
1172     <Bug pattern="PZ_DONT_REUSE_ENTRY_OBJECTS_IN_ITERATORS"/>
1173   </Match>
1174   <Match>
1175     <Bug pattern="RV_CHECK_COMPARETO_FOR_SPECIFIC_RETURN_VALUE"/>
1176   </Match>
1177   <Match>
1178     <Bug pattern="RV_NEGATING_RESULT_OF_COMPARETO"/>
1179   </Match>
1180   <Match>
1181     <Bug pattern="RV_RETURN_VALUE_IGNORED_INFERRED"/>
1182   </Match>
1183   <Match>
1184     <Bug pattern="SA_LOCAL_SELF_ASSIGNMENT_INSTEAD_OF_FIELD"/>
1185   </Match>
1186   <Match>
1187     <Bug pattern="URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD"/>
1188   </Match>
1189   <Match>
1190     <Bug pattern="UUF_UNUSED_PUBLIC_OR_PROTECTED_FIELD"/>
1191   </Match>
1192   <Match>
1193     <Bug pattern="UWF_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD"/>
1194   </Match>
1195   <Match>
1196     <Bug pattern="VA_FORMAT_STRING_USES_NEWLINE"/>
1197   </Match>
1198   <Match>
1199     <Bug pattern="VO_VOLATILE_INCREMENT"/>
1200   </Match>
1201   <Match>
1202     <Bug pattern="PT_ABSOLUTE_PATH_TRAVERSAL"/>
1203   </Match>
1204   <Match>
1205     <Bug pattern="PT_RELATIVE_PATH_TRAVERSAL"/>
1206   </Match>
1207   <Match>
1208     <Bug pattern="NP_NONNULL_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/>
1209   </Match>
1210   <Match>
1211     <Bug pattern="MS_SHOULD_BE_REFACTORED_TO_BE_FINAL"/>
1212   </Match>
1213   <Match>
1214     <Bug pattern="BC_UNCONFIRMED_CAST_OF_RETURN_VALUE"/>
1215   </Match>
1216   <Match>
1217     <Bug pattern="TQ_COMPARING_VALUES_WITH_INCOMPATIBLE_TYPE_QUALIFIERS"/>
1218   </Match>
1219 </FindBugsFilter>