openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
GRAL
Settings
|
Report Duplicate
3
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
11 months
ago. based on code collected
11 months
ago.
Jan 20, 2023 — Jan 20, 2024
Showing page 7 of 38
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Record is now serializable.
Michael Seifert
More...
over 8 years ago
DataComparator and derived classes now operate on Record instead of Comparable[].
Michael Seifert
More...
over 8 years ago
DataTable now has a method that retrieves the specified Record.
Michael Seifert
More...
over 8 years ago
Record is now iterable.
Michael Seifert
More...
over 8 years ago
DataTable.add(List) now performs the column type check and the creation of the row outside of the synchronized block.
Michael Seifert
More...
over 8 years ago
MutableDataSource.add(Collection) now takes a List type instead.
Michael Seifert
More...
over 8 years ago
Added a test to DataTable which ensures that the add method returns a the insertion position.
Michael Seifert
More...
over 8 years ago
Record can be created from a list of values.
Michael Seifert
More...
over 8 years ago
Record has a method that allow retrieving the number of contained elements.
Michael Seifert
More...
over 8 years ago
Added missing license header.
Michael Seifert
More...
over 8 years ago
Added a test which asserts that creating an empty Record is possible.
Michael Seifert
More...
over 8 years ago
Record provides a method to retrieve values.
Michael Seifert
More...
over 8 years ago
Created a new class Record which takes a variable number of comparables.
Michael Seifert
More...
over 8 years ago
Added Benchmark that measures adding records to a DataTable.
Michael Seifert
More...
over 8 years ago
Added Gradle JMH for benchmarking.
Michael Seifert
More...
over 8 years ago
Added HistogramTest to StatisticsTests.
Michael Seifert
More...
over 8 years ago
Histogram: Added missing license header.
Michael Seifert
More...
over 8 years ago
Build: If no tag is present in the git history, the version number is determined by the uniquely abbreviated commit hash.
Michael Seifert
More...
over 8 years ago
Histogram allows retrieving the size of a single bin.
Michael Seifert
More...
over 8 years ago
HistogramTest: Asserts that Histogram throws an IllegalArgumentException if the number of custom breaks is less than 2.
Michael Seifert
More...
over 8 years ago
HistogramTest: Improved naming.
Michael Seifert
More...
over 8 years ago
Histogram: Removed redundant class attribute.
Michael Seifert
More...
over 8 years ago
Histogram: De-duplicated code in constructors.
Michael Seifert
More...
over 8 years ago
Histogram: Factored out a method that computes equidistant breaks for given input data.
Michael Seifert
More...
over 8 years ago
Removed duplicate code for bin filling in Histogram.
Michael Seifert
More...
over 8 years ago
Removed duplicate code in HistogramTest.
Michael Seifert
More...
over 8 years ago
Histogram supports custom breaks.
Michael Seifert
More...
over 8 years ago
Histogram: Changed misleading variable name.
Michael Seifert
More...
over 8 years ago
Histogram bins now contain the occurences of values within each bin.
Michael Seifert
More...
over 8 years ago
Histogram throws an exception when a non-positive value for the break count is passed.
Michael Seifert
More...
over 8 years ago
←
1
2
3
4
5
6
7
8
9
10
11
…
37
38
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree