Binary compatibility report for the Twitter4J library from version 2.1.5 to 2.1.6
Summary
2 |
142 |
1822 / 105 |
Incompatible |
Problem Summary
Added Methods (3)
twitter4j-core-2.1.6.jar, Configuration.class
package twitter4j.conf
Configuration.isIncludeRTsEnabled ( ) [abstract]:boolean
[ run-time name: twitter4j/conf/Configuration.isIncludeRTsEnabled:()Z ]
twitter4j-core-2.1.6.jar, ConfigurationBuilder.class
package twitter4j.conf
ConfigurationBuilder.setIncludeRTsEnabled ( boolean enabled ):ConfigurationBuilder
[ run-time name: twitter4j/conf/ConfigurationBuilder.setIncludeRTsEnabled:(Z)Ltwitter4j/conf/ConfigurationBuilder; ]
twitter4j-core-2.1.6.jar, PropertyConfiguration.class
package twitter4j.conf
PropertyConfiguration.isIncludeRTsEnabled ( ):boolean
[ run-time name: twitter4j/conf/PropertyConfiguration.isIncludeRTsEnabled:()Z ]
to the top
Problems with Data Types, Medium risk (1)
twitter4j-core-2.1.5.jar
package twitter4j.conf
[+] Configuration (1)
|
Abstract method Configuration.isIncludeRTsEnabled ( ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method twitter4j.Twitter.getPublicTimeline ( ) and may not be implemented by old clients. |
[+] affected methods (46)
twitter4j.AsyncTwitterFactory.AsyncTwitterFactory ( Configuration conf ):
1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.AsyncTwitterFactory.AsyncTwitterFactory ( Configuration conf, twitter4j.TwitterListener listener ):
1st parameter 'conf' of this method has type 'Configuration'.
Configuration.getClientURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.getClientVersion ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpConnectionTimeout ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpDefaultMaxPerRoute ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpMaxTotalConnections ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpProxyHost ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpProxyPassword ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpProxyPort ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpProxyUser ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpReadTimeout ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpRetryCount ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpRetryIntervalSeconds ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpStreamingReadTimeout ( ):
This abstract method is from 'Configuration' interface.
Configuration.getOAuthAccessToken ( ):
This abstract method is from 'Configuration' interface.
Configuration.getOAuthAccessTokenSecret ( ):
This abstract method is from 'Configuration' interface.
Configuration.getOAuthAccessTokenURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.getOAuthAuthenticationURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.getOAuthAuthorizationURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.getOAuthConsumerKey ( ):
This abstract method is from 'Configuration' interface.
Configuration.getOAuthConsumerSecret ( ):
This abstract method is from 'Configuration' interface.
Configuration.getOAuthRequestTokenURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.getPassword ( ):
This abstract method is from 'Configuration' interface.
Configuration.getRequestHeaders ( ):
This abstract method is from 'Configuration' interface.
Configuration.getRestBaseURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.getSearchBaseURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.getSource ( ):
This abstract method is from 'Configuration' interface.
Configuration.getStreamBaseURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.getUser ( ):
This abstract method is from 'Configuration' interface.
Configuration.getUserAgent ( ):
This abstract method is from 'Configuration' interface.
Configuration.getUserStreamBaseURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.isDalvik ( ):
This abstract method is from 'Configuration' interface.
Configuration.isDebugEnabled ( ):
This abstract method is from 'Configuration' interface.
ConfigurationBuilder.build ( ):
Return value of this method has type 'Configuration'.
ConfigurationContext.getInstance ( ):
Return value of this method has type 'Configuration'.
ConfigurationContext.getInstance ( String configTreePath ):
Return value of this method has type 'Configuration'.
ConfigurationFactory.getInstance ( ):
Return value of this abstract method has type 'Configuration'.
ConfigurationFactory.getInstance ( String p1 ):
Return value of this abstract method has type 'Configuration'.
twitter4j.http.AuthorizationFactory.getInstance ( Configuration conf, boolean supportsOAuth ):
1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.http.OAuthAuthorization.OAuthAuthorization ( Configuration conf ):
1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.http.OAuthAuthorization.OAuthAuthorization ( Configuration conf, String consumerKey, String consumerSecret ):
1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.http.OAuthAuthorization.OAuthAuthorization ( Configuration conf, String consumerKey, String consumerSecret, twitter4j.http.AccessToken accessToken ):
1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.TwitterFactory.TwitterFactory ( Configuration conf ):
1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.TwitterStreamFactory.TwitterStreamFactory ( Configuration conf ):
1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.TwitterStreamFactory.TwitterStreamFactory ( Configuration conf, twitter4j.StatusListener listener ):
1st parameter 'conf' of this method has type 'Configuration'.
to the top
Problems with Data Types, Low risk (2)
twitter4j-core-2.1.5.jar
package twitter4j.conf
[+] PropertyConfiguration (2)
|
Field INCLUDE_RTS has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
Field USER_STREAM_BASE_URL has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (19)
PropertyConfiguration.equals ( Object x0 ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getBoolean ( java.util.Properties props, String prefix, String name ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getDispatcherImpl ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getHttpStreamingReadTimeout ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getIntProperty ( java.util.Properties props, String prefix, String name ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthAccessToken ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthAccessTokenSecret ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthAccessTokenURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthAuthenticationURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthAuthorizationURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthRequestTokenURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getRequestHeaders ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getRestBaseURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getSearchBaseURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getStreamBaseURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getString ( java.util.Properties props, String prefix, String name ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getUserStreamBaseURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.PropertyConfiguration ( java.io.InputStream is ):
This constructor is from 'PropertyConfiguration' class.
PropertyConfiguration.PropertyConfiguration ( java.util.Properties props ):
This constructor is from 'PropertyConfiguration' class.
to the top
Java ARchives (2)
twitter4j-core-2.1.5.jar
twitter4j-httpclient-support-2.1.5.jar
to the top
Classes (142)
package twitter4j
Annotation
Annotations
AsyncTwitter
AsyncTwitter.AsyncTask
AsyncTwitterFactory
Category
CategoryJSONImpl
CursorSupport
Device
DirectMessage
DirectMessageJSONImpl
ExceptionDiagnosis
FilterQuery
GeoLocation
GeoQuery
IDs
IDsJSONImpl
Location
LocationJSONImpl
PagableResponseList
PagableResponseListImpl
Paging
Place
PlaceJSONImpl
Query
QueryResult
QueryResultJSONImpl
RateLimitStatus
RateLimitStatusEvent
RateLimitStatusJSONImpl
RateLimitStatusListener
Relationship
RelationshipJSONImpl
ResponseList
ResponseListImpl
SavedSearch
SavedSearchJSONImpl
Status
StatusAdapter
StatusDeletionNotice
StatusDeletionNoticeImpl
StatusJSONImpl
StatusListener
StatusStream
StatusStreamImpl
StatusUpdate
StreamingReadTimeoutConfiguration
TimeSpanUtil
Trend
TrendJSONImpl
Trends
TrendsJSONImpl
Tweet
TweetJSONImpl
Twitter
TwitterAdapter
TwitterBase
TwitterException
TwitterFactory
TwitterListener
TwitterMethod
TwitterOAuthSupportBase
TwitterOAuthSupportBaseImpl
TwitterResponse
TwitterResponseImpl
TwitterStream
TwitterStream.StreamHandlingThread
TwitterStreamFactory
User
UserJSONImpl
UserList
UserListJSONImpl
UserStream
UserStreamAdapter
UserStreamListener
Version
package twitter4j.api
AccountMethods
AccountMethodsAsync
BlockMethods
BlockMethodsAsync
DirectMessageMethods
DirectMessageMethodsAsync
FavoriteMethods
FavoriteMethodsAsync
FriendsFollowersMethods
FriendsFollowersMethodsAsync
FriendshipMethods
FriendshipMethodsAsync
GeoMethods
GeoMethodsAsync
HelpMethods
HelpMethodsAsync
ListMembersMethods
ListMembersMethodsAsync
ListMethods
ListMethodsAsync
ListSubscribersMethods
ListSubscribersMethodsAsync
LocalTrendsMethods
LocalTrendsMethodsAsync
NotificationMethods
NotificationMethodsAsync
SavedSearchesMethods
SavedSearchesMethodsAsync
SearchMethods
SearchMethodsAsync
SpamReportingMethods
SpamReportingMethodsAsync
StatusMethods
StatusMethodsAsync
TimelineMethods
TimelineMethodsAsync
TrendsMethods
TrendsMethodsAsync
UserMethods
UserMethodsAsync
package twitter4j.conf
Configuration
ConfigurationBase
ConfigurationBuilder
ConfigurationContext
ConfigurationFactory
PropertyConfiguration
PropertyConfigurationFactory
package twitter4j.http
AccessToken
Authorization
AuthorizationConfiguration
AuthorizationFactory
BasicAuthorization
NullAuthorization
OAuthAuthorization
OAuthSupport
OAuthToken
RequestToken
package twitter4j.util
CharacterUtil
ImageUpload
ImageUpload.ImgLyOAuthUploader
ImageUpload.TweetPhotoOAuthUploader
ImageUpload.TwitgooOAuthUploader
ImageUpload.TwitpicBasicAuthUploader
ImageUpload.TwitpicOAuthUploader
ImageUpload.YFrogBasicAuthUploader
ImageUpload.YFrogOAuthUploader
to the top
Generated on Fri Mar 4 22:19:23 2011 for Twitter4J by Java API Compliance Checker 1.0
The cross-platform tool for verifying backward compatibility of a Java Library API