Subversion Repository Public Repository

Firstgenix_App

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>

   <!--
       &lt;!&ndash; Unchecked cast is deliberate &ndash;&gt;
       <Match>
           <Class name="org.apache.commons.net.ftp.FTPSServerSocketFactory" />
           <Method name="init" />
           <Bug code="BC" />
       </Match>

       &lt;!&ndash; Unchecked cast is deliberate &ndash;&gt;
       <Match>
           <Class name="org.apache.commons.net.ftp.FTPSSocketFactory" />
           <Method name="init" />
           <Bug code="BC" />
       </Match>

       &lt;!&ndash; Don't bother with EI - expose internal representation &ndash;&gt;
       <Match>
           <Bug code="EI,EI2" />
       </Match>

       &lt;!&ndash; future FTPClientConfig instances may not implement configurable &ndash;&gt;
       <Match>
           <Class name="org.apache.commons.net.ftp.parser.ConfigurableFTPFileEntryParserImpl" />
           <Method name="configure" />
           <Bug code="BC" />
       </Match>

       &lt;!&ndash; Switch fallthrough is deliberate &ndash;&gt;
       <Match>
           <Class name="org.apache.commons.net.ftp.parser.UnixFTPEntryParser" />
           <Method name="parseFTPEntry" />
           <Bug code="SF" />
       </Match>

       &lt;!&ndash; False positive - missing default &ndash;&gt;
       <Match>
           <Class name="org.apache.commons.net.io.DotTerminatedMessageWriter" />
           <Method name="write" />
           <Bug code="SF" />
       </Match>

       &lt;!&ndash; False positive - missing default &ndash;&gt;
       <Match>
           <Class name="org.apache.commons.net.io.ToNetASCIIOutputStream" />
           <Method name="write" />
           <Bug code="SF" />
       </Match>

       &lt;!&ndash; Don't check examples &ndash;&gt;
       <Match>
           <Package name="~examples\..*" />
       </Match>
   -->

</FindBugsFilter>

Commits for Firstgenix_App/etc/findbugs-exclude-filter.xml

Diff revisions: vs.
Revision Author Commited Message
1 girijabapi picture girijabapi Thu 04 Oct, 2018 13:12:30 +0000