| <?xml version="1.0" encoding="UTF-8"?> | |
| <FindBugsFilter | |
| xmlns="https://github.com/spotbugs/filter/3.0.0" | |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
| xsi:schemaLocation="https://github.com/spotbugs/filter/3.0.0 https://raw.githubusercontent.com/spotbugs/spotbugs/4.4.1/spotbugs/etc/findbugsfilter.xsd"> | |
| <Match> | |
| <!-- Excluded because of https://github.com/spotbugs/spotbugs/issues/1601 --> | |
| <Bug pattern="EI_EXPOSE_REP,EI_EXPOSE_REP2,MS_EXPOSE_REP" /> | |
| </Match> | |
| </FindBugsFilter> |