Binary compatibility report for the Twitter4J library from version 2.2.0 to 2.2.1
Summary
Problem Summary
Added Methods (44)
twitter4j-core-2.2.1.jar, APIStatistics.class
package twitter4j.management
APIStatistics.APIStatistics ( int historySize )
[ run-time name: twitter4j/management/APIStatistics."<init>":(I)V ]
APIStatistics.getAverageTime ( ):long
[ run-time name: twitter4j/management/APIStatistics.getAverageTime:()J ]
APIStatistics.getCallCount ( ):long
[ run-time name: twitter4j/management/APIStatistics.getCallCount:()J ]
APIStatistics.getErrorCount ( ):long
[ run-time name: twitter4j/management/APIStatistics.getErrorCount:()J ]
APIStatistics.getInvocationStatistics ( ):Iterable
[ run-time name: twitter4j/management/APIStatistics.getInvocationStatistics:()Ljava/lang/Iterable; ]
APIStatistics.getMethodLevelSummariesAsString ( ):java.util.Map
[ run-time name: twitter4j/management/APIStatistics.getMethodLevelSummariesAsString:()Ljava/util/Map; ]
APIStatistics.getMethodLevelSummary ( String methodName ):String
[ run-time name: twitter4j/management/APIStatistics.getMethodLevelSummary:(Ljava/lang/String;)Ljava/lang/String; ]
APIStatistics.getName ( ):String
[ run-time name: twitter4j/management/APIStatistics.getName:()Ljava/lang/String; ]
APIStatistics.getTotalTime ( ):long
[ run-time name: twitter4j/management/APIStatistics.getTotalTime:()J ]
APIStatistics.methodCalled ( String method, long time, boolean success ):void
[ run-time name: twitter4j/management/APIStatistics.methodCalled:(Ljava/lang/String;JZ)V ]
APIStatistics.reset ( ):void
[ run-time name: twitter4j/management/APIStatistics.reset:()V ]
twitter4j-core-2.2.1.jar, APIStatisticsMBean.class
package twitter4j.management
APIStatisticsMBean.getInvocationStatistics ( ) [abstract]:Iterable
[ run-time name: twitter4j/management/APIStatisticsMBean.getInvocationStatistics:()Ljava/lang/Iterable; ]
APIStatisticsMBean.getMethodLevelSummariesAsString ( ) [abstract]:java.util.Map
[ run-time name: twitter4j/management/APIStatisticsMBean.getMethodLevelSummariesAsString:()Ljava/util/Map; ]
APIStatisticsMBean.getMethodLevelSummary ( String p1 ) [abstract]:String
[ run-time name: twitter4j/management/APIStatisticsMBean.getMethodLevelSummary:(Ljava/lang/String;)Ljava/lang/String; ]
twitter4j-core-2.2.1.jar, APIStatisticsOpenMBean.class
package twitter4j.management
APIStatisticsOpenMBean.APIStatisticsOpenMBean ( APIStatistics apiStatistics )
[ run-time name: twitter4j/management/APIStatisticsOpenMBean."<init>":(Ltwitter4j/management/APIStatistics;)V ]
APIStatisticsOpenMBean.getAttribute ( String attribute ):Object
[ run-time name: twitter4j/management/APIStatisticsOpenMBean.getAttribute:(Ljava/lang/String;)Ljava/lang/Object; ]
APIStatisticsOpenMBean.getAttributes ( String[] attributeNames ):javax.management.AttributeList
[ run-time name: twitter4j/management/APIStatisticsOpenMBean.getAttributes:([Ljava/lang/String;)Ljavax/management/AttributeList; ]
APIStatisticsOpenMBean.getMBeanInfo ( ):javax.management.MBeanInfo
[ run-time name: twitter4j/management/APIStatisticsOpenMBean.getMBeanInfo:()Ljavax/management/MBeanInfo; ]
APIStatisticsOpenMBean.getStatistics ( ):javax.management.openmbean.TabularDataSupport
[ run-time name: twitter4j/management/APIStatisticsOpenMBean.getStatistics:()Ljavax/management/openmbean/TabularDataSupport; ]
APIStatisticsOpenMBean.invoke ( String actionName, Object[] params, String[] signature ):Object
[ run-time name: twitter4j/management/APIStatisticsOpenMBean.invoke:(Ljava/lang/String;[Ljava/lang/Object;[Ljava/lang/String;)Ljava/lang/Object; ]
APIStatisticsOpenMBean.reset ( ):void
[ run-time name: twitter4j/management/APIStatisticsOpenMBean.reset:()V ]
APIStatisticsOpenMBean.setAttribute ( javax.management.Attribute attribute ):void
[ run-time name: twitter4j/management/APIStatisticsOpenMBean.setAttribute:(Ljavax/management/Attribute;)V ]
APIStatisticsOpenMBean.setAttributes ( javax.management.AttributeList attributes ):javax.management.AttributeList
[ run-time name: twitter4j/management/APIStatisticsOpenMBean.setAttributes:(Ljavax/management/AttributeList;)Ljavax/management/AttributeList; ]
twitter4j-core-2.2.1.jar, Configuration.class
package twitter4j.conf
Configuration.isMBeanEnabled ( ) [abstract]:boolean
[ run-time name: twitter4j/conf/Configuration.isMBeanEnabled:()Z ]
twitter4j-core-2.2.1.jar, ConfigurationBuilder.class
package twitter4j.conf
ConfigurationBuilder.setMBeanEnabled ( boolean enabled ):ConfigurationBuilder
[ run-time name: twitter4j/conf/ConfigurationBuilder.setMBeanEnabled:(Z)Ltwitter4j/conf/ConfigurationBuilder; ]
twitter4j-core-2.2.1.jar, InvocationStatistics.class
package twitter4j.management
InvocationStatistics.getAverageTime ( ) [abstract]:long
[ run-time name: twitter4j/management/InvocationStatistics.getAverageTime:()J ]
InvocationStatistics.getCallCount ( ) [abstract]:long
[ run-time name: twitter4j/management/InvocationStatistics.getCallCount:()J ]
InvocationStatistics.getErrorCount ( ) [abstract]:long
[ run-time name: twitter4j/management/InvocationStatistics.getErrorCount:()J ]
InvocationStatistics.getName ( ) [abstract]:String
[ run-time name: twitter4j/management/InvocationStatistics.getName:()Ljava/lang/String; ]
InvocationStatistics.getTotalTime ( ) [abstract]:long
[ run-time name: twitter4j/management/InvocationStatistics.getTotalTime:()J ]
InvocationStatistics.reset ( ) [abstract]:void
[ run-time name: twitter4j/management/InvocationStatistics.reset:()V ]
twitter4j-core-2.2.1.jar, InvocationStatisticsCalculator.class
package twitter4j.management
InvocationStatisticsCalculator.getAverageTime ( ):long
[ run-time name: twitter4j/management/InvocationStatisticsCalculator.getAverageTime:()J ]
InvocationStatisticsCalculator.getCallCount ( ):long
[ run-time name: twitter4j/management/InvocationStatisticsCalculator.getCallCount:()J ]
InvocationStatisticsCalculator.getErrorCount ( ):long
[ run-time name: twitter4j/management/InvocationStatisticsCalculator.getErrorCount:()J ]
InvocationStatisticsCalculator.getName ( ):String
[ run-time name: twitter4j/management/InvocationStatisticsCalculator.getName:()Ljava/lang/String; ]
InvocationStatisticsCalculator.getTotalTime ( ):long
[ run-time name: twitter4j/management/InvocationStatisticsCalculator.getTotalTime:()J ]
InvocationStatisticsCalculator.increment ( long time, boolean success ):void
[ run-time name: twitter4j/management/InvocationStatisticsCalculator.increment:(JZ)V ]
InvocationStatisticsCalculator.InvocationStatisticsCalculator ( String name, int historySize )
[ run-time name: twitter4j/management/InvocationStatisticsCalculator."<init>":(Ljava/lang/String;I)V ]
InvocationStatisticsCalculator.reset ( ):void
[ run-time name: twitter4j/management/InvocationStatisticsCalculator.reset:()V ]
InvocationStatisticsCalculator.toString ( ):String
[ run-time name: twitter4j/management/InvocationStatisticsCalculator.toString:()Ljava/lang/String; ]
twitter4j-core-2.2.1.jar, PropertyConfiguration.class
package twitter4j.conf
PropertyConfiguration.isMBeanEnabled ( ):boolean
[ run-time name: twitter4j/conf/PropertyConfiguration.isMBeanEnabled:()Z ]
twitter4j-core-2.2.1.jar, Tweet.class
package twitter4j
Tweet.getPlace ( ) [abstract]:Place
[ run-time name: twitter4j/Tweet.getPlace:()Ltwitter4j/Place; ]
twitter4j-core-2.2.1.jar, TwitterAPIMonitor.class
package twitter4j
TwitterAPIMonitor.getInstance ( ) [static]:TwitterAPIMonitor
[ run-time name: twitter4j/TwitterAPIMonitor.getInstance:()Ltwitter4j/TwitterAPIMonitor; ]
TwitterAPIMonitor.getStatistics ( ):management.APIStatisticsMBean
[ run-time name: twitter4j/TwitterAPIMonitor.getStatistics:()Ltwitter4j/management/APIStatisticsMBean; ]
to the top
Problems with Data Types, Low risk (1)
twitter4j-core-2.2.0.jar
package twitter4j.conf
[+] PropertyConfiguration (1)
|
Field MBEAN_ENABLED 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 (32)
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.getMediaProvider ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getMediaProviderAPIKey ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getMediaProviderParameters ( ):
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.getSiteStreamBaseURL ( ):
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.hashCode ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isGZIPEnabled ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isIncludeEntitiesEnabled ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isIncludeRTsEnabled ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isJSONStoreEnabled ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isPrettyDebugEnabled ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isUserStreamRepliesAllEnabled ( ):
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.
PropertyConfiguration.PropertyConfiguration ( java.util.Properties props, String treePath ):
This constructor is from 'PropertyConfiguration' class.
PropertyConfiguration.toString ( ):
This method is from 'PropertyConfiguration' class.
to the top
Java ARchives (4)
twitter4j-async-2.2.0.jar
twitter4j-core-2.2.0.jar
twitter4j-media-support-2.2.0.jar
twitter4j-stream-2.2.0.jar
to the top
Classes (184)
package twitter4j
AbstractStreamImplementation
AbstractStreamImplementation.StreamEvent
AccountSettings
AccountSettingsJSONImpl
AccountTotals
AccountTotalsJSONImpl
Annotation
Annotations
AsyncTwitter
AsyncTwitterFactory
AsyncTwitterImpl
AsyncTwitterImpl.AsyncTask
Category
CategoryJSONImpl
ConnectionLifeCycleListener
CursorSupport
DirectMessage
DirectMessageJSONImpl
ExceptionDiagnosis
FilterQuery
Friendship
FriendshipJSONImpl
GeoLocation
GeoQuery
HashtagEntity
HashtagEntityJSONImpl
IDs
IDsJSONImpl
Location
LocationJSONImpl
PagableResponseList
PagableResponseListImpl
Paging
Place
PlaceJSONImpl
ProfileImage
ProfileImage.ImageSize
ProfileImageImpl
Query
QueryResult
QueryResultJSONImpl
RateLimitStatus
RateLimitStatusEvent
RateLimitStatusJSONImpl
RateLimitStatusListener
RelatedResults
RelatedResultsJSONImpl
Relationship
RelationshipJSONImpl
ResponseList
ResponseListImpl
SavedSearch
SavedSearchJSONImpl
SimilarPlaces
SimilarPlacesImpl
SiteStreamsAdapter
SiteStreamsImpl
SiteStreamsListener
Status
StatusAdapter
StatusDeletionNotice
StatusDeletionNoticeImpl
StatusJSONImpl
StatusListener
StatusStream
StatusStreamImpl
StatusUpdate
StreamImplementation
StreamingReadTimeoutConfiguration
StreamListener
Trend
TrendJSONImpl
Trends
TrendsJSONImpl
Tweet
TweetJSONImpl
Twitter
TwitterAdapter
TwitterBase
TwitterBaseImpl
TwitterException
TwitterFactory
TwitterImpl
TwitterListener
TwitterMethod
TwitterResponse
TwitterResponseImpl
TwitterStream
TwitterStreamFactory
TwitterStreamImpl
TwitterStreamImpl.TwitterStreamConsumer
URLEntity
URLEntityJSONImpl
User
UserJSONImpl
UserList
UserListJSONImpl
UserMentionEntity
UserMentionEntityJSONImpl
UserStream
UserStreamAdapter
UserStreamImpl
UserStreamListener
VersionAsync
VersionStream
package twitter4j.api
AccountMethods
AccountMethodsAsync
BlockMethods
BlockMethodsAsync
DirectMessageMethods
DirectMessageMethodsAsync
FavoriteMethods
FavoriteMethodsAsync
FriendsFollowersMethods
FriendsFollowersMethodsAsync
FriendshipMethods
FriendshipMethodsAsync
GeoMethods
GeoMethodsAsync
HelpMethods
HelpMethodsAsync
LegalResources
LegalResourcesAsync
ListMembersMethods
ListMembersMethodsAsync
ListMethods
ListMethodsAsync
ListSubscribersMethods
ListSubscribersMethodsAsync
LocalTrendsMethods
LocalTrendsMethodsAsync
NewTwitterMethods
NewTwitterMethodsAsync
NotificationMethods
NotificationMethodsAsync
SavedSearchesMethods
SavedSearchesMethodsAsync
SearchMethods
SearchMethodsAsync
SpamReportingMethods
SpamReportingMethodsAsync
StatusMethods
StatusMethodsAsync
TimelineMethods
TimelineMethodsAsync
TrendsMethods
TrendsMethodsAsync
UserMethods
UserMethodsAsync
package twitter4j.auth
AccessToken
Authorization
AuthorizationConfiguration
AuthorizationFactory
BasicAuthorization
NullAuthorization
OAuthAuthorization
OAuthSupport
OAuthToken
RequestToken
package twitter4j.conf
Configuration
ConfigurationBase
ConfigurationBuilder
ConfigurationContext
ConfigurationFactory
PropertyConfiguration
PropertyConfigurationFactory
package twitter4j.json
DataObjectFactory
JSONObjectType
package twitter4j.media
AbstractImageUploadImpl
ImageUpload
ImageUploadFactory
ImgLyUpload
MediaProvider
MobypictureUpload
PlixiUpload
PosterousUpload
TwiplUpload
TwippleUpload
TwitgooUpload
TwitpicUpload
Version
YFrogUpload
package twitter4j.util
CharacterUtil
TimeSpanConverter
to the top
Generated on Sun Mar 20 09:03:31 2011 for Twitter4J by Java API Compliance Checker 1.0
The cross-platform tool for verifying backward compatibility of a Java Library API