This is an automated email from the ASF dual-hosted git repository.
leerho pushed a change to branch fix_spotbugs_issues
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git
from d57b7856 Just want to see if this fixes the CodeQL issue with
/tuple/QuickSelectSketch
add a33ed22d Rename EBPPS tests to use proper nomenclature, add missing
toString method
add 80363ade Rename the test classes to match the filename
add ed1de413 Merge pull request #508 from apache/ebpps_tostring
add 7bdb7909 Merge branch 'master' into fix_spotbugs_issues
add 3547a38e Changes required to remove vulnerabilities to Finalize
Attacks and satisfy SpotBugs warnings.
No new revisions were added by this update.
Summary of changes:
.../org/apache/datasketches/hll/CouponList.java | 9 +-
.../apache/datasketches/hll/DirectCouponList.java | 19 +-
.../apache/datasketches/hll/DirectHllArray.java | 9 +-
.../apache/datasketches/kll/KllItemsSketch.java | 141 ++++++++++-
.../datasketches/kll/KllItemsSketchSortedView.java | 137 -----------
.../quantiles/DoublesSketchAccessor.java | 24 +-
.../quantiles/HeapDoublesSketchAccessor.java | 2 +-
.../apache/datasketches/quantiles/ItemsSketch.java | 91 ++++++-
.../quantiles/ItemsSketchSortedView.java | 203 ++++++++-------
.../GenericPartitionBoundaries.java | 7 +-
.../datasketches/sampling/EbppsItemsSample.java | 7 +-
.../datasketches/sampling/EbppsItemsSketch.java | 23 +-
.../theta/DirectQuickSelectSketch.java | 51 ++--
.../apache/datasketches/tuple/CompactSketch.java | 20 +-
.../datasketches/tuple/QuickSelectSketch.java | 271 +++++++++++++--------
.../java/org/apache/datasketches/tuple/Sketch.java | 8 +-
.../apache/datasketches/tuple/UpdatableSketch.java | 4 +-
.../ArrayOfDoublesQuickSelectSketch.java | 4 +-
.../DirectArrayOfDoublesQuickSelectSketch.java | 78 ++++--
...psSampleTest.java => EbppsItemsSampleTest.java} | 2 +-
...psSketchTest.java => EbppsItemsSketchTest.java} | 5 +-
.../tuple/strings/ArrayOfStringsSketchTest.java | 4 +-
tools/FindBugsExcludeFilter.xml | 21 +-
23 files changed, 679 insertions(+), 461 deletions(-)
rename src/test/java/org/apache/datasketches/sampling/{EbppsSampleTest.java =>
EbppsItemsSampleTest.java} (99%)
rename src/test/java/org/apache/datasketches/sampling/{EbppsSketchTest.java =>
EbppsItemsSketchTest.java} (99%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]