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 5 of 38
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
The Double Columns created by PiePlot.createPieData(DataSource) contain the start and end values of slices.
Michael Seifert
More...
over 8 years ago
PiePlot.createPieData(DataSource) now creates two Double columns for each numeric column.
Michael Seifert
More...
over 8 years ago
Cleaned up code in PiePlot.createPieData(DataSource).
Michael Seifert
More...
over 8 years ago
Fixed a bug in Column that caused an exception when calling Column.get(int) with Column.size() as a parameter.
Michael Seifert
More...
over 8 years ago
Iterables.take(Iterable, int) returns no more elements than specified.
Michael Seifert
More...
over 8 years ago
Added Iterables.take(Iterable, int) that creates a new Iterable from the specified Iterable which only contains the speicified number of elements.
Michael Seifert
More...
over 8 years ago
Added Iterables.concatenate(Iterable...) which concatenates the specified iterables.
Michael Seifert
More...
over 8 years ago
ConcatenationIterator.next() throws a NoSuchElementException when all underlying iterators are empty.
Michael Seifert
More...
over 8 years ago
ConcatenationIterator.next() returns the first element of the first non-empty iterator.
Michael Seifert
More...
over 8 years ago
ConcatenationIterator.next() advances the underlying iterator.
Michael Seifert
More...
over 8 years ago
ConcatenationIterator.hasNext() returns true if any of the underlying iterators has remaining items.
Michael Seifert
More...
over 8 years ago
Added class ConcatenationIterator, which will concatenate an arbitrary number of iterators.
Michael Seifert
More...
over 8 years ago
DataSource.getColumn(int) now returns a generic Column object.
Michael Seifert
More...
over 8 years ago
Deduplicated code in Column.
Michael Seifert
More...
over 8 years ago
Column can be created from a data type and an Iterable.
Michael Seifert
More...
over 8 years ago
Column no longer extends DataAccessor.
Michael Seifert
More...
over 8 years ago
Removed warnings in ColumnTest. ColumnTest now uses generic Column objects.
Michael Seifert
More...
over 8 years ago
Column.equals(Object) returns false, if the second column has the same type but different data.
Michael Seifert
More...
over 8 years ago
Column.equals(Object) returns false, if the second column has a different data type.
Michael Seifert
More...
over 8 years ago
Column.equals(Object) returns false, if the second object is not of type column.
Michael Seifert
More...
over 8 years ago
Column.equals(Object) returns true, if the second column has identical type and content.
Michael Seifert
More...
over 8 years ago
Column no longer makes use of DataAccessor.getSource().
Michael Seifert
More...
over 8 years ago
Column is now generic.
Michael Seifert
More...
over 8 years ago
Removed unnecessary references to DataTable in ColumnTest.
Michael Seifert
More...
over 8 years ago
Column now stores actual data instead of reading data from the underlying source. Replaced constructor Column(DataSource, int) with Column(Class, Comparable).
Michael Seifert
More...
over 8 years ago
Simplified code in PiePlot.createPieData(DataSource).
Michael Seifert
More...
over 8 years ago
DataTable can now be created from Column objects.
Michael Seifert
More...
over 8 years ago
Added method to Column that allows retrieving the type of the stored data.
Michael Seifert
More...
over 8 years ago
Added a filter that accumulates the values of an Iterable with numbers.
Michael Seifert
More...
over 8 years ago
PiePlot.createPieData(DataSource) no longer changes non-numeric columns of the original DataSource.
Michael Seifert
More...
over 8 years ago
←
1
2
3
4
5
6
7
8
9
…
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