Comparing source compatibility of commons-csv-1.13.1-SNAPSHOT.jar against commons-csv-1.12.0.jar
Binary incompatible changes are marked with (!) while source incompatible changes are marked with (*).
Constructors:
Status |
Modifier |
Generic Templates |
Constructor |
Exceptions |
Compatibility Changes: |
Line Number |
UNCHANGED |
public
|
n.a. |
CSVParser(java.io.Reader, org.apache.commons.csv.CSVFormat, long, long)
Annotations:
Status: |
Fully Qualified Name: |
Elements: |
NEW |
java.lang.Deprecated |
n.a. |
|
Status: |
Name: |
UNCHANGED |
java.io.IOException |
|
Compatibility Changes:
Change |
ANNOTATION_DEPRECATED_ADDED |
|
Old file |
New file |
440
|
526
|
|
UNCHANGED |
public
|
n.a. |
CSVParser(java.io.Reader, org.apache.commons.csv.CSVFormat)
Annotations:
Status: |
Fully Qualified Name: |
Elements: |
NEW |
java.lang.Deprecated |
n.a. |
|
Status: |
Name: |
UNCHANGED |
java.io.IOException |
|
Compatibility Changes:
Change |
ANNOTATION_DEPRECATED_ADDED |
|
Old file |
New file |
412
|
496
|
|
Methods:
Status |
Modifier |
Generic Templates |
Type |
Method |
Exceptions |
Compatibility Changes: |
Line Number |
NEW |
static
public
|
n.a. |
org.apache.commons.csv.CSVParser$Builder |
builder() |
|
Compatibility Changes:
Change |
METHOD_ADDED_TO_PUBLIC_CLASS |
|
Old file |
New file |
n.a.
|
298
|
|
Superclass:
Status |
Superclass |
Compatibility Changes |
NEW |
org.apache.commons.io.build.AbstractStreamBuilder |
n.a. |
Interfaces:
Status |
Interface |
Compatibility Changes |
NEW |
org.apache.commons.io.function.IOSupplier |
n.a. |
Constructors:
Status |
Modifier |
Generic Templates |
Constructor |
Exceptions |
Compatibility Changes: |
Line Number |
NEW |
protected
|
n.a. |
CSVParser$Builder() |
|
n.a. |
Old file |
New file |
n.a.
|
163
|
|
Methods:
Status |
Modifier |
Generic Templates |
Type |
Method |
Exceptions |
Compatibility Changes: |
Line Number |
NEW |
public
|
n.a. |
org.apache.commons.csv.CSVParser |
get() |
Status: |
Name: |
NEW |
java.io.IOException |
|
Compatibility Changes:
Change |
METHOD_ADDED_TO_PUBLIC_CLASS |
|
Old file |
New file |
n.a.
|
170
|
|
NEW |
public
|
n.a. |
org.apache.commons.csv.CSVParser$Builder |
setCharacterOffset(long) |
|
Compatibility Changes:
Change |
METHOD_ADDED_TO_PUBLIC_CLASS |
|
Old file |
New file |
n.a.
|
180
|
|
NEW |
public
|
n.a. |
org.apache.commons.csv.CSVParser$Builder |
setFormat(org.apache.commons.csv.CSVFormat) |
|
Compatibility Changes:
Change |
METHOD_ADDED_TO_PUBLIC_CLASS |
|
Old file |
New file |
n.a.
|
191
|
|
NEW |
public
|
n.a. |
org.apache.commons.csv.CSVParser$Builder |
setRecordNumber(long) |
|
Compatibility Changes:
Change |
METHOD_ADDED_TO_PUBLIC_CLASS |
|
Old file |
New file |
n.a.
|
202
|
|
NEW |
public
|
n.a. |
org.apache.commons.csv.CSVParser$Builder |
setTrackBytes(boolean) |
|
Compatibility Changes:
Change |
METHOD_ADDED_TO_PUBLIC_CLASS |
|
Old file |
New file |
n.a.
|
214
|
|
Methods:
Status |
Modifier |
Generic Templates |
Type |
Method |
Exceptions |
Compatibility Changes: |
Line Number |
NEW |
public
|
n.a. |
long |
getRecordCount() |
|
Compatibility Changes:
Change |
METHOD_ADDED_TO_PUBLIC_CLASS |
|
Old file |
New file |
n.a.
|
186
|
|
|
Serializable |
default serialVersionUID |
serialVersionUID in class |
Old | true |
-3808580880391128346 |
1 |
New | true |
3954950098358641116 |
1 |
Methods:
Status |
Modifier |
Generic Templates |
Type |
Method |
Exceptions |
Compatibility Changes: |
Line Number |
NEW |
public
|
n.a. |
long |
getBytePosition() |
|
Compatibility Changes:
Change |
METHOD_ADDED_TO_PUBLIC_CLASS |
|
Old file |
New file |
n.a.
|
152
|
|
|