Clirr Results

The following document contains the results of Clirr.

  • Current Version: 2.0.0.201206130900-r
  • Comparison Version: 1.3.0.201202151440-r

Summary

Severity Number
Error Error 14
Warning Warning 3
Info Info 98

Details

Severity Message Class Method / Field
Error Class org.eclipse.jgit.JGitText removed org.eclipse.jgit.JGitText
Error Abstract method 'public java.lang.Object call()' has been added org.eclipse.jgit.api.GitCommand public java.lang.Object call()
Error 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)
Error 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)
Error 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)
Error 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)
Error 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)
Error 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()
Error Class org.eclipse.jgit.errors.GitlinksNotSupportedException removed org.eclipse.jgit.errors.GitlinksNotSupportedException
Error Removed java.io.IOException from the list of superclasses org.eclipse.jgit.errors.RevisionSyntaxException
Error 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)
Error 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)
Error 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)
Error In method 'public EolCanonicalizingInputStream(java.io.InputStream)' the number of arguments has changed org.eclipse.jgit.util.io.EolCanonicalizingInputStream public EolCanonicalizingInputStream(java.io.InputStream)
Warning Added java.lang.IllegalArgumentException to the list of superclasses org.eclipse.jgit.errors.RevisionSyntaxException
Warning Added java.lang.RuntimeException to the list of superclasses org.eclipse.jgit.errors.RevisionSyntaxException
Warning Added org.eclipse.jgit.transport.ServiceMayNotContinueException to the list of superclasses org.eclipse.jgit.transport.UploadPackMayNotContinueException
Info Class org.eclipse.jgit.api.ApplyCommand added org.eclipse.jgit.api.ApplyCommand
Info Class org.eclipse.jgit.api.ApplyResult added org.eclipse.jgit.api.ApplyResult
Info 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)
Info Method 'public org.eclipse.jgit.api.ApplyCommand apply()' has been added org.eclipse.jgit.api.Git public org.eclipse.jgit.api.ApplyCommand apply()
Info Method 'public org.eclipse.jgit.api.StashApplyCommand stashApply()' has been added org.eclipse.jgit.api.Git public org.eclipse.jgit.api.StashApplyCommand stashApply()
Info Method 'public org.eclipse.jgit.api.StashCreateCommand stashCreate()' has been added org.eclipse.jgit.api.Git public org.eclipse.jgit.api.StashCreateCommand stashCreate()
Info Method 'public org.eclipse.jgit.api.StashDropCommand stashDrop()' has been added org.eclipse.jgit.api.Git public org.eclipse.jgit.api.StashDropCommand stashDrop()
Info Added public field NOTHING_TO_COMMIT org.eclipse.jgit.api.RebaseResult$Status NOTHING_TO_COMMIT
Info Class org.eclipse.jgit.api.StashApplyCommand added org.eclipse.jgit.api.StashApplyCommand
Info Class org.eclipse.jgit.api.StashCreateCommand added org.eclipse.jgit.api.StashCreateCommand
Info Class org.eclipse.jgit.api.StashDropCommand added org.eclipse.jgit.api.StashDropCommand
Info Class org.eclipse.jgit.api.errors.PatchApplyException added org.eclipse.jgit.api.errors.PatchApplyException
Info Class org.eclipse.jgit.api.errors.PatchFormatException added org.eclipse.jgit.api.errors.PatchFormatException
Info Method 'public UnmergedPathsException(java.lang.Throwable)' has been added org.eclipse.jgit.api.errors.UnmergedPathsException public UnmergedPathsException(java.lang.Throwable)
Info Method 'public java.lang.String getNewPrefix()' has been added org.eclipse.jgit.diff.DiffFormatter public java.lang.String getNewPrefix()
Info Method 'public java.lang.String getOldPrefix()' has been added org.eclipse.jgit.diff.DiffFormatter public java.lang.String getOldPrefix()
Info Method 'public java.lang.String getLineDelimiter()' has been added org.eclipse.jgit.diff.RawText public java.lang.String getLineDelimiter()
Info 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)
Info 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)
Info Class org.eclipse.jgit.dircache.InvalidPathException added org.eclipse.jgit.dircache.InvalidPathException
Info Class org.eclipse.jgit.internal.JGitText added org.eclipse.jgit.internal.JGitText
Info Method 'public org.eclipse.jgit.lib.ObjectId readOrigHead()' has been added org.eclipse.jgit.lib.Repository public org.eclipse.jgit.lib.ObjectId readOrigHead()
Info 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)
Info 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)
Info Method 'public void createCommitSnapshot()' has been added org.eclipse.jgit.storage.file.LockFile public void createCommitSnapshot()
Info Class org.eclipse.jgit.storage.file.ReflogWriter added org.eclipse.jgit.storage.file.ReflogWriter
Info Class org.eclipse.jgit.transport.AbstractAdvertiseRefsHook added org.eclipse.jgit.transport.AbstractAdvertiseRefsHook
Info Class org.eclipse.jgit.transport.AdvertiseRefsHook added org.eclipse.jgit.transport.AdvertiseRefsHook
Info Class org.eclipse.jgit.transport.AdvertiseRefsHookChain added org.eclipse.jgit.transport.AdvertiseRefsHookChain
Info Accessibility of field OPTION_INCLUDE_TAG has been increased from package to public org.eclipse.jgit.transport.BasePackFetchConnection OPTION_INCLUDE_TAG
Info Accessibility of field OPTION_MULTI_ACK has been increased from package to public org.eclipse.jgit.transport.BasePackFetchConnection OPTION_MULTI_ACK
Info Accessibility of field OPTION_MULTI_ACK_DETAILED has been increased from package to public org.eclipse.jgit.transport.BasePackFetchConnection OPTION_MULTI_ACK_DETAILED
Info Accessibility of field OPTION_NO_DONE has been increased from package to public org.eclipse.jgit.transport.BasePackFetchConnection OPTION_NO_DONE
Info Accessibility of field OPTION_NO_PROGRESS has been increased from package to public org.eclipse.jgit.transport.BasePackFetchConnection OPTION_NO_PROGRESS
Info Accessibility of field OPTION_OFS_DELTA has been increased from package to public org.eclipse.jgit.transport.BasePackFetchConnection OPTION_OFS_DELTA
Info Accessibility of field OPTION_SHALLOW has been increased from package to public org.eclipse.jgit.transport.BasePackFetchConnection OPTION_SHALLOW
Info Accessibility of field OPTION_SIDE_BAND has been increased from package to public org.eclipse.jgit.transport.BasePackFetchConnection OPTION_SIDE_BAND
Info Accessibility of field OPTION_SIDE_BAND_64K has been increased from package to public org.eclipse.jgit.transport.BasePackFetchConnection OPTION_SIDE_BAND_64K
Info Accessibility of field OPTION_THIN_PACK has been increased from package to public org.eclipse.jgit.transport.BasePackFetchConnection OPTION_THIN_PACK
Info Method 'protected void onReceivePack()' has been added org.eclipse.jgit.transport.BasePackFetchConnection protected void onReceivePack()
Info Accessibility of field CAPABILITY_DELETE_REFS has been increased from package to public org.eclipse.jgit.transport.BasePackPushConnection CAPABILITY_DELETE_REFS
Info Accessibility of field CAPABILITY_OFS_DELTA has been increased from package to public org.eclipse.jgit.transport.BasePackPushConnection CAPABILITY_OFS_DELTA
Info Accessibility of field CAPABILITY_REPORT_STATUS has been increased from package to public org.eclipse.jgit.transport.BasePackPushConnection CAPABILITY_REPORT_STATUS
Info Accessibility of field CAPABILITY_SIDE_BAND_64K has been increased from package to public org.eclipse.jgit.transport.BasePackPushConnection CAPABILITY_SIDE_BAND_64K
Info Class org.eclipse.jgit.transport.BaseReceivePack added org.eclipse.jgit.transport.BaseReceivePack
Info Class org.eclipse.jgit.transport.BaseReceivePack$FirstLine added org.eclipse.jgit.transport.BaseReceivePack$FirstLine
Info Class org.eclipse.jgit.transport.BaseReceivePack$ReceiveConfig added org.eclipse.jgit.transport.BaseReceivePack$ReceiveConfig
Info 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)
Info 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)
Info 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)
Info Added org.eclipse.jgit.transport.BaseReceivePack to the list of superclasses org.eclipse.jgit.transport.ReceivePack
Info 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()
Info 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()
Info 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()
Info Method 'protected java.lang.String getLockMessageProcessName()' has been added org.eclipse.jgit.transport.ReceivePack protected java.lang.String getLockMessageProcessName()
Info 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()
Info 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()
Info 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()
Info 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()
Info Method 'public int getTimeout()' is now implemented in superclass org.eclipse.jgit.transport.BaseReceivePack org.eclipse.jgit.transport.ReceivePack public int getTimeout()
Info Method 'public boolean isAllowCreates()' is now implemented in superclass org.eclipse.jgit.transport.BaseReceivePack org.eclipse.jgit.transport.ReceivePack public boolean isAllowCreates()
Info Method 'public boolean isAllowDeletes()' is now implemented in superclass org.eclipse.jgit.transport.BaseReceivePack org.eclipse.jgit.transport.ReceivePack public boolean isAllowDeletes()
Info Method 'public boolean isAllowNonFastForwards()' is now implemented in superclass org.eclipse.jgit.transport.BaseReceivePack org.eclipse.jgit.transport.ReceivePack public boolean isAllowNonFastForwards()
Info Method 'public boolean isBiDirectionalPipe()' is now implemented in superclass org.eclipse.jgit.transport.BaseReceivePack org.eclipse.jgit.transport.ReceivePack public boolean isBiDirectionalPipe()
Info Method 'public boolean isCheckReceivedObjects()' is now implemented in superclass org.eclipse.jgit.transport.BaseReceivePack org.eclipse.jgit.transport.ReceivePack public boolean isCheckReceivedObjects()
Info Method 'public boolean isCheckReferencedObjectsAreReachable()' is now implemented in superclass org.eclipse.jgit.transport.BaseReceivePack org.eclipse.jgit.transport.ReceivePack public boolean isCheckReferencedObjectsAreReachable()
Info 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)
Info 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)
Info 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)
Info Method 'public void setAllowCreates(boolean)' is now implemented in superclass org.eclipse.jgit.transport.BaseReceivePack org.eclipse.jgit.transport.ReceivePack public void setAllowCreates(boolean)
Info Method 'public void setAllowDeletes(boolean)' is now implemented in superclass org.eclipse.jgit.transport.BaseReceivePack org.eclipse.jgit.transport.ReceivePack public void setAllowDeletes(boolean)
Info Method 'public void setAllowNonFastForwards(boolean)' is now implemented in superclass org.eclipse.jgit.transport.BaseReceivePack org.eclipse.jgit.transport.ReceivePack public void setAllowNonFastForwards(boolean)
Info Method 'public void setBiDirectionalPipe(boolean)' is now implemented in superclass org.eclipse.jgit.transport.BaseReceivePack org.eclipse.jgit.transport.ReceivePack public void setBiDirectionalPipe(boolean)
Info Method 'public void setCheckReceivedObjects(boolean)' is now implemented in superclass org.eclipse.jgit.transport.BaseReceivePack org.eclipse.jgit.transport.ReceivePack public void setCheckReceivedObjects(boolean)
Info Method 'public void setCheckReferencedObjectsAreReachable(boolean)' is now implemented in superclass org.eclipse.jgit.transport.BaseReceivePack org.eclipse.jgit.transport.ReceivePack public void setCheckReferencedObjectsAreReachable(boolean)
Info Method 'public void setMaxObjectSizeLimit(long)' is now implemented in superclass org.eclipse.jgit.transport.BaseReceivePack org.eclipse.jgit.transport.ReceivePack public void setMaxObjectSizeLimit(long)
Info 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)
Info 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)
Info Method 'public void setTimeout(int)' is now implemented in superclass org.eclipse.jgit.transport.BaseReceivePack org.eclipse.jgit.transport.ReceivePack public void setTimeout(int)
Info Class org.eclipse.jgit.transport.RequestNotYetReadException added org.eclipse.jgit.transport.RequestNotYetReadException
Info Class org.eclipse.jgit.transport.ServiceMayNotContinueException added org.eclipse.jgit.transport.ServiceMayNotContinueException
Info Increased visibility of class from package to public org.eclipse.jgit.transport.SideBandOutputStream
Info Method 'public org.eclipse.jgit.transport.AdvertiseRefsHook getAdvertiseRefsHook()' has been added org.eclipse.jgit.transport.UploadPack public org.eclipse.jgit.transport.AdvertiseRefsHook getAdvertiseRefsHook()
Info Method 'public boolean isSideBand()' has been added org.eclipse.jgit.transport.UploadPack public boolean isSideBand()
Info 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)
Info Class org.eclipse.jgit.transport.UploadPack$FirstLine added org.eclipse.jgit.transport.UploadPack$FirstLine
Info Method 'public boolean isOutput()' is now implemented in superclass org.eclipse.jgit.transport.ServiceMayNotContinueException org.eclipse.jgit.transport.UploadPackMayNotContinueException public boolean isOutput()
Info Method 'public void setOutput()' is now implemented in superclass org.eclipse.jgit.transport.ServiceMayNotContinueException org.eclipse.jgit.transport.UploadPackMayNotContinueException public void setOutput()
Info Method 'public int getNameOffset()' has been added org.eclipse.jgit.treewalk.AbstractTreeIterator public int getNameOffset()
Info Method 'public org.eclipse.jgit.treewalk.CanonicalTreeParser getParent()' has been added org.eclipse.jgit.treewalk.CanonicalTreeParser public org.eclipse.jgit.treewalk.CanonicalTreeParser getParent()
Info Method 'public long getEntryContentLength()' has been added org.eclipse.jgit.treewalk.WorkingTreeIterator public long getEntryContentLength()
Info Method 'public boolean isModeDifferent(int)' has been added org.eclipse.jgit.treewalk.WorkingTreeIterator public boolean isModeDifferent(int)
Info Added public field IGNORE_ERRORS org.eclipse.jgit.util.FileUtils IGNORE_ERRORS
Info 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)
Info 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)
Info 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)
Info Method 'public java.text.DateFormat getDateTimeInstance(int, int)' has been added org.eclipse.jgit.util.SystemReader public java.text.DateFormat getDateTimeInstance(int, int)
Info 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)