File: spotbugs-exclude.xml

package info (click to toggle)
rocksdb 9.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 46,052 kB
  • sloc: cpp: 500,768; java: 42,992; ansic: 9,789; python: 8,373; perl: 5,822; sh: 4,921; makefile: 2,386; asm: 550; xml: 342
file content (151 lines) | stat: -rw-r--r-- 4,700 bytes parent folder | download
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<?xml version="1.0" encoding="UTF-8"?>
<FindBugsFilter>
    <!-- The set failing checks when spotbugs was set up were added to this file, as a baseline -->
    <!-- These exclusions should each be justified or removed and fixed AP (2023-02-09) -->
    <Match>
        <Class name="org.rocksdb.SstFileWriter"/>
        <Bug pattern="UPM_UNCALLED_PRIVATE_METHOD" />
    </Match>
    <Match>
        <Class name="org.rocksdb.AbstractTransactionNotifier"/>
        <Bug pattern="UPM_UNCALLED_PRIVATE_METHOD" />
    </Match>
    <Match>
        <Class name="org.rocksdb.Env"/>
        <Bug pattern="MS_EXPOSE_REP" />
    </Match>
    <Match>
        <Class name="org.rocksdb.BackupEngineOptions"/>
        <Bug pattern="EI_EXPOSE_REP" />
    </Match>
    <Match>
        <Class name="org.rocksdb.BackupEngineOptions"/>
        <Bug pattern="EI_EXPOSE_REP" />
    </Match>
    <Match>
        <Class name="org.rocksdb.Transaction$WaitingTransactions"/>
        <Bug pattern="EI_EXPOSE_REP" />
    </Match>
    <Match>
        <Class name="org.rocksdb.TransactionDB$KeyLockInfo"/>
        <Bug pattern="EI_EXPOSE_REP" />
    </Match>
    <Match>
        <Class name="org.rocksdb.Options"/>
        <Bug pattern="EI_EXPOSE_REP" />
    </Match>
    <Match>
        <Class name="org.rocksdb.ColumnFamilyDescriptor"/>
        <Bug pattern="EI_EXPOSE_REP" />
    </Match>
    <Match>
        <Class name="org.rocksdb.ColumnFamilyOptions"/>
        <Bug pattern="EI_EXPOSE_REP" />
    </Match>
    <Match>
        <Class name="org.rocksdb.DBOptions"/>
        <Bug pattern="EI_EXPOSE_REP" />
    </Match>
    <Match>
        <Class name="org.rocksdb.EnvOptions"/>
        <Bug pattern="EI_EXPOSE_REP" />
    </Match>
    <Match>
        <Class name="org.rocksdb.LiveFileMetaData"/>
        <Bug pattern="EI_EXPOSE_REP" />
    </Match>
    <Match>
        <Class name="org.rocksdb.SstFileMetaData"/>
        <Bug pattern="EI_EXPOSE_REP" />
    </Match>
    <Match>
        <Class name="org.rocksdb.StatsCollectorInput"/>
        <Bug pattern="EI_EXPOSE_REP" />
    </Match>
    <Match>
        <Class name="org.rocksdb.ThreadStatus"/>
        <Bug pattern="EI_EXPOSE_REP" />
    </Match>
    <Match>
        <Class name="org.rocksdb.ColumnFamilyMetaData"/>
        <Bug pattern="EI_EXPOSE_REP" />
    </Match>
    <Match>
        <Class name="org.rocksdb.TransactionLogIterator$BatchResult"/>
        <Bug pattern="EI_EXPOSE_REP" />
    </Match>
    <Match>
        <Class name="org.rocksdb.WBWIRocksIterator$WriteEntry"/>
        <Bug pattern="EI_EXPOSE_REP" />
    </Match>
    <Match>
        <Class name="org.rocksdb.TableProperties"/>
        <Bug pattern="EI_EXPOSE_REP" />
    </Match>
    <Match>
        <Class name="org.rocksdb.WBWIRocksIterator$WriteEntry"/>
        <Bug pattern="EI_EXPOSE_REP2" />
    </Match>
    <Match>
        <Class name="org.rocksdb.TransactionDB$DeadlockPath"/>
        <Bug pattern="EI_EXPOSE_REP2" />
    </Match>
    <Match>
        <Class name="org.rocksdb.StatisticsCollector"/>
        <Bug pattern="EI_EXPOSE_REP2" />
    </Match>
    <Match>
        <Class name="org.rocksdb.ReadOptions"/>
        <Bug pattern="EI_EXPOSE_REP2" />
    </Match>
    <Match>
        <Class name="org.rocksdb.Range"/>
        <Bug pattern="EI_EXPOSE_REP2" />
    </Match>
    <Match>
        <Class name="org.rocksdb.Options"/>
        <Bug pattern="EI_EXPOSE_REP2" />
    </Match>
    <Match>
        <Class name="org.rocksdb.StatsCollectorInput"/>
        <Bug pattern="EI_EXPOSE_REP2" />
    </Match>
    <Match>
        <Class name="org.rocksdb.EnvOptions"/>
        <Bug pattern="EI_EXPOSE_REP2" />
    </Match>
    <Match>
        <Class name="org.rocksdb.DBOptions"/>
        <Bug pattern="EI_EXPOSE_REP2" />
    </Match>
    <Match>
        <Class name="org.rocksdb.ColumnFamilyOptions"/>
        <Bug pattern="EI_EXPOSE_REP2" />
    </Match>
    <Match>
        <Class name="org.rocksdb.ColumnFamilyDescriptor"/>
        <Bug pattern="EI_EXPOSE_REP2" />
    </Match>
    <Match>
        <Class name="org.rocksdb.BackupEngineOptions"/>
        <Bug pattern="EI_EXPOSE_REP2" />
    </Match>
    <!-- comment out a single exclusion to test that CI reports the consequent spotbugs [Error]
    <Match>
        <Class name="org.rocksdb.TransactionDB$KeyLockInfo"/>
        <Bug pattern="EI_EXPOSE_REP2" />
    </Match>
    -->
    <Match>
        <Bug pattern="BIT_IOR_OF_SIGNED_BYTE" />
    </Match>
    <Match>
        <Bug pattern="ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD" />
    </Match>
    <Match>
        <Bug pattern="DMI_HARDCODED_ABSOLUTE_FILENAME" />
    </Match>
    <Match>
        <Class name="org.rocksdb.AbstractCompactionFilterFactory" />
    </Match>
</FindBugsFilter>