You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

findbugs-exclude.xml 5.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FindBugsFilter>
  3. <Match>
  4. <!-- 131 warnings -->
  5. <Bug pattern="BC_UNCONFIRMED_CAST"/>
  6. </Match>
  7. <Match>
  8. <!-- 8 warnings -->
  9. <Bug pattern="CI_CONFUSED_INHERITANCE"/>
  10. </Match>
  11. <Match>
  12. <Bug pattern="CN_IDIOM_NO_SUPER_CALL"/>
  13. <Or>
  14. <And>
  15. <Class name="org.apache.fop.render.intermediate.IFGraphicContext"/>
  16. <Method name="clone"/>
  17. </And>
  18. </Or>
  19. </Match>
  20. <Match>
  21. <!-- 15 warnings -->
  22. <Bug pattern="DB_DUPLICATE_SWITCH_CLAUSES"/>
  23. </Match>
  24. <Match>
  25. <!-- 27 warnings -->
  26. <Bug pattern="DLS_DEAD_LOCAL_STORE"/>
  27. </Match>
  28. <Match>
  29. <!-- 3 warnings -->
  30. <Bug pattern="DLS_DEAD_LOCAL_STORE_OF_NULL"/>
  31. </Match>
  32. <Match>
  33. <!-- 4 warnings -->
  34. <Bug pattern="DM_BOOLEAN_CTOR"/>
  35. </Match>
  36. <Match>
  37. <!-- 29 warnings -->
  38. <Bug pattern="DM_CONVERT_CASE"/>
  39. </Match>
  40. <Match>
  41. <!-- 5 warnings -->
  42. <Bug pattern="DM_EXIT"/>
  43. </Match>
  44. <Match>
  45. <!-- 20 warnings -->
  46. <Bug pattern="DM_FP_NUMBER_CTOR"/>
  47. </Match>
  48. <Match>
  49. <!-- 88 warnings -->
  50. <Bug pattern="DM_NUMBER_CTOR"/>
  51. </Match>
  52. <Match>
  53. <!-- 4 warnings -->
  54. <Bug pattern="DM_STRING_VOID_CTOR"/>
  55. </Match>
  56. <Match>
  57. <!-- 84 warnings -->
  58. <Bug pattern="EI_EXPOSE_REP"/>
  59. </Match>
  60. <Match>
  61. <!-- 55 warnings -->
  62. <Bug pattern="EI_EXPOSE_REP2"/>
  63. </Match>
  64. <Match>
  65. <Bug pattern="EQ_ALWAYS_TRUE"/>
  66. <Or>
  67. <And>
  68. <Class name="org.apache.fop.fo.properties.ToBeImplementedProperty"/>
  69. <Method name="equals"/>
  70. </And>
  71. </Or>
  72. </Match>
  73. <Match>
  74. <!-- 3 warnings -->
  75. <Bug pattern="ES_COMPARING_PARAMETER_STRING_WITH_EQ"/>
  76. </Match>
  77. <Match>
  78. <!-- 3 warnings -->
  79. <Bug pattern="ES_COMPARING_STRINGS_WITH_EQ"/>
  80. </Match>
  81. <Match>
  82. <!-- 12 warnings -->
  83. <Bug pattern="FE_FLOATING_POINT_EQUALITY"/>
  84. </Match>
  85. <Match>
  86. <!-- 3 warnings -->
  87. <Bug pattern="IS2_INCONSISTENT_SYNC"/>
  88. </Match>
  89. <Match>
  90. <!-- 6 warnings -->
  91. <Bug pattern="ITA_INEFFICIENT_TO_ARRAY"/>
  92. </Match>
  93. <Match>
  94. <!-- 9 warnings -->
  95. <Bug pattern="LI_LAZY_INIT_STATIC"/>
  96. </Match>
  97. <Match>
  98. <Bug pattern="MS_EXPOSE_REP"/>
  99. <Or>
  100. <And>
  101. <Class name="org.apache.fop.fo.FOPropertyMapping"/>
  102. <Method name="getGenericMappings"/>
  103. </And>
  104. </Or>
  105. </Match>
  106. <Match>
  107. <!-- 12 warnings -->
  108. <Bug pattern="MS_OOI_PKGPROTECT"/>
  109. </Match>
  110. <Match>
  111. <!-- 15 warnings -->
  112. <Bug pattern="MS_PKGPROTECT"/>
  113. </Match>
  114. <Match>
  115. <!-- 11 warnings -->
  116. <Bug pattern="NM_CONFUSING"/>
  117. </Match>
  118. <Match>
  119. <!-- 3 warnings -->
  120. <Bug pattern="NM_SAME_SIMPLE_NAME_AS_INTERFACE"/>
  121. </Match>
  122. <Match>
  123. <!-- 5 warnings -->
  124. <Bug pattern="NM_SAME_SIMPLE_NAME_AS_SUPERCLASS"/>
  125. </Match>
  126. <Match>
  127. <!-- 4 warnings -->
  128. <Bug pattern="NP_LOAD_OF_KNOWN_NULL_VALUE"/>
  129. </Match>
  130. <Match>
  131. <!-- 4 warnings -->
  132. <Bug pattern="NP_NULL_ON_SOME_PATH"/>
  133. </Match>
  134. <Match>
  135. <!-- 3 warnings -->
  136. <Bug pattern="NS_DANGEROUS_NON_SHORT_CIRCUIT"/>
  137. </Match>
  138. <Match>
  139. <!-- 4 warnings -->
  140. <Bug pattern="OS_OPEN_STREAM"/>
  141. </Match>
  142. <Match>
  143. <!-- 46 warnings -->
  144. <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
  145. </Match>
  146. <Match>
  147. <!-- 10 warnings -->
  148. <Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE"/>
  149. </Match>
  150. <Match>
  151. <!-- 3 warnings -->
  152. <Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NULL_VALUE"/>
  153. </Match>
  154. <Match>
  155. <!-- 23 warnings -->
  156. <Bug pattern="REC_CATCH_EXCEPTION"/>
  157. </Match>
  158. <Match>
  159. <!-- 8 warnings -->
  160. <Bug pattern="RI_REDUNDANT_INTERFACES"/>
  161. </Match>
  162. <Match>
  163. <!-- 11 warnings -->
  164. <Bug pattern="RV_RETURN_VALUE_IGNORED_BAD_PRACTICE"/>
  165. </Match>
  166. <Match>
  167. <!-- 33 warnings -->
  168. <Bug pattern="SE_BAD_FIELD"/>
  169. </Match>
  170. <Match>
  171. <!-- 6 warnings -->
  172. <Bug pattern="SE_INNER_CLASS"/>
  173. </Match>
  174. <Match>
  175. <!-- 9 warnings -->
  176. <Bug pattern="SE_TRANSIENT_FIELD_NOT_RESTORED"/>
  177. </Match>
  178. <Match>
  179. <!-- 3 warnings -->
  180. <Bug pattern="SF_SWITCH_FALLTHROUGH"/>
  181. </Match>
  182. <Match>
  183. <!-- 21 warnings -->
  184. <Bug pattern="SIC_INNER_SHOULD_BE_STATIC"/>
  185. </Match>
  186. <Match>
  187. <!-- 20 warnings -->
  188. <Bug pattern="SIC_INNER_SHOULD_BE_STATIC_ANON"/>
  189. </Match>
  190. <Match>
  191. <!-- 5 warnings -->
  192. <Bug pattern="SR_NOT_CHECKED"/>
  193. </Match>
  194. <Match>
  195. <!-- 6 warnings -->
  196. <Bug pattern="SS_SHOULD_BE_STATIC"/>
  197. </Match>
  198. <Match>
  199. <!-- 8 warnings -->
  200. <Bug pattern="UCF_USELESS_CONTROL_FLOW"/>
  201. </Match>
  202. <Match>
  203. <!-- 3 warnings -->
  204. <Bug pattern="UI_INHERITANCE_UNSAFE_GETRESOURCE"/>
  205. </Match>
  206. <Match>
  207. <!-- 6 warnings -->
  208. <Bug pattern="UPM_UNCALLED_PRIVATE_METHOD"/>
  209. </Match>
  210. <Match>
  211. <!-- 12 warnings -->
  212. <Bug pattern="URF_UNREAD_FIELD"/>
  213. </Match>
  214. <Match>
  215. <!-- 3 warnings -->
  216. <Bug pattern="UUF_UNUSED_FIELD"/>
  217. </Match>
  218. <Match>
  219. <!-- 58 warnings -->
  220. <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/>
  221. </Match>
  222. <Match>
  223. <!-- 5 warnings -->
  224. <Bug pattern="UWF_UNWRITTEN_FIELD"/>
  225. </Match>
  226. <Match>
  227. <!-- 6 warnings -->
  228. <Bug pattern="WMI_WRONG_MAP_ITERATOR"/>
  229. </Match>
  230. </FindBugsFilter>