File tree 1 file changed +4
-13
lines changed
1 file changed +4
-13
lines changed Original file line number Diff line number Diff line change @@ -24,17 +24,6 @@ under the License.
24
24
<Match >
25
25
<Class name =" ~.*\.*Test" />
26
26
</Match >
27
-
28
- <Match >
29
- <Class name =" ~.*\.*TestUtil" />
30
- </Match >
31
-
32
- <!-- Harmless, False Positive Mar 6, 2024. Alex may fix this. -->
33
- <Match >
34
- <Bug pattern =" DLS_DEAD_LOCAL_STORE" />
35
- <Class name =" org.apache.datasketches.tdigest.TDigestDouble" />
36
- <Method name =" merge" />
37
- </Match >
38
27
39
28
<!-- Complaining about copying of arrays from one internal class to another.
40
29
This is harmless since both classes are part of our library and work together. -->
@@ -49,7 +38,8 @@ under the License.
49
38
</Or >
50
39
</Match >
51
40
52
- <Match > <!-- False Positive: These are intentional and we know what we are doing. -->
41
+ <!-- False Positive: These are intentional and we know what we are doing. -->
42
+ <Match >
53
43
<Bug pattern =" FE_FLOATING_POINT_EQUALITY" />
54
44
<Class name =" org.apache.datasketches.sampling.EbppsItemsSample" />
55
45
<Or >
@@ -58,7 +48,8 @@ under the License.
58
48
</Or >
59
49
</Match >
60
50
61
- <Match > <!-- False Positive: Code is the recommended solution for preventing a Finalizer Attack. -->
51
+ <!-- False Positive: Code is the recommended solution for preventing a Finalizer Attack. -->
52
+ <Match >
62
53
<Bug pattern =" CT_CONSTRUCTOR_THROW" />
63
54
<Or >
64
55
<Class name =" org.apache.datasketches.tuple.arrayofdoubles.DirectArrayOfDoublesQuickSelectSketch" />
You can’t perform that action at this time.
0 commit comments