Clirr Results

The following document contains the results of Clirr.

  • Current Version: 3.3.0.201403021825-r
  • Comparison Version: 3.2.0.201312181205-r

Summary

Severity Number
Error Error 16
Warning Warning 0
Info Info 42

Details

Severity Message Class Method / Field
Error Return type of method 'public javaewah.EWAHCompressedBitmap getBitmap(org.eclipse.jgit.lib.AnyObjectId)' has been changed to com.googlecode.javaewah.EWAHCompressedBitmap org.eclipse.jgit.internal.storage.file.PackBitmapIndex public javaewah.EWAHCompressedBitmap getBitmap(org.eclipse.jgit.lib.AnyObjectId)
Error Parameter 1 of 'public javaewah.EWAHCompressedBitmap ofObjectType(javaewah.EWAHCompressedBitmap, int)' has changed its type to com.googlecode.javaewah.EWAHCompressedBitmap org.eclipse.jgit.internal.storage.file.PackBitmapIndex public javaewah.EWAHCompressedBitmap ofObjectType(javaewah.EWAHCompressedBitmap, int)
Error Return type of method 'public javaewah.EWAHCompressedBitmap ofObjectType(javaewah.EWAHCompressedBitmap, int)' has been changed to com.googlecode.javaewah.EWAHCompressedBitmap org.eclipse.jgit.internal.storage.file.PackBitmapIndex public javaewah.EWAHCompressedBitmap ofObjectType(javaewah.EWAHCompressedBitmap, int)
Error Parameter 2 of 'public void addBitmap(org.eclipse.jgit.lib.AnyObjectId, javaewah.EWAHCompressedBitmap, int)' has changed its type to com.googlecode.javaewah.EWAHCompressedBitmap org.eclipse.jgit.internal.storage.file.PackBitmapIndexBuilder public void addBitmap(org.eclipse.jgit.lib.AnyObjectId, javaewah.EWAHCompressedBitmap, int)
Error Return type of method 'public javaewah.EWAHCompressedBitmap getBitmap(org.eclipse.jgit.lib.AnyObjectId)' has been changed to com.googlecode.javaewah.EWAHCompressedBitmap org.eclipse.jgit.internal.storage.file.PackBitmapIndexBuilder public javaewah.EWAHCompressedBitmap getBitmap(org.eclipse.jgit.lib.AnyObjectId)
Error Return type of method 'public javaewah.EWAHCompressedBitmap getBlobs()' has been changed to com.googlecode.javaewah.EWAHCompressedBitmap org.eclipse.jgit.internal.storage.file.PackBitmapIndexBuilder public javaewah.EWAHCompressedBitmap getBlobs()
Error Return type of method 'public javaewah.EWAHCompressedBitmap getCommits()' has been changed to com.googlecode.javaewah.EWAHCompressedBitmap org.eclipse.jgit.internal.storage.file.PackBitmapIndexBuilder public javaewah.EWAHCompressedBitmap getCommits()
Error Return type of method 'public javaewah.EWAHCompressedBitmap getTags()' has been changed to com.googlecode.javaewah.EWAHCompressedBitmap org.eclipse.jgit.internal.storage.file.PackBitmapIndexBuilder public javaewah.EWAHCompressedBitmap getTags()
Error Return type of method 'public javaewah.EWAHCompressedBitmap getTrees()' has been changed to com.googlecode.javaewah.EWAHCompressedBitmap org.eclipse.jgit.internal.storage.file.PackBitmapIndexBuilder public javaewah.EWAHCompressedBitmap getTrees()
Error Parameter 1 of 'public javaewah.EWAHCompressedBitmap ofObjectType(javaewah.EWAHCompressedBitmap, int)' has changed its type to com.googlecode.javaewah.EWAHCompressedBitmap org.eclipse.jgit.internal.storage.file.PackBitmapIndexBuilder public javaewah.EWAHCompressedBitmap ofObjectType(javaewah.EWAHCompressedBitmap, int)
Error Return type of method 'public javaewah.EWAHCompressedBitmap ofObjectType(javaewah.EWAHCompressedBitmap, int)' has been changed to com.googlecode.javaewah.EWAHCompressedBitmap org.eclipse.jgit.internal.storage.file.PackBitmapIndexBuilder public javaewah.EWAHCompressedBitmap ofObjectType(javaewah.EWAHCompressedBitmap, int)
Error Return type of method 'public javaewah.EWAHCompressedBitmap getBitmap()' has been changed to com.googlecode.javaewah.EWAHCompressedBitmap org.eclipse.jgit.internal.storage.file.PackBitmapIndexBuilder$StoredEntry public javaewah.EWAHCompressedBitmap getBitmap()
Error Return type of method 'public javaewah.EWAHCompressedBitmap getBitmap(org.eclipse.jgit.lib.AnyObjectId)' has been changed to com.googlecode.javaewah.EWAHCompressedBitmap org.eclipse.jgit.internal.storage.file.PackBitmapIndexRemapper public javaewah.EWAHCompressedBitmap getBitmap(org.eclipse.jgit.lib.AnyObjectId)
Error Parameter 1 of 'public javaewah.EWAHCompressedBitmap ofObjectType(javaewah.EWAHCompressedBitmap, int)' has changed its type to com.googlecode.javaewah.EWAHCompressedBitmap org.eclipse.jgit.internal.storage.file.PackBitmapIndexRemapper public javaewah.EWAHCompressedBitmap ofObjectType(javaewah.EWAHCompressedBitmap, int)
Error Return type of method 'public javaewah.EWAHCompressedBitmap ofObjectType(javaewah.EWAHCompressedBitmap, int)' has been changed to com.googlecode.javaewah.EWAHCompressedBitmap org.eclipse.jgit.internal.storage.file.PackBitmapIndexRemapper public javaewah.EWAHCompressedBitmap ofObjectType(javaewah.EWAHCompressedBitmap, int)
Error Return type of method 'protected java.net.HttpURLConnection httpOpen(java.lang.String, java.net.URL)' has been changed to org.eclipse.jgit.transport.http.HttpConnection org.eclipse.jgit.transport.TransportHttp protected java.net.HttpURLConnection httpOpen(java.lang.String, java.net.URL)
Info Method 'public org.eclipse.jgit.api.ArchiveCommand setPrefix(java.lang.String)' has been added org.eclipse.jgit.api.ArchiveCommand public org.eclipse.jgit.api.ArchiveCommand setPrefix(java.lang.String)
Info Method 'public org.eclipse.jgit.api.CheckoutCommand setOrphan(boolean)' has been added org.eclipse.jgit.api.CheckoutCommand public org.eclipse.jgit.api.CheckoutCommand setOrphan(boolean)
Info Method 'public java.lang.String getRemote()' has been added org.eclipse.jgit.api.PullCommand public java.lang.String getRemote()
Info Method 'public java.lang.String getRemoteBranchName()' has been added org.eclipse.jgit.api.PullCommand public java.lang.String getRemoteBranchName()
Info Method 'public org.eclipse.jgit.api.PullCommand setRemote(java.lang.String)' has been added org.eclipse.jgit.api.PullCommand public org.eclipse.jgit.api.PullCommand setRemote(java.lang.String)
Info Method 'public org.eclipse.jgit.api.PullCommand setRemoteBranchName(java.lang.String)' has been added org.eclipse.jgit.api.PullCommand public org.eclipse.jgit.api.PullCommand setRemoteBranchName(java.lang.String)
Info Method 'public void checkValidPath(java.lang.String)' has been added org.eclipse.jgit.dircache.DirCacheCheckout public void checkValidPath(java.lang.String)
Info Class org.eclipse.jgit.errors.TooLargePackException added org.eclipse.jgit.errors.TooLargePackException
Info Added public field packSizeNotSetYet org.eclipse.jgit.internal.JGitText packSizeNotSetYet
Info Added public field receivePackInvalidLimit org.eclipse.jgit.internal.JGitText receivePackInvalidLimit
Info Added public field receivePackTooLarge org.eclipse.jgit.internal.JGitText receivePackTooLarge
Info Method 'public long getPackSize()' has been added org.eclipse.jgit.internal.storage.file.ObjectDirectoryPackParser public long getPackSize()
Info Added public field CONFIG_FETCH_SECTION org.eclipse.jgit.lib.ConfigConstants CONFIG_FETCH_SECTION
Info Added public field CONFIG_KEY_PRUNE org.eclipse.jgit.lib.ConfigConstants CONFIG_KEY_PRUNE
Info Added public field CONFIG_KEY_SYMLINKS org.eclipse.jgit.lib.ConfigConstants CONFIG_KEY_SYMLINKS
Info Added public field GIT_CONFIG_NOSYSTEM_KEY org.eclipse.jgit.lib.Constants GIT_CONFIG_NOSYSTEM_KEY
Info Class org.eclipse.jgit.lib.CoreConfig$SymLinks added org.eclipse.jgit.lib.CoreConfig$SymLinks
Info Class org.eclipse.jgit.merge.MergeConfig added org.eclipse.jgit.merge.MergeConfig
Info Method 'public void assumeShallow(java.util.Collection)' has been added org.eclipse.jgit.revwalk.RevWalk public void assumeShallow(java.util.Collection)
Info Method 'public long getPackSize()' has been added org.eclipse.jgit.transport.BaseReceivePack public long getPackSize()
Info Method 'public void setMaxPackSizeLimit(long)' has been added org.eclipse.jgit.transport.BaseReceivePack public void setMaxPackSizeLimit(long)
Info Added protected field connectionFactory org.eclipse.jgit.transport.HttpTransport connectionFactory
Info Method 'public org.eclipse.jgit.transport.http.HttpConnectionFactory getConnectionFactory()' has been added org.eclipse.jgit.transport.HttpTransport public org.eclipse.jgit.transport.http.HttpConnectionFactory getConnectionFactory()
Info Method 'public void setConnectionFactory(org.eclipse.jgit.transport.http.HttpConnectionFactory)' has been added org.eclipse.jgit.transport.HttpTransport public void setConnectionFactory(org.eclipse.jgit.transport.http.HttpConnectionFactory)
Info Method 'public long getPackSize()' has been added org.eclipse.jgit.transport.PackParser public long getPackSize()
Info Class org.eclipse.jgit.transport.http.HttpConnection added org.eclipse.jgit.transport.http.HttpConnection
Info Class org.eclipse.jgit.transport.http.HttpConnectionFactory added org.eclipse.jgit.transport.http.HttpConnectionFactory
Info Class org.eclipse.jgit.transport.http.JDKHttpConnection added org.eclipse.jgit.transport.http.JDKHttpConnection
Info Class org.eclipse.jgit.transport.http.JDKHttpConnectionFactory added org.eclipse.jgit.transport.http.JDKHttpConnectionFactory
Info Method 'public boolean isModified(org.eclipse.jgit.dircache.DirCacheEntry, boolean)' has been deprecated org.eclipse.jgit.treewalk.WorkingTreeIterator public boolean isModified(org.eclipse.jgit.dircache.DirCacheEntry, boolean)
Info Method 'public boolean isModified(org.eclipse.jgit.dircache.DirCacheEntry, boolean, org.eclipse.jgit.lib.ObjectReader)' has been added org.eclipse.jgit.treewalk.WorkingTreeIterator public boolean isModified(org.eclipse.jgit.dircache.DirCacheEntry, boolean, org.eclipse.jgit.lib.ObjectReader)
Info Method 'public org.eclipse.jgit.lib.CoreConfig$SymLinks getSymLinks()' has been added org.eclipse.jgit.treewalk.WorkingTreeOptions public org.eclipse.jgit.lib.CoreConfig$SymLinks getSymLinks()
Info Method 'public void delete(java.io.File)' has been added org.eclipse.jgit.util.FS public void delete(java.io.File)
Info Method 'public org.eclipse.jgit.util.FS$Attributes getAttributes(java.io.File)' has been added org.eclipse.jgit.util.FS public org.eclipse.jgit.util.FS$Attributes getAttributes(java.io.File)
Info Method 'public java.io.File normalize(java.io.File)' has been added org.eclipse.jgit.util.FS public java.io.File normalize(java.io.File)
Info Method 'public java.lang.String normalize(java.lang.String)' has been added org.eclipse.jgit.util.FS public java.lang.String normalize(java.lang.String)
Info Class org.eclipse.jgit.util.FS$Attributes added org.eclipse.jgit.util.FS$Attributes
Info Method 'public int response(org.eclipse.jgit.transport.http.HttpConnection)' has been added org.eclipse.jgit.util.HttpSupport public int response(org.eclipse.jgit.transport.http.HttpConnection)
Info Method 'public EolCanonicalizingInputStream(java.io.InputStream, boolean, boolean)' has been added org.eclipse.jgit.util.io.EolCanonicalizingInputStream public EolCanonicalizingInputStream(java.io.InputStream, boolean, boolean)
Info Method 'public boolean isBinary()' has been added org.eclipse.jgit.util.io.EolCanonicalizingInputStream public boolean isBinary()
Info Class org.eclipse.jgit.util.io.EolCanonicalizingInputStream$IsBinaryException added org.eclipse.jgit.util.io.EolCanonicalizingInputStream$IsBinaryException
Info Class org.eclipse.jgit.util.io.LimitedInputStream added org.eclipse.jgit.util.io.LimitedInputStream