Comparing source compatibility of /home/jenkins/agent/workspace/stable/jgit-publish-site/repo/org.eclipse.jgit/target/org.eclipse.jgit-4.11.9.201909030838-r.jar against /home/jenkins/agent/workspace/stable/jgit-publish-site/.repository/org/eclipse/jgit/org.eclipse.jgit/4.11.0.201803080745-r/org.eclipse.jgit-4.11.0.201803080745-r.jar
Binary incompatible changes are marked with (!) while source incompatible changes are marked with (*).
| Serializable | default serialVersionUID | serialVersionUID in class |
Old | true | -1806828465019712777 | 1 |
New | true | -556670349132518967 | 1 |
Constructors:
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number |
UNCHANGED | public | PackInvalidException(java.io.File)
Annotations:
Status: | Fully Qualified Name: | Elements: |
NEW | java.lang.Deprecated | n.a. |
| n.a. |
n.a.
|
|
UNCHANGED | public | PackInvalidException(java.lang.String)
Annotations:
Status: | Fully Qualified Name: | Elements: |
NEW | java.lang.Deprecated | n.a. |
| n.a. |
n.a.
|
|
NEW | public | PackInvalidException(java.lang.String,
java.lang.Throwable)
| n.a. |
n.a.
|
|
NEW | public | PackInvalidException(java.io.File,
java.lang.Throwable)
| n.a. |
n.a.
|
|
Fields:
Status | Modifier | Type | Field | Compatibility Changes: |
NEW | public | java.lang.String |
n.a.
| cannotAccessLastModifiedForSafeDeletion |
NEW | public | java.lang.String |
n.a.
| closeLockTokenFailed |
NEW | public | java.lang.String |
n.a.
| configHandleIsStale |
NEW | public | java.lang.String |
n.a.
| failedAtomicFileCreation |
NEW | public | java.lang.String |
n.a.
| invalidGitModules |
NEW | public | java.lang.String |
n.a.
| invalidNameContainsDotDot |
NEW | public | java.lang.String |
n.a.
| submoduleNameInvalid |
NEW | public | java.lang.String |
n.a.
| submodulePathInvalid |
NEW | public | java.lang.String |
n.a.
| submoduleUrlInvalid |
NEW | public | java.lang.String |
n.a.
| unableToReadPackfile |
NEW | public | java.lang.String |
n.a.
| unableToRemovePath |
NEW | public | java.lang.String |
n.a.
| unlockLockFileFailed |
Fields:
Status | Modifier | Type | Field | Compatibility Changes: |
NEW | public static final | long |
n.a.
| UNKNOWN_SIZE |
Methods:
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number |
NEW | public | long | size()
| n.a. |
n.a.
|
|
Constructors:
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number |
NEW | public | SubmoduleValidator()
| n.a. |
n.a.
|
|
Methods:
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number |
NEW | static public | void | assertValidGitModulesFile(java.lang.String)
|
Status: | Name: |
NEW | java.io.IOException |
|
n.a.
|
|
NEW | static public | void | assertValidSubmoduleName(java.lang.String)
|
Status: | Name: |
NEW | org.eclipse.jgit.internal.submodule.SubmoduleValidator$SubmoduleValidationException |
|
n.a.
|
|
NEW | static public | void | assertValidSubmodulePath(java.lang.String)
|
Status: | Name: |
NEW | org.eclipse.jgit.internal.submodule.SubmoduleValidator$SubmoduleValidationException |
|
n.a.
|
|
NEW | static public | void | assertValidSubmoduleUri(java.lang.String)
|
Status: | Name: |
NEW | org.eclipse.jgit.internal.submodule.SubmoduleValidator$SubmoduleValidationException |
|
n.a.
|
|
Superclass:
Status | Superclass | Compatibility Changes: |
NEW | java.lang.Exception |
n.a.
|
Interfaces:
Status | Interface | Compatibility Changes: |
NEW | java.io.Serializable |
n.a.
|
| Serializable | default serialVersionUID | serialVersionUID in class |
Old | false | n.a. | n.a. |
New | true | 9205896830573461690 | 1 |
Constructors:
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number |
NEW | public | SubmoduleValidator$SubmoduleValidationException(java.lang.String)
| n.a. |
n.a.
|
|
Fields:
Status | Modifier | Type | Field | Compatibility Changes: |
NEW | public static final | java.lang.String |
n.a.
| LOCK_SUFFIX |
Constructors:
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number |
NEW | public | GitmoduleEntry(org.eclipse.jgit.lib.AnyObjectId,
org.eclipse.jgit.lib.AnyObjectId)
| n.a. |
n.a.
|
|
Methods:
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number |
NEW | public | org.eclipse.jgit.lib.AnyObjectId | getBlobId()
| n.a. |
n.a.
|
|
NEW | public | org.eclipse.jgit.lib.AnyObjectId | getTreeId()
| n.a. |
n.a.
|
|
Methods:
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number |
NEW | public | java.util.List | getGitsubmodules()
| n.a. |
n.a.
|
Old file | New file |
n.a. | 1252 |
|
Methods:
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number |
NEW | static public | org.eclipse.jgit.lib.ObjectId | readWithoutMarker(java.io.InputStream)
|
Status: | Name: |
NEW | java.io.IOException |
|
n.a.
|
|
NEW | static public | void | writeWithoutMarker(java.io.OutputStream,
org.eclipse.jgit.lib.AnyObjectId)
|
Status: | Name: |
NEW | java.io.IOException |
|
n.a.
|
|
Methods:
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number |
UNCHANGED | public | boolean | createNewFile(java.io.File)
Annotations:
Status: | Fully Qualified Name: | Elements: |
NEW | java.lang.Deprecated | n.a. |
|
Status: | Name: |
UNCHANGED | java.io.IOException |
|
n.a.
|
|
NEW | public | org.eclipse.jgit.util.FS$LockToken | createNewFileAtomic(java.io.File)
|
Status: | Name: |
NEW | java.io.IOException |
|
n.a.
|
|
NEW | public | java.nio.file.attribute.BasicFileAttributes | fileAttributes(java.io.File)
|
Status: | Name: |
NEW | java.io.IOException |
|
n.a.
|
|
Methods:
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number |
UNCHANGED | public | boolean | createNewFile(java.io.File)
Annotations:
Status: | Fully Qualified Name: | Elements: |
NEW | java.lang.Deprecated | n.a. |
|
Status: | Name: |
UNCHANGED | java.io.IOException |
|
n.a.
|
|
NEW | public | org.eclipse.jgit.util.FS$LockToken | createNewFileAtomic(java.io.File)
|
Status: | Name: |
NEW | java.io.IOException |
|
n.a.
|
|
Interfaces:
Status | Interface | Compatibility Changes: |
NEW | java.io.Closeable |
n.a.
|
NEW | java.lang.AutoCloseable |
n.a.
|
Methods:
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number |
NEW | public | void | close()
| n.a. |
n.a.
|
|
NEW | public | boolean | isCreated()
| n.a. |
n.a.
|
|
NEW | public | java.lang.String | toString()
| n.a. |
n.a.
|
|