Source 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 (38)
twitter4j-async-2.2.2.jar
package twitter4j
[+] TwitterListener (2)
|
Abstract method TwitterListener.gotAPIConfiguration ( TwitterAPIConfiguration p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method gotAPIConfiguration(TwitterAPIConfiguration) in TwitterListener. |
Abstract method TwitterListener.gotLanguages ( ResponseList p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method gotLanguages(ResponseList) in TwitterListener. |
[+] 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.
package twitter4j.api
[+] HelpMethodsAsync (2)
|
Abstract method HelpMethodsAsync.getAPIConfiguration ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getAPIConfiguration() in HelpMethodsAsync. |
Abstract method HelpMethodsAsync.getLanguages ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getLanguages() in HelpMethodsAsync. |
[+] affected methods (1)
HelpMethodsAsync.test ( ):
This abstract method is from 'HelpMethodsAsync' interface.
[+] ListMembersMethodsAsync (2)
|
Abstract method ListMembersMethodsAsync.getUserListMembers ( int p1, long p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getUserListMembers(int, long) in ListMembersMethodsAsync. |
Abstract method ListMembersMethodsAsync.showUserListMembership ( int p1, long p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method showUserListMembership(int, long) in ListMembersMethodsAsync. |
[+] affected methods (7)
ListMembersMethodsAsync.addUserListMember ( int p1, long p2 ):
This abstract method is from 'ListMembersMethodsAsync' interface.
ListMembersMethodsAsync.addUserListMembers ( int p1, long[] p2 ):
This abstract method is from 'ListMembersMethodsAsync' interface.
ListMembersMethodsAsync.addUserListMembers ( int p1, String[] p2 ):
This abstract method is from 'ListMembersMethodsAsync' interface.
ListMembersMethodsAsync.checkUserListMembership ( String p1, int p2, long p3 ):
This abstract method is from 'ListMembersMethodsAsync' interface.
ListMembersMethodsAsync.deleteUserListMember ( int p1, long p2 ):
This abstract method is from 'ListMembersMethodsAsync' interface.
ListMembersMethodsAsync.getUserListMembers ( long p1, int p2, long p3 ):
This abstract method is from 'ListMembersMethodsAsync' interface.
ListMembersMethodsAsync.getUserListMembers ( String p1, int p2, long p3 ):
This abstract method is from 'ListMembersMethodsAsync' interface.
[+] ListMethodsAsync (3)
|
Abstract method ListMethodsAsync.getUserListStatuses ( int p1, twitter4j.Paging p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getUserListStatuses(int, twitter4j.Paging) in ListMethodsAsync. |
Abstract method ListMethodsAsync.getUserLists ( long p1, long p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getUserLists(long, long) in ListMethodsAsync. |
Abstract method ListMethodsAsync.showUserList ( int p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method showUserList(int) in ListMethodsAsync. |
[+] affected methods (11)
ListMethodsAsync.createUserList ( String p1, boolean p2, String p3 ):
This abstract method is from 'ListMethodsAsync' interface.
ListMethodsAsync.destroyUserList ( int p1 ):
This abstract method is from 'ListMethodsAsync' interface.
ListMethodsAsync.getAllSubscribingUserLists ( long p1 ):
This abstract method is from 'ListMethodsAsync' interface.
ListMethodsAsync.getAllSubscribingUserLists ( String p1 ):
This abstract method is from 'ListMethodsAsync' interface.
ListMethodsAsync.getUserListMemberships ( String p1, long p2 ):
This abstract method is from 'ListMethodsAsync' interface.
ListMethodsAsync.getUserLists ( String p1, long p2 ):
This abstract method is from 'ListMethodsAsync' interface.
ListMethodsAsync.getUserListStatuses ( long p1, int p2, twitter4j.Paging p3 ):
This abstract method is from 'ListMethodsAsync' interface.
ListMethodsAsync.getUserListStatuses ( String p1, int p2, twitter4j.Paging p3 ):
This abstract method is from 'ListMethodsAsync' interface.
ListMethodsAsync.getUserListSubscriptions ( String p1, long p2 ):
This abstract method is from 'ListMethodsAsync' interface.
ListMethodsAsync.showUserList ( String p1, int p2 ):
This abstract method is from 'ListMethodsAsync' interface.
ListMethodsAsync.updateUserList ( int p1, String p2, boolean p3, String p4 ):
This abstract method is from 'ListMethodsAsync' interface.
[+] ListSubscribersMethodsAsync (4)
|
Abstract method ListSubscribersMethodsAsync.createUserListSubscription ( int p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method createUserListSubscription(int) in ListSubscribersMethodsAsync. |
Abstract method ListSubscribersMethodsAsync.destroyUserListSubscription ( int p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method destroyUserListSubscription(int) in ListSubscribersMethodsAsync. |
Abstract method ListSubscribersMethodsAsync.getUserListSubscribers ( int p1, long p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getUserListSubscribers(int, long) in ListSubscribersMethodsAsync. |
Abstract method ListSubscribersMethodsAsync.showUserListSubscription ( int p1, long p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method showUserListSubscription(int, long) in ListSubscribersMethodsAsync. |
[+] affected methods (4)
ListSubscribersMethodsAsync.checkUserListSubscription ( String p1, int p2, long p3 ):
This abstract method is from 'ListSubscribersMethodsAsync' interface.
ListSubscribersMethodsAsync.getUserListSubscribers ( String p1, int p2, long p3 ):
This abstract method is from 'ListSubscribersMethodsAsync' interface.
ListSubscribersMethodsAsync.subscribeUserList ( String p1, int p2 ):
This abstract method is from 'ListSubscribersMethodsAsync' interface.
ListSubscribersMethodsAsync.unsubscribeUserList ( String p1, int p2 ):
This abstract method is from 'ListSubscribersMethodsAsync' interface.
[+] StatusMethodsAsync (2)
|
Abstract method StatusMethodsAsync.getRetweetedBy ( long p1, twitter4j.Paging p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getRetweetedBy(long, twitter4j.Paging) in StatusMethodsAsync. |
Abstract method StatusMethodsAsync.getRetweetedByIDs ( long p1, twitter4j.Paging p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getRetweetedByIDs(long, twitter4j.Paging) in StatusMethodsAsync. |
[+] affected methods (8)
StatusMethodsAsync.destroyStatus ( long p1 ):
This abstract method is from 'StatusMethodsAsync' interface.
StatusMethodsAsync.getRetweetedBy ( long p1 ):
This abstract method is from 'StatusMethodsAsync' interface.
StatusMethodsAsync.getRetweetedByIDs ( long p1 ):
This abstract method is from 'StatusMethodsAsync' interface.
StatusMethodsAsync.getRetweets ( long p1 ):
This abstract method is from 'StatusMethodsAsync' interface.
StatusMethodsAsync.retweetStatus ( long p1 ):
This abstract method is from 'StatusMethodsAsync' interface.
StatusMethodsAsync.showStatus ( long p1 ):
This abstract method is from 'StatusMethodsAsync' interface.
StatusMethodsAsync.updateStatus ( String p1 ):
This abstract method is from 'StatusMethodsAsync' interface.
StatusMethodsAsync.updateStatus ( twitter4j.StatusUpdate p1 ):
This abstract method is from 'StatusMethodsAsync' interface.
twitter4j-core-2.2.2.jar
package twitter4j
[+] Friendship (2)
|
Abstract method Friendship.getId ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getId() in Friendship. |
Abstract method Friendship.getId ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getId() in interface Friendship. |
[+] 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 (3)
|
Abstract method Status.getContributors ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getContributors() in Status. |
Abstract method Status.getMediaEntities ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getMediaEntities() in Status. |
Abstract method Status.getContributors ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getContributors() in interface Status. |
[+] 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'.
[+] Trend (1)
|
Added super-interface TwitterResponse. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in TwitterResponse. |
[+] affected methods (4)
json.DataObjectFactory.createTrend ( String rawJSON ):
Return value of this method has type 'Trend'.
Trend.getName ( ):
This abstract method is from 'Trend' interface.
Trend.getQuery ( ):
This abstract method is from 'Trend' interface.
Trend.getUrl ( ):
This abstract method is from 'Trend' interface.
[+] TwitterResponse (1)
|
Abstract method TwitterResponse.getAccessLevel ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getAccessLevel() in TwitterResponse. |
[+] affected methods (1)
TwitterResponse.getRateLimitStatus ( ):
This abstract method is from 'TwitterResponse' interface.
[+] User (2)
|
Abstract method User.getProfileBackgroundImageUrlHttps ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getProfileBackgroundImageUrlHttps() in User. |
Abstract method User.getProfileImageUrlHttps ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getProfileImageUrlHttps() in User. |
[+] affected methods (150)
api.AccountMethods.updateProfile ( String p1, String p2, String p3, String p4 ):
Return value of this abstract method has type 'User'.
api.AccountMethods.updateProfileBackgroundImage ( java.io.File p1, boolean p2 ):
Return value of this abstract method has type 'User'.
api.AccountMethods.updateProfileBackgroundImage ( java.io.InputStream p1, boolean p2 ):
Return value of this abstract method has type 'User'.
api.AccountMethods.updateProfileColors ( String p1, String p2, String p3, String p4, String p5 ):
Return value of this abstract method has type 'User'.
api.AccountMethods.updateProfileImage ( java.io.File p1 ):
Return value of this abstract method has type 'User'.
api.AccountMethods.updateProfileImage ( java.io.InputStream p1 ):
Return value of this abstract method has type 'User'.
api.AccountMethods.verifyCredentials ( ):
Return value of this abstract method has type 'User'.
api.BlockMethods.createBlock ( long p1 ):
Return value of this abstract method has type 'User'.
api.BlockMethods.createBlock ( String p1 ):
Return value of this abstract method has type 'User'.
api.BlockMethods.destroyBlock ( long p1 ):
Return value of this abstract method has type 'User'.
api.BlockMethods.destroyBlock ( String p1 ):
Return value of this abstract method has type 'User'.
api.FriendshipMethods.createFriendship ( long p1 ):
Return value of this abstract method has type 'User'.
api.FriendshipMethods.createFriendship ( long p1, boolean p2 ):
Return value of this abstract method has type 'User'.
api.FriendshipMethods.createFriendship ( String p1 ):
Return value of this abstract method has type 'User'.
api.FriendshipMethods.createFriendship ( String p1, boolean p2 ):
Return value of this abstract method has type 'User'.
api.FriendshipMethods.destroyFriendship ( long p1 ):
Return value of this abstract method has type 'User'.
api.FriendshipMethods.destroyFriendship ( String p1 ):
Return value of this abstract method has type 'User'.
api.ListMembersMethods.checkUserListMembership ( String p1, int p2, long p3 ):
Return value of this abstract method has type 'User'.
api.ListSubscribersMethods.checkUserListSubscription ( String p1, int p2, long p3 ):
Return value of this abstract method has type 'User'.
api.NotificationMethods.disableNotification ( long p1 ):
Return value of this abstract method has type 'User'.
api.NotificationMethods.disableNotification ( String p1 ):
Return value of this abstract method has type 'User'.
api.NotificationMethods.enableNotification ( long p1 ):
Return value of this abstract method has type 'User'.
api.NotificationMethods.enableNotification ( String p1 ):
Return value of this abstract method has type 'User'.
api.SpamReportingMethods.reportSpam ( long p1 ):
Return value of this abstract method has type 'User'.
api.SpamReportingMethods.reportSpam ( String p1 ):
Return value of this abstract method has type 'User'.
api.UserMethods.showUser ( long p1 ):
Return value of this abstract method has type 'User'.
api.UserMethods.showUser ( String p1 ):
Return value of this abstract method has type 'User'.
DirectMessage.getRecipient ( ):
Return value of this abstract method has type 'User'.
DirectMessage.getSender ( ):
Return value of this abstract method has type 'User'.
json.DataObjectFactory.createUser ( String rawJSON ):
Return value of this method has type 'User'.
SiteStreamsAdapter.onBlock ( long forUser, User source, User blockedUser ):
3rd parameter 'blockedUser' of this method has type 'User'.
SiteStreamsAdapter.onFavorite ( long forUser, User source, User target, Status favoritedStatus ):
3rd parameter 'target' of this method has type 'User'.
SiteStreamsAdapter.onFollow ( long forUser, User source, User followedUser ):
2nd parameter 'source' of this method has type 'User'.
SiteStreamsAdapter.onUnblock ( long forUser, User source, User unblockedUser ):
2nd parameter 'source' of this method has type 'User'.
SiteStreamsAdapter.onUnfavorite ( long forUser, User source, User target, Status unfavoritedStatus ):
3rd parameter 'target' of this method has type 'User'.
SiteStreamsAdapter.onUnfollow ( long forUser, User source, User followedUser ):
2nd parameter 'source' of this method has type 'User'.
SiteStreamsAdapter.onUserListCreation ( long forUser, User listOwner, UserList list ):
2nd parameter 'listOwner' of this method has type 'User'.
SiteStreamsAdapter.onUserListDeletion ( long forUser, User listOwner, UserList list ):
2nd parameter 'listOwner' of this method has type 'User'.
SiteStreamsAdapter.onUserListMemberAddition ( long forUser, User addedUser, User listOwner, UserList list ):
2nd parameter 'addedUser' of this method has type 'User'.
SiteStreamsAdapter.onUserListMemberDeletion ( long forUser, User deletedUser, User listOwner, UserList list ):
2nd parameter 'deletedUser' of this method has type 'User'.
SiteStreamsAdapter.onUserListSubscription ( long forUser, User subscriber, User listOwner, UserList list ):
2nd parameter 'subscriber' of this method has type 'User'.
SiteStreamsAdapter.onUserListUnsubscription ( long forUser, User subscriber, User listOwner, UserList list ):
2nd parameter 'subscriber' of this method has type 'User'.
SiteStreamsAdapter.onUserListUpdate ( long forUser, User listOwner, UserList list ):
2nd parameter 'listOwner' of this method has type 'User'.
SiteStreamsAdapter.onUserProfileUpdate ( long forUser, User updatedUser ):
2nd parameter 'updatedUser' of this method has type 'User'.
SiteStreamsListener.onBlock ( long p1, User p2, User p3 ):
3rd parameter 'p3' of this abstract method has type 'User'.
SiteStreamsListener.onFavorite ( long p1, User p2, User p3, Status p4 ):
3rd parameter 'p3' of this abstract method has type 'User'.
SiteStreamsListener.onFollow ( long p1, User p2, User p3 ):
3rd parameter 'p3' of this abstract method has type 'User'.
SiteStreamsListener.onUnblock ( long p1, User p2, User p3 ):
3rd parameter 'p3' of this abstract method has type 'User'.
SiteStreamsListener.onUnfavorite ( long p1, User p2, User p3, Status p4 ):
3rd parameter 'p3' of this abstract method has type 'User'.
SiteStreamsListener.onUnfollow ( long p1, User p2, User p3 ):
3rd parameter 'p3' of this abstract method has type 'User'.
SiteStreamsListener.onUserListCreation ( long p1, User p2, UserList p3 ):
2nd parameter 'p2' of this abstract method has type 'User'.
SiteStreamsListener.onUserListDeletion ( long p1, User p2, UserList p3 ):
2nd parameter 'p2' of this abstract method has type 'User'.
SiteStreamsListener.onUserListMemberAddition ( long p1, User p2, User p3, UserList p4 ):
3rd parameter 'p3' of this abstract method has type 'User'.
SiteStreamsListener.onUserListMemberDeletion ( long p1, User p2, User p3, UserList p4 ):
3rd parameter 'p3' of this abstract method has type 'User'.
SiteStreamsListener.onUserListSubscription ( long p1, User p2, User p3, UserList p4 ):
3rd parameter 'p3' of this abstract method has type 'User'.
SiteStreamsListener.onUserListUnsubscription ( long p1, User p2, User p3, UserList p4 ):
3rd parameter 'p3' of this abstract method has type 'User'.
SiteStreamsListener.onUserListUpdate ( long p1, User p2, UserList p3 ):
2nd parameter 'p2' of this abstract method has type 'User'.
SiteStreamsListener.onUserProfileUpdate ( long p1, User p2 ):
2nd parameter 'p2' of this abstract method has type 'User'.
Status.getUser ( ):
Return value of this abstract method has type 'User'.
TwitterAdapter.checkedUserListMembership ( User user ):
1st parameter 'user' of this method has type 'User'.
TwitterAdapter.checkedUserListSubscription ( User user ):
1st parameter 'user' of this method has type 'User'.
TwitterAdapter.createdBlock ( User user ):
1st parameter 'user' of this method has type 'User'.
TwitterAdapter.createdFriendship ( User user ):
1st parameter 'user' of this method has type 'User'.
TwitterAdapter.destroyedBlock ( User user ):
1st parameter 'user' of this method has type 'User'.
TwitterAdapter.destroyedFriendship ( User user ):
1st parameter 'user' of this method has type 'User'.
TwitterAdapter.disabledNotification ( User user ):
1st parameter 'user' of this method has type 'User'.
TwitterAdapter.enabledNotification ( User user ):
1st parameter 'user' of this method has type 'User'.
TwitterAdapter.gotUserDetail ( User user ):
1st parameter 'user' of this method has type 'User'.
TwitterAdapter.reportedSpam ( User reportedSpammer ):
1st parameter 'reportedSpammer' of this method has type 'User'.
TwitterAdapter.updatedProfile ( User user ):
1st parameter 'user' of this method has type 'User'.
TwitterAdapter.updatedProfileBackgroundImage ( User user ):
1st parameter 'user' of this method has type 'User'.
TwitterAdapter.updatedProfileColors ( User user ):
1st parameter 'user' of this method has type 'User'.
TwitterAdapter.updatedProfileImage ( User user ):
1st parameter 'user' of this method has type 'User'.
TwitterAdapter.verifiedCredentials ( User user ):
1st parameter 'user' of this method has type 'User'.
TwitterListener.checkedUserListMembership ( User p1 ):
1st parameter 'p1' of this abstract method has type 'User'.
TwitterListener.checkedUserListSubscription ( User p1 ):
1st parameter 'p1' of this abstract method has type 'User'.
TwitterListener.createdBlock ( User p1 ):
1st parameter 'p1' of this abstract method has type 'User'.
TwitterListener.createdFriendship ( User p1 ):
1st parameter 'p1' of this abstract method has type 'User'.
TwitterListener.destroyedBlock ( User p1 ):
1st parameter 'p1' of this abstract method has type 'User'.
TwitterListener.destroyedFriendship ( User p1 ):
1st parameter 'p1' of this abstract method has type 'User'.
TwitterListener.disabledNotification ( User p1 ):
1st parameter 'p1' of this abstract method has type 'User'.
TwitterListener.enabledNotification ( User p1 ):
1st parameter 'p1' of this abstract method has type 'User'.
TwitterListener.gotUserDetail ( User p1 ):
1st parameter 'p1' of this abstract method has type 'User'.
TwitterListener.reportedSpam ( User p1 ):
1st parameter 'p1' of this abstract method has type 'User'.
TwitterListener.updatedProfile ( User p1 ):
1st parameter 'p1' of this abstract method has type 'User'.
TwitterListener.updatedProfileBackgroundImage ( User p1 ):
1st parameter 'p1' of this abstract method has type 'User'.
TwitterListener.updatedProfileColors ( User p1 ):
1st parameter 'p1' of this abstract method has type 'User'.
TwitterListener.updatedProfileImage ( User p1 ):
1st parameter 'p1' of this abstract method has type 'User'.
TwitterListener.verifiedCredentials ( User p1 ):
1st parameter 'p1' of this abstract method has type 'User'.
User.getCreatedAt ( ):
This abstract method is from 'User' interface.
User.getDescription ( ):
This abstract method is from 'User' interface.
User.getFavouritesCount ( ):
This abstract method is from 'User' interface.
User.getFollowersCount ( ):
This abstract method is from 'User' interface.
User.getFriendsCount ( ):
This abstract method is from 'User' interface.
User.getId ( ):
This abstract method is from 'User' interface.
User.getLang ( ):
This abstract method is from 'User' interface.
User.getListedCount ( ):
This abstract method is from 'User' interface.
User.getLocation ( ):
This abstract method is from 'User' interface.
User.getName ( ):
This abstract method is from 'User' interface.
User.getProfileBackgroundColor ( ):
This abstract method is from 'User' interface.
User.getProfileBackgroundImageUrl ( ):
This abstract method is from 'User' interface.
User.getProfileImageURL ( ):
This abstract method is from 'User' interface.
User.getProfileLinkColor ( ):
This abstract method is from 'User' interface.
User.getProfileSidebarBorderColor ( ):
This abstract method is from 'User' interface.
User.getProfileSidebarFillColor ( ):
This abstract method is from 'User' interface.
User.getProfileTextColor ( ):
This abstract method is from 'User' interface.
User.getScreenName ( ):
This abstract method is from 'User' interface.
User.getStatus ( ):
This abstract method is from 'User' interface.
User.getStatusesCount ( ):
This abstract method is from 'User' interface.
User.getTimeZone ( ):
This abstract method is from 'User' interface.
User.getURL ( ):
This abstract method is from 'User' interface.
User.getUtcOffset ( ):
This abstract method is from 'User' interface.
User.isContributorsEnabled ( ):
This abstract method is from 'User' interface.
User.isFollowRequestSent ( ):
This abstract method is from 'User' interface.
User.isGeoEnabled ( ):
This abstract method is from 'User' interface.
User.isProfileBackgroundTiled ( ):
This abstract method is from 'User' interface.
User.isProfileUseBackgroundImage ( ):
This abstract method is from 'User' interface.
User.isProtected ( ):
This abstract method is from 'User' interface.
User.isShowAllInlineMedia ( ):
This abstract method is from 'User' interface.
User.isTranslator ( ):
This abstract method is from 'User' interface.
User.isVerified ( ):
This abstract method is from 'User' interface.
UserList.getUser ( ):
Return value of this abstract method has type 'User'.
UserStreamAdapter.onBlock ( User source, User blockedUser ):
2nd parameter 'blockedUser' of this method has type 'User'.
UserStreamAdapter.onFavorite ( User source, User target, Status favoritedStatus ):
2nd parameter 'target' of this method has type 'User'.
UserStreamAdapter.onFollow ( User source, User followedUser ):
1st parameter 'source' of this method has type 'User'.
UserStreamAdapter.onRetweet ( User source, User target, Status retweetedStatus ):
2nd parameter 'target' of this method has type 'User'.
UserStreamAdapter.onUnblock ( User source, User unblockedUser ):
1st parameter 'source' of this method has type 'User'.
UserStreamAdapter.onUnfavorite ( User source, User target, Status unfavoritedStatus ):
2nd parameter 'target' of this method has type 'User'.
UserStreamAdapter.onUserListCreation ( User listOwner, UserList list ):
1st parameter 'listOwner' of this method has type 'User'.
UserStreamAdapter.onUserListDeletion ( User listOwner, UserList list ):
1st parameter 'listOwner' of this method has type 'User'.
UserStreamAdapter.onUserListMemberAddition ( User addedMember, User listOwner, UserList list ):
1st parameter 'addedMember' of this method has type 'User'.
UserStreamAdapter.onUserListMemberDeletion ( User deletedMember, User listOwner, UserList list ):
1st parameter 'deletedMember' of this method has type 'User'.
UserStreamAdapter.onUserListSubscription ( User subscriber, User listOwner, UserList list ):
1st parameter 'subscriber' of this method has type 'User'.
UserStreamAdapter.onUserListUnsubscription ( User subscriber, User listOwner, UserList list ):
1st parameter 'subscriber' of this method has type 'User'.
UserStreamAdapter.onUserListUpdate ( User listOwner, UserList list ):
1st parameter 'listOwner' of this method has type 'User'.
UserStreamAdapter.onUserProfileUpdate ( User updatedUser ):
1st parameter 'updatedUser' of this method has type 'User'.
UserStreamListener.onBlock ( User p1, User p2 ):
1st parameter 'p1' of this abstract method has type 'User'.
UserStreamListener.onFavorite ( User p1, User p2, Status p3 ):
1st parameter 'p1' of this abstract method has type 'User'.
UserStreamListener.onFollow ( User p1, User p2 ):
1st parameter 'p1' of this abstract method has type 'User'.
UserStreamListener.onRetweet ( User p1, User p2, Status p3 ):
1st parameter 'p1' of this abstract method has type 'User'.
UserStreamListener.onUnblock ( User p1, User p2 ):
1st parameter 'p1' of this abstract method has type 'User'.
UserStreamListener.onUnfavorite ( User p1, User p2, Status p3 ):
1st parameter 'p1' of this abstract method has type 'User'.
UserStreamListener.onUserListCreation ( User p1, UserList p2 ):
1st parameter 'p1' of this abstract method has type 'User'.
UserStreamListener.onUserListDeletion ( User p1, UserList p2 ):
1st parameter 'p1' of this abstract method has type 'User'.
UserStreamListener.onUserListMemberAddition ( User p1, User p2, UserList p3 ):
1st parameter 'p1' of this abstract method has type 'User'.
UserStreamListener.onUserListMemberDeletion ( User p1, User p2, UserList p3 ):
1st parameter 'p1' of this abstract method has type 'User'.
UserStreamListener.onUserListSubscription ( User p1, User p2, UserList p3 ):
1st parameter 'p1' of this abstract method has type 'User'.
UserStreamListener.onUserListUnsubscription ( User p1, User p2, UserList p3 ):
1st parameter 'p1' of this abstract method has type 'User'.
UserStreamListener.onUserListUpdate ( User p1, UserList p2 ):
1st parameter 'p1' of this abstract method has type 'User'.
UserStreamListener.onUserProfileUpdate ( User p1 ):
1st parameter 'p1' of this abstract method has type 'User'.
package twitter4j.api
[+] HelpMethods (2)
|
Abstract method HelpMethods.getAPIConfiguration ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getAPIConfiguration() in HelpMethods. |
Abstract method HelpMethods.getLanguages ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getLanguages() in HelpMethods. |
[+] affected methods (1)
HelpMethods.test ( ):
This abstract method is from 'HelpMethods' interface.
[+] ListMembersMethods (2)
|
Abstract method ListMembersMethods.getUserListMembers ( int p1, long p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getUserListMembers(int, long) in ListMembersMethods. |
Abstract method ListMembersMethods.showUserListMembership ( int p1, long p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method showUserListMembership(int, long) in ListMembersMethods. |
[+] affected methods (7)
ListMembersMethods.addUserListMember ( int p1, long p2 ):
This abstract method is from 'ListMembersMethods' interface.
ListMembersMethods.addUserListMembers ( int p1, long[] p2 ):
This abstract method is from 'ListMembersMethods' interface.
ListMembersMethods.addUserListMembers ( int p1, String[] p2 ):
This abstract method is from 'ListMembersMethods' interface.
ListMembersMethods.checkUserListMembership ( String p1, int p2, long p3 ):
This abstract method is from 'ListMembersMethods' interface.
ListMembersMethods.deleteUserListMember ( int p1, long p2 ):
This abstract method is from 'ListMembersMethods' interface.
ListMembersMethods.getUserListMembers ( long p1, int p2, long p3 ):
This abstract method is from 'ListMembersMethods' interface.
ListMembersMethods.getUserListMembers ( String p1, int p2, long p3 ):
This abstract method is from 'ListMembersMethods' interface.
[+] ListMethods (3)
|
Abstract method ListMethods.getUserListStatuses ( int p1, twitter4j.Paging p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getUserListStatuses(int, twitter4j.Paging) in ListMethods. |
Abstract method ListMethods.getUserLists ( long p1, long p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getUserLists(long, long) in ListMethods. |
Abstract method ListMethods.showUserList ( int p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method showUserList(int) in ListMethods. |
[+] affected methods (11)
ListMethods.createUserList ( String p1, boolean p2, String p3 ):
This abstract method is from 'ListMethods' interface.
ListMethods.destroyUserList ( int p1 ):
This abstract method is from 'ListMethods' interface.
ListMethods.getAllUserLists ( long p1 ):
This abstract method is from 'ListMethods' interface.
ListMethods.getAllUserLists ( String p1 ):
This abstract method is from 'ListMethods' interface.
ListMethods.getUserListMemberships ( String p1, long p2 ):
This abstract method is from 'ListMethods' interface.
ListMethods.getUserLists ( String p1, long p2 ):
This abstract method is from 'ListMethods' interface.
ListMethods.getUserListStatuses ( long p1, int p2, twitter4j.Paging p3 ):
This abstract method is from 'ListMethods' interface.
ListMethods.getUserListStatuses ( String p1, int p2, twitter4j.Paging p3 ):
This abstract method is from 'ListMethods' interface.
ListMethods.getUserListSubscriptions ( String p1, long p2 ):
This abstract method is from 'ListMethods' interface.
ListMethods.showUserList ( String p1, int p2 ):
This abstract method is from 'ListMethods' interface.
ListMethods.updateUserList ( int p1, String p2, boolean p3, String p4 ):
This abstract method is from 'ListMethods' interface.
[+] ListSubscribersMethods (4)
|
Abstract method ListSubscribersMethods.createUserListSubscription ( int p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method createUserListSubscription(int) in ListSubscribersMethods. |
Abstract method ListSubscribersMethods.destroyUserListSubscription ( int p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method destroyUserListSubscription(int) in ListSubscribersMethods. |
Abstract method ListSubscribersMethods.getUserListSubscribers ( int p1, long p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getUserListSubscribers(int, long) in ListSubscribersMethods. |
Abstract method ListSubscribersMethods.showUserListSubscription ( int p1, long p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method showUserListSubscription(int, long) in ListSubscribersMethods. |
[+] affected methods (4)
ListSubscribersMethods.checkUserListSubscription ( String p1, int p2, long p3 ):
This abstract method is from 'ListSubscribersMethods' interface.
ListSubscribersMethods.getUserListSubscribers ( String p1, int p2, long p3 ):
This abstract method is from 'ListSubscribersMethods' interface.
ListSubscribersMethods.subscribeUserList ( String p1, int p2 ):
This abstract method is from 'ListSubscribersMethods' interface.
ListSubscribersMethods.unsubscribeUserList ( String p1, int p2 ):
This abstract method is from 'ListSubscribersMethods' interface.
[+] StatusMethods (2)
|
Abstract method StatusMethods.getRetweetedBy ( long p1, twitter4j.Paging p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getRetweetedBy(long, twitter4j.Paging) in StatusMethods. |
Abstract method StatusMethods.getRetweetedByIDs ( long p1, twitter4j.Paging p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getRetweetedByIDs(long, twitter4j.Paging) in StatusMethods. |
[+] affected methods (8)
StatusMethods.destroyStatus ( long p1 ):
This abstract method is from 'StatusMethods' interface.
StatusMethods.getRetweetedBy ( long p1 ):
This abstract method is from 'StatusMethods' interface.
StatusMethods.getRetweetedByIDs ( long p1 ):
This abstract method is from 'StatusMethods' interface.
StatusMethods.getRetweets ( long p1 ):
This abstract method is from 'StatusMethods' interface.
StatusMethods.retweetStatus ( long p1 ):
This abstract method is from 'StatusMethods' interface.
StatusMethods.showStatus ( long p1 ):
This abstract method is from 'StatusMethods' interface.
StatusMethods.updateStatus ( String p1 ):
This abstract method is from 'StatusMethods' interface.
StatusMethods.updateStatus ( twitter4j.StatusUpdate p1 ):
This abstract method is from 'StatusMethods' interface.
package twitter4j.auth
[+] OAuthSupport (1)
|
Abstract method OAuthSupport.getOAuthRequestToken ( String p1, String p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getOAuthRequestToken(java.lang.String, java.lang.String) in OAuthSupport. |
[+] affected methods (9)
OAuthSupport.getOAuthAccessToken ( ):
This abstract method is from 'OAuthSupport' interface.
OAuthSupport.getOAuthAccessToken ( String p1 ):
This abstract method is from 'OAuthSupport' interface.
OAuthSupport.getOAuthAccessToken ( String p1, String p2 ):
This abstract method is from 'OAuthSupport' interface.
OAuthSupport.getOAuthAccessToken ( RequestToken p1 ):
This abstract method is from 'OAuthSupport' interface.
OAuthSupport.getOAuthAccessToken ( RequestToken p1, String p2 ):
This abstract method is from 'OAuthSupport' interface.
OAuthSupport.getOAuthRequestToken ( ):
This abstract method is from 'OAuthSupport' interface.
OAuthSupport.getOAuthRequestToken ( String p1 ):
This abstract method is from 'OAuthSupport' interface.
OAuthSupport.setOAuthAccessToken ( AccessToken p1 ):
This abstract method is from 'OAuthSupport' interface.
OAuthSupport.setOAuthConsumer ( String p1, String p2 ):
This abstract method is from 'OAuthSupport' interface.
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. Recompilation of a client class may be terminated with the message: reference to CONFIGURATION is ambiguous. |
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. Recompilation of a client class may be terminated with the message: reference to LANGUAGES is ambiguous. |
[+] 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. Recompilation of a client class may be terminated with the message: reference to START is ambiguous. |
[+] 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. Recompilation of a client class may be terminated with the message: reference to NONE is ambiguous. |
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. Recompilation of a client class may be terminated with the message: reference to READ is ambiguous. |
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. Recompilation of a client class may be terminated with the message: reference to READ_WRITE is ambiguous. |
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. Recompilation of a client class may be terminated with the message: reference to READ_WRITE_DIRECTMESSAGES is ambiguous. |
[+] 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