Severity |
Message |
Class |
Method / Field |
|
Class org.eclipse.jgit.JGitText removed |
org.eclipse.jgit.JGitText |
|
|
Abstract method 'public java.lang.Object call()' has been added |
org.eclipse.jgit.api.GitCommand |
public java.lang.Object call() |
|
Return type of method 'public void setHeads(boolean)' has been changed to org.eclipse.jgit.api.LsRemoteCommand |
org.eclipse.jgit.api.LsRemoteCommand |
public void setHeads(boolean) |
|
Return type of method 'public void setTags(boolean)' has been changed to org.eclipse.jgit.api.LsRemoteCommand |
org.eclipse.jgit.api.LsRemoteCommand |
public void setTags(boolean) |
|
Return type of method 'public void setUploadPack(java.lang.String)' has been changed to org.eclipse.jgit.api.LsRemoteCommand |
org.eclipse.jgit.api.LsRemoteCommand |
public void setUploadPack(java.lang.String) |
|
Parameter 5 of 'public MergeResult(org.eclipse.jgit.lib.ObjectId, org.eclipse.jgit.lib.ObjectId, org.eclipse.jgit.lib.ObjectId[], org.eclipse.jgit.api.MergeResult$MergeStatus, java.util.Map, org.eclipse.jgit.merge.MergeStrategy)' has changed its type to org.eclipse.jgit.merge.MergeStrategy |
org.eclipse.jgit.api.MergeResult |
public MergeResult(org.eclipse.jgit.lib.ObjectId, org.eclipse.jgit.lib.ObjectId, org.eclipse.jgit.lib.ObjectId[], org.eclipse.jgit.api.MergeResult$MergeStatus, java.util.Map, org.eclipse.jgit.merge.MergeStrategy) |
|
Parameter 6 of 'public MergeResult(org.eclipse.jgit.lib.ObjectId, org.eclipse.jgit.lib.ObjectId, org.eclipse.jgit.lib.ObjectId[], org.eclipse.jgit.api.MergeResult$MergeStatus, java.util.Map, org.eclipse.jgit.merge.MergeStrategy)' has changed its type to java.util.Map |
org.eclipse.jgit.api.MergeResult |
public MergeResult(org.eclipse.jgit.lib.ObjectId, org.eclipse.jgit.lib.ObjectId, org.eclipse.jgit.lib.ObjectId[], org.eclipse.jgit.api.MergeResult$MergeStatus, java.util.Map, org.eclipse.jgit.merge.MergeStrategy) |
|
Return type of method 'public org.eclipse.jgit.revwalk.RevTag call()' has been changed to org.eclipse.jgit.lib.Ref |
org.eclipse.jgit.api.TagCommand |
public org.eclipse.jgit.revwalk.RevTag call() |
|
Class org.eclipse.jgit.errors.GitlinksNotSupportedException removed |
org.eclipse.jgit.errors.GitlinksNotSupportedException |
|
|
Removed java.io.IOException from the list of superclasses |
org.eclipse.jgit.errors.RevisionSyntaxException |
|
|
Parameter 1 of 'public InMemoryRepository(org.eclipse.jgit.storage.dfs.DfsRepository)' has changed its type to org.eclipse.jgit.storage.dfs.DfsRepositoryDescription |
org.eclipse.jgit.storage.dfs.InMemoryRepository |
public InMemoryRepository(org.eclipse.jgit.storage.dfs.DfsRepository) |
|
Method 'public void onPreAdvertiseRefs(org.eclipse.jgit.transport.UploadPack)' has been removed |
org.eclipse.jgit.transport.PreUploadHook |
public void onPreAdvertiseRefs(org.eclipse.jgit.transport.UploadPack) |
|
Method 'public void onPreAdvertiseRefs(org.eclipse.jgit.transport.UploadPack)' has been removed |
org.eclipse.jgit.transport.PreUploadHookChain |
public void onPreAdvertiseRefs(org.eclipse.jgit.transport.UploadPack) |
|
In method 'public EolCanonicalizingInputStream(java.io.InputStream)' the number of arguments has changed |
org.eclipse.jgit.util.io.EolCanonicalizingInputStream |
public EolCanonicalizingInputStream(java.io.InputStream) |
|
Added java.lang.IllegalArgumentException to the list of superclasses |
org.eclipse.jgit.errors.RevisionSyntaxException |
|
|
Added java.lang.RuntimeException to the list of superclasses |
org.eclipse.jgit.errors.RevisionSyntaxException |
|
|
Added org.eclipse.jgit.transport.ServiceMayNotContinueException to the list of superclasses |
org.eclipse.jgit.transport.UploadPackMayNotContinueException |
|
|
Class org.eclipse.jgit.api.ApplyCommand added |
org.eclipse.jgit.api.ApplyCommand |
|
|
Class org.eclipse.jgit.api.ApplyResult added |
org.eclipse.jgit.api.ApplyResult |
|
|
Method 'public org.eclipse.jgit.api.CheckoutCommand setAllPaths(boolean)' has been added |
org.eclipse.jgit.api.CheckoutCommand |
public org.eclipse.jgit.api.CheckoutCommand setAllPaths(boolean) |
|
Method 'public org.eclipse.jgit.api.ApplyCommand apply()' has been added |
org.eclipse.jgit.api.Git |
public org.eclipse.jgit.api.ApplyCommand apply() |
|
Method 'public org.eclipse.jgit.api.StashApplyCommand stashApply()' has been added |
org.eclipse.jgit.api.Git |
public org.eclipse.jgit.api.StashApplyCommand stashApply() |
|
Method 'public org.eclipse.jgit.api.StashCreateCommand stashCreate()' has been added |
org.eclipse.jgit.api.Git |
public org.eclipse.jgit.api.StashCreateCommand stashCreate() |
|
Method 'public org.eclipse.jgit.api.StashDropCommand stashDrop()' has been added |
org.eclipse.jgit.api.Git |
public org.eclipse.jgit.api.StashDropCommand stashDrop() |
|
Added public field NOTHING_TO_COMMIT |
org.eclipse.jgit.api.RebaseResult$Status |
NOTHING_TO_COMMIT |
|
Class org.eclipse.jgit.api.StashApplyCommand added |
org.eclipse.jgit.api.StashApplyCommand |
|
|
Class org.eclipse.jgit.api.StashCreateCommand added |
org.eclipse.jgit.api.StashCreateCommand |
|
|
Class org.eclipse.jgit.api.StashDropCommand added |
org.eclipse.jgit.api.StashDropCommand |
|
|
Class org.eclipse.jgit.api.errors.PatchApplyException added |
org.eclipse.jgit.api.errors.PatchApplyException |
|
|
Class org.eclipse.jgit.api.errors.PatchFormatException added |
org.eclipse.jgit.api.errors.PatchFormatException |
|
|
Method 'public UnmergedPathsException(java.lang.Throwable)' has been added |
org.eclipse.jgit.api.errors.UnmergedPathsException |
public UnmergedPathsException(java.lang.Throwable) |
|
Method 'public java.lang.String getNewPrefix()' has been added |
org.eclipse.jgit.diff.DiffFormatter |
public java.lang.String getNewPrefix() |
|
Method 'public java.lang.String getOldPrefix()' has been added |
org.eclipse.jgit.diff.DiffFormatter |
public java.lang.String getOldPrefix() |
|
Method 'public java.lang.String getLineDelimiter()' has been added |
org.eclipse.jgit.diff.RawText |
public java.lang.String getLineDelimiter() |
|
Method 'public org.eclipse.jgit.dircache.DirCache lock(org.eclipse.jgit.lib.Repository, org.eclipse.jgit.events.IndexChangedListener)' has been added |
org.eclipse.jgit.dircache.DirCache |
public org.eclipse.jgit.dircache.DirCache lock(org.eclipse.jgit.lib.Repository, org.eclipse.jgit.events.IndexChangedListener) |
|
Method 'public org.eclipse.jgit.dircache.DirCache read(org.eclipse.jgit.lib.Repository)' has been added |
org.eclipse.jgit.dircache.DirCache |
public org.eclipse.jgit.dircache.DirCache read(org.eclipse.jgit.lib.Repository) |
|
Class org.eclipse.jgit.dircache.InvalidPathException added |
org.eclipse.jgit.dircache.InvalidPathException |
|
|
Class org.eclipse.jgit.internal.JGitText added |
org.eclipse.jgit.internal.JGitText |
|
|
Method 'public org.eclipse.jgit.lib.ObjectId readOrigHead()' has been added |
org.eclipse.jgit.lib.Repository |
public org.eclipse.jgit.lib.ObjectId readOrigHead() |
|
Method 'public void writeOrigHead(org.eclipse.jgit.lib.ObjectId)' has been added |
org.eclipse.jgit.lib.Repository |
public void writeOrigHead(org.eclipse.jgit.lib.ObjectId) |
|
Method 'public void fillTo(org.eclipse.jgit.revwalk.RevCommit, int)' has been added |
org.eclipse.jgit.revwalk.RevCommitList |
public void fillTo(org.eclipse.jgit.revwalk.RevCommit, int) |
|
Method 'public void createCommitSnapshot()' has been added |
org.eclipse.jgit.storage.file.LockFile |
public void createCommitSnapshot() |
|
Class org.eclipse.jgit.storage.file.ReflogWriter added |
org.eclipse.jgit.storage.file.ReflogWriter |
|
|
Class org.eclipse.jgit.transport.AbstractAdvertiseRefsHook added |
org.eclipse.jgit.transport.AbstractAdvertiseRefsHook |
|
|
Class org.eclipse.jgit.transport.AdvertiseRefsHook added |
org.eclipse.jgit.transport.AdvertiseRefsHook |
|
|
Class org.eclipse.jgit.transport.AdvertiseRefsHookChain added |
org.eclipse.jgit.transport.AdvertiseRefsHookChain |
|
|
Accessibility of field OPTION_INCLUDE_TAG has been increased from package to public |
org.eclipse.jgit.transport.BasePackFetchConnection |
OPTION_INCLUDE_TAG |
|
Accessibility of field OPTION_MULTI_ACK has been increased from package to public |
org.eclipse.jgit.transport.BasePackFetchConnection |
OPTION_MULTI_ACK |
|
Accessibility of field OPTION_MULTI_ACK_DETAILED has been increased from package to public |
org.eclipse.jgit.transport.BasePackFetchConnection |
OPTION_MULTI_ACK_DETAILED |
|
Accessibility of field OPTION_NO_DONE has been increased from package to public |
org.eclipse.jgit.transport.BasePackFetchConnection |
OPTION_NO_DONE |
|
Accessibility of field OPTION_NO_PROGRESS has been increased from package to public |
org.eclipse.jgit.transport.BasePackFetchConnection |
OPTION_NO_PROGRESS |
|
Accessibility of field OPTION_OFS_DELTA has been increased from package to public |
org.eclipse.jgit.transport.BasePackFetchConnection |
OPTION_OFS_DELTA |
|
Accessibility of field OPTION_SHALLOW has been increased from package to public |
org.eclipse.jgit.transport.BasePackFetchConnection |
OPTION_SHALLOW |
|
Accessibility of field OPTION_SIDE_BAND has been increased from package to public |
org.eclipse.jgit.transport.BasePackFetchConnection |
OPTION_SIDE_BAND |
|
Accessibility of field OPTION_SIDE_BAND_64K has been increased from package to public |
org.eclipse.jgit.transport.BasePackFetchConnection |
OPTION_SIDE_BAND_64K |
|
Accessibility of field OPTION_THIN_PACK has been increased from package to public |
org.eclipse.jgit.transport.BasePackFetchConnection |
OPTION_THIN_PACK |
|
Method 'protected void onReceivePack()' has been added |
org.eclipse.jgit.transport.BasePackFetchConnection |
protected void onReceivePack() |
|
Accessibility of field CAPABILITY_DELETE_REFS has been increased from package to public |
org.eclipse.jgit.transport.BasePackPushConnection |
CAPABILITY_DELETE_REFS |
|
Accessibility of field CAPABILITY_OFS_DELTA has been increased from package to public |
org.eclipse.jgit.transport.BasePackPushConnection |
CAPABILITY_OFS_DELTA |
|
Accessibility of field CAPABILITY_REPORT_STATUS has been increased from package to public |
org.eclipse.jgit.transport.BasePackPushConnection |
CAPABILITY_REPORT_STATUS |
|
Accessibility of field CAPABILITY_SIDE_BAND_64K has been increased from package to public |
org.eclipse.jgit.transport.BasePackPushConnection |
CAPABILITY_SIDE_BAND_64K |
|
Class org.eclipse.jgit.transport.BaseReceivePack added |
org.eclipse.jgit.transport.BaseReceivePack |
|
|
Class org.eclipse.jgit.transport.BaseReceivePack$FirstLine added |
org.eclipse.jgit.transport.BaseReceivePack$FirstLine |
|
|
Class org.eclipse.jgit.transport.BaseReceivePack$ReceiveConfig added |
org.eclipse.jgit.transport.BaseReceivePack$ReceiveConfig |
|
|
Method 'public ReceiveCommand(org.eclipse.jgit.lib.ObjectId, org.eclipse.jgit.lib.ObjectId, java.lang.String, org.eclipse.jgit.transport.ReceiveCommand$Type)' has been added |
org.eclipse.jgit.transport.ReceiveCommand |
public ReceiveCommand(org.eclipse.jgit.lib.ObjectId, org.eclipse.jgit.lib.ObjectId, java.lang.String, org.eclipse.jgit.transport.ReceiveCommand$Type) |
|
Method 'public void execute(org.eclipse.jgit.transport.BaseReceivePack)' has been added |
org.eclipse.jgit.transport.ReceiveCommand |
public void execute(org.eclipse.jgit.transport.BaseReceivePack) |
|
Method 'public java.util.List filter(java.util.List, org.eclipse.jgit.transport.ReceiveCommand$Result)' has been added |
org.eclipse.jgit.transport.ReceiveCommand |
public java.util.List filter(java.util.List, org.eclipse.jgit.transport.ReceiveCommand$Result) |
|
Added org.eclipse.jgit.transport.BaseReceivePack to the list of superclasses |
org.eclipse.jgit.transport.ReceivePack |
|
|
Method 'public java.util.Set getAdvertisedObjects()' is now implemented in superclass org.eclipse.jgit.transport.BaseReceivePack |
org.eclipse.jgit.transport.ReceivePack |
public java.util.Set getAdvertisedObjects() |
|
Method 'public java.util.Map getAdvertisedRefs()' is now implemented in superclass org.eclipse.jgit.transport.BaseReceivePack |
org.eclipse.jgit.transport.ReceivePack |
public java.util.Map getAdvertisedRefs() |
|
Method 'public java.util.List getAllCommands()' is now implemented in superclass org.eclipse.jgit.transport.BaseReceivePack |
org.eclipse.jgit.transport.ReceivePack |
public java.util.List getAllCommands() |
|
Method 'protected java.lang.String getLockMessageProcessName()' has been added |
org.eclipse.jgit.transport.ReceivePack |
protected java.lang.String getLockMessageProcessName() |
|
Method 'public org.eclipse.jgit.transport.RefFilter getRefFilter()' is now implemented in superclass org.eclipse.jgit.transport.BaseReceivePack |
org.eclipse.jgit.transport.ReceivePack |
public org.eclipse.jgit.transport.RefFilter getRefFilter() |
|
Method 'public org.eclipse.jgit.lib.PersonIdent getRefLogIdent()' is now implemented in superclass org.eclipse.jgit.transport.BaseReceivePack |
org.eclipse.jgit.transport.ReceivePack |
public org.eclipse.jgit.lib.PersonIdent getRefLogIdent() |
|
Method 'public org.eclipse.jgit.lib.Repository getRepository()' is now implemented in superclass org.eclipse.jgit.transport.BaseReceivePack |
org.eclipse.jgit.transport.ReceivePack |
public org.eclipse.jgit.lib.Repository getRepository() |
|
Method 'public org.eclipse.jgit.revwalk.RevWalk getRevWalk()' is now implemented in superclass org.eclipse.jgit.transport.BaseReceivePack |
org.eclipse.jgit.transport.ReceivePack |
public org.eclipse.jgit.revwalk.RevWalk getRevWalk() |
|
Method 'public int getTimeout()' is now implemented in superclass org.eclipse.jgit.transport.BaseReceivePack |
org.eclipse.jgit.transport.ReceivePack |
public int getTimeout() |
|
Method 'public boolean isAllowCreates()' is now implemented in superclass org.eclipse.jgit.transport.BaseReceivePack |
org.eclipse.jgit.transport.ReceivePack |
public boolean isAllowCreates() |
|
Method 'public boolean isAllowDeletes()' is now implemented in superclass org.eclipse.jgit.transport.BaseReceivePack |
org.eclipse.jgit.transport.ReceivePack |
public boolean isAllowDeletes() |
|
Method 'public boolean isAllowNonFastForwards()' is now implemented in superclass org.eclipse.jgit.transport.BaseReceivePack |
org.eclipse.jgit.transport.ReceivePack |
public boolean isAllowNonFastForwards() |
|
Method 'public boolean isBiDirectionalPipe()' is now implemented in superclass org.eclipse.jgit.transport.BaseReceivePack |
org.eclipse.jgit.transport.ReceivePack |
public boolean isBiDirectionalPipe() |
|
Method 'public boolean isCheckReceivedObjects()' is now implemented in superclass org.eclipse.jgit.transport.BaseReceivePack |
org.eclipse.jgit.transport.ReceivePack |
public boolean isCheckReceivedObjects() |
|
Method 'public boolean isCheckReferencedObjectsAreReachable()' is now implemented in superclass org.eclipse.jgit.transport.BaseReceivePack |
org.eclipse.jgit.transport.ReceivePack |
public boolean isCheckReferencedObjectsAreReachable() |
|
Method 'public void sendAdvertisedRefs(org.eclipse.jgit.transport.RefAdvertiser)' is now implemented in superclass org.eclipse.jgit.transport.BaseReceivePack |
org.eclipse.jgit.transport.ReceivePack |
public void sendAdvertisedRefs(org.eclipse.jgit.transport.RefAdvertiser) |
|
Method 'public void sendError(java.lang.String)' is now implemented in superclass org.eclipse.jgit.transport.BaseReceivePack |
org.eclipse.jgit.transport.ReceivePack |
public void sendError(java.lang.String) |
|
Method 'public void sendMessage(java.lang.String)' is now implemented in superclass org.eclipse.jgit.transport.BaseReceivePack |
org.eclipse.jgit.transport.ReceivePack |
public void sendMessage(java.lang.String) |
|
Method 'public void setAllowCreates(boolean)' is now implemented in superclass org.eclipse.jgit.transport.BaseReceivePack |
org.eclipse.jgit.transport.ReceivePack |
public void setAllowCreates(boolean) |
|
Method 'public void setAllowDeletes(boolean)' is now implemented in superclass org.eclipse.jgit.transport.BaseReceivePack |
org.eclipse.jgit.transport.ReceivePack |
public void setAllowDeletes(boolean) |
|
Method 'public void setAllowNonFastForwards(boolean)' is now implemented in superclass org.eclipse.jgit.transport.BaseReceivePack |
org.eclipse.jgit.transport.ReceivePack |
public void setAllowNonFastForwards(boolean) |
|
Method 'public void setBiDirectionalPipe(boolean)' is now implemented in superclass org.eclipse.jgit.transport.BaseReceivePack |
org.eclipse.jgit.transport.ReceivePack |
public void setBiDirectionalPipe(boolean) |
|
Method 'public void setCheckReceivedObjects(boolean)' is now implemented in superclass org.eclipse.jgit.transport.BaseReceivePack |
org.eclipse.jgit.transport.ReceivePack |
public void setCheckReceivedObjects(boolean) |
|
Method 'public void setCheckReferencedObjectsAreReachable(boolean)' is now implemented in superclass org.eclipse.jgit.transport.BaseReceivePack |
org.eclipse.jgit.transport.ReceivePack |
public void setCheckReferencedObjectsAreReachable(boolean) |
|
Method 'public void setMaxObjectSizeLimit(long)' is now implemented in superclass org.eclipse.jgit.transport.BaseReceivePack |
org.eclipse.jgit.transport.ReceivePack |
public void setMaxObjectSizeLimit(long) |
|
Method 'public void setRefFilter(org.eclipse.jgit.transport.RefFilter)' is now implemented in superclass org.eclipse.jgit.transport.BaseReceivePack |
org.eclipse.jgit.transport.ReceivePack |
public void setRefFilter(org.eclipse.jgit.transport.RefFilter) |
|
Method 'public void setRefLogIdent(org.eclipse.jgit.lib.PersonIdent)' is now implemented in superclass org.eclipse.jgit.transport.BaseReceivePack |
org.eclipse.jgit.transport.ReceivePack |
public void setRefLogIdent(org.eclipse.jgit.lib.PersonIdent) |
|
Method 'public void setTimeout(int)' is now implemented in superclass org.eclipse.jgit.transport.BaseReceivePack |
org.eclipse.jgit.transport.ReceivePack |
public void setTimeout(int) |
|
Class org.eclipse.jgit.transport.RequestNotYetReadException added |
org.eclipse.jgit.transport.RequestNotYetReadException |
|
|
Class org.eclipse.jgit.transport.ServiceMayNotContinueException added |
org.eclipse.jgit.transport.ServiceMayNotContinueException |
|
|
Increased visibility of class from package to public |
org.eclipse.jgit.transport.SideBandOutputStream |
|
|
Method 'public org.eclipse.jgit.transport.AdvertiseRefsHook getAdvertiseRefsHook()' has been added |
org.eclipse.jgit.transport.UploadPack |
public org.eclipse.jgit.transport.AdvertiseRefsHook getAdvertiseRefsHook() |
|
Method 'public boolean isSideBand()' has been added |
org.eclipse.jgit.transport.UploadPack |
public boolean isSideBand() |
|
Method 'public void setAdvertiseRefsHook(org.eclipse.jgit.transport.AdvertiseRefsHook)' has been added |
org.eclipse.jgit.transport.UploadPack |
public void setAdvertiseRefsHook(org.eclipse.jgit.transport.AdvertiseRefsHook) |
|
Class org.eclipse.jgit.transport.UploadPack$FirstLine added |
org.eclipse.jgit.transport.UploadPack$FirstLine |
|
|
Method 'public boolean isOutput()' is now implemented in superclass org.eclipse.jgit.transport.ServiceMayNotContinueException |
org.eclipse.jgit.transport.UploadPackMayNotContinueException |
public boolean isOutput() |
|
Method 'public void setOutput()' is now implemented in superclass org.eclipse.jgit.transport.ServiceMayNotContinueException |
org.eclipse.jgit.transport.UploadPackMayNotContinueException |
public void setOutput() |
|
Method 'public int getNameOffset()' has been added |
org.eclipse.jgit.treewalk.AbstractTreeIterator |
public int getNameOffset() |
|
Method 'public org.eclipse.jgit.treewalk.CanonicalTreeParser getParent()' has been added |
org.eclipse.jgit.treewalk.CanonicalTreeParser |
public org.eclipse.jgit.treewalk.CanonicalTreeParser getParent() |
|
Method 'public long getEntryContentLength()' has been added |
org.eclipse.jgit.treewalk.WorkingTreeIterator |
public long getEntryContentLength() |
|
Method 'public boolean isModeDifferent(int)' has been added |
org.eclipse.jgit.treewalk.WorkingTreeIterator |
public boolean isModeDifferent(int) |
|
Added public field IGNORE_ERRORS |
org.eclipse.jgit.util.FileUtils |
IGNORE_ERRORS |
|
Method 'public java.util.List readLines(java.lang.String)' has been added |
org.eclipse.jgit.util.IO |
public java.util.List readLines(java.lang.String) |
|
Method 'public int compareIgnoreCase(java.lang.String, java.lang.String)' has been added |
org.eclipse.jgit.util.StringUtils |
public int compareIgnoreCase(java.lang.String, java.lang.String) |
|
Method 'public int compareWithCase(java.lang.String, java.lang.String)' has been added |
org.eclipse.jgit.util.StringUtils |
public int compareWithCase(java.lang.String, java.lang.String) |
|
Method 'public java.text.DateFormat getDateTimeInstance(int, int)' has been added |
org.eclipse.jgit.util.SystemReader |
public java.text.DateFormat getDateTimeInstance(int, int) |
|
Method 'public java.text.SimpleDateFormat getSimpleDateFormat(java.lang.String)' has been added |
org.eclipse.jgit.util.SystemReader |
public java.text.SimpleDateFormat getSimpleDateFormat(java.lang.String) |