Clirr Results

The following document contains the results of Clirr.

  • Current Version: 2.2.0.201212191850-r
  • Comparison Version: 2.1.0.201209190230-r

Summary

Severity Number
Error Error 3
Warning Warning 0
Info Info 38

Details

Severity Message Class Method / Field
Error Abstract method 'public java.util.Set getShallowCommits()' has been added org.eclipse.jgit.lib.ObjectReader public java.util.Set getShallowCommits()
Error In method 'public ObjectDirectory(org.eclipse.jgit.lib.Config, java.io.File, java.io.File[], org.eclipse.jgit.util.FS)' the number of arguments has changed org.eclipse.jgit.storage.file.ObjectDirectory public ObjectDirectory(org.eclipse.jgit.lib.Config, java.io.File, java.io.File[], org.eclipse.jgit.util.FS)
Error Parameter 1 of 'protected FileTreeIterator(org.eclipse.jgit.treewalk.FileTreeIterator, java.io.File, org.eclipse.jgit.util.FS)' has changed its type to org.eclipse.jgit.treewalk.WorkingTreeIterator org.eclipse.jgit.treewalk.FileTreeIterator protected FileTreeIterator(org.eclipse.jgit.treewalk.FileTreeIterator, java.io.File, org.eclipse.jgit.util.FS)
Info Method 'public org.eclipse.jgit.api.CheckoutCommand setStage(org.eclipse.jgit.api.CheckoutCommand$Stage)' has been added org.eclipse.jgit.api.CheckoutCommand public org.eclipse.jgit.api.CheckoutCommand setStage(org.eclipse.jgit.api.CheckoutCommand$Stage)
Info Class org.eclipse.jgit.api.CheckoutCommand$Stage added org.eclipse.jgit.api.CheckoutCommand$Stage
Info Method 'public org.eclipse.jgit.api.CleanCommand setCleanDirectories(boolean)' has been added org.eclipse.jgit.api.CleanCommand public org.eclipse.jgit.api.CleanCommand setCleanDirectories(boolean)
Info Method 'public org.eclipse.jgit.api.CleanCommand setIgnore(boolean)' has been added org.eclipse.jgit.api.CleanCommand public org.eclipse.jgit.api.CleanCommand setIgnore(boolean)
Info Class org.eclipse.jgit.api.GarbageCollectCommand added org.eclipse.jgit.api.GarbageCollectCommand
Info Method 'public org.eclipse.jgit.api.GarbageCollectCommand gc()' has been added org.eclipse.jgit.api.Git public org.eclipse.jgit.api.GarbageCollectCommand gc()
Info Method 'public org.eclipse.jgit.api.MergeCommand setFastForward(org.eclipse.jgit.api.MergeCommand$FastForwardMode)' has been added org.eclipse.jgit.api.MergeCommand public org.eclipse.jgit.api.MergeCommand setFastForward(org.eclipse.jgit.api.MergeCommand$FastForwardMode)
Info Class org.eclipse.jgit.api.MergeCommand$FastForwardMode added org.eclipse.jgit.api.MergeCommand$FastForwardMode
Info Added public field ABORTED org.eclipse.jgit.api.MergeResult$MergeStatus ABORTED
Info Method 'public org.eclipse.jgit.api.PullCommand setRebase(boolean)' has been added org.eclipse.jgit.api.PullCommand public org.eclipse.jgit.api.PullCommand setRebase(boolean)
Info Method 'public org.eclipse.jgit.api.RebaseCommand runInteractively(org.eclipse.jgit.api.RebaseCommand$InteractiveHandler)' has been added org.eclipse.jgit.api.RebaseCommand public org.eclipse.jgit.api.RebaseCommand runInteractively(org.eclipse.jgit.api.RebaseCommand$InteractiveHandler)
Info Increased visibility of class from package to public org.eclipse.jgit.api.RebaseCommand$Action
Info Class org.eclipse.jgit.api.RebaseCommand$InteractiveHandler added org.eclipse.jgit.api.RebaseCommand$InteractiveHandler
Info Increased visibility of class from package to public org.eclipse.jgit.api.RebaseCommand$Step
Info Method 'public org.eclipse.jgit.api.RmCommand setCached(boolean)' has been added org.eclipse.jgit.api.RmCommand public org.eclipse.jgit.api.RmCommand setCached(boolean)
Info Method 'public java.util.Set getIgnoredNotInIndex()' has been added org.eclipse.jgit.api.Status public java.util.Set getIgnoredNotInIndex()
Info Method 'public java.util.Set getUntrackedFolders()' has been added org.eclipse.jgit.api.Status public java.util.Set getUntrackedFolders()
Info Method 'public boolean isMerged()' has been added org.eclipse.jgit.dircache.DirCacheEntry public boolean isMerged()
Info Method 'public java.lang.String toString()' has been added org.eclipse.jgit.dircache.DirCacheTree public java.lang.String toString()
Info Added public field abortingRebaseFailedNoOrigHead org.eclipse.jgit.internal.JGitText abortingRebaseFailedNoOrigHead
Info Added public field cannotCombineSquashWithNoff org.eclipse.jgit.internal.JGitText cannotCombineSquashWithNoff
Info Added public field commitAmendOnInitialNotPossible org.eclipse.jgit.internal.JGitText commitAmendOnInitialNotPossible
Info Added public field gcFailed org.eclipse.jgit.internal.JGitText gcFailed
Info Added public field refAlreadyExists1 org.eclipse.jgit.internal.JGitText refAlreadyExists1
Info Added public field shallowCommitsAlreadyInitialized org.eclipse.jgit.internal.JGitText shallowCommitsAlreadyInitialized
Info Added public field tagAlreadyExists org.eclipse.jgit.internal.JGitText tagAlreadyExists
Info Added public field unsupportedGC org.eclipse.jgit.internal.JGitText unsupportedGC
Info Added public field CONFIG_KEY_MERGEOPTIONS org.eclipse.jgit.lib.ConfigConstants CONFIG_KEY_MERGEOPTIONS
Info Added public field SHALLOW org.eclipse.jgit.lib.Constants SHALLOW
Info Class org.eclipse.jgit.storage.dfs.BeforeDfsPackIndexLoadedEvent added org.eclipse.jgit.storage.dfs.BeforeDfsPackIndexLoadedEvent
Info Class org.eclipse.jgit.storage.dfs.BeforeDfsPackIndexLoadedListener added org.eclipse.jgit.storage.dfs.BeforeDfsPackIndexLoadedListener
Info Method 'public boolean isIndexLoaded()' has been added org.eclipse.jgit.storage.dfs.DfsPackFile public boolean isIndexLoaded()
Info Method 'public java.util.Set getShallowCommits()' has been added org.eclipse.jgit.storage.dfs.DfsReader public java.util.Set getShallowCommits()
Info Method 'public java.lang.String toString()' has been added org.eclipse.jgit.transport.TrackingRefUpdate public java.lang.String toString()
Info Method 'public java.lang.String toString()' has been added org.eclipse.jgit.treewalk.AbstractTreeIterator public java.lang.String toString()
Info Accessibility of method 'FileTreeIterator$FileEntry(java.io.File, org.eclipse.jgit.util.FS)' has been increased from package to public org.eclipse.jgit.treewalk.FileTreeIterator$FileEntry FileTreeIterator$FileEntry(java.io.File, org.eclipse.jgit.util.FS)
Info Added public field UTF8_CHARSET org.eclipse.jgit.util.RawParseUtils UTF8_CHARSET
Info Class org.eclipse.jgit.util.io.ThrowingPrintWriter added org.eclipse.jgit.util.io.ThrowingPrintWriter