Binary compatibility report for the Twitter4J library from version 2.2.2 to 2.2.3
Summary
4 |
190 |
2262 / 134 |
Incompatible |
Problem Summary
Added Methods (78)
twitter4j-async-2.2.3.jar, HelpMethodsAsync.class
package twitter4j.api
HelpMethodsAsync.getAPIConfiguration ( ) [abstract]:void
[ run-time name: twitter4j/api/HelpMethodsAsync.getAPIConfiguration:()V ]
HelpMethodsAsync.getLanguages ( ) [abstract]:void
[ run-time name: twitter4j/api/HelpMethodsAsync.getLanguages:()V ]
twitter4j-async-2.2.3.jar, ListMembersMethodsAsync.class
package twitter4j.api
ListMembersMethodsAsync.getUserListMembers ( int p1, long p2 ) [abstract]:void
[ run-time name: twitter4j/api/ListMembersMethodsAsync.getUserListMembers:(IJ)V ]
ListMembersMethodsAsync.showUserListMembership ( int p1, long p2 ) [abstract]:void
[ run-time name: twitter4j/api/ListMembersMethodsAsync.showUserListMembership:(IJ)V ]
twitter4j-async-2.2.3.jar, ListMethodsAsync.class
package twitter4j.api
ListMethodsAsync.getUserLists ( long p1, long p2 ) [abstract]:void
[ run-time name: twitter4j/api/ListMethodsAsync.getUserLists:(JJ)V ]
ListMethodsAsync.getUserListStatuses ( int p1, twitter4j.Paging p2 ) [abstract]:void
[ run-time name: twitter4j/api/ListMethodsAsync.getUserListStatuses:(ILtwitter4j/Paging;)V ]
ListMethodsAsync.showUserList ( int p1 ) [abstract]:void
[ run-time name: twitter4j/api/ListMethodsAsync.showUserList:(I)V ]
twitter4j-async-2.2.3.jar, ListSubscribersMethodsAsync.class
package twitter4j.api
ListSubscribersMethodsAsync.createUserListSubscription ( int p1 ) [abstract]:void
[ run-time name: twitter4j/api/ListSubscribersMethodsAsync.createUserListSubscription:(I)V ]
ListSubscribersMethodsAsync.destroyUserListSubscription ( int p1 ) [abstract]:void
[ run-time name: twitter4j/api/ListSubscribersMethodsAsync.destroyUserListSubscription:(I)V ]
ListSubscribersMethodsAsync.getUserListSubscribers ( int p1, long p2 ) [abstract]:void
[ run-time name: twitter4j/api/ListSubscribersMethodsAsync.getUserListSubscribers:(IJ)V ]
ListSubscribersMethodsAsync.showUserListSubscription ( int p1, long p2 ) [abstract]:void
[ run-time name: twitter4j/api/ListSubscribersMethodsAsync.showUserListSubscription:(IJ)V ]
twitter4j-async-2.2.3.jar, StatusMethodsAsync.class
package twitter4j.api
StatusMethodsAsync.getRetweetedBy ( long p1, twitter4j.Paging p2 ) [abstract]:void
[ run-time name: twitter4j/api/StatusMethodsAsync.getRetweetedBy:(JLtwitter4j/Paging;)V ]
StatusMethodsAsync.getRetweetedByIDs ( long p1, twitter4j.Paging p2 ) [abstract]:void
[ run-time name: twitter4j/api/StatusMethodsAsync.getRetweetedByIDs:(JLtwitter4j/Paging;)V ]
twitter4j-async-2.2.3.jar, TwitterAdapter.class
package twitter4j
TwitterAdapter.gotAPIConfiguration ( TwitterAPIConfiguration conf ):void
[ run-time name: twitter4j/TwitterAdapter.gotAPIConfiguration:(Ltwitter4j/TwitterAPIConfiguration;)V ]
TwitterAdapter.gotLanguages ( ResponseList languages ):void
[ run-time name: twitter4j/TwitterAdapter.gotLanguages:(Ltwitter4j/ResponseList;)V ]
twitter4j-async-2.2.3.jar, TwitterListener.class
package twitter4j
TwitterListener.gotAPIConfiguration ( TwitterAPIConfiguration p1 ) [abstract]:void
[ run-time name: twitter4j/TwitterListener.gotAPIConfiguration:(Ltwitter4j/TwitterAPIConfiguration;)V ]
TwitterListener.gotLanguages ( ResponseList p1 ) [abstract]:void
[ run-time name: twitter4j/TwitterListener.gotLanguages:(Ltwitter4j/ResponseList;)V ]
twitter4j-core-2.2.3.jar, Friendship.class
package twitter4j
Friendship.getId ( ) [abstract]:long
[ run-time name: twitter4j/Friendship.getId:()J ]
twitter4j-core-2.2.3.jar, HelpMethods.class
package twitter4j.api
HelpMethods.getAPIConfiguration ( ) [abstract]:twitter4j.TwitterAPIConfiguration
[ run-time name: twitter4j/api/HelpMethods.getAPIConfiguration:()Ltwitter4j/TwitterAPIConfiguration; ]
HelpMethods.getLanguages ( ) [abstract]:twitter4j.ResponseList
[ run-time name: twitter4j/api/HelpMethods.getLanguages:()Ltwitter4j/ResponseList; ]
twitter4j-core-2.2.3.jar, Language.class
package twitter4j.api
HelpMethods.Language.getCode ( ) [abstract]:String
[ run-time name: twitter4j/api/HelpMethods.Language.getCode:()Ljava/lang/String; ]
HelpMethods.Language.getName ( ) [abstract]:String
[ run-time name: twitter4j/api/HelpMethods.Language.getName:()Ljava/lang/String; ]
HelpMethods.Language.getStatus ( ) [abstract]:String
[ run-time name: twitter4j/api/HelpMethods.Language.getStatus:()Ljava/lang/String; ]
twitter4j-core-2.2.3.jar, LanguageJSONImpl.class
package twitter4j
LanguageJSONImpl.getCode ( ):String
[ run-time name: twitter4j/LanguageJSONImpl.getCode:()Ljava/lang/String; ]
LanguageJSONImpl.getName ( ):String
[ run-time name: twitter4j/LanguageJSONImpl.getName:()Ljava/lang/String; ]
LanguageJSONImpl.getStatus ( ):String
[ run-time name: twitter4j/LanguageJSONImpl.getStatus:()Ljava/lang/String; ]
twitter4j-core-2.2.3.jar, ListMembersMethods.class
package twitter4j.api
ListMembersMethods.getUserListMembers ( int p1, long p2 ) [abstract]:twitter4j.PagableResponseList
[ run-time name: twitter4j/api/ListMembersMethods.getUserListMembers:(IJ)Ltwitter4j/PagableResponseList; ]
ListMembersMethods.showUserListMembership ( int p1, long p2 ) [abstract]:twitter4j.User
[ run-time name: twitter4j/api/ListMembersMethods.showUserListMembership:(IJ)Ltwitter4j/User; ]
twitter4j-core-2.2.3.jar, ListMethods.class
package twitter4j.api
ListMethods.getUserLists ( long p1, long p2 ) [abstract]:twitter4j.PagableResponseList
[ run-time name: twitter4j/api/ListMethods.getUserLists:(JJ)Ltwitter4j/PagableResponseList; ]
ListMethods.getUserListStatuses ( int p1, twitter4j.Paging p2 ) [abstract]:twitter4j.ResponseList
[ run-time name: twitter4j/api/ListMethods.getUserListStatuses:(ILtwitter4j/Paging;)Ltwitter4j/ResponseList; ]
ListMethods.showUserList ( int p1 ) [abstract]:twitter4j.UserList
[ run-time name: twitter4j/api/ListMethods.showUserList:(I)Ltwitter4j/UserList; ]
twitter4j-core-2.2.3.jar, ListSubscribersMethods.class
package twitter4j.api
ListSubscribersMethods.createUserListSubscription ( int p1 ) [abstract]:twitter4j.UserList
[ run-time name: twitter4j/api/ListSubscribersMethods.createUserListSubscription:(I)Ltwitter4j/UserList; ]
ListSubscribersMethods.destroyUserListSubscription ( int p1 ) [abstract]:twitter4j.UserList
[ run-time name: twitter4j/api/ListSubscribersMethods.destroyUserListSubscription:(I)Ltwitter4j/UserList; ]
ListSubscribersMethods.getUserListSubscribers ( int p1, long p2 ) [abstract]:twitter4j.PagableResponseList
[ run-time name: twitter4j/api/ListSubscribersMethods.getUserListSubscribers:(IJ)Ltwitter4j/PagableResponseList; ]
ListSubscribersMethods.showUserListSubscription ( int p1, long p2 ) [abstract]:twitter4j.User
[ run-time name: twitter4j/api/ListSubscribersMethods.showUserListSubscription:(IJ)Ltwitter4j/User; ]
twitter4j-core-2.2.3.jar, MediaEntity.class
package twitter4j
MediaEntity.getId ( ) [abstract]:long
[ run-time name: twitter4j/MediaEntity.getId:()J ]
MediaEntity.getMediaURL ( ) [abstract]:java.net.URL
[ run-time name: twitter4j/MediaEntity.getMediaURL:()Ljava/net/URL; ]
MediaEntity.getMediaURLHttps ( ) [abstract]:java.net.URL
[ run-time name: twitter4j/MediaEntity.getMediaURLHttps:()Ljava/net/URL; ]
MediaEntity.getSizes ( ) [abstract]:java.util.Map
[ run-time name: twitter4j/MediaEntity.getSizes:()Ljava/util/Map; ]
twitter4j-core-2.2.3.jar, MediaEntityJSONImpl.class
package twitter4j
MediaEntityJSONImpl.equals ( Object o ):boolean
[ run-time name: twitter4j/MediaEntityJSONImpl.equals:(Ljava/lang/Object;)Z ]
MediaEntityJSONImpl.getDisplayURL ( ):String
[ run-time name: twitter4j/MediaEntityJSONImpl.getDisplayURL:()Ljava/lang/String; ]
MediaEntityJSONImpl.getEnd ( ):int
[ run-time name: twitter4j/MediaEntityJSONImpl.getEnd:()I ]
MediaEntityJSONImpl.getExpandedURL ( ):java.net.URL
[ run-time name: twitter4j/MediaEntityJSONImpl.getExpandedURL:()Ljava/net/URL; ]
MediaEntityJSONImpl.getId ( ):long
[ run-time name: twitter4j/MediaEntityJSONImpl.getId:()J ]
MediaEntityJSONImpl.getMediaURL ( ):java.net.URL
[ run-time name: twitter4j/MediaEntityJSONImpl.getMediaURL:()Ljava/net/URL; ]
MediaEntityJSONImpl.getMediaURLHttps ( ):java.net.URL
[ run-time name: twitter4j/MediaEntityJSONImpl.getMediaURLHttps:()Ljava/net/URL; ]
MediaEntityJSONImpl.getSizes ( ):java.util.Map
[ run-time name: twitter4j/MediaEntityJSONImpl.getSizes:()Ljava/util/Map; ]
MediaEntityJSONImpl.getStart ( ):int
[ run-time name: twitter4j/MediaEntityJSONImpl.getStart:()I ]
MediaEntityJSONImpl.getURL ( ):java.net.URL
[ run-time name: twitter4j/MediaEntityJSONImpl.getURL:()Ljava/net/URL; ]
MediaEntityJSONImpl.hashCode ( ):int
[ run-time name: twitter4j/MediaEntityJSONImpl.hashCode:()I ]
MediaEntityJSONImpl.MediaEntityJSONImpl ( internal.org.json.JSONObject json )
[ run-time name: twitter4j/MediaEntityJSONImpl."<init>":(Ltwitter4j/internal/org/json/JSONObject;)V ]
MediaEntityJSONImpl.toString ( ):String
[ run-time name: twitter4j/MediaEntityJSONImpl.toString:()Ljava/lang/String; ]
twitter4j-core-2.2.3.jar, OAuthAuthorization.class
package twitter4j.auth
OAuthAuthorization.getOAuthRequestToken ( String callbackURL, String xAuthAccessType ):RequestToken
[ run-time name: twitter4j/auth/OAuthAuthorization.getOAuthRequestToken:(Ljava/lang/String;Ljava/lang/String;)Ltwitter4j/auth/RequestToken; ]
twitter4j-core-2.2.3.jar, OAuthSupport.class
package twitter4j.auth
OAuthSupport.getOAuthRequestToken ( String p1, String p2 ) [abstract]:RequestToken
[ run-time name: twitter4j/auth/OAuthSupport.getOAuthRequestToken:(Ljava/lang/String;Ljava/lang/String;)Ltwitter4j/auth/RequestToken; ]
twitter4j-core-2.2.3.jar, SimilarPlacesImpl.class
package twitter4j
SimilarPlacesImpl.getAccessLevel ( ):int
[ run-time name: twitter4j/SimilarPlacesImpl.getAccessLevel:()I ]
twitter4j-core-2.2.3.jar, Size.class
package twitter4j
MediaEntity.Size.getHeight ( ) [abstract]:int
[ run-time name: twitter4j/MediaEntity.Size.getHeight:()I ]
MediaEntity.Size.getResize ( ) [abstract]:int
[ run-time name: twitter4j/MediaEntity.Size.getResize:()I ]
MediaEntity.Size.getWidth ( ) [abstract]:int
[ run-time name: twitter4j/MediaEntity.Size.getWidth:()I ]
twitter4j-core-2.2.3.jar, Status.class
package twitter4j
Status.getContributors ( ) [abstract]:long[]
[ run-time name: twitter4j/Status.getContributors:()[J ]
Status.getMediaEntities ( ) [abstract]:MediaEntity[]
[ run-time name: twitter4j/Status.getMediaEntities:()[Ltwitter4j/MediaEntity; ]
twitter4j-core-2.2.3.jar, StatusMethods.class
package twitter4j.api
StatusMethods.getRetweetedBy ( long p1, twitter4j.Paging p2 ) [abstract]:twitter4j.ResponseList
[ run-time name: twitter4j/api/StatusMethods.getRetweetedBy:(JLtwitter4j/Paging;)Ltwitter4j/ResponseList; ]
StatusMethods.getRetweetedByIDs ( long p1, twitter4j.Paging p2 ) [abstract]:twitter4j.IDs
[ run-time name: twitter4j/api/StatusMethods.getRetweetedByIDs:(JLtwitter4j/Paging;)Ltwitter4j/IDs; ]
twitter4j-core-2.2.3.jar, TwitterAPIConfiguration.class
package twitter4j
TwitterAPIConfiguration.getCharactersReservedPerMedia ( ) [abstract]:int
[ run-time name: twitter4j/TwitterAPIConfiguration.getCharactersReservedPerMedia:()I ]
TwitterAPIConfiguration.getMaxMediaPerUpload ( ) [abstract]:int
[ run-time name: twitter4j/TwitterAPIConfiguration.getMaxMediaPerUpload:()I ]
TwitterAPIConfiguration.getNonUsernamePaths ( ) [abstract]:String[]
[ run-time name: twitter4j/TwitterAPIConfiguration.getNonUsernamePaths:()[Ljava/lang/String; ]
TwitterAPIConfiguration.getPhotoSizeLimit ( ) [abstract]:int
[ run-time name: twitter4j/TwitterAPIConfiguration.getPhotoSizeLimit:()I ]
TwitterAPIConfiguration.getPhotoSizes ( ) [abstract]:java.util.Map
[ run-time name: twitter4j/TwitterAPIConfiguration.getPhotoSizes:()Ljava/util/Map; ]
TwitterAPIConfiguration.getShortURLLength ( ) [abstract]:int
[ run-time name: twitter4j/TwitterAPIConfiguration.getShortURLLength:()I ]
TwitterAPIConfiguration.getShortURLLengthHttps ( ) [abstract]:int
[ run-time name: twitter4j/TwitterAPIConfiguration.getShortURLLengthHttps:()I ]
twitter4j-core-2.2.3.jar, TwitterException.class
package twitter4j
TwitterException.getAccessLevel ( ):int
[ run-time name: twitter4j/TwitterException.getAccessLevel:()I ]
TwitterException.getErrorMessage ( ):String
[ run-time name: twitter4j/TwitterException.getErrorMessage:()Ljava/lang/String; ]
TwitterException.getMessage ( ):String
[ run-time name: twitter4j/TwitterException.getMessage:()Ljava/lang/String; ]
TwitterException.getRequestPath ( ):String
[ run-time name: twitter4j/TwitterException.getRequestPath:()Ljava/lang/String; ]
TwitterException.isErrorMessageAvailable ( ):boolean
[ run-time name: twitter4j/TwitterException.isErrorMessageAvailable:()Z ]
TwitterException.TwitterException ( String message, Throwable cause )
[ run-time name: twitter4j/TwitterException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V ]
twitter4j-core-2.2.3.jar, TwitterResponse.class
package twitter4j
TwitterResponse.getAccessLevel ( ) [abstract]:int
[ run-time name: twitter4j/TwitterResponse.getAccessLevel:()I ]
twitter4j-core-2.2.3.jar, User.class
package twitter4j
User.getProfileBackgroundImageUrlHttps ( ) [abstract]:String
[ run-time name: twitter4j/User.getProfileBackgroundImageUrlHttps:()Ljava/lang/String; ]
User.getProfileImageUrlHttps ( ) [abstract]:java.net.URL
[ run-time name: twitter4j/User.getProfileImageUrlHttps:()Ljava/net/URL; ]
to the top
Removed Methods (4)
twitter4j-core-2.2.2.jar, Friendship.class
package twitter4j
Friendship.getId ( ) [abstract]:int
[ run-time name: twitter4j/Friendship.getId:()I ]
twitter4j-core-2.2.2.jar, Status.class
package twitter4j
Status.getContributors ( ) [abstract]:String[]
[ run-time name: twitter4j/Status.getContributors:()[Ljava/lang/String; ]
twitter4j-core-2.2.2.jar, TwitterException.class
package twitter4j
TwitterException.TwitterException ( String message, int retryAfter, java.util.Map responseHeaderFields, int statusCode, RateLimitStatus rateLimitStatus, RateLimitStatus featureSpecificLateLimitStatus )
[ run-time name: twitter4j/TwitterException."<init>":(Ljava/lang/String;ILjava/util/Map;ILtwitter4j/RateLimitStatus;Ltwitter4j/RateLimitStatus;)V ]
TwitterException.TwitterException ( String msg, Exception cause )
[ run-time name: twitter4j/TwitterException."<init>":(Ljava/lang/String;Ljava/lang/Exception;)V ]
to the top
Problems with Data Types, High risk (2)
twitter4j-core-2.2.2.jar
package twitter4j
[+] Friendship (1)
|
Abstract method Friendship.getId ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (4)
Friendship.getName ( ):
This abstract method is from 'Friendship' interface.
Friendship.getScreenName ( ):
This abstract method is from 'Friendship' interface.
Friendship.isFollowedBy ( ):
This abstract method is from 'Friendship' interface.
Friendship.isFollowing ( ):
This abstract method is from 'Friendship' interface.
[+] Status (1)
|
Abstract method Status.getContributors ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (55)
api.FavoriteMethods.createFavorite ( long p1 ):
Return value of this abstract method has type 'Status'.
api.FavoriteMethods.destroyFavorite ( long p1 ):
Return value of this abstract method has type 'Status'.
api.StatusMethods.destroyStatus ( long p1 ):
Return value of this abstract method has type 'Status'.
api.StatusMethods.retweetStatus ( long p1 ):
Return value of this abstract method has type 'Status'.
api.StatusMethods.showStatus ( long p1 ):
Return value of this abstract method has type 'Status'.
api.StatusMethods.updateStatus ( String p1 ):
Return value of this abstract method has type 'Status'.
api.StatusMethods.updateStatus ( StatusUpdate p1 ):
Return value of this abstract method has type 'Status'.
json.DataObjectFactory.createStatus ( String rawJSON ):
Return value of this method has type 'Status'.
SiteStreamsAdapter.onFavorite ( long forUser, User source, User target, Status favoritedStatus ):
4th parameter 'favoritedStatus' of this method has type 'Status'.
SiteStreamsAdapter.onStatus ( long forUser, Status status ):
2nd parameter 'status' of this method has type 'Status'.
SiteStreamsAdapter.onUnfavorite ( long forUser, User source, User target, Status unfavoritedStatus ):
4th parameter 'unfavoritedStatus' of this method has type 'Status'.
SiteStreamsListener.onFavorite ( long p1, User p2, User p3, Status p4 ):
4th parameter 'p4' of this abstract method has type 'Status'.
SiteStreamsListener.onStatus ( long p1, Status p2 ):
2nd parameter 'p2' of this abstract method has type 'Status'.
SiteStreamsListener.onUnfavorite ( long p1, User p2, User p3, Status p4 ):
4th parameter 'p4' of this abstract method has type 'Status'.
Status.getAnnotations ( ):
This abstract method is from 'Status' interface.
Status.getCreatedAt ( ):
This abstract method is from 'Status' interface.
Status.getGeoLocation ( ):
This abstract method is from 'Status' interface.
Status.getHashtagEntities ( ):
This abstract method is from 'Status' interface.
Status.getId ( ):
This abstract method is from 'Status' interface.
Status.getInReplyToScreenName ( ):
This abstract method is from 'Status' interface.
Status.getInReplyToStatusId ( ):
This abstract method is from 'Status' interface.
Status.getInReplyToUserId ( ):
This abstract method is from 'Status' interface.
Status.getPlace ( ):
This abstract method is from 'Status' interface.
Status.getRetweetCount ( ):
This abstract method is from 'Status' interface.
Status.getRetweetedStatus ( ):
Return value of this abstract method has type 'Status'.
Status.getSource ( ):
This abstract method is from 'Status' interface.
Status.getText ( ):
This abstract method is from 'Status' interface.
Status.getURLEntities ( ):
This abstract method is from 'Status' interface.
Status.getUser ( ):
This abstract method is from 'Status' interface.
Status.getUserMentionEntities ( ):
This abstract method is from 'Status' interface.
Status.isFavorited ( ):
This abstract method is from 'Status' interface.
Status.isRetweet ( ):
This abstract method is from 'Status' interface.
Status.isRetweetedByMe ( ):
This abstract method is from 'Status' interface.
Status.isTruncated ( ):
This abstract method is from 'Status' interface.
StatusAdapter.onStatus ( Status status ):
1st parameter 'status' of this method has type 'Status'.
StatusListener.onStatus ( Status p1 ):
1st parameter 'p1' of this abstract method has type 'Status'.
TwitterAdapter.createdFavorite ( Status status ):
1st parameter 'status' of this method has type 'Status'.
TwitterAdapter.destroyedFavorite ( Status status ):
1st parameter 'status' of this method has type 'Status'.
TwitterAdapter.destroyedStatus ( Status destroyedStatus ):
1st parameter 'destroyedStatus' of this method has type 'Status'.
TwitterAdapter.gotShowStatus ( Status statuses ):
1st parameter 'statuses' of this method has type 'Status'.
TwitterAdapter.retweetedStatus ( Status retweetedStatus ):
1st parameter 'retweetedStatus' of this method has type 'Status'.
TwitterAdapter.updatedStatus ( Status statuses ):
1st parameter 'statuses' of this method has type 'Status'.
TwitterListener.createdFavorite ( Status p1 ):
1st parameter 'p1' of this abstract method has type 'Status'.
TwitterListener.destroyedFavorite ( Status p1 ):
1st parameter 'p1' of this abstract method has type 'Status'.
TwitterListener.destroyedStatus ( Status p1 ):
1st parameter 'p1' of this abstract method has type 'Status'.
TwitterListener.gotShowStatus ( Status p1 ):
1st parameter 'p1' of this abstract method has type 'Status'.
TwitterListener.retweetedStatus ( Status p1 ):
1st parameter 'p1' of this abstract method has type 'Status'.
TwitterListener.updatedStatus ( Status p1 ):
1st parameter 'p1' of this abstract method has type 'Status'.
User.getStatus ( ):
Return value of this abstract method has type 'Status'.
UserStreamAdapter.onFavorite ( User source, User target, Status favoritedStatus ):
3rd parameter 'favoritedStatus' of this method has type 'Status'.
UserStreamAdapter.onRetweet ( User source, User target, Status retweetedStatus ):
3rd parameter 'retweetedStatus' of this method has type 'Status'.
UserStreamAdapter.onUnfavorite ( User source, User target, Status unfavoritedStatus ):
3rd parameter 'unfavoritedStatus' of this method has type 'Status'.
UserStreamListener.onFavorite ( User p1, User p2, Status p3 ):
3rd parameter 'p3' of this abstract method has type 'Status'.
UserStreamListener.onRetweet ( User p1, User p2, Status p3 ):
3rd parameter 'p3' of this abstract method has type 'Status'.
UserStreamListener.onUnfavorite ( User p1, User p2, Status p3 ):
3rd parameter 'p3' of this abstract method has type 'Status'.
to the top
Problems with Data Types, Low risk (7)
twitter4j-async-2.2.2.jar
package twitter4j
[+] TwitterListener (2)
|
Field CONFIGURATION 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 LANGUAGES 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 (98)
AsyncTwitter.addListener ( TwitterListener p1 ):
1st parameter 'p1' of this abstract method has type 'TwitterListener'.
TwitterListener.addedUserListMember ( UserList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.addedUserListMembers ( 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.createdPlace ( Place 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.gotAccountSettings ( AccountSettings p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotAccountTotals ( AccountTotals p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotAllUserLists ( ResponseList 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.gotDirectMessage ( DirectMessage 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.gotIncomingFriendships ( IDs p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotLocationTrends ( Trends p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotMemberSuggestions ( ResponseList 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.gotNoRetweetIds ( IDs p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotOutgoingFriendships ( IDs p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotPrivacyPolicy ( String p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotProfileImage ( ProfileImage 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.gotRelatedResults ( RelatedResults p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRetweetedBy ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRetweetedByIDs ( IDs p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRetweetedByMe ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRetweetedByUser ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRetweetedToMe ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRetweetedToUser ( 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.gotSimilarPlaces ( SimilarPlaces p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotSuggestedUserCategories ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotTermsOfService ( String 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.lookedUpFriendships ( ResponseList 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.searchedPlaces ( ResponseList 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.updatedFriendship ( Relationship 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.
TwitterListener.verifiedCredentials ( User p1 ):
This abstract method is from 'TwitterListener' interface.
twitter4j-core-2.2.2.jar
package twitter4j
[+] CursorSupport (1)
|
Field START 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 (4)
CursorSupport.getNextCursor ( ):
This abstract method is from 'CursorSupport' interface.
CursorSupport.getPreviousCursor ( ):
This abstract method is from 'CursorSupport' interface.
CursorSupport.hasNext ( ):
This abstract method is from 'CursorSupport' interface.
CursorSupport.hasPrevious ( ):
This abstract method is from 'CursorSupport' interface.
[+] TwitterResponse (4)
|
Field NONE 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 READ 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 READ_WRITE 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 READ_WRITE_DIRECTMESSAGES 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 (1)
TwitterResponse.getRateLimitStatus ( ):
This abstract method is from 'TwitterResponse' interface.
to the top
Java ARchives (4)
twitter4j-async-2.2.2.jar
twitter4j-core-2.2.2.jar
twitter4j-media-support-2.2.2.jar
twitter4j-stream-2.2.2.jar
to the top
Classes (190)
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
TwitterAPIMonitor
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.management
APIStatistics
APIStatisticsMBean
APIStatisticsOpenMBean
InvocationStatistics
InvocationStatisticsCalculator
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 Fri Jun 10 09:05:36 2011 for Twitter4J by Java API Compliance Checker 1.0
A tool for checking backward compatibility of a Java library API