

emr_demo
@ HEAD
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 |
<?xml version="1.0"?> <FindBugsFilter> <!-- Don't bother with EI - expose internal representation (e.g. getter/setter for Date) --> <Match> <Bug code="EI,EI2"/> </Match> <!-- <!– Unchecked cast is deliberate –> <Match> <Class name="org.apache.commons.net.ftp.FTPSServerSocketFactory" /> <Method name="init" /> <Bug code="BC" /> </Match> <!– Unchecked cast is deliberate –> <Match> <Class name="org.apache.commons.net.ftp.FTPSSocketFactory" /> <Method name="init" /> <Bug code="BC" /> </Match> <!– Don't bother with EI - expose internal representation –> <Match> <Bug code="EI,EI2" /> </Match> <!– future FTPClientConfig instances may not implement configurable –> <Match> <Class name="org.apache.commons.net.ftp.parser.ConfigurableFTPFileEntryParserImpl" /> <Method name="configure" /> <Bug code="BC" /> </Match> <!– Switch fallthrough is deliberate –> <Match> <Class name="org.apache.commons.net.ftp.parser.UnixFTPEntryParser" /> <Method name="parseFTPEntry" /> <Bug code="SF" /> </Match> <!– False positive - missing default –> <Match> <Class name="org.apache.commons.net.io.DotTerminatedMessageWriter" /> <Method name="write" /> <Bug code="SF" /> </Match> <!– False positive - missing default –> <Match> <Class name="org.apache.commons.net.io.ToNetASCIIOutputStream" /> <Method name="write" /> <Bug code="SF" /> </Match> <!– Don't check examples –> <Match> <Package name="~examples\..*" /> </Match> --> </FindBugsFilter> |
Commits for emr_demo/web_emr - Copy/etc/findbugs-exclude-filter.xml
Revision | Author | Commited | Message |
---|---|---|---|
2 |
![]() |
Thu 11 Oct, 2018 04:44:08 +0000 | initial commit |