Binary compatibility report for the Twitter4J library from version 2.1.1 to 2.1.2
Summary
1 |
121 |
1574 / 94 |
Incompatible |
Problem Summary
Added Methods (51)
twitter4j-core-2.1.2.jar, AsyncTwitter.class
package twitter4j
AsyncTwitter.getIncomingFriendships ( long cursor ):void
[ run-time name: twitter4j/AsyncTwitter.getIncomingFriendships:(J)V ]
AsyncTwitter.getOutgoingFriendships ( long cursor ):void
[ run-time name: twitter4j/AsyncTwitter.getOutgoingFriendships:(J)V ]
twitter4j-core-2.1.2.jar, Authorization.class
package twitter4j.http
Authorization.getAuthorizationHeader ( twitter4j.internal.http.HttpRequest p1 ) [abstract]:String
[ run-time name: twitter4j/http/Authorization.getAuthorizationHeader:(Ltwitter4j/internal/http/HttpRequest;)Ljava/lang/String; ]
twitter4j-core-2.1.2.jar, BasicAuthorization.class
package twitter4j.http
BasicAuthorization.getAuthorizationHeader ( twitter4j.internal.http.HttpRequest req ):String
[ run-time name: twitter4j/http/BasicAuthorization.getAuthorizationHeader:(Ltwitter4j/internal/http/HttpRequest;)Ljava/lang/String; ]
twitter4j-core-2.1.2.jar, CharacterUtil.class
package twitter4j.util
CharacterUtil.count ( String text ) [static]:int
[ run-time name: twitter4j/util/CharacterUtil.count:(Ljava/lang/String;)I ]
CharacterUtil.isExceedingLengthLimitation ( String text ) [static]:boolean
[ run-time name: twitter4j/util/CharacterUtil.isExceedingLengthLimitation:(Ljava/lang/String;)Z ]
twitter4j-core-2.1.2.jar, ConfigurationBuilder.class
package twitter4j.conf
ConfigurationBuilder.setDispatcherImpl ( String dispatcherImpl ):ConfigurationBuilder
[ run-time name: twitter4j/conf/ConfigurationBuilder.setDispatcherImpl:(Ljava/lang/String;)Ltwitter4j/conf/ConfigurationBuilder; ]
twitter4j-core-2.1.2.jar, FilterQuery.class
package twitter4j
FilterQuery.count ( int count ):FilterQuery
[ run-time name: twitter4j/FilterQuery.count:(I)Ltwitter4j/FilterQuery; ]
FilterQuery.equals ( Object o ):boolean
[ run-time name: twitter4j/FilterQuery.equals:(Ljava/lang/Object;)Z ]
FilterQuery.FilterQuery ( )
[ run-time name: twitter4j/FilterQuery."<init>":()V ]
FilterQuery.FilterQuery ( int count, int[] follow )
[ run-time name: twitter4j/FilterQuery."<init>":(I[I)V ]
FilterQuery.FilterQuery ( int count, int[] follow, String[] track )
[ run-time name: twitter4j/FilterQuery."<init>":(I[I[Ljava/lang/String;)V ]
FilterQuery.FilterQuery ( int count, int[] follow, String[] track, double[][] locations )
[ run-time name: twitter4j/FilterQuery."<init>":(I[I[Ljava/lang/String;[[D)V ]
FilterQuery.FilterQuery ( int[] follow )
[ run-time name: twitter4j/FilterQuery."<init>":([I)V ]
FilterQuery.follow ( int[] follow ):FilterQuery
[ run-time name: twitter4j/FilterQuery.follow:([I)Ltwitter4j/FilterQuery; ]
FilterQuery.hashCode ( ):int
[ run-time name: twitter4j/FilterQuery.hashCode:()I ]
FilterQuery.locations ( double[][] locations ):FilterQuery
[ run-time name: twitter4j/FilterQuery.locations:([[D)Ltwitter4j/FilterQuery; ]
FilterQuery.toString ( ):String
[ run-time name: twitter4j/FilterQuery.toString:()Ljava/lang/String; ]
FilterQuery.track ( String[] track ):FilterQuery
[ run-time name: twitter4j/FilterQuery.track:([Ljava/lang/String;)Ltwitter4j/FilterQuery; ]
twitter4j-core-2.1.2.jar, FriendshipMethods.class
package twitter4j.api
FriendshipMethods.getIncomingFriendships ( long p1 ) [abstract]:twitter4j.IDs
[ run-time name: twitter4j/api/FriendshipMethods.getIncomingFriendships:(J)Ltwitter4j/IDs; ]
FriendshipMethods.getOutgoingFriendships ( long p1 ) [abstract]:twitter4j.IDs
[ run-time name: twitter4j/api/FriendshipMethods.getOutgoingFriendships:(J)Ltwitter4j/IDs; ]
twitter4j-core-2.1.2.jar, FriendshipMethodsAsync.class
package twitter4j.api
FriendshipMethodsAsync.getIncomingFriendships ( long p1 ) [abstract]:void
[ run-time name: twitter4j/api/FriendshipMethodsAsync.getIncomingFriendships:(J)V ]
FriendshipMethodsAsync.getOutgoingFriendships ( long p1 ) [abstract]:void
[ run-time name: twitter4j/api/FriendshipMethodsAsync.getOutgoingFriendships:(J)V ]
twitter4j-core-2.1.2.jar, NullAuthorization.class
package twitter4j.http
NullAuthorization.getAuthorizationHeader ( twitter4j.internal.http.HttpRequest req ):String
[ run-time name: twitter4j/http/NullAuthorization.getAuthorizationHeader:(Ltwitter4j/internal/http/HttpRequest;)Ljava/lang/String; ]
twitter4j-core-2.1.2.jar, OAuthAuthorization.class
package twitter4j.http
OAuthAuthorization.getAuthorizationHeader ( twitter4j.internal.http.HttpRequest req ):String
[ run-time name: twitter4j/http/OAuthAuthorization.getAuthorizationHeader:(Ltwitter4j/internal/http/HttpRequest;)Ljava/lang/String; ]
twitter4j-core-2.1.2.jar, Place.class
package twitter4j
Place.getStreetAddress ( ) [abstract]:String
[ run-time name: twitter4j/Place.getStreetAddress:()Ljava/lang/String; ]
twitter4j-core-2.1.2.jar, PropertyConfiguration.class
package twitter4j.conf
PropertyConfiguration.getDispatcherImpl ( ):String
[ run-time name: twitter4j/conf/PropertyConfiguration.getDispatcherImpl:()Ljava/lang/String; ]
twitter4j-core-2.1.2.jar, ResponseList.class
package twitter4j
ResponseList.getFeatureSpecificRateLimitStatus ( ):RateLimitStatus
[ run-time name: twitter4j/ResponseList.getFeatureSpecificRateLimitStatus:()Ltwitter4j/RateLimitStatus; ]
twitter4j-core-2.1.2.jar, Status.class
package twitter4j
Status.getContributors ( ) [abstract]:String[]
[ run-time name: twitter4j/Status.getContributors:()[Ljava/lang/String; ]
twitter4j-core-2.1.2.jar, TimeSpanUtil.class
package twitter4j.util
TimeSpanUtil.toTimeSpanString ( int deltaInSeconds ) [static]:String
[ run-time name: twitter4j/util/TimeSpanUtil.toTimeSpanString:(I)Ljava/lang/String; ]
TimeSpanUtil.toTimeSpanString ( java.util.Date date ) [static]:String
[ run-time name: twitter4j/util/TimeSpanUtil.toTimeSpanString:(Ljava/util/Date;)Ljava/lang/String; ]
TimeSpanUtil.toTimeSpanString ( long milliseconds ) [static]:String
[ run-time name: twitter4j/util/TimeSpanUtil.toTimeSpanString:(J)Ljava/lang/String; ]
twitter4j-core-2.1.2.jar, Twitter.class
package twitter4j
Twitter.getIncomingFriendships ( long cursor ):IDs
[ run-time name: twitter4j/Twitter.getIncomingFriendships:(J)Ltwitter4j/IDs; ]
Twitter.getOutgoingFriendships ( long cursor ):IDs
[ run-time name: twitter4j/Twitter.getOutgoingFriendships:(J)Ltwitter4j/IDs; ]
twitter4j-core-2.1.2.jar, TwitterAdapter.class
package twitter4j
TwitterAdapter.gotIncomingFriendships ( IDs ids ):void
[ run-time name: twitter4j/TwitterAdapter.gotIncomingFriendships:(Ltwitter4j/IDs;)V ]
TwitterAdapter.gotOutgoingFriendships ( IDs ids ):void
[ run-time name: twitter4j/TwitterAdapter.gotOutgoingFriendships:(Ltwitter4j/IDs;)V ]
twitter4j-core-2.1.2.jar, TwitterException.class
package twitter4j
TwitterException.equals ( Object o ):boolean
[ run-time name: twitter4j/TwitterException.equals:(Ljava/lang/Object;)Z ]
TwitterException.exceededRateLimitation ( ):boolean
[ run-time name: twitter4j/TwitterException.exceededRateLimitation:()Z ]
TwitterException.getFeatureSpecificRateLimitStatus ( ):RateLimitStatus
[ run-time name: twitter4j/TwitterException.getFeatureSpecificRateLimitStatus:()Ltwitter4j/RateLimitStatus; ]
TwitterException.getRateLimitStatus ( ):RateLimitStatus
[ run-time name: twitter4j/TwitterException.getRateLimitStatus:()Ltwitter4j/RateLimitStatus; ]
TwitterException.hashCode ( ):int
[ run-time name: twitter4j/TwitterException.hashCode:()I ]
TwitterException.isCausedByNetworkIssue ( ):boolean
[ run-time name: twitter4j/TwitterException.isCausedByNetworkIssue:()Z ]
TwitterException.resourceNotFound ( ):boolean
[ run-time name: twitter4j/TwitterException.resourceNotFound:()Z ]
TwitterException.toString ( ):String
[ run-time name: twitter4j/TwitterException.toString:()Ljava/lang/String; ]
TwitterException.TwitterException ( String msg, internal.http.HttpResponse res )
[ run-time name: twitter4j/TwitterException."<init>":(Ljava/lang/String;Ltwitter4j/internal/http/HttpResponse;)V ]
twitter4j-core-2.1.2.jar, TwitterListener.class
package twitter4j
TwitterListener.gotIncomingFriendships ( IDs p1 ) [abstract]:void
[ run-time name: twitter4j/TwitterListener.gotIncomingFriendships:(Ltwitter4j/IDs;)V ]
TwitterListener.gotOutgoingFriendships ( IDs p1 ) [abstract]:void
[ run-time name: twitter4j/TwitterListener.gotOutgoingFriendships:(Ltwitter4j/IDs;)V ]
twitter4j-core-2.1.2.jar, TwitterStream.class
package twitter4j
TwitterStream.filter ( FilterQuery query ):void
[ run-time name: twitter4j/TwitterStream.filter:(Ltwitter4j/FilterQuery;)V ]
TwitterStream.getFilterStream ( FilterQuery query ):StatusStream
[ run-time name: twitter4j/TwitterStream.getFilterStream:(Ltwitter4j/FilterQuery;)Ltwitter4j/StatusStream; ]
twitter4j-core-2.1.2.jar, User.class
package twitter4j
User.getLang ( ) [abstract]:String
[ run-time name: twitter4j/User.getLang:()Ljava/lang/String; ]
User.isContributorsEnabled ( ) [abstract]:boolean
[ run-time name: twitter4j/User.isContributorsEnabled:()Z ]
to the top
Removed Methods (12)
twitter4j-core-2.1.1.jar, Authorization.class
package twitter4j.http
Authorization.setAuthorizationHeader ( String p1, String p2, twitter4j.internal.http.HttpParameter[] p3, java.net.HttpURLConnection p4 ) [abstract]:void
[ run-time name: twitter4j/http/Authorization.setAuthorizationHeader:(Ljava/lang/String;Ljava/lang/String;[Ltwitter4j/internal/http/HttpParameter;Ljava/net/HttpURLConnection;)V ]
twitter4j-core-2.1.1.jar, BasicAuthorization.class
package twitter4j.http
BasicAuthorization.setAuthorizationHeader ( String method, String url, twitter4j.internal.http.HttpParameter[] params, java.net.HttpURLConnection con ):void
[ run-time name: twitter4j/http/BasicAuthorization.setAuthorizationHeader:(Ljava/lang/String;Ljava/lang/String;[Ltwitter4j/internal/http/HttpParameter;Ljava/net/HttpURLConnection;)V ]
twitter4j-core-2.1.1.jar, Configuration.class
package twitter4j.conf
Configuration.getAsyncNumThreads ( ) [abstract]:int
[ run-time name: twitter4j/conf/Configuration.getAsyncNumThreads:()I ]
twitter4j-core-2.1.1.jar, NullAuthorization.class
package twitter4j.http
NullAuthorization.setAuthorizationHeader ( String method, String url, twitter4j.internal.http.HttpParameter[] params, java.net.HttpURLConnection con ):void
[ run-time name: twitter4j/http/NullAuthorization.setAuthorizationHeader:(Ljava/lang/String;Ljava/lang/String;[Ltwitter4j/internal/http/HttpParameter;Ljava/net/HttpURLConnection;)V ]
twitter4j-core-2.1.1.jar, OAuthAuthorization.class
package twitter4j.http
OAuthAuthorization.setAuthorizationHeader ( String method, String url, twitter4j.internal.http.HttpParameter[] params, java.net.HttpURLConnection con ):void
[ run-time name: twitter4j/http/OAuthAuthorization.setAuthorizationHeader:(Ljava/lang/String;Ljava/lang/String;[Ltwitter4j/internal/http/HttpParameter;Ljava/net/HttpURLConnection;)V ]
twitter4j-core-2.1.1.jar, PlaceJSONImpl.class
package twitter4j
PlaceJSONImpl.setRateLimitStatus ( RateLimitStatus x0 ):void
[ run-time name: twitter4j/PlaceJSONImpl.setRateLimitStatus:(Ltwitter4j/RateLimitStatus;)V ]
twitter4j-core-2.1.1.jar, PropertyConfiguration.class
package twitter4j.conf
PropertyConfiguration.toString ( ):String
[ run-time name: twitter4j/conf/PropertyConfiguration.toString:()Ljava/lang/String; ]
twitter4j-core-2.1.1.jar, StatusDeletionNotice.class
package twitter4j
StatusDeletionNotice.equals ( Object o ):boolean
[ run-time name: twitter4j/StatusDeletionNotice.equals:(Ljava/lang/Object;)Z ]
StatusDeletionNotice.hashCode ( ):int
[ run-time name: twitter4j/StatusDeletionNotice.hashCode:()I ]
StatusDeletionNotice.toString ( ):String
[ run-time name: twitter4j/StatusDeletionNotice.toString:()Ljava/lang/String; ]
twitter4j-core-2.1.1.jar, TwitterException.class
package twitter4j
TwitterException.createRateLimitedTwitterException ( String msg, int statusCode, int retryAfter ) [static]:TwitterException
[ run-time name: twitter4j/TwitterException.createRateLimitedTwitterException:(Ljava/lang/String;II)Ltwitter4j/TwitterException; ]
TwitterException.TwitterException ( String msg, int statusCode )
[ run-time name: twitter4j/TwitterException."<init>":(Ljava/lang/String;I)V ]
to the top
Problems with Data Types, High risk (3)
twitter4j-core-2.1.1.jar
package twitter4j
[+] StatusStream (1)
|
This class become interface. | A client program may be interrupted by IncompatibleClassChangeError or InstantiationError exception dependent on the usage of this class. |
[+] affected methods (7)
StatusStream.close ( ):
This method is from 'StatusStream' class.
StatusStream.next ( StatusListener listener ):
This method is from 'StatusStream' class.
TwitterStream.getFilterStream ( int count, int[] follow, String[] track ):
Return value of this method has type 'StatusStream'.
TwitterStream.getFirehoseStream ( int count ):
Return value of this method has type 'StatusStream'.
TwitterStream.getLinksStream ( int count ):
Return value of this method has type 'StatusStream'.
TwitterStream.getRetweetStream ( ):
Return value of this method has type 'StatusStream'.
TwitterStream.getSampleStream ( ):
Return value of this method has type 'StatusStream'.
package twitter4j.conf
[+] Configuration (1)
|
Abstract method Configuration.getAsyncNumThreads ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (42)
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.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.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, 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'.
package twitter4j.http
[+] Authorization (1)
|
Abstract method Authorization.setAuthorizationHeader ( String p1, String p2, twitter4j.internal.http.HttpParameter[] p3, java.net.HttpURLConnection p4 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (6)
twitter4j.AsyncTwitterFactory.getInstance ( Authorization auth ):
1st parameter 'auth' of this method has type 'Authorization'.
Authorization.isEnabled ( ):
This abstract method is from 'Authorization' interface.
AuthorizationFactory.getBasicAuthorizationInstance ( String screenName, String password ):
Return value of this method has type 'Authorization'.
AuthorizationFactory.getInstance ( twitter4j.conf.Configuration conf, boolean supportsOAuth ):
Return value of this method has type 'Authorization'.
twitter4j.TwitterFactory.getInstance ( Authorization auth ):
1st parameter 'auth' of this method has type 'Authorization'.
twitter4j.TwitterStreamFactory.getInstance ( Authorization auth ):
1st parameter 'auth' of this method has type 'Authorization'.
to the top
Problems with Data Types, Low risk (4)
twitter4j-core-2.1.1.jar
package twitter4j
[+] PlaceJSONImpl (1)
|
Method PlaceJSONImpl.getRateLimitStatus ( ) has been moved up type hierarchy to TwitterResponseImpl.getRateLimitStatus ( ) | Method TwitterResponseImpl.getRateLimitStatus ( ) will be called instead of PlaceJSONImpl.getRateLimitStatus ( ) in a client program. |
[+] affected methods (1)
PlaceJSONImpl.getRateLimitStatus ( ):
Method 'TwitterResponseImpl.getRateLimitStatus ( )' will be called instead of this method in a client program.
[+] TwitterListener (2)
|
Field INCOMING_FRIENDSHIP has been added to this interface. | An added static field from a super-interface of a client class may hide a field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
Field OUTGOING_FRIENDSHIPS has been added to this interface. | An added static field from a super-interface of a client class may hide a field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (79)
AsyncTwitter.AsyncTwitter ( String screenName, String password, TwitterListener listener ):
3rd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitterFactory.AsyncTwitterFactory ( String configTreePath, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitterFactory.AsyncTwitterFactory ( conf.Configuration conf, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitterFactory.AsyncTwitterFactory ( TwitterListener listener ):
1st parameter 'listener' of this method has type 'TwitterListener'.
TwitterListener.addedUserListMember ( UserList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.checkedUserListMembership ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.checkedUserListSubscription ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.createdBlock ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.createdFavorite ( Status p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.createdFriendship ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.createdUserList ( UserList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.deletedUserListMember ( UserList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedBlock ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedDirectMessage ( DirectMessage p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedFavorite ( Status p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedFriendship ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedStatus ( Status p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedUserList ( UserList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.disabledNotification ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.enabledNotification ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotAvailableTrends ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotBlockingUsers ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotBlockingUsersIDs ( IDs p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotCurrentTrends ( Trends p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotDailyTrends ( java.util.List p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotDirectMessages ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotExistsBlock ( boolean p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotExistsFriendship ( boolean p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotFavorites ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotFollowersIDs ( IDs p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotFollowersStatuses ( PagableResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotFriendsIDs ( IDs p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotFriendsStatuses ( PagableResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotFriendsTimeline ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotGeoDetails ( Place p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotHomeTimeline ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotLocationTrends ( Trends p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotMentions ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotNearByPlaces ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotPublicTimeline ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRateLimitStatus ( RateLimitStatus p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRetweetedByMe ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRetweetedToMe ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRetweets ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRetweetsOfMe ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotReverseGeoCode ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotSentDirectMessages ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotShowFriendship ( Relationship p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotShowStatus ( Status p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotShowUserList ( UserList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotSuggestedUserCategories ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotTrends ( Trends p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotUserDetail ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotUserListMembers ( PagableResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotUserListMemberships ( PagableResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotUserLists ( PagableResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotUserListStatuses ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotUserListSubscribers ( PagableResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotUserListSubscriptions ( PagableResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotUserSuggestions ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotUserTimeline ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotWeeklyTrends ( java.util.List p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.lookedupUsers ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.onException ( TwitterException p1, TwitterMethod p2 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.reportedSpam ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.retweetedStatus ( Status p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.searched ( QueryResult p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.searchedUser ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.sentDirectMessage ( DirectMessage p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.subscribedUserList ( UserList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.tested ( boolean p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.unsubscribedUserList ( UserList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedDeliveryDevice ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedProfile ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedProfileBackgroundImage ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedProfileColors ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedProfileImage ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedStatus ( Status p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedUserList ( UserList p1 ):
This abstract method is from 'TwitterListener' interface.
package twitter4j.conf
[+] PropertyConfiguration (1)
|
Field ASYNC_DISPATCHER_IMPL 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 (17)
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.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.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 (1)
twitter4j-core-2.1.1.jar
to the top
Classes (121)
package twitter4j
AsyncTwitter
AsyncTwitter.AsyncTask
AsyncTwitterFactory
Category
CategoryJSONImpl
CursorSupport
Device
DirectMessage
DirectMessageJSONImpl
Dispatcher
ExecuteThread
GeoLocation
GeoQuery
IDs
IDsJSONImpl
Location
LocationJSONImpl
PagableResponseList
Paging
ParseUtil
Place
PlaceJSONImpl
Query
QueryResult
QueryResultJSONImpl
RateLimitStatus
RateLimitStatusEvent
RateLimitStatusJSONImpl
RateLimitStatusListener
Relationship
RelationshipJSONImpl
ResponseList
SavedSearch
SavedSearchJSONImpl
Status
StatusDeletionNotice
StatusJSONImpl
StatusListener
StatusStream
StatusUpdate
StreamingReadTimeoutConfiguration
TimeSpanUtil
Trend
TrendJSONImpl
Trends
TrendsJSONImpl
Tweet
TweetJSONImpl
Twitter
TwitterAdapter
TwitterBase
TwitterException
TwitterFactory
TwitterListener
TwitterMethod
TwitterOAuthSupportBase
TwitterResponse
TwitterResponseImpl
TwitterStream
TwitterStream.StreamHandlingThread
TwitterStreamFactory
User
UserJSONImpl
UserList
UserListJSONImpl
Version
package twitter4j.api
AccountMethods
AccountMethodsAsync
BlockMethods
BlockMethodsAsync
DirectMessageMethods
DirectMessageMethodsAsync
FavoriteMethods
FavoriteMethodsAsync
FriendshipMethods
FriendshipMethodsAsync
GeoMethods
GeoMethodsAsync
HelpMethods
HelpMethodsAsync
ListMembersMethods
ListMembersMethodsAsync
ListMethods
ListMethodsAsync
ListSubscribersMethods
ListSubscribersMethodsAsync
LocalTrendsMethods
LocalTrendsMethodsAsync
NotificationMethods
NotificationMethodsAsync
SavedSearchesMethods
SavedSearchesMethodsAsync
SearchMethods
SearchMethodsAsync
SocialGraphMethods
SocialGraphMethodsAsync
SpamReportingMethods
SpamReportingMethodsAsync
StatusMethods
StatusMethodsAsync
TimelineMethods
TimelineMethodsAsync
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
to the top
Generated on Fri Mar 4 22:19:46 2011 for Twitter4J by Java API Compliance Checker 1.0
The cross-platform tool for verifying backward compatibility of a Java Library API