Binary compatibility report for the Twitter4J library from version 2.1.8 to 2.1.9
Summary
2 |
173 |
2247 / 122 |
Incompatible |
Problem Summary
Added Methods (149)
twitter4j-core-2.1.9.jar, AccountMethods.class
package twitter4j.api
AccountMethods.getAccountSettings ( ) [abstract]:twitter4j.AccountSettings
[ run-time name: twitter4j/api/AccountMethods.getAccountSettings:()Ltwitter4j/AccountSettings; ]
AccountMethods.getAccountTotals ( ) [abstract]:twitter4j.AccountTotals
[ run-time name: twitter4j/api/AccountMethods.getAccountTotals:()Ltwitter4j/AccountTotals; ]
twitter4j-core-2.1.9.jar, AccountMethodsAsync.class
package twitter4j.api
AccountMethodsAsync.getAccountSettings ( ) [abstract]:void
[ run-time name: twitter4j/api/AccountMethodsAsync.getAccountSettings:()V ]
AccountMethodsAsync.getAccountTotals ( ) [abstract]:void
[ run-time name: twitter4j/api/AccountMethodsAsync.getAccountTotals:()V ]
twitter4j-core-2.1.9.jar, AccountSettings.class
package twitter4j
AccountSettings.getSleepEndTime ( ) [abstract]:String
[ run-time name: twitter4j/AccountSettings.getSleepEndTime:()Ljava/lang/String; ]
AccountSettings.getSleepStartTime ( ) [abstract]:String
[ run-time name: twitter4j/AccountSettings.getSleepStartTime:()Ljava/lang/String; ]
AccountSettings.getTrendLocations ( ) [abstract]:Location[]
[ run-time name: twitter4j/AccountSettings.getTrendLocations:()[Ltwitter4j/Location; ]
AccountSettings.isGeoEnabled ( ) [abstract]:boolean
[ run-time name: twitter4j/AccountSettings.isGeoEnabled:()Z ]
AccountSettings.isSleepTimeEnabled ( ) [abstract]:boolean
[ run-time name: twitter4j/AccountSettings.isSleepTimeEnabled:()Z ]
twitter4j-core-2.1.9.jar, AccountTotals.class
package twitter4j
AccountTotals.getFavorites ( ) [abstract]:int
[ run-time name: twitter4j/AccountTotals.getFavorites:()I ]
AccountTotals.getFollowers ( ) [abstract]:int
[ run-time name: twitter4j/AccountTotals.getFollowers:()I ]
AccountTotals.getFriends ( ) [abstract]:int
[ run-time name: twitter4j/AccountTotals.getFriends:()I ]
AccountTotals.getUpdates ( ) [abstract]:int
[ run-time name: twitter4j/AccountTotals.getUpdates:()I ]
twitter4j-core-2.1.9.jar, AsyncTwitter.class
package twitter4j
AsyncTwitter.getAccountSettings ( ):void
[ run-time name: twitter4j/AsyncTwitter.getAccountSettings:()V ]
AsyncTwitter.getAccountTotals ( ):void
[ run-time name: twitter4j/AsyncTwitter.getAccountTotals:()V ]
AsyncTwitter.getAllSubscribingUserLists ( int userId ):void
[ run-time name: twitter4j/AsyncTwitter.getAllSubscribingUserLists:(I)V ]
AsyncTwitter.getAllSubscribingUserLists ( String screenName ):void
[ run-time name: twitter4j/AsyncTwitter.getAllSubscribingUserLists:(Ljava/lang/String;)V ]
AsyncTwitter.getDirectMessage ( int id ):void
[ run-time name: twitter4j/AsyncTwitter.getDirectMessage:(I)V ]
AsyncTwitter.getMemberSuggestions ( String categorySlug ):void
[ run-time name: twitter4j/AsyncTwitter.getMemberSuggestions:(Ljava/lang/String;)V ]
AsyncTwitter.getRetweetedByUser ( int userId, Paging paging ):void
[ run-time name: twitter4j/AsyncTwitter.getRetweetedByUser:(ILtwitter4j/Paging;)V ]
AsyncTwitter.getRetweetedByUser ( String screenName, Paging paging ):void
[ run-time name: twitter4j/AsyncTwitter.getRetweetedByUser:(Ljava/lang/String;Ltwitter4j/Paging;)V ]
AsyncTwitter.getRetweetedToUser ( int userId, Paging paging ):void
[ run-time name: twitter4j/AsyncTwitter.getRetweetedToUser:(ILtwitter4j/Paging;)V ]
AsyncTwitter.getRetweetedToUser ( String screenName, Paging paging ):void
[ run-time name: twitter4j/AsyncTwitter.getRetweetedToUser:(Ljava/lang/String;Ltwitter4j/Paging;)V ]
AsyncTwitter.lookupFriendships ( int[] ids ):void
[ run-time name: twitter4j/AsyncTwitter.lookupFriendships:([I)V ]
AsyncTwitter.lookupFriendships ( String[] screenNames ):void
[ run-time name: twitter4j/AsyncTwitter.lookupFriendships:([Ljava/lang/String;)V ]
AsyncTwitter.updateFriendship ( int userId, boolean enableDeviceNotification, boolean retweet ):void
[ run-time name: twitter4j/AsyncTwitter.updateFriendship:(IZZ)V ]
AsyncTwitter.updateFriendship ( String screenName, boolean enableDeviceNotification, boolean retweet ):void
[ run-time name: twitter4j/AsyncTwitter.updateFriendship:(Ljava/lang/String;ZZ)V ]
twitter4j-core-2.1.9.jar, AsyncTwitterFactory.class
package twitter4j
AsyncTwitterFactory.getInstance ( http.AccessToken accessToken ):AsyncTwitter
[ run-time name: twitter4j/AsyncTwitterFactory.getInstance:(Ltwitter4j/http/AccessToken;)Ltwitter4j/AsyncTwitter; ]
twitter4j-core-2.1.9.jar, Category.class
package twitter4j
Category.getSize ( ) [abstract]:int
[ run-time name: twitter4j/Category.getSize:()I ]
twitter4j-core-2.1.9.jar, Configuration.class
package twitter4j.conf
Configuration.isIncludeEntitiesEnabled ( ) [abstract]:boolean
[ run-time name: twitter4j/conf/Configuration.isIncludeEntitiesEnabled:()Z ]
twitter4j-core-2.1.9.jar, ConfigurationBuilder.class
package twitter4j.conf
ConfigurationBuilder.setIncludeEntitiesEnabled ( boolean enabled ):ConfigurationBuilder
[ run-time name: twitter4j/conf/ConfigurationBuilder.setIncludeEntitiesEnabled:(Z)Ltwitter4j/conf/ConfigurationBuilder; ]
twitter4j-core-2.1.9.jar, DataObjectFactory.class
package twitter4j.json
DataObjectFactory.createAccountTotals ( String rawJSON ) [static]:twitter4j.AccountTotals
[ run-time name: twitter4j/json/DataObjectFactory.createAccountTotals:(Ljava/lang/String;)Ltwitter4j/AccountTotals; ]
DataObjectFactory.createObject ( String rawJSON ) [static]:Object
[ run-time name: twitter4j/json/DataObjectFactory.createObject:(Ljava/lang/String;)Ljava/lang/Object; ]
twitter4j-core-2.1.9.jar, DirectMessageMethods.class
package twitter4j.api
DirectMessageMethods.getDirectMessage ( int p1 ) [abstract]:twitter4j.DirectMessage
[ run-time name: twitter4j/api/DirectMessageMethods.getDirectMessage:(I)Ltwitter4j/DirectMessage; ]
twitter4j-core-2.1.9.jar, DirectMessageMethodsAsync.class
package twitter4j.api
DirectMessageMethodsAsync.getDirectMessage ( int p1 ) [abstract]:void
[ run-time name: twitter4j/api/DirectMessageMethodsAsync.getDirectMessage:(I)V ]
twitter4j-core-2.1.9.jar, Friendship.class
package twitter4j
Friendship.getId ( ) [abstract]:int
[ run-time name: twitter4j/Friendship.getId:()I ]
Friendship.getName ( ) [abstract]:String
[ run-time name: twitter4j/Friendship.getName:()Ljava/lang/String; ]
Friendship.getScreenName ( ) [abstract]:String
[ run-time name: twitter4j/Friendship.getScreenName:()Ljava/lang/String; ]
Friendship.isFollowedBy ( ) [abstract]:boolean
[ run-time name: twitter4j/Friendship.isFollowedBy:()Z ]
Friendship.isFollowing ( ) [abstract]:boolean
[ run-time name: twitter4j/Friendship.isFollowing:()Z ]
twitter4j-core-2.1.9.jar, FriendshipMethods.class
package twitter4j.api
FriendshipMethods.lookupFriendships ( int[] p1 ) [abstract]:twitter4j.ResponseList
[ run-time name: twitter4j/api/FriendshipMethods.lookupFriendships:([I)Ltwitter4j/ResponseList; ]
FriendshipMethods.lookupFriendships ( String[] p1 ) [abstract]:twitter4j.ResponseList
[ run-time name: twitter4j/api/FriendshipMethods.lookupFriendships:([Ljava/lang/String;)Ltwitter4j/ResponseList; ]
FriendshipMethods.updateFriendship ( int p1, boolean p2, boolean p3 ) [abstract]:twitter4j.Relationship
[ run-time name: twitter4j/api/FriendshipMethods.updateFriendship:(IZZ)Ltwitter4j/Relationship; ]
FriendshipMethods.updateFriendship ( String p1, boolean p2, boolean p3 ) [abstract]:twitter4j.Relationship
[ run-time name: twitter4j/api/FriendshipMethods.updateFriendship:(Ljava/lang/String;ZZ)Ltwitter4j/Relationship; ]
twitter4j-core-2.1.9.jar, FriendshipMethodsAsync.class
package twitter4j.api
FriendshipMethodsAsync.lookupFriendships ( int[] p1 ) [abstract]:void
[ run-time name: twitter4j/api/FriendshipMethodsAsync.lookupFriendships:([I)V ]
FriendshipMethodsAsync.lookupFriendships ( String[] p1 ) [abstract]:void
[ run-time name: twitter4j/api/FriendshipMethodsAsync.lookupFriendships:([Ljava/lang/String;)V ]
FriendshipMethodsAsync.updateFriendship ( int p1, boolean p2, boolean p3 ) [abstract]:void
[ run-time name: twitter4j/api/FriendshipMethodsAsync.updateFriendship:(IZZ)V ]
FriendshipMethodsAsync.updateFriendship ( String p1, boolean p2, boolean p3 ) [abstract]:void
[ run-time name: twitter4j/api/FriendshipMethodsAsync.updateFriendship:(Ljava/lang/String;ZZ)V ]
twitter4j-core-2.1.9.jar, HashtagEntity.class
package twitter4j
HashtagEntity.getEnd ( ) [abstract]:int
[ run-time name: twitter4j/HashtagEntity.getEnd:()I ]
HashtagEntity.getStart ( ) [abstract]:int
[ run-time name: twitter4j/HashtagEntity.getStart:()I ]
HashtagEntity.getText ( ) [abstract]:String
[ run-time name: twitter4j/HashtagEntity.getText:()Ljava/lang/String; ]
twitter4j-core-2.1.9.jar, JSONObjectType.class
package twitter4j.json
JSONObjectType.determine ( twitter4j.internal.org.json.JSONObject json ) [static]:JSONObjectType
[ run-time name: twitter4j/json/JSONObjectType.determine:(Ltwitter4j/internal/org/json/JSONObject;)Ltwitter4j/json/JSONObjectType; ]
JSONObjectType.equals ( Object o ):boolean
[ run-time name: twitter4j/json/JSONObjectType.equals:(Ljava/lang/Object;)Z ]
JSONObjectType.getName ( ):String
[ run-time name: twitter4j/json/JSONObjectType.getName:()Ljava/lang/String; ]
JSONObjectType.hashCode ( ):int
[ run-time name: twitter4j/json/JSONObjectType.hashCode:()I ]
JSONObjectType.toString ( ):String
[ run-time name: twitter4j/json/JSONObjectType.toString:()Ljava/lang/String; ]
twitter4j-core-2.1.9.jar, ListMethods.class
package twitter4j.api
ListMethods.getAllUserLists ( int p1 ) [abstract]:twitter4j.ResponseList
[ run-time name: twitter4j/api/ListMethods.getAllUserLists:(I)Ltwitter4j/ResponseList; ]
ListMethods.getAllUserLists ( String p1 ) [abstract]:twitter4j.ResponseList
[ run-time name: twitter4j/api/ListMethods.getAllUserLists:(Ljava/lang/String;)Ltwitter4j/ResponseList; ]
twitter4j-core-2.1.9.jar, ListMethodsAsync.class
package twitter4j.api
ListMethodsAsync.getAllSubscribingUserLists ( int p1 ) [abstract]:void
[ run-time name: twitter4j/api/ListMethodsAsync.getAllSubscribingUserLists:(I)V ]
ListMethodsAsync.getAllSubscribingUserLists ( String p1 ) [abstract]:void
[ run-time name: twitter4j/api/ListMethodsAsync.getAllSubscribingUserLists:(Ljava/lang/String;)V ]
twitter4j-core-2.1.9.jar, PropertyConfiguration.class
package twitter4j.conf
PropertyConfiguration.isIncludeEntitiesEnabled ( ):boolean
[ run-time name: twitter4j/conf/PropertyConfiguration.isIncludeEntitiesEnabled:()Z ]
twitter4j-core-2.1.9.jar, SiteStreamsAdapter.class
package twitter4j
SiteStreamsAdapter.onDeletionNotice ( int forUser, int directMessageId, int userId ):void
[ run-time name: twitter4j/SiteStreamsAdapter.onDeletionNotice:(III)V ]
SiteStreamsAdapter.onDeletionNotice ( int forUser, StatusDeletionNotice statusDeletionNotice ):void
[ run-time name: twitter4j/SiteStreamsAdapter.onDeletionNotice:(ILtwitter4j/StatusDeletionNotice;)V ]
SiteStreamsAdapter.onUserListCreation ( int forUser, User listOwner, UserList list ):void
[ run-time name: twitter4j/SiteStreamsAdapter.onUserListCreation:(ILtwitter4j/User;Ltwitter4j/UserList;)V ]
SiteStreamsAdapter.onUserListDeletion ( int forUser, User listOwner, UserList list ):void
[ run-time name: twitter4j/SiteStreamsAdapter.onUserListDeletion:(ILtwitter4j/User;Ltwitter4j/UserList;)V ]
SiteStreamsAdapter.onUserListSubscription ( int forUser, User subscriber, User listOwner, UserList list ):void
[ run-time name: twitter4j/SiteStreamsAdapter.onUserListSubscription:(ILtwitter4j/User;Ltwitter4j/User;Ltwitter4j/UserList;)V ]
SiteStreamsAdapter.onUserListUpdate ( int forUser, User listOwner, UserList list ):void
[ run-time name: twitter4j/SiteStreamsAdapter.onUserListUpdate:(ILtwitter4j/User;Ltwitter4j/UserList;)V ]
SiteStreamsAdapter.onUserProfileUpdate ( int forUser, User updatedUser ):void
[ run-time name: twitter4j/SiteStreamsAdapter.onUserProfileUpdate:(ILtwitter4j/User;)V ]
twitter4j-core-2.1.9.jar, SiteStreamsListener.class
package twitter4j
SiteStreamsListener.onDeletionNotice ( int p1, int p2, int p3 ) [abstract]:void
[ run-time name: twitter4j/SiteStreamsListener.onDeletionNotice:(III)V ]
SiteStreamsListener.onDeletionNotice ( int p1, StatusDeletionNotice p2 ) [abstract]:void
[ run-time name: twitter4j/SiteStreamsListener.onDeletionNotice:(ILtwitter4j/StatusDeletionNotice;)V ]
SiteStreamsListener.onUserListCreation ( int p1, User p2, UserList p3 ) [abstract]:void
[ run-time name: twitter4j/SiteStreamsListener.onUserListCreation:(ILtwitter4j/User;Ltwitter4j/UserList;)V ]
SiteStreamsListener.onUserListDeletion ( int p1, User p2, UserList p3 ) [abstract]:void
[ run-time name: twitter4j/SiteStreamsListener.onUserListDeletion:(ILtwitter4j/User;Ltwitter4j/UserList;)V ]
SiteStreamsListener.onUserListSubscription ( int p1, User p2, User p3, UserList p4 ) [abstract]:void
[ run-time name: twitter4j/SiteStreamsListener.onUserListSubscription:(ILtwitter4j/User;Ltwitter4j/User;Ltwitter4j/UserList;)V ]
SiteStreamsListener.onUserListUpdate ( int p1, User p2, UserList p3 ) [abstract]:void
[ run-time name: twitter4j/SiteStreamsListener.onUserListUpdate:(ILtwitter4j/User;Ltwitter4j/UserList;)V ]
SiteStreamsListener.onUserProfileUpdate ( int p1, User p2 ) [abstract]:void
[ run-time name: twitter4j/SiteStreamsListener.onUserProfileUpdate:(ILtwitter4j/User;)V ]
twitter4j-core-2.1.9.jar, Status.class
package twitter4j
Status.getHashtagEntities ( ) [abstract]:HashtagEntity[]
[ run-time name: twitter4j/Status.getHashtagEntities:()[Ltwitter4j/HashtagEntity; ]
Status.getURLEntities ( ) [abstract]:URLEntity[]
[ run-time name: twitter4j/Status.getURLEntities:()[Ltwitter4j/URLEntity; ]
Status.getUserMentionEntities ( ) [abstract]:UserMentionEntity[]
[ run-time name: twitter4j/Status.getUserMentionEntities:()[Ltwitter4j/UserMentionEntity; ]
twitter4j-core-2.1.9.jar, StatusAdapter.class
package twitter4j
StatusAdapter.onScrubGeo ( int userId, long upToStatusId ):void
[ run-time name: twitter4j/StatusAdapter.onScrubGeo:(IJ)V ]
twitter4j-core-2.1.9.jar, StatusListener.class
package twitter4j
StatusListener.onScrubGeo ( int p1, long p2 ) [abstract]:void
[ run-time name: twitter4j/StatusListener.onScrubGeo:(IJ)V ]
twitter4j-core-2.1.9.jar, TimelineMethods.class
package twitter4j.api
TimelineMethods.getRetweetedByUser ( int p1, twitter4j.Paging p2 ) [abstract]:twitter4j.ResponseList
[ run-time name: twitter4j/api/TimelineMethods.getRetweetedByUser:(ILtwitter4j/Paging;)Ltwitter4j/ResponseList; ]
TimelineMethods.getRetweetedByUser ( String p1, twitter4j.Paging p2 ) [abstract]:twitter4j.ResponseList
[ run-time name: twitter4j/api/TimelineMethods.getRetweetedByUser:(Ljava/lang/String;Ltwitter4j/Paging;)Ltwitter4j/ResponseList; ]
TimelineMethods.getRetweetedToUser ( int p1, twitter4j.Paging p2 ) [abstract]:twitter4j.ResponseList
[ run-time name: twitter4j/api/TimelineMethods.getRetweetedToUser:(ILtwitter4j/Paging;)Ltwitter4j/ResponseList; ]
TimelineMethods.getRetweetedToUser ( String p1, twitter4j.Paging p2 ) [abstract]:twitter4j.ResponseList
[ run-time name: twitter4j/api/TimelineMethods.getRetweetedToUser:(Ljava/lang/String;Ltwitter4j/Paging;)Ltwitter4j/ResponseList; ]
twitter4j-core-2.1.9.jar, Twitter.class
package twitter4j
Twitter.getAccountSettings ( ):AccountSettings
[ run-time name: twitter4j/Twitter.getAccountSettings:()Ltwitter4j/AccountSettings; ]
Twitter.getAccountTotals ( ):AccountTotals
[ run-time name: twitter4j/Twitter.getAccountTotals:()Ltwitter4j/AccountTotals; ]
Twitter.getAllUserLists ( int userId ):ResponseList
[ run-time name: twitter4j/Twitter.getAllUserLists:(I)Ltwitter4j/ResponseList; ]
Twitter.getAllUserLists ( String screenName ):ResponseList
[ run-time name: twitter4j/Twitter.getAllUserLists:(Ljava/lang/String;)Ltwitter4j/ResponseList; ]
Twitter.getDirectMessage ( int id ):DirectMessage
[ run-time name: twitter4j/Twitter.getDirectMessage:(I)Ltwitter4j/DirectMessage; ]
Twitter.getMemberSuggestions ( String categorySlug ):ResponseList
[ run-time name: twitter4j/Twitter.getMemberSuggestions:(Ljava/lang/String;)Ltwitter4j/ResponseList; ]
Twitter.getRetweetedByUser ( int userId, Paging paging ):ResponseList
[ run-time name: twitter4j/Twitter.getRetweetedByUser:(ILtwitter4j/Paging;)Ltwitter4j/ResponseList; ]
Twitter.getRetweetedByUser ( String screenName, Paging paging ):ResponseList
[ run-time name: twitter4j/Twitter.getRetweetedByUser:(Ljava/lang/String;Ltwitter4j/Paging;)Ltwitter4j/ResponseList; ]
Twitter.getRetweetedToUser ( int userId, Paging paging ):ResponseList
[ run-time name: twitter4j/Twitter.getRetweetedToUser:(ILtwitter4j/Paging;)Ltwitter4j/ResponseList; ]
Twitter.getRetweetedToUser ( String screenName, Paging paging ):ResponseList
[ run-time name: twitter4j/Twitter.getRetweetedToUser:(Ljava/lang/String;Ltwitter4j/Paging;)Ltwitter4j/ResponseList; ]
Twitter.lookupFriendships ( int[] ids ):ResponseList
[ run-time name: twitter4j/Twitter.lookupFriendships:([I)Ltwitter4j/ResponseList; ]
Twitter.lookupFriendships ( String[] screenNames ):ResponseList
[ run-time name: twitter4j/Twitter.lookupFriendships:([Ljava/lang/String;)Ltwitter4j/ResponseList; ]
Twitter.updateFriendship ( int userId, boolean enableDeviceNotification, boolean retweets ):Relationship
[ run-time name: twitter4j/Twitter.updateFriendship:(IZZ)Ltwitter4j/Relationship; ]
Twitter.updateFriendship ( String screenName, boolean enableDeviceNotification, boolean retweets ):Relationship
[ run-time name: twitter4j/Twitter.updateFriendship:(Ljava/lang/String;ZZ)Ltwitter4j/Relationship; ]
twitter4j-core-2.1.9.jar, TwitterAdapter.class
package twitter4j
TwitterAdapter.gotAccountSettings ( AccountSettings settings ):void
[ run-time name: twitter4j/TwitterAdapter.gotAccountSettings:(Ltwitter4j/AccountSettings;)V ]
TwitterAdapter.gotAccountTotals ( AccountTotals totals ):void
[ run-time name: twitter4j/TwitterAdapter.gotAccountTotals:(Ltwitter4j/AccountTotals;)V ]
TwitterAdapter.gotAllUserLists ( ResponseList lists ):void
[ run-time name: twitter4j/TwitterAdapter.gotAllUserLists:(Ltwitter4j/ResponseList;)V ]
TwitterAdapter.gotDirectMessage ( DirectMessage message ):void
[ run-time name: twitter4j/TwitterAdapter.gotDirectMessage:(Ltwitter4j/DirectMessage;)V ]
TwitterAdapter.gotMemberSuggestions ( ResponseList users ):void
[ run-time name: twitter4j/TwitterAdapter.gotMemberSuggestions:(Ltwitter4j/ResponseList;)V ]
TwitterAdapter.gotRetweetedByUser ( ResponseList statuses ):void
[ run-time name: twitter4j/TwitterAdapter.gotRetweetedByUser:(Ltwitter4j/ResponseList;)V ]
TwitterAdapter.gotRetweetedToUser ( ResponseList statuses ):void
[ run-time name: twitter4j/TwitterAdapter.gotRetweetedToUser:(Ltwitter4j/ResponseList;)V ]
TwitterAdapter.lookedUpFriendships ( ResponseList friendships ):void
[ run-time name: twitter4j/TwitterAdapter.lookedUpFriendships:(Ltwitter4j/ResponseList;)V ]
TwitterAdapter.updatedFriendship ( Relationship relationship ):void
[ run-time name: twitter4j/TwitterAdapter.updatedFriendship:(Ltwitter4j/Relationship;)V ]
twitter4j-core-2.1.9.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 ]
twitter4j-core-2.1.9.jar, TwitterFactory.class
package twitter4j
TwitterFactory.getInstance ( http.AccessToken accessToken ):Twitter
[ run-time name: twitter4j/TwitterFactory.getInstance:(Ltwitter4j/http/AccessToken;)Ltwitter4j/Twitter; ]
twitter4j-core-2.1.9.jar, TwitterListener.class
package twitter4j
TwitterListener.gotAccountSettings ( AccountSettings p1 ) [abstract]:void
[ run-time name: twitter4j/TwitterListener.gotAccountSettings:(Ltwitter4j/AccountSettings;)V ]
TwitterListener.gotAccountTotals ( AccountTotals p1 ) [abstract]:void
[ run-time name: twitter4j/TwitterListener.gotAccountTotals:(Ltwitter4j/AccountTotals;)V ]
TwitterListener.gotAllUserLists ( ResponseList p1 ) [abstract]:void
[ run-time name: twitter4j/TwitterListener.gotAllUserLists:(Ltwitter4j/ResponseList;)V ]
TwitterListener.gotDirectMessage ( DirectMessage p1 ) [abstract]:void
[ run-time name: twitter4j/TwitterListener.gotDirectMessage:(Ltwitter4j/DirectMessage;)V ]
TwitterListener.gotMemberSuggestions ( ResponseList p1 ) [abstract]:void
[ run-time name: twitter4j/TwitterListener.gotMemberSuggestions:(Ltwitter4j/ResponseList;)V ]
TwitterListener.gotRetweetedByUser ( ResponseList p1 ) [abstract]:void
[ run-time name: twitter4j/TwitterListener.gotRetweetedByUser:(Ltwitter4j/ResponseList;)V ]
TwitterListener.gotRetweetedToUser ( ResponseList p1 ) [abstract]:void
[ run-time name: twitter4j/TwitterListener.gotRetweetedToUser:(Ltwitter4j/ResponseList;)V ]
TwitterListener.lookedUpFriendships ( ResponseList p1 ) [abstract]:void
[ run-time name: twitter4j/TwitterListener.lookedUpFriendships:(Ltwitter4j/ResponseList;)V ]
TwitterListener.updatedFriendship ( Relationship p1 ) [abstract]:void
[ run-time name: twitter4j/TwitterListener.updatedFriendship:(Ltwitter4j/Relationship;)V ]
twitter4j-core-2.1.9.jar, TwitterStream.class
package twitter4j
TwitterStream.getUserStream ( String[] track ):UserStream
[ run-time name: twitter4j/TwitterStream.getUserStream:([Ljava/lang/String;)Ltwitter4j/UserStream; ]
TwitterStream.user ( String[] track ):void
[ run-time name: twitter4j/TwitterStream.user:([Ljava/lang/String;)V ]
twitter4j-core-2.1.9.jar, TwitterStreamFactory.class
package twitter4j
TwitterStreamFactory.getInstance ( http.AccessToken accessToken ):TwitterStream
[ run-time name: twitter4j/TwitterStreamFactory.getInstance:(Ltwitter4j/http/AccessToken;)Ltwitter4j/TwitterStream; ]
twitter4j-core-2.1.9.jar, URLEntity.class
package twitter4j
URLEntity.getDisplayURL ( ) [abstract]:String
[ run-time name: twitter4j/URLEntity.getDisplayURL:()Ljava/lang/String; ]
URLEntity.getEnd ( ) [abstract]:int
[ run-time name: twitter4j/URLEntity.getEnd:()I ]
URLEntity.getExpandedURL ( ) [abstract]:java.net.URL
[ run-time name: twitter4j/URLEntity.getExpandedURL:()Ljava/net/URL; ]
URLEntity.getStart ( ) [abstract]:int
[ run-time name: twitter4j/URLEntity.getStart:()I ]
URLEntity.getURL ( ) [abstract]:java.net.URL
[ run-time name: twitter4j/URLEntity.getURL:()Ljava/net/URL; ]
twitter4j-core-2.1.9.jar, User.class
package twitter4j
User.isProfileUseBackgroundImage ( ) [abstract]:boolean
[ run-time name: twitter4j/User.isProfileUseBackgroundImage:()Z ]
User.isShowAllInlineMedia ( ) [abstract]:boolean
[ run-time name: twitter4j/User.isShowAllInlineMedia:()Z ]
User.isTranslator ( ) [abstract]:boolean
[ run-time name: twitter4j/User.isTranslator:()Z ]
twitter4j-core-2.1.9.jar, UserList.class
package twitter4j
UserList.isFollowing ( ) [abstract]:boolean
[ run-time name: twitter4j/UserList.isFollowing:()Z ]
twitter4j-core-2.1.9.jar, UserMentionEntity.class
package twitter4j
UserMentionEntity.getEnd ( ) [abstract]:int
[ run-time name: twitter4j/UserMentionEntity.getEnd:()I ]
UserMentionEntity.getId ( ) [abstract]:int
[ run-time name: twitter4j/UserMentionEntity.getId:()I ]
UserMentionEntity.getName ( ) [abstract]:String
[ run-time name: twitter4j/UserMentionEntity.getName:()Ljava/lang/String; ]
UserMentionEntity.getScreenName ( ) [abstract]:String
[ run-time name: twitter4j/UserMentionEntity.getScreenName:()Ljava/lang/String; ]
UserMentionEntity.getStart ( ) [abstract]:int
[ run-time name: twitter4j/UserMentionEntity.getStart:()I ]
twitter4j-core-2.1.9.jar, UserMethods.class
package twitter4j.api
UserMethods.getMemberSuggestions ( String p1 ) [abstract]:twitter4j.ResponseList
[ run-time name: twitter4j/api/UserMethods.getMemberSuggestions:(Ljava/lang/String;)Ltwitter4j/ResponseList; ]
twitter4j-core-2.1.9.jar, UserMethodsAsync.class
package twitter4j.api
UserMethodsAsync.getMemberSuggestions ( String p1 ) [abstract]:void
[ run-time name: twitter4j/api/UserMethodsAsync.getMemberSuggestions:(Ljava/lang/String;)V ]
twitter4j-core-2.1.9.jar, UserStreamAdapter.class
package twitter4j
UserStreamAdapter.onDeletionNotice ( int directMessageId, int userId ):void
[ run-time name: twitter4j/UserStreamAdapter.onDeletionNotice:(II)V ]
UserStreamAdapter.onUserListCreation ( User listOwner, UserList list ):void
[ run-time name: twitter4j/UserStreamAdapter.onUserListCreation:(Ltwitter4j/User;Ltwitter4j/UserList;)V ]
UserStreamAdapter.onUserListDeletion ( User listOwner, UserList list ):void
[ run-time name: twitter4j/UserStreamAdapter.onUserListDeletion:(Ltwitter4j/User;Ltwitter4j/UserList;)V ]
UserStreamAdapter.onUserListSubscription ( User subscriber, User listOwner, UserList list ):void
[ run-time name: twitter4j/UserStreamAdapter.onUserListSubscription:(Ltwitter4j/User;Ltwitter4j/User;Ltwitter4j/UserList;)V ]
UserStreamAdapter.onUserListUpdate ( User listOwner, UserList list ):void
[ run-time name: twitter4j/UserStreamAdapter.onUserListUpdate:(Ltwitter4j/User;Ltwitter4j/UserList;)V ]
UserStreamAdapter.onUserProfileUpdate ( User updatedUser ):void
[ run-time name: twitter4j/UserStreamAdapter.onUserProfileUpdate:(Ltwitter4j/User;)V ]
twitter4j-core-2.1.9.jar, UserStreamListener.class
package twitter4j
UserStreamListener.onDeletionNotice ( int p1, int p2 ) [abstract]:void
[ run-time name: twitter4j/UserStreamListener.onDeletionNotice:(II)V ]
UserStreamListener.onUserListCreation ( User p1, UserList p2 ) [abstract]:void
[ run-time name: twitter4j/UserStreamListener.onUserListCreation:(Ltwitter4j/User;Ltwitter4j/UserList;)V ]
UserStreamListener.onUserListDeletion ( User p1, UserList p2 ) [abstract]:void
[ run-time name: twitter4j/UserStreamListener.onUserListDeletion:(Ltwitter4j/User;Ltwitter4j/UserList;)V ]
UserStreamListener.onUserListSubscription ( User p1, User p2, UserList p3 ) [abstract]:void
[ run-time name: twitter4j/UserStreamListener.onUserListSubscription:(Ltwitter4j/User;Ltwitter4j/User;Ltwitter4j/UserList;)V ]
UserStreamListener.onUserListUpdate ( User p1, UserList p2 ) [abstract]:void
[ run-time name: twitter4j/UserStreamListener.onUserListUpdate:(Ltwitter4j/User;Ltwitter4j/UserList;)V ]
UserStreamListener.onUserProfileUpdate ( User p1 ) [abstract]:void
[ run-time name: twitter4j/UserStreamListener.onUserProfileUpdate:(Ltwitter4j/User;)V ]
to the top
Removed Methods (18)
twitter4j-core-2.1.8.jar, SiteStreamsAdapter.class
package twitter4j
SiteStreamsAdapter.onUserListCreated ( int forUser, User listOwner, UserList list ):void
[ run-time name: twitter4j/SiteStreamsAdapter.onUserListCreated:(ILtwitter4j/User;Ltwitter4j/UserList;)V ]
SiteStreamsAdapter.onUserListDestroyed ( int forUser, User listOwner, UserList list ):void
[ run-time name: twitter4j/SiteStreamsAdapter.onUserListDestroyed:(ILtwitter4j/User;Ltwitter4j/UserList;)V ]
SiteStreamsAdapter.onUserListSubscribed ( int forUser, User subscriber, User listOwner, UserList list ):void
[ run-time name: twitter4j/SiteStreamsAdapter.onUserListSubscribed:(ILtwitter4j/User;Ltwitter4j/User;Ltwitter4j/UserList;)V ]
SiteStreamsAdapter.onUserListUpdated ( int forUser, User listOwner, UserList list ):void
[ run-time name: twitter4j/SiteStreamsAdapter.onUserListUpdated:(ILtwitter4j/User;Ltwitter4j/UserList;)V ]
twitter4j-core-2.1.8.jar, SiteStreamsListener.class
package twitter4j
SiteStreamsListener.onUserListCreated ( int p1, User p2, UserList p3 ) [abstract]:void
[ run-time name: twitter4j/SiteStreamsListener.onUserListCreated:(ILtwitter4j/User;Ltwitter4j/UserList;)V ]
SiteStreamsListener.onUserListDestroyed ( int p1, User p2, UserList p3 ) [abstract]:void
[ run-time name: twitter4j/SiteStreamsListener.onUserListDestroyed:(ILtwitter4j/User;Ltwitter4j/UserList;)V ]
SiteStreamsListener.onUserListSubscribed ( int p1, User p2, User p3, UserList p4 ) [abstract]:void
[ run-time name: twitter4j/SiteStreamsListener.onUserListSubscribed:(ILtwitter4j/User;Ltwitter4j/User;Ltwitter4j/UserList;)V ]
SiteStreamsListener.onUserListUpdated ( int p1, User p2, UserList p3 ) [abstract]:void
[ run-time name: twitter4j/SiteStreamsListener.onUserListUpdated:(ILtwitter4j/User;Ltwitter4j/UserList;)V ]
twitter4j-core-2.1.8.jar, UserStreamAdapter.class
package twitter4j
UserStreamAdapter.onUnfollow ( User source, User unfollowedUser ):void
[ run-time name: twitter4j/UserStreamAdapter.onUnfollow:(Ltwitter4j/User;Ltwitter4j/User;)V ]
UserStreamAdapter.onUserListCreated ( User listOwner, UserList list ):void
[ run-time name: twitter4j/UserStreamAdapter.onUserListCreated:(Ltwitter4j/User;Ltwitter4j/UserList;)V ]
UserStreamAdapter.onUserListDestroyed ( User listOwner, UserList list ):void
[ run-time name: twitter4j/UserStreamAdapter.onUserListDestroyed:(Ltwitter4j/User;Ltwitter4j/UserList;)V ]
UserStreamAdapter.onUserListSubscribed ( User subscriber, User listOwner, UserList list ):void
[ run-time name: twitter4j/UserStreamAdapter.onUserListSubscribed:(Ltwitter4j/User;Ltwitter4j/User;Ltwitter4j/UserList;)V ]
UserStreamAdapter.onUserListUpdated ( User listOwner, UserList list ):void
[ run-time name: twitter4j/UserStreamAdapter.onUserListUpdated:(Ltwitter4j/User;Ltwitter4j/UserList;)V ]
twitter4j-core-2.1.8.jar, UserStreamListener.class
package twitter4j
UserStreamListener.onUnfollow ( User p1, User p2 ) [abstract]:void
[ run-time name: twitter4j/UserStreamListener.onUnfollow:(Ltwitter4j/User;Ltwitter4j/User;)V ]
UserStreamListener.onUserListCreated ( User p1, UserList p2 ) [abstract]:void
[ run-time name: twitter4j/UserStreamListener.onUserListCreated:(Ltwitter4j/User;Ltwitter4j/UserList;)V ]
UserStreamListener.onUserListDestroyed ( User p1, UserList p2 ) [abstract]:void
[ run-time name: twitter4j/UserStreamListener.onUserListDestroyed:(Ltwitter4j/User;Ltwitter4j/UserList;)V ]
UserStreamListener.onUserListSubscribed ( User p1, User p2, UserList p3 ) [abstract]:void
[ run-time name: twitter4j/UserStreamListener.onUserListSubscribed:(Ltwitter4j/User;Ltwitter4j/User;Ltwitter4j/UserList;)V ]
UserStreamListener.onUserListUpdated ( User p1, UserList p2 ) [abstract]:void
[ run-time name: twitter4j/UserStreamListener.onUserListUpdated:(Ltwitter4j/User;Ltwitter4j/UserList;)V ]
to the top
Problems with Data Types, High risk (11)
twitter4j-core-2.1.8.jar
package twitter4j
[+] SiteStreamsListener (4)
|
Abstract method SiteStreamsListener.onUserListCreated ( int p1, User p2, UserList p3 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
Abstract method SiteStreamsListener.onUserListDestroyed ( int p1, User p2, UserList p3 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
Abstract method SiteStreamsListener.onUserListSubscribed ( int p1, User p2, User p3, UserList p4 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
Abstract method SiteStreamsListener.onUserListUpdated ( int p1, User p2, UserList p3 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (10)
SiteStreamsListener.onBlock ( int p1, User p2, User p3 ):
This abstract method is from 'SiteStreamsListener' interface.
SiteStreamsListener.onDirectMessage ( int p1, DirectMessage p2 ):
This abstract method is from 'SiteStreamsListener' interface.
SiteStreamsListener.onException ( Exception p1 ):
This abstract method is from 'SiteStreamsListener' interface.
SiteStreamsListener.onFavorite ( int p1, User p2, User p3, Status p4 ):
This abstract method is from 'SiteStreamsListener' interface.
SiteStreamsListener.onFollow ( int p1, User p2, User p3 ):
This abstract method is from 'SiteStreamsListener' interface.
SiteStreamsListener.onFriendList ( int p1, int[] p2 ):
This abstract method is from 'SiteStreamsListener' interface.
SiteStreamsListener.onStatus ( int p1, Status p2 ):
This abstract method is from 'SiteStreamsListener' interface.
SiteStreamsListener.onUnblock ( int p1, User p2, User p3 ):
This abstract method is from 'SiteStreamsListener' interface.
SiteStreamsListener.onUnfavorite ( int p1, User p2, User p3, Status p4 ):
This abstract method is from 'SiteStreamsListener' interface.
TwitterStream.addListener ( SiteStreamsListener listener ):
1st parameter 'listener' of this method has type 'SiteStreamsListener'.
[+] TwitterListener (1)
|
Field DESTROY_DIRECT_MESSAGES (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (92)
AsyncTwitter.AsyncTwitter ( String screenName, String password, TwitterListener listener ):
3rd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitterFactory.AsyncTwitterFactory ( String configTreePath, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitterFactory.AsyncTwitterFactory ( conf.Configuration conf, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitterFactory.AsyncTwitterFactory ( TwitterListener listener ):
1st parameter 'listener' of this method has type 'TwitterListener'.
TwitterListener.addedUserListMember ( UserList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.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.gotAvailableTrends ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotBlockingUsers ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotBlockingUsersIDs ( IDs p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotCurrentTrends ( Trends p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotDailyTrends ( java.util.List p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotDirectMessages ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotExistsBlock ( boolean p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotExistsFriendship ( boolean p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotFavorites ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotFollowersIDs ( IDs p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotFollowersStatuses ( PagableResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotFriendsIDs ( IDs p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotFriendsStatuses ( PagableResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotFriendsTimeline ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotGeoDetails ( Place p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotHomeTimeline ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotIncomingFriendships ( IDs p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotLocationTrends ( Trends p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotMentions ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotNearByPlaces ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.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.gotRetweetedToMe ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRetweets ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRetweetsOfMe ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotReverseGeoCode ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotSentDirectMessages ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotShowFriendship ( Relationship p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotShowStatus ( Status p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotShowUserList ( UserList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.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.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.updatedDeliveryDevice ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedProfile ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedProfileBackgroundImage ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedProfileColors ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedProfileImage ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedStatus ( Status p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedUserList ( UserList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.verifiedCredentials ( User p1 ):
This abstract method is from 'TwitterListener' interface.
[+] UserStreamListener (6)
|
Abstract method UserStreamListener.onUnfollow ( User p1, User p2 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
Abstract method UserStreamListener.onUserListCreated ( User p1, UserList p2 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
Abstract method UserStreamListener.onUserListDestroyed ( User p1, UserList p2 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
Abstract method UserStreamListener.onUserListSubscribed ( User p1, User p2, UserList p3 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
Abstract method UserStreamListener.onUserListUpdated ( User p1, UserList p2 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
Removed super-interface StreamListener. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (15)
TwitterStream.addListener ( UserStreamListener listener ):
1st parameter 'listener' of this method has type 'UserStreamListener'.
TwitterStream.addUserStreamListener ( UserStreamListener userStreamListener ):
1st parameter 'userStreamListener' of this method has type 'UserStreamListener'.
TwitterStream.setUserStreamListener ( UserStreamListener listener ):
1st parameter 'listener' of this method has type 'UserStreamListener'.
TwitterStreamFactory.TwitterStreamFactory ( String configTreePath, UserStreamListener listener ):
2nd parameter 'listener' of this method has type 'UserStreamListener'.
TwitterStreamFactory.TwitterStreamFactory ( conf.Configuration conf, UserStreamListener listener ):
2nd parameter 'listener' of this method has type 'UserStreamListener'.
TwitterStreamFactory.TwitterStreamFactory ( UserStreamListener listener ):
1st parameter 'listener' of this method has type 'UserStreamListener'.
UserStream.next ( UserStreamListener p1 ):
1st parameter 'p1' of this abstract method has type 'UserStreamListener'.
UserStreamListener.onBlock ( User p1, User p2 ):
This abstract method is from 'UserStreamListener' interface.
UserStreamListener.onDirectMessage ( DirectMessage p1 ):
This abstract method is from 'UserStreamListener' interface.
UserStreamListener.onFavorite ( User p1, User p2, Status p3 ):
This abstract method is from 'UserStreamListener' interface.
UserStreamListener.onFollow ( User p1, User p2 ):
This abstract method is from 'UserStreamListener' interface.
UserStreamListener.onFriendList ( int[] p1 ):
This abstract method is from 'UserStreamListener' interface.
UserStreamListener.onRetweet ( User p1, User p2, Status p3 ):
This abstract method is from 'UserStreamListener' interface.
UserStreamListener.onUnblock ( User p1, User p2 ):
This abstract method is from 'UserStreamListener' interface.
UserStreamListener.onUnfavorite ( User p1, User p2, Status p3 ):
This abstract method is from 'UserStreamListener' interface.
to the top
Problems with Data Types, Medium risk (10)
twitter4j-core-2.1.8.jar
package twitter4j
[+] SiteStreamsListener (4)
|
Abstract method SiteStreamsListener.onUserListCreation ( int p1, User p2, UserList p3 ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method SiteStreamsImpl.onUserListCreated ( internal.org.json.JSONObject source, internal.org.json.JSONObject userList ) and may not be implemented by old clients. |
Abstract method SiteStreamsListener.onUserListDeletion ( int p1, User p2, UserList p3 ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method SiteStreamsImpl.onUserListDestroyed ( internal.org.json.JSONObject source, internal.org.json.JSONObject userList ) and may not be implemented by old clients. |
Abstract method SiteStreamsListener.onUserListSubscription ( int p1, User p2, User p3, UserList p4 ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method SiteStreamsImpl.onUserListSubscribed ( internal.org.json.JSONObject source, internal.org.json.JSONObject owner, internal.org.json.JSONObject userList ) and may not be implemented by old clients. |
Abstract method SiteStreamsListener.onUserListUpdate ( int p1, User p2, UserList p3 ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method SiteStreamsImpl.onUserListUpdated ( internal.org.json.JSONObject source, internal.org.json.JSONObject userList ) and may not be implemented by old clients. |
[+] affected methods (10)
SiteStreamsListener.onBlock ( int p1, User p2, User p3 ):
This abstract method is from 'SiteStreamsListener' interface.
SiteStreamsListener.onDirectMessage ( int p1, DirectMessage p2 ):
This abstract method is from 'SiteStreamsListener' interface.
SiteStreamsListener.onException ( Exception p1 ):
This abstract method is from 'SiteStreamsListener' interface.
SiteStreamsListener.onFavorite ( int p1, User p2, User p3, Status p4 ):
This abstract method is from 'SiteStreamsListener' interface.
SiteStreamsListener.onFollow ( int p1, User p2, User p3 ):
This abstract method is from 'SiteStreamsListener' interface.
SiteStreamsListener.onFriendList ( int p1, int[] p2 ):
This abstract method is from 'SiteStreamsListener' interface.
SiteStreamsListener.onStatus ( int p1, Status p2 ):
This abstract method is from 'SiteStreamsListener' interface.
SiteStreamsListener.onUnblock ( int p1, User p2, User p3 ):
This abstract method is from 'SiteStreamsListener' interface.
SiteStreamsListener.onUnfavorite ( int p1, User p2, User p3, Status p4 ):
This abstract method is from 'SiteStreamsListener' interface.
TwitterStream.addListener ( SiteStreamsListener listener ):
1st parameter 'listener' of this method has type 'SiteStreamsListener'.
[+] UserStreamListener (5)
|
Abstract method UserStreamListener.onDeletionNotice ( int p1, int p2 ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method StatusStreamImpl.onDelete ( internal.org.json.JSONObject json ) and may not be implemented by old clients. |
Abstract method UserStreamListener.onUserListCreation ( User p1, UserList p2 ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method UserStreamImpl.onUserListCreated ( internal.org.json.JSONObject source, internal.org.json.JSONObject target ) and may not be implemented by old clients. |
Abstract method UserStreamListener.onUserListDeletion ( User p1, UserList p2 ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method UserStreamImpl.onUserListDestroyed ( internal.org.json.JSONObject source, internal.org.json.JSONObject target ) and may not be implemented by old clients. |
Abstract method UserStreamListener.onUserListSubscription ( User p1, User p2, UserList p3 ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method UserStreamImpl.onUserListSubscribed ( internal.org.json.JSONObject source, internal.org.json.JSONObject owner, internal.org.json.JSONObject target ) and may not be implemented by old clients. |
Abstract method UserStreamListener.onUserListUpdate ( User p1, UserList p2 ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method UserStreamImpl.onUserListUpdated ( internal.org.json.JSONObject source, internal.org.json.JSONObject target ) and may not be implemented by old clients. |
[+] affected methods (15)
TwitterStream.addListener ( UserStreamListener listener ):
1st parameter 'listener' of this method has type 'UserStreamListener'.
TwitterStream.addUserStreamListener ( UserStreamListener userStreamListener ):
1st parameter 'userStreamListener' of this method has type 'UserStreamListener'.
TwitterStream.setUserStreamListener ( UserStreamListener listener ):
1st parameter 'listener' of this method has type 'UserStreamListener'.
TwitterStreamFactory.TwitterStreamFactory ( String configTreePath, UserStreamListener listener ):
2nd parameter 'listener' of this method has type 'UserStreamListener'.
TwitterStreamFactory.TwitterStreamFactory ( conf.Configuration conf, UserStreamListener listener ):
2nd parameter 'listener' of this method has type 'UserStreamListener'.
TwitterStreamFactory.TwitterStreamFactory ( UserStreamListener listener ):
1st parameter 'listener' of this method has type 'UserStreamListener'.
UserStream.next ( UserStreamListener p1 ):
1st parameter 'p1' of this abstract method has type 'UserStreamListener'.
UserStreamListener.onBlock ( User p1, User p2 ):
This abstract method is from 'UserStreamListener' interface.
UserStreamListener.onDirectMessage ( DirectMessage p1 ):
This abstract method is from 'UserStreamListener' interface.
UserStreamListener.onFavorite ( User p1, User p2, Status p3 ):
This abstract method is from 'UserStreamListener' interface.
UserStreamListener.onFollow ( User p1, User p2 ):
This abstract method is from 'UserStreamListener' interface.
UserStreamListener.onFriendList ( int[] p1 ):
This abstract method is from 'UserStreamListener' interface.
UserStreamListener.onRetweet ( User p1, User p2, Status p3 ):
This abstract method is from 'UserStreamListener' interface.
UserStreamListener.onUnblock ( User p1, User p2 ):
This abstract method is from 'UserStreamListener' interface.
UserStreamListener.onUnfavorite ( User p1, User p2, Status p3 ):
This abstract method is from 'UserStreamListener' interface.
package twitter4j.conf
[+] Configuration (1)
|
Abstract method Configuration.isIncludeEntitiesEnabled ( ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method twitter4j.Twitter.getFollowersStatuses ( String screenName, long cursor ) and may not be implemented by old clients. |
[+] affected methods (56)
twitter4j.AsyncTwitter.getConfiguration ( ):
Return value of this method has type 'Configuration'.
twitter4j.AsyncTwitterFactory.AsyncTwitterFactory ( Configuration conf ):
1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.AsyncTwitterFactory.AsyncTwitterFactory ( Configuration conf, twitter4j.TwitterListener listener ):
1st parameter 'conf' of this method has type 'Configuration'.
Configuration.getClientURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.getClientVersion ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpConnectionTimeout ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpDefaultMaxPerRoute ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpMaxTotalConnections ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpProxyHost ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpProxyPassword ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpProxyPort ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpProxyUser ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpReadTimeout ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpRetryCount ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpRetryIntervalSeconds ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpStreamingReadTimeout ( ):
This abstract method is from 'Configuration' interface.
Configuration.getMediaProvider ( ):
This abstract method is from 'Configuration' interface.
Configuration.getMediaProviderAPIKey ( ):
This abstract method is from 'Configuration' interface.
Configuration.getOAuthAccessToken ( ):
This abstract method is from 'Configuration' interface.
Configuration.getOAuthAccessTokenSecret ( ):
This abstract method is from 'Configuration' interface.
Configuration.getOAuthAccessTokenURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.getOAuthAuthenticationURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.getOAuthAuthorizationURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.getOAuthConsumerKey ( ):
This abstract method is from 'Configuration' interface.
Configuration.getOAuthConsumerSecret ( ):
This abstract method is from 'Configuration' interface.
Configuration.getOAuthRequestTokenURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.getPassword ( ):
This abstract method is from 'Configuration' interface.
Configuration.getRequestHeaders ( ):
This abstract method is from 'Configuration' interface.
Configuration.getRestBaseURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.getSearchBaseURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.getSiteStreamBaseURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.getSource ( ):
This abstract method is from 'Configuration' interface.
Configuration.getStreamBaseURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.getUser ( ):
This abstract method is from 'Configuration' interface.
Configuration.getUserAgent ( ):
This abstract method is from 'Configuration' interface.
Configuration.getUserStreamBaseURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.isDalvik ( ):
This abstract method is from 'Configuration' interface.
Configuration.isDebugEnabled ( ):
This abstract method is from 'Configuration' interface.
Configuration.isIncludeRTsEnabled ( ):
This abstract method is from 'Configuration' interface.
Configuration.isUserStreamRepliesAllEnabled ( ):
This abstract method is from 'Configuration' interface.
ConfigurationBuilder.build ( ):
Return value of this method has type 'Configuration'.
ConfigurationContext.getInstance ( ):
Return value of this method has type 'Configuration'.
ConfigurationContext.getInstance ( String configTreePath ):
Return value of this method has type 'Configuration'.
ConfigurationFactory.getInstance ( ):
Return value of this abstract method has type 'Configuration'.
ConfigurationFactory.getInstance ( String p1 ):
Return value of this abstract method has type 'Configuration'.
twitter4j.http.AuthorizationFactory.getInstance ( Configuration conf, boolean supportsOAuth ):
1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.http.OAuthAuthorization.OAuthAuthorization ( Configuration conf ):
1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.http.OAuthAuthorization.OAuthAuthorization ( Configuration conf, String consumerKey, String consumerSecret ):
1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.http.OAuthAuthorization.OAuthAuthorization ( Configuration conf, String consumerKey, String consumerSecret, twitter4j.http.AccessToken accessToken ):
1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.media.ImageUploaderFactory.ImageUploaderFactory ( Configuration conf ):
1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.Twitter.getConfiguration ( ):
Return value of this method has type 'Configuration'.
twitter4j.TwitterFactory.TwitterFactory ( Configuration conf ):
1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.TwitterStream.getConfiguration ( ):
Return value of this method has type 'Configuration'.
twitter4j.TwitterStreamFactory.TwitterStreamFactory ( Configuration conf ):
1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.TwitterStreamFactory.TwitterStreamFactory ( Configuration conf, twitter4j.StatusListener listener ):
1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.TwitterStreamFactory.TwitterStreamFactory ( Configuration conf, twitter4j.UserStreamListener listener ):
1st parameter 'conf' of this method has type 'Configuration'.
to the top
Problems with Data Types, Low risk (12)
twitter4j-core-2.1.8.jar
package twitter4j
[+] TwitterListener (9)
|
Field ACCOUNT_SETTINGS 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 ACCOUNT_TOTALS 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 ALL_USER_LISTS 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 DESTROY_DIRECT_MESSAGE 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 LOOKUP_FRIENDSHIPS has been added to this interface. | An added static field from a super-interface of a client class may hide a field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
Field MEMBER_SUGGESTIONS 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 RETWEETED_BY_USER 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 RETWEETED_TO_USER 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 UPDATE_FRIENDSHIP has been added to this interface. | An added static field from a super-interface of a client class may hide a field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (92)
AsyncTwitter.AsyncTwitter ( String screenName, String password, TwitterListener listener ):
3rd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitterFactory.AsyncTwitterFactory ( String configTreePath, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitterFactory.AsyncTwitterFactory ( conf.Configuration conf, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitterFactory.AsyncTwitterFactory ( TwitterListener listener ):
1st parameter 'listener' of this method has type 'TwitterListener'.
TwitterListener.addedUserListMember ( UserList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.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.gotAvailableTrends ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotBlockingUsers ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotBlockingUsersIDs ( IDs p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotCurrentTrends ( Trends p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotDailyTrends ( java.util.List p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotDirectMessages ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotExistsBlock ( boolean p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotExistsFriendship ( boolean p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotFavorites ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotFollowersIDs ( IDs p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotFollowersStatuses ( PagableResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotFriendsIDs ( IDs p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotFriendsStatuses ( PagableResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotFriendsTimeline ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotGeoDetails ( Place p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotHomeTimeline ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotIncomingFriendships ( IDs p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotLocationTrends ( Trends p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotMentions ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotNearByPlaces ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.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.gotRetweetedToMe ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRetweets ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRetweetsOfMe ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotReverseGeoCode ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotSentDirectMessages ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotShowFriendship ( Relationship p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotShowStatus ( Status p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotShowUserList ( UserList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.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.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.updatedDeliveryDevice ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedProfile ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedProfileBackgroundImage ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedProfileColors ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedProfileImage ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedStatus ( Status p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedUserList ( UserList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.verifiedCredentials ( User p1 ):
This abstract method is from 'TwitterListener' interface.
[+] UserStreamAdapter (2)
|
Added super-class StatusAdapter. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
Method UserStreamAdapter.onStatus ( Status status ) has been moved up type hierarchy to StatusAdapter.onStatus ( Status status ) | Method StatusAdapter.onStatus ( Status status ) will be called instead of UserStreamAdapter.onStatus ( Status status ) in a client program. |
[+] affected methods (11)
UserStreamAdapter.onBlock ( User source, User blockedUser ):
This method is from 'UserStreamAdapter' class.
UserStreamAdapter.onDirectMessage ( DirectMessage directMessage ):
This method is from 'UserStreamAdapter' class.
UserStreamAdapter.onException ( Exception ex ):
This method is from 'UserStreamAdapter' class.
UserStreamAdapter.onFavorite ( User source, User target, Status favoritedStatus ):
This method is from 'UserStreamAdapter' class.
UserStreamAdapter.onFollow ( User source, User followedUser ):
This method is from 'UserStreamAdapter' class.
UserStreamAdapter.onFriendList ( int[] friendIds ):
This method is from 'UserStreamAdapter' class.
UserStreamAdapter.onRetweet ( User source, User target, Status retweetedStatus ):
This method is from 'UserStreamAdapter' class.
UserStreamAdapter.onStatus ( Status status ):
Method 'StatusAdapter.onStatus ( Status status )' will be called instead of this method in a client program.
UserStreamAdapter.onUnblock ( User source, User unblockedUser ):
This method is from 'UserStreamAdapter' class.
UserStreamAdapter.onUnfavorite ( User source, User target, Status unfavoritedStatus ):
This method is from 'UserStreamAdapter' class.
UserStreamAdapter.UserStreamAdapter ( ):
This constructor is from 'UserStreamAdapter' class.
package twitter4j.conf
[+] PropertyConfiguration (1)
|
Field INCLUDE_ENTITIES has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (26)
PropertyConfiguration.getBoolean ( java.util.Properties props, String prefix, String name ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getDispatcherImpl ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getHttpStreamingReadTimeout ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getIntProperty ( java.util.Properties props, String prefix, String name ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getMediaProvider ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getMediaProviderAPIKey ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthAccessToken ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthAccessTokenSecret ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthAccessTokenURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthAuthenticationURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthAuthorizationURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthRequestTokenURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getRequestHeaders ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getRestBaseURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getSearchBaseURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getSiteStreamBaseURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getStreamBaseURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getString ( java.util.Properties props, String prefix, String name ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getUserStreamBaseURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.hashCode ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isIncludeRTsEnabled ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isUserStreamRepliesAllEnabled ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.PropertyConfiguration ( java.io.InputStream is ):
This constructor is from 'PropertyConfiguration' class.
PropertyConfiguration.PropertyConfiguration ( java.util.Properties props ):
This constructor is from 'PropertyConfiguration' class.
PropertyConfiguration.PropertyConfiguration ( java.util.Properties props, String treePath ):
This constructor is from 'PropertyConfiguration' class.
PropertyConfiguration.toString ( ):
This method is from 'PropertyConfiguration' class.
to the top
Java ARchives (2)
twitter4j-core-2.1.8.jar
twitter4j-media-support-2.1.8.jar
to the top
Classes (173)
package twitter4j
AbstractStreamImplementation
Annotation
Annotations
AsyncTwitter
AsyncTwitter.AsyncTask
AsyncTwitterFactory
Category
CategoryJSONImpl
ConnectionLifeCycleListener
CursorSupport
Device
DirectMessage
DirectMessageJSONImpl
ExceptionDiagnosis
FilterQuery
GeoLocation
GeoQuery
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
SiteStreamsImpl.SiteStreamEvent
SiteStreamsListener
Status
StatusAdapter
StatusDeletionNotice
StatusDeletionNoticeImpl
StatusJSONImpl
StatusListener
StatusStream
StatusStreamImpl
StatusUpdate
StreamImplementation
StreamingReadTimeoutConfiguration
StreamListener
TimeSpanUtil
Trend
TrendJSONImpl
Trends
TrendsJSONImpl
Tweet
TweetJSONImpl
Twitter
TwitterAdapter
TwitterBase
TwitterException
TwitterFactory
TwitterListener
TwitterMethod
TwitterOAuthSupportBase
TwitterOAuthSupportBaseImpl
TwitterResponse
TwitterResponseImpl
TwitterStream
TwitterStream.TwitterStreamConsumer
TwitterStreamFactory
User
UserJSONImpl
UserList
UserListJSONImpl
UserStream
UserStreamAdapter
UserStreamImpl
UserStreamListener
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.conf
Configuration
ConfigurationBase
ConfigurationBuilder
ConfigurationContext
ConfigurationFactory
PropertyConfiguration
PropertyConfigurationFactory
package twitter4j.http
AccessToken
Authorization
AuthorizationConfiguration
AuthorizationFactory
BasicAuthorization
NullAuthorization
OAuthAuthorization
OAuthSupport
OAuthToken
RequestToken
package twitter4j.json
DataObjectFactory
package twitter4j.media
AbstractImageUploadImpl
ImageUpload
ImageUploaderFactory
ImgLyUpload
MediaProvider
PlixiUpload
TwippleUpload
TwitgooUpload
TwitpicUpload
Version
YFrogUpload
package twitter4j.util
CharacterUtil
ImageUpload.ImgLyOAuthUploader
ImageUpload.TweetPhotoOAuthUploader
ImageUpload.TwippleUploader
ImageUpload.TwitgooOAuthUploader
ImageUpload.TwitpicBasicAuthUploader
ImageUpload.TwitpicOAuthUploader
ImageUpload.YFrogBasicAuthUploader
ImageUpload.YFrogOAuthUploader
to the top
Generated on Fri Mar 4 22:19:03 2011 for Twitter4J by Java API Compliance Checker 1.0
The cross-platform tool for verifying backward compatibility of a Java Library API