Source 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 (68)
twitter4j-core-2.1.8.jar
package twitter4j
[+] Category (1)
|
Abstract method Category.getSize ( ) 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 getSize() in Category. |
[+] affected methods (3)
Category.getName ( ):
This abstract method is from 'Category' interface.
Category.getSlug ( ):
This abstract method is from 'Category' interface.
json.DataObjectFactory.createCategory ( String rawJSON ):
Return value of this method has type 'Category'.
[+] SiteStreamsListener (11)
|
Abstract method SiteStreamsListener.onDeletionNotice ( int p1, int p2, int p3 ) 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 onDeletionNotice(int, int, int) in SiteStreamsListener. |
Abstract method SiteStreamsListener.onDeletionNotice ( int p1, StatusDeletionNotice 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 onDeletionNotice(int, StatusDeletionNotice) in SiteStreamsListener. |
Abstract method SiteStreamsListener.onUserListCreation ( int p1, User p2, UserList p3 ) 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 onUserListCreation(int, User, UserList) in SiteStreamsListener. |
Abstract method SiteStreamsListener.onUserListDeletion ( int p1, User p2, UserList p3 ) 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 onUserListDeletion(int, User, UserList) in SiteStreamsListener. |
Abstract method SiteStreamsListener.onUserListSubscription ( int p1, User p2, User p3, UserList p4 ) 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 onUserListSubscription(int, User, User, UserList) in SiteStreamsListener. |
Abstract method SiteStreamsListener.onUserListUpdate ( int p1, User p2, UserList p3 ) 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 onUserListUpdate(int, User, UserList) in SiteStreamsListener. |
Abstract method SiteStreamsListener.onUserProfileUpdate ( int p1, User 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 onUserProfileUpdate(int, User) in SiteStreamsListener. |
Abstract method SiteStreamsListener.onUserListCreated ( int p1, User p2, UserList p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method onUserListCreated(int, User, UserList) in interface SiteStreamsListener. |
Abstract method SiteStreamsListener.onUserListDestroyed ( int p1, User p2, UserList p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method onUserListDestroyed(int, User, UserList) in interface SiteStreamsListener. |
Abstract method SiteStreamsListener.onUserListSubscribed ( int p1, User p2, User p3, UserList p4 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method onUserListSubscribed(int, User, User, UserList) in interface SiteStreamsListener. |
Abstract method SiteStreamsListener.onUserListUpdated ( int p1, User p2, UserList p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method onUserListUpdated(int, User, UserList) in interface SiteStreamsListener. |
[+] 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'.
[+] Status (3)
|
Abstract method Status.getHashtagEntities ( ) 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 getHashtagEntities() in Status. |
Abstract method Status.getURLEntities ( ) 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 getURLEntities() in Status. |
Abstract method Status.getUserMentionEntities ( ) 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 getUserMentionEntities() in Status. |
[+] affected methods (69)
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 ( String p1, long p2 ):
Return value of this abstract method has type 'Status'.
api.StatusMethods.updateStatus ( String p1, long p2, GeoLocation p3 ):
Return value of this abstract method has type 'Status'.
api.StatusMethods.updateStatus ( String p1, GeoLocation p2 ):
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 ( int forUser, User source, User target, Status favoritedStatus ):
4th parameter 'favoritedStatus' of this method has type 'Status'.
SiteStreamsAdapter.onStatus ( int forUser, Status status ):
2nd parameter 'status' of this method has type 'Status'.
SiteStreamsAdapter.onUnfavorite ( int forUser, User source, User target, Status unfavoritedStatus ):
4th parameter 'unfavoritedStatus' of this method has type 'Status'.
SiteStreamsListener.onFavorite ( int p1, User p2, User p3, Status p4 ):
4th parameter 'p4' of this abstract method has type 'Status'.
SiteStreamsListener.onStatus ( int p1, Status p2 ):
2nd parameter 'p2' of this abstract method has type 'Status'.
SiteStreamsListener.onUnfavorite ( int 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.getContributors ( ):
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.getHashtags ( ):
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.getURLs ( ):
This abstract method is from 'Status' interface.
Status.getUser ( ):
This abstract method is from 'Status' interface.
Status.getUserMentions ( ):
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'.
Twitter.createFavorite ( long id ):
Return value of this method has type 'Status'.
Twitter.destroyFavorite ( long id ):
Return value of this method has type 'Status'.
Twitter.destroyStatus ( long statusId ):
Return value of this method has type 'Status'.
Twitter.retweetStatus ( long statusId ):
Return value of this method has type 'Status'.
Twitter.showStatus ( long id ):
Return value of this method has type 'Status'.
Twitter.updateStatus ( String status ):
Return value of this method has type 'Status'.
Twitter.updateStatus ( String status, long inReplyToStatusId ):
Return value of this method has type 'Status'.
Twitter.updateStatus ( String status, long inReplyToStatusId, GeoLocation location ):
Return value of this method has type 'Status'.
Twitter.updateStatus ( String status, GeoLocation location ):
Return value of this method has type 'Status'.
Twitter.updateStatus ( StatusUpdate latestStatus ):
Return value of this 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'.
[+] StatusListener (1)
|
Abstract method StatusListener.onScrubGeo ( 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 onScrubGeo(int, long) in StatusListener. |
[+] affected methods (10)
StatusListener.onDeletionNotice ( StatusDeletionNotice p1 ):
This abstract method is from 'StatusListener' interface.
StatusListener.onStatus ( Status p1 ):
This abstract method is from 'StatusListener' interface.
StatusListener.onTrackLimitationNotice ( int p1 ):
This abstract method is from 'StatusListener' interface.
StatusStream.next ( StatusListener p1 ):
1st parameter 'p1' of this abstract method has type 'StatusListener'.
TwitterStream.addListener ( StatusListener listener ):
1st parameter 'listener' of this method has type 'StatusListener'.
TwitterStream.addStatusListener ( StatusListener statusListener ):
1st parameter 'statusListener' of this method has type 'StatusListener'.
TwitterStream.setStatusListener ( StatusListener listener ):
1st parameter 'listener' of this method has type 'StatusListener'.
TwitterStreamFactory.TwitterStreamFactory ( String configTreePath, StatusListener listener ):
2nd parameter 'listener' of this method has type 'StatusListener'.
TwitterStreamFactory.TwitterStreamFactory ( conf.Configuration conf, StatusListener listener ):
2nd parameter 'listener' of this method has type 'StatusListener'.
TwitterStreamFactory.TwitterStreamFactory ( StatusListener listener ):
1st parameter 'listener' of this method has type 'StatusListener'.
[+] TwitterListener (10)
|
Abstract method TwitterListener.gotAccountSettings ( AccountSettings 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 gotAccountSettings(AccountSettings) in TwitterListener. |
Abstract method TwitterListener.gotAccountTotals ( AccountTotals 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 gotAccountTotals(AccountTotals) in TwitterListener. |
Abstract method TwitterListener.gotAllUserLists ( 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 gotAllUserLists(ResponseList) in TwitterListener. |
Abstract method TwitterListener.gotDirectMessage ( DirectMessage 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 gotDirectMessage(DirectMessage) in TwitterListener. |
Abstract method TwitterListener.gotMemberSuggestions ( 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 gotMemberSuggestions(ResponseList) in TwitterListener. |
Abstract method TwitterListener.gotRetweetedByUser ( 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 gotRetweetedByUser(ResponseList) in TwitterListener. |
Abstract method TwitterListener.gotRetweetedToUser ( 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 gotRetweetedToUser(ResponseList) in TwitterListener. |
Abstract method TwitterListener.lookedUpFriendships ( 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 lookedUpFriendships(ResponseList) in TwitterListener. |
Abstract method TwitterListener.updatedFriendship ( Relationship 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 updatedFriendship(Relationship) in TwitterListener. |
Field DESTROY_DIRECT_MESSAGES (TwitterMethod) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find variable DESTROY_DIRECT_MESSAGES in TwitterListener. |
[+] 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.
[+] User (3)
|
Abstract method User.isProfileUseBackgroundImage ( ) 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 isProfileUseBackgroundImage() in User. |
Abstract method User.isShowAllInlineMedia ( ) 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 isShowAllInlineMedia() in User. |
Abstract method User.isTranslator ( ) 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 isTranslator() in User. |
[+] affected methods (151)
api.AccountMethods.updateDeliveryDevice ( Device p1 ):
Return value of this abstract method has type 'User'.
api.AccountMethods.updateProfile ( String p1, String p2, String p3, String p4 ):
Return value of this abstract method has type 'User'.
api.AccountMethods.updateProfile ( String p1, String p2, String p3, String p4, String p5 ):
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.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.verifyCredentials ( ):
Return value of this abstract method has type 'User'.
api.BlockMethods.createBlock ( int 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 ( int 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 ( int p1 ):
Return value of this abstract method has type 'User'.
api.FriendshipMethods.createFriendship ( int 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 ( int 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, int p3 ):
Return value of this abstract method has type 'User'.
api.ListSubscribersMethods.checkUserListSubscription ( String p1, int p2, int p3 ):
Return value of this abstract method has type 'User'.
api.NotificationMethods.disableNotification ( int 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 ( int 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 ( int 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 ( int 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 ( int forUser, User source, User blockedUser ):
2nd parameter 'source' of this method has type 'User'.
SiteStreamsAdapter.onFavorite ( int forUser, User source, User target, Status favoritedStatus ):
3rd parameter 'target' of this method has type 'User'.
SiteStreamsAdapter.onFollow ( int forUser, User source, User followedUser ):
3rd parameter 'followedUser' of this method has type 'User'.
SiteStreamsAdapter.onUnblock ( int forUser, User source, User unblockedUser ):
2nd parameter 'source' of this method has type 'User'.
SiteStreamsAdapter.onUnfavorite ( int forUser, User source, User target, Status unfavoritedStatus ):
3rd parameter 'target' of this method has type 'User'.
SiteStreamsListener.onBlock ( int p1, User p2, User p3 ):
2nd parameter 'p2' of this abstract method has type 'User'.
SiteStreamsListener.onFavorite ( int p1, User p2, User p3, Status p4 ):
2nd parameter 'p2' of this abstract method has type 'User'.
SiteStreamsListener.onFollow ( int p1, User p2, User p3 ):
2nd parameter 'p2' of this abstract method has type 'User'.
SiteStreamsListener.onUnblock ( int p1, User p2, User p3 ):
2nd parameter 'p2' of this abstract method has type 'User'.
SiteStreamsListener.onUnfavorite ( int p1, User p2, User p3, Status p4 ):
2nd parameter 'p2' of this abstract method has type 'User'.
Status.getUser ( ):
Return value of this abstract method has type 'User'.
Twitter.checkUserListMembership ( String listOwnerScreenName, int listId, int userId ):
Return value of this method has type 'User'.
Twitter.checkUserListSubscription ( String listOwnerScreenName, int listId, int userId ):
Return value of this method has type 'User'.
Twitter.createBlock ( int userId ):
Return value of this method has type 'User'.
Twitter.createBlock ( String screenName ):
Return value of this method has type 'User'.
Twitter.createFriendship ( int userId ):
Return value of this method has type 'User'.
Twitter.createFriendship ( int userId, boolean follow ):
Return value of this method has type 'User'.
Twitter.createFriendship ( String screenName ):
Return value of this method has type 'User'.
Twitter.createFriendship ( String screenName, boolean follow ):
Return value of this method has type 'User'.
Twitter.destroyBlock ( int userId ):
Return value of this method has type 'User'.
Twitter.destroyBlock ( String screen_name ):
Return value of this method has type 'User'.
Twitter.destroyFriendship ( int userId ):
Return value of this method has type 'User'.
Twitter.destroyFriendship ( String screenName ):
Return value of this method has type 'User'.
Twitter.disableNotification ( int userId ):
Return value of this method has type 'User'.
Twitter.disableNotification ( String screenName ):
Return value of this method has type 'User'.
Twitter.enableNotification ( int userId ):
Return value of this method has type 'User'.
Twitter.enableNotification ( String screenName ):
Return value of this method has type 'User'.
Twitter.reportSpam ( int userId ):
Return value of this method has type 'User'.
Twitter.reportSpam ( String screenName ):
Return value of this method has type 'User'.
Twitter.showUser ( int userId ):
Return value of this method has type 'User'.
Twitter.showUser ( String screenName ):
Return value of this method has type 'User'.
Twitter.updateDeliveryDevice ( Device device ):
Return value of this method has type 'User'.
Twitter.updateProfile ( String name, String email, String url, String location, String description ):
Return value of this method has type 'User'.
Twitter.updateProfile ( String name, String url, String location, String description ):
Return value of this method has type 'User'.
Twitter.updateProfileBackgroundImage ( java.io.File image, boolean tile ):
Return value of this method has type 'User'.
Twitter.updateProfileColors ( String profileBackgroundColor, String profileTextColor, String profileLinkColor, String profileSidebarFillColor, String profileSidebarBorderColor ):
Return value of this method has type 'User'.
Twitter.updateProfileImage ( java.io.File image ):
Return value of this method has type 'User'.
Twitter.verifyCredentials ( ):
Return value of this 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.updatedDeliveryDevice ( User user ):
1st parameter 'user' 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.updatedDeliveryDevice ( 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.getStatusCreatedAt ( ):
This abstract method is from 'User' interface.
User.getStatusesCount ( ):
This abstract method is from 'User' interface.
User.getStatusId ( ):
This abstract method is from 'User' interface.
User.getStatusInReplyToScreenName ( ):
This abstract method is from 'User' interface.
User.getStatusInReplyToStatusId ( ):
This abstract method is from 'User' interface.
User.getStatusInReplyToUserId ( ):
This abstract method is from 'User' interface.
User.getStatusSource ( ):
This abstract method is from 'User' interface.
User.getStatusText ( ):
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.isProtected ( ):
This abstract method is from 'User' interface.
User.isStatusFavorited ( ):
This abstract method is from 'User' interface.
User.isStatusTruncated ( ):
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 ):
1st parameter 'source' 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 ):
2nd parameter 'followedUser' 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'.
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'.
[+] UserList (1)
|
Abstract method UserList.isFollowing ( ) 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 isFollowing() in UserList. |
[+] affected methods (49)
api.ListMembersMethods.addUserListMember ( int p1, int p2 ):
Return value of this abstract method has type 'UserList'.
api.ListMembersMethods.addUserListMembers ( int p1, int[] p2 ):
Return value of this abstract method has type 'UserList'.
api.ListMembersMethods.addUserListMembers ( int p1, String[] p2 ):
Return value of this abstract method has type 'UserList'.
api.ListMembersMethods.deleteUserListMember ( int p1, int p2 ):
Return value of this abstract method has type 'UserList'.
api.ListMethods.createUserList ( String p1, boolean p2, String p3 ):
Return value of this abstract method has type 'UserList'.
api.ListMethods.destroyUserList ( int p1 ):
Return value of this abstract method has type 'UserList'.
api.ListMethods.showUserList ( String p1, int p2 ):
Return value of this abstract method has type 'UserList'.
api.ListMethods.updateUserList ( int p1, String p2, boolean p3, String p4 ):
Return value of this abstract method has type 'UserList'.
api.ListSubscribersMethods.subscribeUserList ( String p1, int p2 ):
Return value of this abstract method has type 'UserList'.
api.ListSubscribersMethods.unsubscribeUserList ( String p1, int p2 ):
Return value of this abstract method has type 'UserList'.
json.DataObjectFactory.createUserList ( String rawJSON ):
Return value of this method has type 'UserList'.
Twitter.addUserListMember ( int listId, int userId ):
Return value of this method has type 'UserList'.
Twitter.addUserListMembers ( int listId, int[] userIds ):
Return value of this method has type 'UserList'.
Twitter.addUserListMembers ( int listId, String[] screenNames ):
Return value of this method has type 'UserList'.
Twitter.createUserList ( String listName, boolean isPublicList, String description ):
Return value of this method has type 'UserList'.
Twitter.deleteUserListMember ( int listId, int userId ):
Return value of this method has type 'UserList'.
Twitter.destroyUserList ( int listId ):
Return value of this method has type 'UserList'.
Twitter.showUserList ( String listOwnerScreenName, int id ):
Return value of this method has type 'UserList'.
Twitter.subscribeUserList ( String listOwnerScreenName, int listId ):
Return value of this method has type 'UserList'.
Twitter.unsubscribeUserList ( String listOwnerScreenName, int listId ):
Return value of this method has type 'UserList'.
Twitter.updateUserList ( int listId, String newListName, boolean isPublicList, String newDescription ):
Return value of this method has type 'UserList'.
TwitterAdapter.addedUserListMember ( UserList userList ):
1st parameter 'userList' of this method has type 'UserList'.
TwitterAdapter.addedUserListMembers ( UserList userList ):
1st parameter 'userList' of this method has type 'UserList'.
TwitterAdapter.createdUserList ( UserList userList ):
1st parameter 'userList' of this method has type 'UserList'.
TwitterAdapter.deletedUserListMember ( UserList userList ):
1st parameter 'userList' of this method has type 'UserList'.
TwitterAdapter.destroyedUserList ( UserList userList ):
1st parameter 'userList' of this method has type 'UserList'.
TwitterAdapter.gotShowUserList ( UserList userList ):
1st parameter 'userList' of this method has type 'UserList'.
TwitterAdapter.subscribedUserList ( UserList userList ):
1st parameter 'userList' of this method has type 'UserList'.
TwitterAdapter.unsubscribedUserList ( UserList userList ):
1st parameter 'userList' of this method has type 'UserList'.
TwitterAdapter.updatedUserList ( UserList userList ):
1st parameter 'userList' of this method has type 'UserList'.
TwitterListener.addedUserListMember ( UserList p1 ):
1st parameter 'p1' of this abstract method has type 'UserList'.
TwitterListener.addedUserListMembers ( UserList p1 ):
1st parameter 'p1' of this abstract method has type 'UserList'.
TwitterListener.createdUserList ( UserList p1 ):
1st parameter 'p1' of this abstract method has type 'UserList'.
TwitterListener.deletedUserListMember ( UserList p1 ):
1st parameter 'p1' of this abstract method has type 'UserList'.
TwitterListener.destroyedUserList ( UserList p1 ):
1st parameter 'p1' of this abstract method has type 'UserList'.
TwitterListener.gotShowUserList ( UserList p1 ):
1st parameter 'p1' of this abstract method has type 'UserList'.
TwitterListener.subscribedUserList ( UserList p1 ):
1st parameter 'p1' of this abstract method has type 'UserList'.
TwitterListener.unsubscribedUserList ( UserList p1 ):
1st parameter 'p1' of this abstract method has type 'UserList'.
TwitterListener.updatedUserList ( UserList p1 ):
1st parameter 'p1' of this abstract method has type 'UserList'.
UserList.getDescription ( ):
This abstract method is from 'UserList' interface.
UserList.getFullName ( ):
This abstract method is from 'UserList' interface.
UserList.getId ( ):
This abstract method is from 'UserList' interface.
UserList.getMemberCount ( ):
This abstract method is from 'UserList' interface.
UserList.getName ( ):
This abstract method is from 'UserList' interface.
UserList.getSlug ( ):
This abstract method is from 'UserList' interface.
UserList.getSubscriberCount ( ):
This abstract method is from 'UserList' interface.
UserList.getURI ( ):
This abstract method is from 'UserList' interface.
UserList.getUser ( ):
This abstract method is from 'UserList' interface.
UserList.isPublic ( ):
This abstract method is from 'UserList' interface.
[+] UserStreamListener (13)
|
Abstract method UserStreamListener.onDeletionNotice ( int p1, int 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 onDeletionNotice(int, int) in UserStreamListener. |
Abstract method UserStreamListener.onUserListCreation ( User p1, UserList 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 onUserListCreation(User, UserList) in UserStreamListener. |
Abstract method UserStreamListener.onUserListDeletion ( User p1, UserList 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 onUserListDeletion(User, UserList) in UserStreamListener. |
Abstract method UserStreamListener.onUserListSubscription ( User p1, User p2, UserList p3 ) 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 onUserListSubscription(User, User, UserList) in UserStreamListener. |
Abstract method UserStreamListener.onUserListUpdate ( User p1, UserList 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 onUserListUpdate(User, UserList) in UserStreamListener. |
Abstract method UserStreamListener.onUserProfileUpdate ( User 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 onUserProfileUpdate(User) in UserStreamListener. |
Added super-interface StatusListener. | 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 StatusListener. |
Abstract method UserStreamListener.onUnfollow ( User p1, User p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method onUnfollow(User, User) in interface UserStreamListener. |
Abstract method UserStreamListener.onUserListCreated ( User p1, UserList p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method onUserListCreated(User, UserList) in interface UserStreamListener. |
Abstract method UserStreamListener.onUserListDestroyed ( User p1, UserList p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method onUserListDestroyed(User, UserList) in interface UserStreamListener. |
Abstract method UserStreamListener.onUserListSubscribed ( User p1, User p2, UserList p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method onUserListSubscribed(User, User, UserList) in interface UserStreamListener. |
Abstract method UserStreamListener.onUserListUpdated ( User p1, UserList p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method onUserListUpdated(User, UserList) in interface UserStreamListener. |
Removed super-interface StreamListener. | Recompilation of a client program may be terminated with the message: cannot find method in UserStreamListener. |
[+] 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.api
[+] AccountMethods (2)
|
Abstract method AccountMethods.getAccountSettings ( ) 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 getAccountSettings() in AccountMethods. |
Abstract method AccountMethods.getAccountTotals ( ) 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 getAccountTotals() in AccountMethods. |
[+] affected methods (8)
AccountMethods.getRateLimitStatus ( ):
This abstract method is from 'AccountMethods' interface.
AccountMethods.updateDeliveryDevice ( twitter4j.Device p1 ):
This abstract method is from 'AccountMethods' interface.
AccountMethods.updateProfile ( String p1, String p2, String p3, String p4 ):
This abstract method is from 'AccountMethods' interface.
AccountMethods.updateProfile ( String p1, String p2, String p3, String p4, String p5 ):
This abstract method is from 'AccountMethods' interface.
AccountMethods.updateProfileBackgroundImage ( java.io.File p1, boolean p2 ):
This abstract method is from 'AccountMethods' interface.
AccountMethods.updateProfileColors ( String p1, String p2, String p3, String p4, String p5 ):
This abstract method is from 'AccountMethods' interface.
AccountMethods.updateProfileImage ( java.io.File p1 ):
This abstract method is from 'AccountMethods' interface.
AccountMethods.verifyCredentials ( ):
This abstract method is from 'AccountMethods' interface.
[+] AccountMethodsAsync (2)
|
Abstract method AccountMethodsAsync.getAccountSettings ( ) 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 getAccountSettings() in AccountMethodsAsync. |
Abstract method AccountMethodsAsync.getAccountTotals ( ) 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 getAccountTotals() in AccountMethodsAsync. |
[+] affected methods (8)
AccountMethodsAsync.getRateLimitStatus ( ):
This abstract method is from 'AccountMethodsAsync' interface.
AccountMethodsAsync.updateDeliveryDevice ( twitter4j.Device p1 ):
This abstract method is from 'AccountMethodsAsync' interface.
AccountMethodsAsync.updateProfile ( String p1, String p2, String p3, String p4 ):
This abstract method is from 'AccountMethodsAsync' interface.
AccountMethodsAsync.updateProfile ( String p1, String p2, String p3, String p4, String p5 ):
This abstract method is from 'AccountMethodsAsync' interface.
AccountMethodsAsync.updateProfileBackgroundImage ( java.io.File p1, boolean p2 ):
This abstract method is from 'AccountMethodsAsync' interface.
AccountMethodsAsync.updateProfileColors ( String p1, String p2, String p3, String p4, String p5 ):
This abstract method is from 'AccountMethodsAsync' interface.
AccountMethodsAsync.updateProfileImage ( java.io.File p1 ):
This abstract method is from 'AccountMethodsAsync' interface.
AccountMethodsAsync.verifyCredentials ( ):
This abstract method is from 'AccountMethodsAsync' interface.
[+] DirectMessageMethods (1)
|
Abstract method DirectMessageMethods.getDirectMessage ( 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 getDirectMessage(int) in DirectMessageMethods. |
[+] affected methods (7)
DirectMessageMethods.destroyDirectMessage ( int p1 ):
This abstract method is from 'DirectMessageMethods' interface.
DirectMessageMethods.getDirectMessages ( ):
This abstract method is from 'DirectMessageMethods' interface.
DirectMessageMethods.getDirectMessages ( twitter4j.Paging p1 ):
This abstract method is from 'DirectMessageMethods' interface.
DirectMessageMethods.getSentDirectMessages ( ):
This abstract method is from 'DirectMessageMethods' interface.
DirectMessageMethods.getSentDirectMessages ( twitter4j.Paging p1 ):
This abstract method is from 'DirectMessageMethods' interface.
DirectMessageMethods.sendDirectMessage ( int p1, String p2 ):
This abstract method is from 'DirectMessageMethods' interface.
DirectMessageMethods.sendDirectMessage ( String p1, String p2 ):
This abstract method is from 'DirectMessageMethods' interface.
[+] DirectMessageMethodsAsync (1)
|
Abstract method DirectMessageMethodsAsync.getDirectMessage ( 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 getDirectMessage(int) in DirectMessageMethodsAsync. |
[+] affected methods (7)
DirectMessageMethodsAsync.destroyDirectMessage ( int p1 ):
This abstract method is from 'DirectMessageMethodsAsync' interface.
DirectMessageMethodsAsync.getDirectMessages ( ):
This abstract method is from 'DirectMessageMethodsAsync' interface.
DirectMessageMethodsAsync.getDirectMessages ( twitter4j.Paging p1 ):
This abstract method is from 'DirectMessageMethodsAsync' interface.
DirectMessageMethodsAsync.getSentDirectMessages ( ):
This abstract method is from 'DirectMessageMethodsAsync' interface.
DirectMessageMethodsAsync.getSentDirectMessages ( twitter4j.Paging p1 ):
This abstract method is from 'DirectMessageMethodsAsync' interface.
DirectMessageMethodsAsync.sendDirectMessage ( int p1, String p2 ):
This abstract method is from 'DirectMessageMethodsAsync' interface.
DirectMessageMethodsAsync.sendDirectMessage ( String p1, String p2 ):
This abstract method is from 'DirectMessageMethodsAsync' interface.
[+] FriendshipMethods (4)
|
Abstract method FriendshipMethods.lookupFriendships ( 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 lookupFriendships(int[]) in FriendshipMethods. |
Abstract method FriendshipMethods.lookupFriendships ( String[] 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 lookupFriendships(java.lang.String[]) in FriendshipMethods. |
Abstract method FriendshipMethods.updateFriendship ( int p1, boolean p2, boolean p3 ) 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 updateFriendship(int, boolean, boolean) in FriendshipMethods. |
Abstract method FriendshipMethods.updateFriendship ( String p1, boolean p2, boolean p3 ) 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 updateFriendship(java.lang.String, boolean, boolean) in FriendshipMethods. |
[+] affected methods (11)
FriendshipMethods.createFriendship ( int p1 ):
This abstract method is from 'FriendshipMethods' interface.
FriendshipMethods.createFriendship ( int p1, boolean p2 ):
This abstract method is from 'FriendshipMethods' interface.
FriendshipMethods.createFriendship ( String p1 ):
This abstract method is from 'FriendshipMethods' interface.
FriendshipMethods.createFriendship ( String p1, boolean p2 ):
This abstract method is from 'FriendshipMethods' interface.
FriendshipMethods.destroyFriendship ( int p1 ):
This abstract method is from 'FriendshipMethods' interface.
FriendshipMethods.destroyFriendship ( String p1 ):
This abstract method is from 'FriendshipMethods' interface.
FriendshipMethods.existsFriendship ( String p1, String p2 ):
This abstract method is from 'FriendshipMethods' interface.
FriendshipMethods.getIncomingFriendships ( long p1 ):
This abstract method is from 'FriendshipMethods' interface.
FriendshipMethods.getOutgoingFriendships ( long p1 ):
This abstract method is from 'FriendshipMethods' interface.
FriendshipMethods.showFriendship ( int p1, int p2 ):
This abstract method is from 'FriendshipMethods' interface.
FriendshipMethods.showFriendship ( String p1, String p2 ):
This abstract method is from 'FriendshipMethods' interface.
[+] FriendshipMethodsAsync (4)
|
Abstract method FriendshipMethodsAsync.lookupFriendships ( 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 lookupFriendships(int[]) in FriendshipMethodsAsync. |
Abstract method FriendshipMethodsAsync.lookupFriendships ( String[] 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 lookupFriendships(java.lang.String[]) in FriendshipMethodsAsync. |
Abstract method FriendshipMethodsAsync.updateFriendship ( int p1, boolean p2, boolean p3 ) 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 updateFriendship(int, boolean, boolean) in FriendshipMethodsAsync. |
Abstract method FriendshipMethodsAsync.updateFriendship ( String p1, boolean p2, boolean p3 ) 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 updateFriendship(java.lang.String, boolean, boolean) in FriendshipMethodsAsync. |
[+] affected methods (11)
FriendshipMethodsAsync.createFriendship ( int p1 ):
This abstract method is from 'FriendshipMethodsAsync' interface.
FriendshipMethodsAsync.createFriendship ( int p1, boolean p2 ):
This abstract method is from 'FriendshipMethodsAsync' interface.
FriendshipMethodsAsync.createFriendship ( String p1 ):
This abstract method is from 'FriendshipMethodsAsync' interface.
FriendshipMethodsAsync.createFriendship ( String p1, boolean p2 ):
This abstract method is from 'FriendshipMethodsAsync' interface.
FriendshipMethodsAsync.destroyFriendship ( int p1 ):
This abstract method is from 'FriendshipMethodsAsync' interface.
FriendshipMethodsAsync.destroyFriendship ( String p1 ):
This abstract method is from 'FriendshipMethodsAsync' interface.
FriendshipMethodsAsync.existsFriendship ( String p1, String p2 ):
This abstract method is from 'FriendshipMethodsAsync' interface.
FriendshipMethodsAsync.getIncomingFriendships ( long p1 ):
This abstract method is from 'FriendshipMethodsAsync' interface.
FriendshipMethodsAsync.getOutgoingFriendships ( long p1 ):
This abstract method is from 'FriendshipMethodsAsync' interface.
FriendshipMethodsAsync.showFriendship ( int p1, int p2 ):
This abstract method is from 'FriendshipMethodsAsync' interface.
FriendshipMethodsAsync.showFriendship ( String p1, String p2 ):
This abstract method is from 'FriendshipMethodsAsync' interface.
[+] ListMethods (2)
|
Abstract method ListMethods.getAllUserLists ( 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 getAllUserLists(int) in ListMethods. |
Abstract method ListMethods.getAllUserLists ( String 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 getAllUserLists(java.lang.String) in ListMethods. |
[+] affected methods (8)
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.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 ( 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.
[+] ListMethodsAsync (2)
|
Abstract method ListMethodsAsync.getAllSubscribingUserLists ( 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 getAllSubscribingUserLists(int) in ListMethodsAsync. |
Abstract method ListMethodsAsync.getAllSubscribingUserLists ( String 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 getAllSubscribingUserLists(java.lang.String) in ListMethodsAsync. |
[+] affected methods (8)
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.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 ( 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.
[+] TimelineMethods (4)
|
Abstract method TimelineMethods.getRetweetedByUser ( 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 getRetweetedByUser(int, twitter4j.Paging) in TimelineMethods. |
Abstract method TimelineMethods.getRetweetedByUser ( String 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 getRetweetedByUser(java.lang.String, twitter4j.Paging) in TimelineMethods. |
Abstract method TimelineMethods.getRetweetedToUser ( 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 getRetweetedToUser(int, twitter4j.Paging) in TimelineMethods. |
Abstract method TimelineMethods.getRetweetedToUser ( String 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 getRetweetedToUser(java.lang.String, twitter4j.Paging) in TimelineMethods. |
[+] affected methods (19)
TimelineMethods.getFriendsTimeline ( ):
This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getFriendsTimeline ( twitter4j.Paging p1 ):
This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getHomeTimeline ( ):
This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getHomeTimeline ( twitter4j.Paging p1 ):
This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getMentions ( ):
This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getMentions ( twitter4j.Paging p1 ):
This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getPublicTimeline ( ):
This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getRetweetedByMe ( ):
This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getRetweetedByMe ( twitter4j.Paging p1 ):
This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getRetweetedToMe ( ):
This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getRetweetedToMe ( twitter4j.Paging p1 ):
This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getRetweetsOfMe ( ):
This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getRetweetsOfMe ( twitter4j.Paging p1 ):
This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getUserTimeline ( ):
This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getUserTimeline ( int p1 ):
This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getUserTimeline ( int p1, twitter4j.Paging p2 ):
This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getUserTimeline ( String p1 ):
This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getUserTimeline ( String p1, twitter4j.Paging p2 ):
This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getUserTimeline ( twitter4j.Paging p1 ):
This abstract method is from 'TimelineMethods' interface.
[+] UserMethods (1)
|
Abstract method UserMethods.getMemberSuggestions ( String 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 getMemberSuggestions(java.lang.String) in UserMethods. |
[+] affected methods (20)
UserMethods.getFollowersStatuses ( ):
This abstract method is from 'UserMethods' interface.
UserMethods.getFollowersStatuses ( int p1 ):
This abstract method is from 'UserMethods' interface.
UserMethods.getFollowersStatuses ( int p1, long p2 ):
This abstract method is from 'UserMethods' interface.
UserMethods.getFollowersStatuses ( long p1 ):
This abstract method is from 'UserMethods' interface.
UserMethods.getFollowersStatuses ( String p1 ):
This abstract method is from 'UserMethods' interface.
UserMethods.getFollowersStatuses ( String p1, long p2 ):
This abstract method is from 'UserMethods' interface.
UserMethods.getFriendsStatuses ( ):
This abstract method is from 'UserMethods' interface.
UserMethods.getFriendsStatuses ( int p1 ):
This abstract method is from 'UserMethods' interface.
UserMethods.getFriendsStatuses ( int p1, long p2 ):
This abstract method is from 'UserMethods' interface.
UserMethods.getFriendsStatuses ( long p1 ):
This abstract method is from 'UserMethods' interface.
UserMethods.getFriendsStatuses ( String p1 ):
This abstract method is from 'UserMethods' interface.
UserMethods.getFriendsStatuses ( String p1, long p2 ):
This abstract method is from 'UserMethods' interface.
UserMethods.getProfileImage ( String p1, twitter4j.ProfileImage.ImageSize p2 ):
This abstract method is from 'UserMethods' interface.
UserMethods.getSuggestedUserCategories ( ):
This abstract method is from 'UserMethods' interface.
UserMethods.getUserSuggestions ( String p1 ):
This abstract method is from 'UserMethods' interface.
UserMethods.lookupUsers ( int[] p1 ):
This abstract method is from 'UserMethods' interface.
UserMethods.lookupUsers ( String[] p1 ):
This abstract method is from 'UserMethods' interface.
UserMethods.searchUsers ( String p1, int p2 ):
This abstract method is from 'UserMethods' interface.
UserMethods.showUser ( int p1 ):
This abstract method is from 'UserMethods' interface.
UserMethods.showUser ( String p1 ):
This abstract method is from 'UserMethods' interface.
[+] UserMethodsAsync (1)
|
Abstract method UserMethodsAsync.getMemberSuggestions ( String 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 getMemberSuggestions(java.lang.String) in UserMethodsAsync. |
[+] affected methods (20)
UserMethodsAsync.getFollowersStatuses ( ):
This abstract method is from 'UserMethodsAsync' interface.
UserMethodsAsync.getFollowersStatuses ( int p1 ):
This abstract method is from 'UserMethodsAsync' interface.
UserMethodsAsync.getFollowersStatuses ( int p1, long p2 ):
This abstract method is from 'UserMethodsAsync' interface.
UserMethodsAsync.getFollowersStatuses ( long p1 ):
This abstract method is from 'UserMethodsAsync' interface.
UserMethodsAsync.getFollowersStatuses ( String p1 ):
This abstract method is from 'UserMethodsAsync' interface.
UserMethodsAsync.getFollowersStatuses ( String p1, long p2 ):
This abstract method is from 'UserMethodsAsync' interface.
UserMethodsAsync.getFriendsStatuses ( ):
This abstract method is from 'UserMethodsAsync' interface.
UserMethodsAsync.getFriendsStatuses ( int p1 ):
This abstract method is from 'UserMethodsAsync' interface.
UserMethodsAsync.getFriendsStatuses ( int p1, long p2 ):
This abstract method is from 'UserMethodsAsync' interface.
UserMethodsAsync.getFriendsStatuses ( long p1 ):
This abstract method is from 'UserMethodsAsync' interface.
UserMethodsAsync.getFriendsStatuses ( String p1 ):
This abstract method is from 'UserMethodsAsync' interface.
UserMethodsAsync.getFriendsStatuses ( String p1, long p2 ):
This abstract method is from 'UserMethodsAsync' interface.
UserMethodsAsync.getProfileImage ( String p1, twitter4j.ProfileImage.ImageSize p2 ):
This abstract method is from 'UserMethodsAsync' interface.
UserMethodsAsync.getSuggestedUserCategories ( ):
This abstract method is from 'UserMethodsAsync' interface.
UserMethodsAsync.getUserSuggestions ( String p1 ):
This abstract method is from 'UserMethodsAsync' interface.
UserMethodsAsync.lookupUsers ( int[] p1 ):
This abstract method is from 'UserMethodsAsync' interface.
UserMethodsAsync.lookupUsers ( String[] p1 ):
This abstract method is from 'UserMethodsAsync' interface.
UserMethodsAsync.searchUsers ( String p1, int p2 ):
This abstract method is from 'UserMethodsAsync' interface.
UserMethodsAsync.showUser ( int p1 ):
This abstract method is from 'UserMethodsAsync' interface.
UserMethodsAsync.showUser ( String p1 ):
This abstract method is from 'UserMethodsAsync' interface.
package twitter4j.conf
[+] Configuration (1)
|
Abstract method Configuration.isIncludeEntitiesEnabled ( ) 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 isIncludeEntitiesEnabled() in Configuration. |
[+] 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 (11)
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. Recompilation of a client class may be terminated with the message: reference to ACCOUNT_SETTINGS is ambiguous. |
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. Recompilation of a client class may be terminated with the message: reference to ACCOUNT_TOTALS is ambiguous. |
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. Recompilation of a client class may be terminated with the message: reference to ALL_USER_LISTS is ambiguous. |
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. Recompilation of a client class may be terminated with the message: reference to DESTROY_DIRECT_MESSAGE is ambiguous. |
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. Recompilation of a client class may be terminated with the message: reference to LOOKUP_FRIENDSHIPS is ambiguous. |
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. Recompilation of a client class may be terminated with the message: reference to MEMBER_SUGGESTIONS is ambiguous. |
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. Recompilation of a client class may be terminated with the message: reference to RETWEETED_BY_USER is ambiguous. |
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. Recompilation of a client class may be terminated with the message: reference to RETWEETED_TO_USER is ambiguous. |
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. Recompilation of a client class may be terminated with the message: reference to UPDATE_FRIENDSHIP is ambiguous. |
[+] 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 (1)
|
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. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (10)
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.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. Recompilation of a client class may be terminated with the message: reference to INCLUDE_ENTITIES is ambiguous. |
[+] 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