Source compatibility report for the Twitter4J library from version 2.1.0 to 2.1.1
Summary
1 |
140 |
1840 / 105 |
Incompatible |
Problem Summary
Added Methods (281)
twitter4j-core-2.1.1.jar, AsyncTwitter.class
package twitter4j
AsyncTwitter.addUserListMember ( int listId, int userId ):void
[ run-time name: twitter4j/AsyncTwitter.addUserListMember:(II)V ]
AsyncTwitter.checkUserListMembership ( String listOwnerScreenName, int listId, int userId ):void
[ run-time name: twitter4j/AsyncTwitter.checkUserListMembership:(Ljava/lang/String;II)V ]
AsyncTwitter.checkUserListSubscription ( String listOwnerScreenName, int listId, int userId ):void
[ run-time name: twitter4j/AsyncTwitter.checkUserListSubscription:(Ljava/lang/String;II)V ]
AsyncTwitter.createUserList ( String listName, boolean isPublicList, String description ):void
[ run-time name: twitter4j/AsyncTwitter.createUserList:(Ljava/lang/String;ZLjava/lang/String;)V ]
AsyncTwitter.deleteUserListMember ( int listId, int userId ):void
[ run-time name: twitter4j/AsyncTwitter.deleteUserListMember:(II)V ]
AsyncTwitter.destroyUserList ( int listId ):void
[ run-time name: twitter4j/AsyncTwitter.destroyUserList:(I)V ]
AsyncTwitter.getAvailableTrends ( ):void
[ run-time name: twitter4j/AsyncTwitter.getAvailableTrends:()V ]
AsyncTwitter.getAvailableTrends ( GeoLocation location ):void
[ run-time name: twitter4j/AsyncTwitter.getAvailableTrends:(Ltwitter4j/GeoLocation;)V ]
AsyncTwitter.getGeoDetails ( String id ):void
[ run-time name: twitter4j/AsyncTwitter.getGeoDetails:(Ljava/lang/String;)V ]
AsyncTwitter.getId ( ):int
[ run-time name: twitter4j/AsyncTwitter.getId:()I ]
AsyncTwitter.getLocationTrends ( int woeid ):void
[ run-time name: twitter4j/AsyncTwitter.getLocationTrends:(I)V ]
AsyncTwitter.getNearbyPlaces ( GeoQuery query ):void
[ run-time name: twitter4j/AsyncTwitter.getNearbyPlaces:(Ltwitter4j/GeoQuery;)V ]
AsyncTwitter.getScreenName ( ):String
[ run-time name: twitter4j/AsyncTwitter.getScreenName:()Ljava/lang/String; ]
AsyncTwitter.getSuggestedUserCategories ( ):void
[ run-time name: twitter4j/AsyncTwitter.getSuggestedUserCategories:()V ]
AsyncTwitter.getUserListMembers ( String listOwnerScreenName, int listId, long cursor ):void
[ run-time name: twitter4j/AsyncTwitter.getUserListMembers:(Ljava/lang/String;IJ)V ]
AsyncTwitter.getUserListMemberships ( String listOwnerScreenName, long cursor ):void
[ run-time name: twitter4j/AsyncTwitter.getUserListMemberships:(Ljava/lang/String;J)V ]
AsyncTwitter.getUserLists ( String listOwnerScreenName, long cursor ):void
[ run-time name: twitter4j/AsyncTwitter.getUserLists:(Ljava/lang/String;J)V ]
AsyncTwitter.getUserListStatuses ( String listOwnerScreenName, int id, Paging paging ):void
[ run-time name: twitter4j/AsyncTwitter.getUserListStatuses:(Ljava/lang/String;ILtwitter4j/Paging;)V ]
AsyncTwitter.getUserListSubscribers ( String listOwnerScreenName, int listId, long cursor ):void
[ run-time name: twitter4j/AsyncTwitter.getUserListSubscribers:(Ljava/lang/String;IJ)V ]
AsyncTwitter.getUserListSubscriptions ( String listOwnerScreenName, long cursor ):void
[ run-time name: twitter4j/AsyncTwitter.getUserListSubscriptions:(Ljava/lang/String;J)V ]
AsyncTwitter.getUserSuggestions ( String categorySlug ):void
[ run-time name: twitter4j/AsyncTwitter.getUserSuggestions:(Ljava/lang/String;)V ]
AsyncTwitter.httpResponseReceived ( internal.http.HttpResponseEvent x0 ):void
[ run-time name: twitter4j/AsyncTwitter.httpResponseReceived:(Ltwitter4j/internal/http/HttpResponseEvent;)V ]
AsyncTwitter.lookupUsers ( int[] ids ):void
[ run-time name: twitter4j/AsyncTwitter.lookupUsers:([I)V ]
AsyncTwitter.lookupUsers ( String[] screenNames ):void
[ run-time name: twitter4j/AsyncTwitter.lookupUsers:([Ljava/lang/String;)V ]
AsyncTwitter.reverseGeoCode ( GeoQuery query ):void
[ run-time name: twitter4j/AsyncTwitter.reverseGeoCode:(Ltwitter4j/GeoQuery;)V ]
AsyncTwitter.showUserList ( String listOwnerScreenName, int id ):void
[ run-time name: twitter4j/AsyncTwitter.showUserList:(Ljava/lang/String;I)V ]
AsyncTwitter.subscribeUserList ( String listOwnerScreenName, int listId ):void
[ run-time name: twitter4j/AsyncTwitter.subscribeUserList:(Ljava/lang/String;I)V ]
AsyncTwitter.unsubscribeUserList ( String listOwnerScreenName, int listId ):void
[ run-time name: twitter4j/AsyncTwitter.unsubscribeUserList:(Ljava/lang/String;I)V ]
AsyncTwitter.updateStatus ( StatusUpdate latestStatus ):void
[ run-time name: twitter4j/AsyncTwitter.updateStatus:(Ltwitter4j/StatusUpdate;)V ]
AsyncTwitter.updateUserList ( int listId, String newListName, boolean isPublicList, String newDescription ):void
[ run-time name: twitter4j/AsyncTwitter.updateUserList:(ILjava/lang/String;ZLjava/lang/String;)V ]
twitter4j-core-2.1.1.jar, AsyncTwitterFactory.class
package twitter4j
AsyncTwitterFactory.AsyncTwitterFactory ( conf.Configuration conf )
[ run-time name: twitter4j/AsyncTwitterFactory."<init>":(Ltwitter4j/conf/Configuration;)V ]
AsyncTwitterFactory.AsyncTwitterFactory ( conf.Configuration conf, TwitterListener listener )
[ run-time name: twitter4j/AsyncTwitterFactory."<init>":(Ltwitter4j/conf/Configuration;Ltwitter4j/TwitterListener;)V ]
AsyncTwitterFactory.getInstance ( ):AsyncTwitter
[ run-time name: twitter4j/AsyncTwitterFactory.getInstance:()Ltwitter4j/AsyncTwitter; ]
AsyncTwitterFactory.getInstance ( String screenName, String password ):AsyncTwitter
[ run-time name: twitter4j/AsyncTwitterFactory.getInstance:(Ljava/lang/String;Ljava/lang/String;)Ltwitter4j/AsyncTwitter; ]
AsyncTwitterFactory.getInstance ( http.Authorization auth ):AsyncTwitter
[ run-time name: twitter4j/AsyncTwitterFactory.getInstance:(Ltwitter4j/http/Authorization;)Ltwitter4j/AsyncTwitter; ]
AsyncTwitterFactory.getOAuthAuthorizedInstance ( String consumerKey, String consumerSecret ):AsyncTwitter
[ run-time name: twitter4j/AsyncTwitterFactory.getOAuthAuthorizedInstance:(Ljava/lang/String;Ljava/lang/String;)Ltwitter4j/AsyncTwitter; ]
AsyncTwitterFactory.getOAuthAuthorizedInstance ( String consumerKey, String consumerSecret, http.AccessToken accessToken ):AsyncTwitter
[ run-time name: twitter4j/AsyncTwitterFactory.getOAuthAuthorizedInstance:(Ljava/lang/String;Ljava/lang/String;Ltwitter4j/http/AccessToken;)Ltwitter4j/AsyncTwitter; ]
AsyncTwitterFactory.getOAuthAuthorizedInstance ( http.AccessToken accessToken ):AsyncTwitter
[ run-time name: twitter4j/AsyncTwitterFactory.getOAuthAuthorizedInstance:(Ltwitter4j/http/AccessToken;)Ltwitter4j/AsyncTwitter; ]
twitter4j-core-2.1.1.jar, Authorization.class
package twitter4j.http
Authorization.setAuthorizationHeader ( String p1, String p2, twitter4j.internal.http.HttpParameter[] p3, java.net.HttpURLConnection p4 ) [abstract]:void
[ run-time name: twitter4j/http/Authorization.setAuthorizationHeader:(Ljava/lang/String;Ljava/lang/String;[Ltwitter4j/internal/http/HttpParameter;Ljava/net/HttpURLConnection;)V ]
twitter4j-core-2.1.1.jar, AuthorizationConfiguration.class
package twitter4j.http
AuthorizationConfiguration.getOAuthAccessToken ( ) [abstract]:String
[ run-time name: twitter4j/http/AuthorizationConfiguration.getOAuthAccessToken:()Ljava/lang/String; ]
AuthorizationConfiguration.getOAuthAccessTokenSecret ( ) [abstract]:String
[ run-time name: twitter4j/http/AuthorizationConfiguration.getOAuthAccessTokenSecret:()Ljava/lang/String; ]
AuthorizationConfiguration.getOAuthConsumerKey ( ) [abstract]:String
[ run-time name: twitter4j/http/AuthorizationConfiguration.getOAuthConsumerKey:()Ljava/lang/String; ]
AuthorizationConfiguration.getOAuthConsumerSecret ( ) [abstract]:String
[ run-time name: twitter4j/http/AuthorizationConfiguration.getOAuthConsumerSecret:()Ljava/lang/String; ]
AuthorizationConfiguration.getPassword ( ) [abstract]:String
[ run-time name: twitter4j/http/AuthorizationConfiguration.getPassword:()Ljava/lang/String; ]
AuthorizationConfiguration.getUser ( ) [abstract]:String
[ run-time name: twitter4j/http/AuthorizationConfiguration.getUser:()Ljava/lang/String; ]
twitter4j-core-2.1.1.jar, AuthorizationFactory.class
package twitter4j.http
AuthorizationFactory.AuthorizationFactory ( )
[ run-time name: twitter4j/http/AuthorizationFactory."<init>":()V ]
AuthorizationFactory.getBasicAuthorizationInstance ( String screenName, String password ) [static]:Authorization
[ run-time name: twitter4j/http/AuthorizationFactory.getBasicAuthorizationInstance:(Ljava/lang/String;Ljava/lang/String;)Ltwitter4j/http/Authorization; ]
AuthorizationFactory.getInstance ( twitter4j.conf.Configuration conf, boolean supportsOAuth ) [static]:Authorization
[ run-time name: twitter4j/http/AuthorizationFactory.getInstance:(Ltwitter4j/conf/Configuration;Z)Ltwitter4j/http/Authorization; ]
twitter4j-core-2.1.1.jar, BasicAuthorization.class
package twitter4j.http
BasicAuthorization.getPassword ( ):String
[ run-time name: twitter4j/http/BasicAuthorization.getPassword:()Ljava/lang/String; ]
BasicAuthorization.setAuthorizationHeader ( String method, String url, twitter4j.internal.http.HttpParameter[] params, java.net.HttpURLConnection con ):void
[ run-time name: twitter4j/http/BasicAuthorization.setAuthorizationHeader:(Ljava/lang/String;Ljava/lang/String;[Ltwitter4j/internal/http/HttpParameter;Ljava/net/HttpURLConnection;)V ]
twitter4j-core-2.1.1.jar, Category.class
package twitter4j
Category.getName ( ) [abstract]:String
[ run-time name: twitter4j/Category.getName:()Ljava/lang/String; ]
Category.getSlug ( ) [abstract]:String
[ run-time name: twitter4j/Category.getSlug:()Ljava/lang/String; ]
twitter4j-core-2.1.1.jar, CategoryJSONImpl.class
package twitter4j
CategoryJSONImpl.createCategoriesList ( internal.http.HttpResponse res ) [static]:ResponseList
[ run-time name: twitter4j/CategoryJSONImpl.createCategoriesList:(Ltwitter4j/internal/http/HttpResponse;)Ltwitter4j/ResponseList; ]
CategoryJSONImpl.createCategoriesList ( internal.org.json.JSONArray array, internal.http.HttpResponse res ) [static]:ResponseList
[ run-time name: twitter4j/CategoryJSONImpl.createCategoriesList:(Ltwitter4j/internal/org/json/JSONArray;Ltwitter4j/internal/http/HttpResponse;)Ltwitter4j/ResponseList; ]
CategoryJSONImpl.equals ( Object o ):boolean
[ run-time name: twitter4j/CategoryJSONImpl.equals:(Ljava/lang/Object;)Z ]
CategoryJSONImpl.getName ( ):String
[ run-time name: twitter4j/CategoryJSONImpl.getName:()Ljava/lang/String; ]
CategoryJSONImpl.getSlug ( ):String
[ run-time name: twitter4j/CategoryJSONImpl.getSlug:()Ljava/lang/String; ]
CategoryJSONImpl.hashCode ( ):int
[ run-time name: twitter4j/CategoryJSONImpl.hashCode:()I ]
CategoryJSONImpl.toString ( ):String
[ run-time name: twitter4j/CategoryJSONImpl.toString:()Ljava/lang/String; ]
twitter4j-core-2.1.1.jar, ConfigurationBuilder.class
package twitter4j.conf
ConfigurationBuilder.build ( ):Configuration
[ run-time name: twitter4j/conf/ConfigurationBuilder.build:()Ltwitter4j/conf/Configuration; ]
ConfigurationBuilder.ConfigurationBuilder ( )
[ run-time name: twitter4j/conf/ConfigurationBuilder."<init>":()V ]
ConfigurationBuilder.setAsyncNumThreads ( int asyncNumThreads ):ConfigurationBuilder
[ run-time name: twitter4j/conf/ConfigurationBuilder.setAsyncNumThreads:(I)Ltwitter4j/conf/ConfigurationBuilder; ]
ConfigurationBuilder.setClientURL ( String clientURL ):ConfigurationBuilder
[ run-time name: twitter4j/conf/ConfigurationBuilder.setClientURL:(Ljava/lang/String;)Ltwitter4j/conf/ConfigurationBuilder; ]
ConfigurationBuilder.setClientVersion ( String clientVersion ):ConfigurationBuilder
[ run-time name: twitter4j/conf/ConfigurationBuilder.setClientVersion:(Ljava/lang/String;)Ltwitter4j/conf/ConfigurationBuilder; ]
ConfigurationBuilder.setDebugEnabled ( boolean debugEnabled ):ConfigurationBuilder
[ run-time name: twitter4j/conf/ConfigurationBuilder.setDebugEnabled:(Z)Ltwitter4j/conf/ConfigurationBuilder; ]
ConfigurationBuilder.setHttpConnectionTimeout ( int httpConnectionTimeout ):ConfigurationBuilder
[ run-time name: twitter4j/conf/ConfigurationBuilder.setHttpConnectionTimeout:(I)Ltwitter4j/conf/ConfigurationBuilder; ]
ConfigurationBuilder.setHttpProxyHost ( String httpProxyHost ):ConfigurationBuilder
[ run-time name: twitter4j/conf/ConfigurationBuilder.setHttpProxyHost:(Ljava/lang/String;)Ltwitter4j/conf/ConfigurationBuilder; ]
ConfigurationBuilder.setHttpProxyPassword ( String httpProxyPassword ):ConfigurationBuilder
[ run-time name: twitter4j/conf/ConfigurationBuilder.setHttpProxyPassword:(Ljava/lang/String;)Ltwitter4j/conf/ConfigurationBuilder; ]
ConfigurationBuilder.setHttpProxyPort ( int httpProxyPort ):ConfigurationBuilder
[ run-time name: twitter4j/conf/ConfigurationBuilder.setHttpProxyPort:(I)Ltwitter4j/conf/ConfigurationBuilder; ]
ConfigurationBuilder.setHttpProxyUser ( String httpProxyUser ):ConfigurationBuilder
[ run-time name: twitter4j/conf/ConfigurationBuilder.setHttpProxyUser:(Ljava/lang/String;)Ltwitter4j/conf/ConfigurationBuilder; ]
ConfigurationBuilder.setHttpReadTimeout ( int httpReadTimeout ):ConfigurationBuilder
[ run-time name: twitter4j/conf/ConfigurationBuilder.setHttpReadTimeout:(I)Ltwitter4j/conf/ConfigurationBuilder; ]
ConfigurationBuilder.setHttpRetryCount ( int httpRetryCount ):ConfigurationBuilder
[ run-time name: twitter4j/conf/ConfigurationBuilder.setHttpRetryCount:(I)Ltwitter4j/conf/ConfigurationBuilder; ]
ConfigurationBuilder.setHttpRetryIntervalSeconds ( int httpRetryIntervalSeconds ):ConfigurationBuilder
[ run-time name: twitter4j/conf/ConfigurationBuilder.setHttpRetryIntervalSeconds:(I)Ltwitter4j/conf/ConfigurationBuilder; ]
ConfigurationBuilder.setHttpStreamingReadTimeout ( int httpStreamingReadTimeout ):ConfigurationBuilder
[ run-time name: twitter4j/conf/ConfigurationBuilder.setHttpStreamingReadTimeout:(I)Ltwitter4j/conf/ConfigurationBuilder; ]
ConfigurationBuilder.setOAuthAccessToken ( String oAuthAccessToken ):ConfigurationBuilder
[ run-time name: twitter4j/conf/ConfigurationBuilder.setOAuthAccessToken:(Ljava/lang/String;)Ltwitter4j/conf/ConfigurationBuilder; ]
ConfigurationBuilder.setOAuthAccessTokenSecret ( String oAuthAccessTokenSecret ):ConfigurationBuilder
[ run-time name: twitter4j/conf/ConfigurationBuilder.setOAuthAccessTokenSecret:(Ljava/lang/String;)Ltwitter4j/conf/ConfigurationBuilder; ]
ConfigurationBuilder.setOAuthAccessTokenURL ( String oAuthAccessTokenURL ):ConfigurationBuilder
[ run-time name: twitter4j/conf/ConfigurationBuilder.setOAuthAccessTokenURL:(Ljava/lang/String;)Ltwitter4j/conf/ConfigurationBuilder; ]
ConfigurationBuilder.setOAuthAuthenticationURL ( String oAuthAuthenticationURL ):ConfigurationBuilder
[ run-time name: twitter4j/conf/ConfigurationBuilder.setOAuthAuthenticationURL:(Ljava/lang/String;)Ltwitter4j/conf/ConfigurationBuilder; ]
ConfigurationBuilder.setOAuthAuthorizationURL ( String oAuthAuthorizationURL ):ConfigurationBuilder
[ run-time name: twitter4j/conf/ConfigurationBuilder.setOAuthAuthorizationURL:(Ljava/lang/String;)Ltwitter4j/conf/ConfigurationBuilder; ]
ConfigurationBuilder.setOAuthConsumerKey ( String oAuthConsumerKey ):ConfigurationBuilder
[ run-time name: twitter4j/conf/ConfigurationBuilder.setOAuthConsumerKey:(Ljava/lang/String;)Ltwitter4j/conf/ConfigurationBuilder; ]
ConfigurationBuilder.setOAuthConsumerSecret ( String oAuthConsumerSecret ):ConfigurationBuilder
[ run-time name: twitter4j/conf/ConfigurationBuilder.setOAuthConsumerSecret:(Ljava/lang/String;)Ltwitter4j/conf/ConfigurationBuilder; ]
ConfigurationBuilder.setOAuthRequestTokenURL ( String oAuthRequestTokenURL ):ConfigurationBuilder
[ run-time name: twitter4j/conf/ConfigurationBuilder.setOAuthRequestTokenURL:(Ljava/lang/String;)Ltwitter4j/conf/ConfigurationBuilder; ]
ConfigurationBuilder.setPassword ( String password ):ConfigurationBuilder
[ run-time name: twitter4j/conf/ConfigurationBuilder.setPassword:(Ljava/lang/String;)Ltwitter4j/conf/ConfigurationBuilder; ]
ConfigurationBuilder.setRestBaseURL ( String restBaseURL ):ConfigurationBuilder
[ run-time name: twitter4j/conf/ConfigurationBuilder.setRestBaseURL:(Ljava/lang/String;)Ltwitter4j/conf/ConfigurationBuilder; ]
ConfigurationBuilder.setSearchBaseURL ( String searchBaseURL ):ConfigurationBuilder
[ run-time name: twitter4j/conf/ConfigurationBuilder.setSearchBaseURL:(Ljava/lang/String;)Ltwitter4j/conf/ConfigurationBuilder; ]
ConfigurationBuilder.setSource ( String source ):ConfigurationBuilder
[ run-time name: twitter4j/conf/ConfigurationBuilder.setSource:(Ljava/lang/String;)Ltwitter4j/conf/ConfigurationBuilder; ]
ConfigurationBuilder.setStreamBaseURL ( String streamBaseURL ):ConfigurationBuilder
[ run-time name: twitter4j/conf/ConfigurationBuilder.setStreamBaseURL:(Ljava/lang/String;)Ltwitter4j/conf/ConfigurationBuilder; ]
ConfigurationBuilder.setUser ( String user ):ConfigurationBuilder
[ run-time name: twitter4j/conf/ConfigurationBuilder.setUser:(Ljava/lang/String;)Ltwitter4j/conf/ConfigurationBuilder; ]
ConfigurationBuilder.setUserAgent ( String userAgent ):ConfigurationBuilder
[ run-time name: twitter4j/conf/ConfigurationBuilder.setUserAgent:(Ljava/lang/String;)Ltwitter4j/conf/ConfigurationBuilder; ]
ConfigurationBuilder.setUseSSL ( boolean useSSL ):ConfigurationBuilder
[ run-time name: twitter4j/conf/ConfigurationBuilder.setUseSSL:(Z)Ltwitter4j/conf/ConfigurationBuilder; ]
twitter4j-core-2.1.1.jar, GeoMethods.class
package twitter4j.api
GeoMethods.getGeoDetails ( String p1 ) [abstract]:twitter4j.Place
[ run-time name: twitter4j/api/GeoMethods.getGeoDetails:(Ljava/lang/String;)Ltwitter4j/Place; ]
GeoMethods.getNearbyPlaces ( twitter4j.GeoQuery p1 ) [abstract]:twitter4j.ResponseList
[ run-time name: twitter4j/api/GeoMethods.getNearbyPlaces:(Ltwitter4j/GeoQuery;)Ltwitter4j/ResponseList; ]
GeoMethods.reverseGeoCode ( twitter4j.GeoQuery p1 ) [abstract]:twitter4j.ResponseList
[ run-time name: twitter4j/api/GeoMethods.reverseGeoCode:(Ltwitter4j/GeoQuery;)Ltwitter4j/ResponseList; ]
twitter4j-core-2.1.1.jar, GeoMethodsAsync.class
package twitter4j.api
GeoMethodsAsync.getGeoDetails ( String p1 ) [abstract]:void
[ run-time name: twitter4j/api/GeoMethodsAsync.getGeoDetails:(Ljava/lang/String;)V ]
GeoMethodsAsync.getNearbyPlaces ( twitter4j.GeoQuery p1 ) [abstract]:void
[ run-time name: twitter4j/api/GeoMethodsAsync.getNearbyPlaces:(Ltwitter4j/GeoQuery;)V ]
GeoMethodsAsync.reverseGeoCode ( twitter4j.GeoQuery p1 ) [abstract]:void
[ run-time name: twitter4j/api/GeoMethodsAsync.reverseGeoCode:(Ltwitter4j/GeoQuery;)V ]
twitter4j-core-2.1.1.jar, GeoQuery.class
package twitter4j
GeoQuery.accuracy ( String accuracy ):GeoQuery
[ run-time name: twitter4j/GeoQuery.accuracy:(Ljava/lang/String;)Ltwitter4j/GeoQuery; ]
GeoQuery.equals ( Object o ):boolean
[ run-time name: twitter4j/GeoQuery.equals:(Ljava/lang/Object;)Z ]
GeoQuery.GeoQuery ( String ip )
[ run-time name: twitter4j/GeoQuery."<init>":(Ljava/lang/String;)V ]
GeoQuery.GeoQuery ( GeoLocation location )
[ run-time name: twitter4j/GeoQuery."<init>":(Ltwitter4j/GeoLocation;)V ]
GeoQuery.getAccuracy ( ):String
[ run-time name: twitter4j/GeoQuery.getAccuracy:()Ljava/lang/String; ]
GeoQuery.getGranularity ( ):String
[ run-time name: twitter4j/GeoQuery.getGranularity:()Ljava/lang/String; ]
GeoQuery.getIp ( ):String
[ run-time name: twitter4j/GeoQuery.getIp:()Ljava/lang/String; ]
GeoQuery.getLocation ( ):GeoLocation
[ run-time name: twitter4j/GeoQuery.getLocation:()Ltwitter4j/GeoLocation; ]
GeoQuery.getMaxResults ( ):int
[ run-time name: twitter4j/GeoQuery.getMaxResults:()I ]
GeoQuery.granularity ( String granularity ):GeoQuery
[ run-time name: twitter4j/GeoQuery.granularity:(Ljava/lang/String;)Ltwitter4j/GeoQuery; ]
GeoQuery.hashCode ( ):int
[ run-time name: twitter4j/GeoQuery.hashCode:()I ]
GeoQuery.maxResults ( int maxResults ):GeoQuery
[ run-time name: twitter4j/GeoQuery.maxResults:(I)Ltwitter4j/GeoQuery; ]
GeoQuery.setAccuracy ( String accuracy ):void
[ run-time name: twitter4j/GeoQuery.setAccuracy:(Ljava/lang/String;)V ]
GeoQuery.setGranularity ( String granularity ):void
[ run-time name: twitter4j/GeoQuery.setGranularity:(Ljava/lang/String;)V ]
GeoQuery.setMaxResults ( int maxResults ):void
[ run-time name: twitter4j/GeoQuery.setMaxResults:(I)V ]
GeoQuery.toString ( ):String
[ run-time name: twitter4j/GeoQuery.toString:()Ljava/lang/String; ]
twitter4j-core-2.1.1.jar, ListMembersMethodsAsync.class
package twitter4j.api
ListMembersMethodsAsync.addUserListMember ( int p1, int p2 ) [abstract]:void
[ run-time name: twitter4j/api/ListMembersMethodsAsync.addUserListMember:(II)V ]
ListMembersMethodsAsync.checkUserListMembership ( String p1, int p2, int p3 ) [abstract]:void
[ run-time name: twitter4j/api/ListMembersMethodsAsync.checkUserListMembership:(Ljava/lang/String;II)V ]
ListMembersMethodsAsync.deleteUserListMember ( int p1, int p2 ) [abstract]:void
[ run-time name: twitter4j/api/ListMembersMethodsAsync.deleteUserListMember:(II)V ]
ListMembersMethodsAsync.getUserListMembers ( String p1, int p2, long p3 ) [abstract]:void
[ run-time name: twitter4j/api/ListMembersMethodsAsync.getUserListMembers:(Ljava/lang/String;IJ)V ]
twitter4j-core-2.1.1.jar, ListMethodsAsync.class
package twitter4j.api
ListMethodsAsync.createUserList ( String p1, boolean p2, String p3 ) [abstract]:void
[ run-time name: twitter4j/api/ListMethodsAsync.createUserList:(Ljava/lang/String;ZLjava/lang/String;)V ]
ListMethodsAsync.destroyUserList ( int p1 ) [abstract]:void
[ run-time name: twitter4j/api/ListMethodsAsync.destroyUserList:(I)V ]
ListMethodsAsync.getUserListMemberships ( String p1, long p2 ) [abstract]:void
[ run-time name: twitter4j/api/ListMethodsAsync.getUserListMemberships:(Ljava/lang/String;J)V ]
ListMethodsAsync.getUserLists ( String p1, long p2 ) [abstract]:void
[ run-time name: twitter4j/api/ListMethodsAsync.getUserLists:(Ljava/lang/String;J)V ]
ListMethodsAsync.getUserListStatuses ( String p1, int p2, twitter4j.Paging p3 ) [abstract]:void
[ run-time name: twitter4j/api/ListMethodsAsync.getUserListStatuses:(Ljava/lang/String;ILtwitter4j/Paging;)V ]
ListMethodsAsync.getUserListSubscriptions ( String p1, long p2 ) [abstract]:void
[ run-time name: twitter4j/api/ListMethodsAsync.getUserListSubscriptions:(Ljava/lang/String;J)V ]
ListMethodsAsync.showUserList ( String p1, int p2 ) [abstract]:void
[ run-time name: twitter4j/api/ListMethodsAsync.showUserList:(Ljava/lang/String;I)V ]
ListMethodsAsync.updateUserList ( int p1, String p2, boolean p3, String p4 ) [abstract]:void
[ run-time name: twitter4j/api/ListMethodsAsync.updateUserList:(ILjava/lang/String;ZLjava/lang/String;)V ]
twitter4j-core-2.1.1.jar, ListSubscribersMethodsAsync.class
package twitter4j.api
ListSubscribersMethodsAsync.checkUserListSubscription ( String p1, int p2, int p3 ) [abstract]:void
[ run-time name: twitter4j/api/ListSubscribersMethodsAsync.checkUserListSubscription:(Ljava/lang/String;II)V ]
ListSubscribersMethodsAsync.getUserListSubscribers ( String p1, int p2, long p3 ) [abstract]:void
[ run-time name: twitter4j/api/ListSubscribersMethodsAsync.getUserListSubscribers:(Ljava/lang/String;IJ)V ]
ListSubscribersMethodsAsync.subscribeUserList ( String p1, int p2 ) [abstract]:void
[ run-time name: twitter4j/api/ListSubscribersMethodsAsync.subscribeUserList:(Ljava/lang/String;I)V ]
ListSubscribersMethodsAsync.unsubscribeUserList ( String p1, int p2 ) [abstract]:void
[ run-time name: twitter4j/api/ListSubscribersMethodsAsync.unsubscribeUserList:(Ljava/lang/String;I)V ]
twitter4j-core-2.1.1.jar, LocalTrendsMethods.class
package twitter4j.api
LocalTrendsMethods.getAvailableTrends ( ) [abstract]:twitter4j.ResponseList
[ run-time name: twitter4j/api/LocalTrendsMethods.getAvailableTrends:()Ltwitter4j/ResponseList; ]
LocalTrendsMethods.getAvailableTrends ( twitter4j.GeoLocation p1 ) [abstract]:twitter4j.ResponseList
[ run-time name: twitter4j/api/LocalTrendsMethods.getAvailableTrends:(Ltwitter4j/GeoLocation;)Ltwitter4j/ResponseList; ]
LocalTrendsMethods.getLocationTrends ( int p1 ) [abstract]:twitter4j.Trends
[ run-time name: twitter4j/api/LocalTrendsMethods.getLocationTrends:(I)Ltwitter4j/Trends; ]
twitter4j-core-2.1.1.jar, LocalTrendsMethodsAsync.class
package twitter4j.api
LocalTrendsMethodsAsync.getAvailableTrends ( ) [abstract]:void
[ run-time name: twitter4j/api/LocalTrendsMethodsAsync.getAvailableTrends:()V ]
LocalTrendsMethodsAsync.getAvailableTrends ( twitter4j.GeoLocation p1 ) [abstract]:void
[ run-time name: twitter4j/api/LocalTrendsMethodsAsync.getAvailableTrends:(Ltwitter4j/GeoLocation;)V ]
LocalTrendsMethodsAsync.getLocationTrends ( int p1 ) [abstract]:void
[ run-time name: twitter4j/api/LocalTrendsMethodsAsync.getLocationTrends:(I)V ]
twitter4j-core-2.1.1.jar, Location.class
package twitter4j
Location.getCountryCode ( ) [abstract]:String
[ run-time name: twitter4j/Location.getCountryCode:()Ljava/lang/String; ]
Location.getCountryName ( ) [abstract]:String
[ run-time name: twitter4j/Location.getCountryName:()Ljava/lang/String; ]
Location.getName ( ) [abstract]:String
[ run-time name: twitter4j/Location.getName:()Ljava/lang/String; ]
Location.getPlaceCode ( ) [abstract]:int
[ run-time name: twitter4j/Location.getPlaceCode:()I ]
Location.getPlaceName ( ) [abstract]:String
[ run-time name: twitter4j/Location.getPlaceName:()Ljava/lang/String; ]
Location.getURL ( ) [abstract]:String
[ run-time name: twitter4j/Location.getURL:()Ljava/lang/String; ]
Location.getWoeid ( ) [abstract]:int
[ run-time name: twitter4j/Location.getWoeid:()I ]
twitter4j-core-2.1.1.jar, NullAuthorization.class
package twitter4j.http
NullAuthorization.setAuthorizationHeader ( String method, String url, twitter4j.internal.http.HttpParameter[] params, java.net.HttpURLConnection con ):void
[ run-time name: twitter4j/http/NullAuthorization.setAuthorizationHeader:(Ljava/lang/String;Ljava/lang/String;[Ltwitter4j/internal/http/HttpParameter;Ljava/net/HttpURLConnection;)V ]
twitter4j-core-2.1.1.jar, OAuthAuthorization.class
package twitter4j.http
OAuthAuthorization.getOAuthAccessToken ( String screenName, String password ):AccessToken
[ run-time name: twitter4j/http/OAuthAuthorization.getOAuthAccessToken:(Ljava/lang/String;Ljava/lang/String;)Ltwitter4j/http/AccessToken; ]
OAuthAuthorization.normalizeRequestParameters ( twitter4j.internal.http.HttpParameter[] params ) [static]:String
[ run-time name: twitter4j/http/OAuthAuthorization.normalizeRequestParameters:([Ltwitter4j/internal/http/HttpParameter;)Ljava/lang/String; ]
OAuthAuthorization.setAuthorizationHeader ( String method, String url, twitter4j.internal.http.HttpParameter[] params, java.net.HttpURLConnection con ):void
[ run-time name: twitter4j/http/OAuthAuthorization.setAuthorizationHeader:(Ljava/lang/String;Ljava/lang/String;[Ltwitter4j/internal/http/HttpParameter;Ljava/net/HttpURLConnection;)V ]
OAuthAuthorization.toParamList ( twitter4j.internal.http.HttpParameter[] params ) [static]:java.util.List
[ run-time name: twitter4j/http/OAuthAuthorization.toParamList:([Ltwitter4j/internal/http/HttpParameter;)Ljava/util/List; ]
twitter4j-core-2.1.1.jar, Place.class
package twitter4j
Place.getBoundingBoxCoordinates ( ) [abstract]:GeoLocation[][]
[ run-time name: twitter4j/Place.getBoundingBoxCoordinates:()[[Ltwitter4j/GeoLocation; ]
Place.getBoundingBoxType ( ) [abstract]:String
[ run-time name: twitter4j/Place.getBoundingBoxType:()Ljava/lang/String; ]
Place.getContainedWithIn ( ) [abstract]:Place[]
[ run-time name: twitter4j/Place.getContainedWithIn:()[Ltwitter4j/Place; ]
Place.getCountry ( ) [abstract]:String
[ run-time name: twitter4j/Place.getCountry:()Ljava/lang/String; ]
Place.getCountryCode ( ) [abstract]:String
[ run-time name: twitter4j/Place.getCountryCode:()Ljava/lang/String; ]
Place.getFullName ( ) [abstract]:String
[ run-time name: twitter4j/Place.getFullName:()Ljava/lang/String; ]
Place.getGeometryCoordinates ( ) [abstract]:GeoLocation[][]
[ run-time name: twitter4j/Place.getGeometryCoordinates:()[[Ltwitter4j/GeoLocation; ]
Place.getGeometryType ( ) [abstract]:String
[ run-time name: twitter4j/Place.getGeometryType:()Ljava/lang/String; ]
Place.getId ( ) [abstract]:String
[ run-time name: twitter4j/Place.getId:()Ljava/lang/String; ]
Place.getName ( ) [abstract]:String
[ run-time name: twitter4j/Place.getName:()Ljava/lang/String; ]
Place.getPlaceType ( ) [abstract]:String
[ run-time name: twitter4j/Place.getPlaceType:()Ljava/lang/String; ]
Place.getURL ( ) [abstract]:String
[ run-time name: twitter4j/Place.getURL:()Ljava/lang/String; ]
twitter4j-core-2.1.1.jar, PlaceJSONImpl.class
package twitter4j
PlaceJSONImpl.equals ( Object obj ):boolean
[ run-time name: twitter4j/PlaceJSONImpl.equals:(Ljava/lang/Object;)Z ]
PlaceJSONImpl.getBoundingBoxCoordinates ( ):GeoLocation[][]
[ run-time name: twitter4j/PlaceJSONImpl.getBoundingBoxCoordinates:()[[Ltwitter4j/GeoLocation; ]
PlaceJSONImpl.getBoundingBoxType ( ):String
[ run-time name: twitter4j/PlaceJSONImpl.getBoundingBoxType:()Ljava/lang/String; ]
PlaceJSONImpl.getContainedWithIn ( ):Place[]
[ run-time name: twitter4j/PlaceJSONImpl.getContainedWithIn:()[Ltwitter4j/Place; ]
PlaceJSONImpl.getCountry ( ):String
[ run-time name: twitter4j/PlaceJSONImpl.getCountry:()Ljava/lang/String; ]
PlaceJSONImpl.getCountryCode ( ):String
[ run-time name: twitter4j/PlaceJSONImpl.getCountryCode:()Ljava/lang/String; ]
PlaceJSONImpl.getFullName ( ):String
[ run-time name: twitter4j/PlaceJSONImpl.getFullName:()Ljava/lang/String; ]
PlaceJSONImpl.getGeometryCoordinates ( ):GeoLocation[][]
[ run-time name: twitter4j/PlaceJSONImpl.getGeometryCoordinates:()[[Ltwitter4j/GeoLocation; ]
PlaceJSONImpl.getGeometryType ( ):String
[ run-time name: twitter4j/PlaceJSONImpl.getGeometryType:()Ljava/lang/String; ]
PlaceJSONImpl.getId ( ):String
[ run-time name: twitter4j/PlaceJSONImpl.getId:()Ljava/lang/String; ]
PlaceJSONImpl.getName ( ):String
[ run-time name: twitter4j/PlaceJSONImpl.getName:()Ljava/lang/String; ]
PlaceJSONImpl.getPlaceType ( ):String
[ run-time name: twitter4j/PlaceJSONImpl.getPlaceType:()Ljava/lang/String; ]
PlaceJSONImpl.getRateLimitStatus ( ):RateLimitStatus
[ run-time name: twitter4j/PlaceJSONImpl.getRateLimitStatus:()Ltwitter4j/RateLimitStatus; ]
PlaceJSONImpl.getURL ( ):String
[ run-time name: twitter4j/PlaceJSONImpl.getURL:()Ljava/lang/String; ]
PlaceJSONImpl.hashCode ( ):int
[ run-time name: twitter4j/PlaceJSONImpl.hashCode:()I ]
PlaceJSONImpl.setRateLimitStatus ( RateLimitStatus x0 ):void
[ run-time name: twitter4j/PlaceJSONImpl.setRateLimitStatus:(Ltwitter4j/RateLimitStatus;)V ]
PlaceJSONImpl.toString ( ):String
[ run-time name: twitter4j/PlaceJSONImpl.toString:()Ljava/lang/String; ]
twitter4j-core-2.1.1.jar, PropertyConfiguration.class
package twitter4j.conf
PropertyConfiguration.equals ( Object x0 ):boolean
[ run-time name: twitter4j/conf/PropertyConfiguration.equals:(Ljava/lang/Object;)Z ]
PropertyConfiguration.getHttpStreamingReadTimeout ( ):int
[ run-time name: twitter4j/conf/PropertyConfiguration.getHttpStreamingReadTimeout:()I ]
PropertyConfiguration.getOAuthAccessToken ( ):String
[ run-time name: twitter4j/conf/PropertyConfiguration.getOAuthAccessToken:()Ljava/lang/String; ]
PropertyConfiguration.getOAuthAccessTokenSecret ( ):String
[ run-time name: twitter4j/conf/PropertyConfiguration.getOAuthAccessTokenSecret:()Ljava/lang/String; ]
PropertyConfiguration.getOAuthAccessTokenURL ( ):String
[ run-time name: twitter4j/conf/PropertyConfiguration.getOAuthAccessTokenURL:()Ljava/lang/String; ]
PropertyConfiguration.getOAuthAuthenticationURL ( ):String
[ run-time name: twitter4j/conf/PropertyConfiguration.getOAuthAuthenticationURL:()Ljava/lang/String; ]
PropertyConfiguration.getOAuthAuthorizationURL ( ):String
[ run-time name: twitter4j/conf/PropertyConfiguration.getOAuthAuthorizationURL:()Ljava/lang/String; ]
PropertyConfiguration.getOAuthRequestTokenURL ( ):String
[ run-time name: twitter4j/conf/PropertyConfiguration.getOAuthRequestTokenURL:()Ljava/lang/String; ]
PropertyConfiguration.getRequestHeaders ( ):java.util.Map
[ run-time name: twitter4j/conf/PropertyConfiguration.getRequestHeaders:()Ljava/util/Map; ]
PropertyConfiguration.getRestBaseURL ( ):String
[ run-time name: twitter4j/conf/PropertyConfiguration.getRestBaseURL:()Ljava/lang/String; ]
PropertyConfiguration.getSearchBaseURL ( ):String
[ run-time name: twitter4j/conf/PropertyConfiguration.getSearchBaseURL:()Ljava/lang/String; ]
PropertyConfiguration.getStreamBaseURL ( ):String
[ run-time name: twitter4j/conf/PropertyConfiguration.getStreamBaseURL:()Ljava/lang/String; ]
PropertyConfiguration.PropertyConfiguration ( java.io.InputStream is )
[ run-time name: twitter4j/conf/PropertyConfiguration."<init>":(Ljava/io/InputStream;)V ]
PropertyConfiguration.PropertyConfiguration ( java.util.Properties props )
[ run-time name: twitter4j/conf/PropertyConfiguration."<init>":(Ljava/util/Properties;)V ]
PropertyConfiguration.toString ( ):String
[ run-time name: twitter4j/conf/PropertyConfiguration.toString:()Ljava/lang/String; ]
twitter4j-core-2.1.1.jar, Query.class
package twitter4j
Query.getLocale ( ):String
[ run-time name: twitter4j/Query.getLocale:()Ljava/lang/String; ]
Query.getMaxId ( ):long
[ run-time name: twitter4j/Query.getMaxId:()J ]
Query.getSince ( ):String
[ run-time name: twitter4j/Query.getSince:()Ljava/lang/String; ]
Query.getUntil ( ):String
[ run-time name: twitter4j/Query.getUntil:()Ljava/lang/String; ]
Query.locale ( String locale ):Query
[ run-time name: twitter4j/Query.locale:(Ljava/lang/String;)Ltwitter4j/Query; ]
Query.maxId ( long maxId ):Query
[ run-time name: twitter4j/Query.maxId:(J)Ltwitter4j/Query; ]
Query.setLocale ( String locale ):void
[ run-time name: twitter4j/Query.setLocale:(Ljava/lang/String;)V ]
Query.setMaxId ( long maxId ):void
[ run-time name: twitter4j/Query.setMaxId:(J)V ]
Query.setSince ( String since ):void
[ run-time name: twitter4j/Query.setSince:(Ljava/lang/String;)V ]
Query.setUntil ( String until ):void
[ run-time name: twitter4j/Query.setUntil:(Ljava/lang/String;)V ]
Query.since ( String since ):Query
[ run-time name: twitter4j/Query.since:(Ljava/lang/String;)Ltwitter4j/Query; ]
Query.until ( String until ):Query
[ run-time name: twitter4j/Query.until:(Ljava/lang/String;)Ltwitter4j/Query; ]
twitter4j-core-2.1.1.jar, Status.class
package twitter4j
Status.getPlace ( ) [abstract]:Place
[ run-time name: twitter4j/Status.getPlace:()Ltwitter4j/Place; ]
twitter4j-core-2.1.1.jar, StatusMethods.class
package twitter4j.api
StatusMethods.updateStatus ( twitter4j.StatusUpdate p1 ) [abstract]:twitter4j.Status
[ run-time name: twitter4j/api/StatusMethods.updateStatus:(Ltwitter4j/StatusUpdate;)Ltwitter4j/Status; ]
twitter4j-core-2.1.1.jar, StatusMethodsAsync.class
package twitter4j.api
StatusMethodsAsync.updateStatus ( twitter4j.StatusUpdate p1 ) [abstract]:void
[ run-time name: twitter4j/api/StatusMethodsAsync.updateStatus:(Ltwitter4j/StatusUpdate;)V ]
twitter4j-core-2.1.1.jar, StatusUpdate.class
package twitter4j
StatusUpdate.displayCoordinates ( boolean displayCoordinates ):StatusUpdate
[ run-time name: twitter4j/StatusUpdate.displayCoordinates:(Z)Ltwitter4j/StatusUpdate; ]
StatusUpdate.equals ( Object o ):boolean
[ run-time name: twitter4j/StatusUpdate.equals:(Ljava/lang/Object;)Z ]
StatusUpdate.getInReplyToStatusId ( ):long
[ run-time name: twitter4j/StatusUpdate.getInReplyToStatusId:()J ]
StatusUpdate.getLocation ( ):GeoLocation
[ run-time name: twitter4j/StatusUpdate.getLocation:()Ltwitter4j/GeoLocation; ]
StatusUpdate.getPlaceId ( ):String
[ run-time name: twitter4j/StatusUpdate.getPlaceId:()Ljava/lang/String; ]
StatusUpdate.getStatus ( ):String
[ run-time name: twitter4j/StatusUpdate.getStatus:()Ljava/lang/String; ]
StatusUpdate.hashCode ( ):int
[ run-time name: twitter4j/StatusUpdate.hashCode:()I ]
StatusUpdate.inReplyToStatusId ( long inReplyToStatusId ):StatusUpdate
[ run-time name: twitter4j/StatusUpdate.inReplyToStatusId:(J)Ltwitter4j/StatusUpdate; ]
StatusUpdate.isDisplayCoordinates ( ):boolean
[ run-time name: twitter4j/StatusUpdate.isDisplayCoordinates:()Z ]
StatusUpdate.location ( GeoLocation location ):StatusUpdate
[ run-time name: twitter4j/StatusUpdate.location:(Ltwitter4j/GeoLocation;)Ltwitter4j/StatusUpdate; ]
StatusUpdate.placeId ( String placeId ):StatusUpdate
[ run-time name: twitter4j/StatusUpdate.placeId:(Ljava/lang/String;)Ltwitter4j/StatusUpdate; ]
StatusUpdate.setDisplayCoordinates ( boolean displayCoordinates ):void
[ run-time name: twitter4j/StatusUpdate.setDisplayCoordinates:(Z)V ]
StatusUpdate.setInReplyToStatusId ( long inReplyToStatusId ):void
[ run-time name: twitter4j/StatusUpdate.setInReplyToStatusId:(J)V ]
StatusUpdate.setLocation ( GeoLocation location ):void
[ run-time name: twitter4j/StatusUpdate.setLocation:(Ltwitter4j/GeoLocation;)V ]
StatusUpdate.setPlaceId ( String placeId ):void
[ run-time name: twitter4j/StatusUpdate.setPlaceId:(Ljava/lang/String;)V ]
StatusUpdate.StatusUpdate ( String status )
[ run-time name: twitter4j/StatusUpdate."<init>":(Ljava/lang/String;)V ]
StatusUpdate.toString ( ):String
[ run-time name: twitter4j/StatusUpdate.toString:()Ljava/lang/String; ]
twitter4j-core-2.1.1.jar, Trends.class
package twitter4j
Trends.getLocation ( ) [abstract]:Location
[ run-time name: twitter4j/Trends.getLocation:()Ltwitter4j/Location; ]
twitter4j-core-2.1.1.jar, Twitter.class
package twitter4j
Twitter.getAvailableTrends ( ):ResponseList
[ run-time name: twitter4j/Twitter.getAvailableTrends:()Ltwitter4j/ResponseList; ]
Twitter.getAvailableTrends ( GeoLocation location ):ResponseList
[ run-time name: twitter4j/Twitter.getAvailableTrends:(Ltwitter4j/GeoLocation;)Ltwitter4j/ResponseList; ]
Twitter.getGeoDetails ( String id ):Place
[ run-time name: twitter4j/Twitter.getGeoDetails:(Ljava/lang/String;)Ltwitter4j/Place; ]
Twitter.getId ( ):int
[ run-time name: twitter4j/Twitter.getId:()I ]
Twitter.getLocationTrends ( int woeid ):Trends
[ run-time name: twitter4j/Twitter.getLocationTrends:(I)Ltwitter4j/Trends; ]
Twitter.getNearbyPlaces ( GeoQuery query ):ResponseList
[ run-time name: twitter4j/Twitter.getNearbyPlaces:(Ltwitter4j/GeoQuery;)Ltwitter4j/ResponseList; ]
Twitter.getSuggestedUserCategories ( ):ResponseList
[ run-time name: twitter4j/Twitter.getSuggestedUserCategories:()Ltwitter4j/ResponseList; ]
Twitter.getUserSuggestions ( String categorySlug ):ResponseList
[ run-time name: twitter4j/Twitter.getUserSuggestions:(Ljava/lang/String;)Ltwitter4j/ResponseList; ]
Twitter.httpResponseReceived ( internal.http.HttpResponseEvent x0 ):void
[ run-time name: twitter4j/Twitter.httpResponseReceived:(Ltwitter4j/internal/http/HttpResponseEvent;)V ]
Twitter.lookupUsers ( int[] ids ):ResponseList
[ run-time name: twitter4j/Twitter.lookupUsers:([I)Ltwitter4j/ResponseList; ]
Twitter.lookupUsers ( String[] screenNames ):ResponseList
[ run-time name: twitter4j/Twitter.lookupUsers:([Ljava/lang/String;)Ltwitter4j/ResponseList; ]
Twitter.reverseGeoCode ( GeoQuery query ):ResponseList
[ run-time name: twitter4j/Twitter.reverseGeoCode:(Ltwitter4j/GeoQuery;)Ltwitter4j/ResponseList; ]
Twitter.updateStatus ( StatusUpdate latestStatus ):Status
[ run-time name: twitter4j/Twitter.updateStatus:(Ltwitter4j/StatusUpdate;)Ltwitter4j/Status; ]
twitter4j-core-2.1.1.jar, TwitterAdapter.class
package twitter4j
TwitterAdapter.checkedUserListMembership ( User user ):void
[ run-time name: twitter4j/TwitterAdapter.checkedUserListMembership:(Ltwitter4j/User;)V ]
TwitterAdapter.destroyedUserList ( UserList userList ):void
[ run-time name: twitter4j/TwitterAdapter.destroyedUserList:(Ltwitter4j/UserList;)V ]
TwitterAdapter.gotAvailableTrends ( ResponseList locations ):void
[ run-time name: twitter4j/TwitterAdapter.gotAvailableTrends:(Ltwitter4j/ResponseList;)V ]
TwitterAdapter.gotGeoDetails ( Place place ):void
[ run-time name: twitter4j/TwitterAdapter.gotGeoDetails:(Ltwitter4j/Place;)V ]
TwitterAdapter.gotLocationTrends ( Trends trends ):void
[ run-time name: twitter4j/TwitterAdapter.gotLocationTrends:(Ltwitter4j/Trends;)V ]
TwitterAdapter.gotNearByPlaces ( ResponseList places ):void
[ run-time name: twitter4j/TwitterAdapter.gotNearByPlaces:(Ltwitter4j/ResponseList;)V ]
TwitterAdapter.gotReverseGeoCode ( ResponseList places ):void
[ run-time name: twitter4j/TwitterAdapter.gotReverseGeoCode:(Ltwitter4j/ResponseList;)V ]
TwitterAdapter.gotSuggestedUserCategories ( ResponseList categories ):void
[ run-time name: twitter4j/TwitterAdapter.gotSuggestedUserCategories:(Ltwitter4j/ResponseList;)V ]
TwitterAdapter.gotUserListStatuses ( ResponseList statuses ):void
[ run-time name: twitter4j/TwitterAdapter.gotUserListStatuses:(Ltwitter4j/ResponseList;)V ]
TwitterAdapter.gotUserSuggestions ( ResponseList users ):void
[ run-time name: twitter4j/TwitterAdapter.gotUserSuggestions:(Ltwitter4j/ResponseList;)V ]
TwitterAdapter.lookedupUsers ( ResponseList users ):void
[ run-time name: twitter4j/TwitterAdapter.lookedupUsers:(Ltwitter4j/ResponseList;)V ]
twitter4j-core-2.1.1.jar, TwitterFactory.class
package twitter4j
TwitterFactory.getInstance ( ):Twitter
[ run-time name: twitter4j/TwitterFactory.getInstance:()Ltwitter4j/Twitter; ]
TwitterFactory.getInstance ( String screenName, String password ):Twitter
[ run-time name: twitter4j/TwitterFactory.getInstance:(Ljava/lang/String;Ljava/lang/String;)Ltwitter4j/Twitter; ]
TwitterFactory.getInstance ( http.Authorization auth ):Twitter
[ run-time name: twitter4j/TwitterFactory.getInstance:(Ltwitter4j/http/Authorization;)Ltwitter4j/Twitter; ]
TwitterFactory.getOAuthAuthorizedInstance ( String consumerKey, String consumerSecret ):Twitter
[ run-time name: twitter4j/TwitterFactory.getOAuthAuthorizedInstance:(Ljava/lang/String;Ljava/lang/String;)Ltwitter4j/Twitter; ]
TwitterFactory.getOAuthAuthorizedInstance ( String consumerKey, String consumerSecret, http.AccessToken accessToken ):Twitter
[ run-time name: twitter4j/TwitterFactory.getOAuthAuthorizedInstance:(Ljava/lang/String;Ljava/lang/String;Ltwitter4j/http/AccessToken;)Ltwitter4j/Twitter; ]
TwitterFactory.getOAuthAuthorizedInstance ( http.AccessToken accessToken ):Twitter
[ run-time name: twitter4j/TwitterFactory.getOAuthAuthorizedInstance:(Ltwitter4j/http/AccessToken;)Ltwitter4j/Twitter; ]
TwitterFactory.TwitterFactory ( conf.Configuration conf )
[ run-time name: twitter4j/TwitterFactory."<init>":(Ltwitter4j/conf/Configuration;)V ]
twitter4j-core-2.1.1.jar, TwitterListener.class
package twitter4j
TwitterListener.checkedUserListMembership ( User p1 ) [abstract]:void
[ run-time name: twitter4j/TwitterListener.checkedUserListMembership:(Ltwitter4j/User;)V ]
TwitterListener.destroyedUserList ( UserList p1 ) [abstract]:void
[ run-time name: twitter4j/TwitterListener.destroyedUserList:(Ltwitter4j/UserList;)V ]
TwitterListener.gotAvailableTrends ( ResponseList p1 ) [abstract]:void
[ run-time name: twitter4j/TwitterListener.gotAvailableTrends:(Ltwitter4j/ResponseList;)V ]
TwitterListener.gotGeoDetails ( Place p1 ) [abstract]:void
[ run-time name: twitter4j/TwitterListener.gotGeoDetails:(Ltwitter4j/Place;)V ]
TwitterListener.gotLocationTrends ( Trends p1 ) [abstract]:void
[ run-time name: twitter4j/TwitterListener.gotLocationTrends:(Ltwitter4j/Trends;)V ]
TwitterListener.gotNearByPlaces ( ResponseList p1 ) [abstract]:void
[ run-time name: twitter4j/TwitterListener.gotNearByPlaces:(Ltwitter4j/ResponseList;)V ]
TwitterListener.gotReverseGeoCode ( ResponseList p1 ) [abstract]:void
[ run-time name: twitter4j/TwitterListener.gotReverseGeoCode:(Ltwitter4j/ResponseList;)V ]
TwitterListener.gotSuggestedUserCategories ( ResponseList p1 ) [abstract]:void
[ run-time name: twitter4j/TwitterListener.gotSuggestedUserCategories:(Ltwitter4j/ResponseList;)V ]
TwitterListener.gotUserListStatuses ( ResponseList p1 ) [abstract]:void
[ run-time name: twitter4j/TwitterListener.gotUserListStatuses:(Ltwitter4j/ResponseList;)V ]
TwitterListener.gotUserSuggestions ( ResponseList p1 ) [abstract]:void
[ run-time name: twitter4j/TwitterListener.gotUserSuggestions:(Ltwitter4j/ResponseList;)V ]
TwitterListener.lookedupUsers ( ResponseList p1 ) [abstract]:void
[ run-time name: twitter4j/TwitterListener.lookedupUsers:(Ltwitter4j/ResponseList;)V ]
twitter4j-core-2.1.1.jar, TwitterStream.class
package twitter4j
TwitterStream.getLinksStream ( int count ):StatusStream
[ run-time name: twitter4j/TwitterStream.getLinksStream:(I)Ltwitter4j/StatusStream; ]
TwitterStream.links ( int count ):void
[ run-time name: twitter4j/TwitterStream.links:(I)V ]
twitter4j-core-2.1.1.jar, TwitterStreamFactory.class
package twitter4j
TwitterStreamFactory.getInstance ( ):TwitterStream
[ run-time name: twitter4j/TwitterStreamFactory.getInstance:()Ltwitter4j/TwitterStream; ]
TwitterStreamFactory.getInstance ( String screenName, String password ):TwitterStream
[ run-time name: twitter4j/TwitterStreamFactory.getInstance:(Ljava/lang/String;Ljava/lang/String;)Ltwitter4j/TwitterStream; ]
TwitterStreamFactory.getInstance ( http.Authorization auth ):TwitterStream
[ run-time name: twitter4j/TwitterStreamFactory.getInstance:(Ltwitter4j/http/Authorization;)Ltwitter4j/TwitterStream; ]
TwitterStreamFactory.TwitterStreamFactory ( conf.Configuration conf )
[ run-time name: twitter4j/TwitterStreamFactory."<init>":(Ltwitter4j/conf/Configuration;)V ]
TwitterStreamFactory.TwitterStreamFactory ( conf.Configuration conf, StatusListener listener )
[ run-time name: twitter4j/TwitterStreamFactory."<init>":(Ltwitter4j/conf/Configuration;Ltwitter4j/StatusListener;)V ]
twitter4j-core-2.1.1.jar, User.class
package twitter4j
User.getStatus ( ) [abstract]:Status
[ run-time name: twitter4j/User.getStatus:()Ltwitter4j/Status; ]
twitter4j-core-2.1.1.jar, UserMethods.class
package twitter4j.api
UserMethods.getSuggestedUserCategories ( ) [abstract]:twitter4j.ResponseList
[ run-time name: twitter4j/api/UserMethods.getSuggestedUserCategories:()Ltwitter4j/ResponseList; ]
UserMethods.getUserSuggestions ( String p1 ) [abstract]:twitter4j.ResponseList
[ run-time name: twitter4j/api/UserMethods.getUserSuggestions:(Ljava/lang/String;)Ltwitter4j/ResponseList; ]
UserMethods.lookupUsers ( int[] p1 ) [abstract]:twitter4j.ResponseList
[ run-time name: twitter4j/api/UserMethods.lookupUsers:([I)Ltwitter4j/ResponseList; ]
UserMethods.lookupUsers ( String[] p1 ) [abstract]:twitter4j.ResponseList
[ run-time name: twitter4j/api/UserMethods.lookupUsers:([Ljava/lang/String;)Ltwitter4j/ResponseList; ]
twitter4j-core-2.1.1.jar, UserMethodsAsync.class
package twitter4j.api
UserMethodsAsync.getSuggestedUserCategories ( ) [abstract]:void
[ run-time name: twitter4j/api/UserMethodsAsync.getSuggestedUserCategories:()V ]
UserMethodsAsync.getUserSuggestions ( String p1 ) [abstract]:void
[ run-time name: twitter4j/api/UserMethodsAsync.getUserSuggestions:(Ljava/lang/String;)V ]
UserMethodsAsync.lookupUsers ( int[] p1 ) [abstract]:void
[ run-time name: twitter4j/api/UserMethodsAsync.lookupUsers:([I)V ]
UserMethodsAsync.lookupUsers ( String[] p1 ) [abstract]:void
[ run-time name: twitter4j/api/UserMethodsAsync.lookupUsers:([Ljava/lang/String;)V ]
to the top
Removed Methods (314)
twitter4j-core-2.1.0.jar, AsyncTwitter.class
package twitter4j
AsyncTwitter.httpResponseReceived ( http.HttpResponseEvent x0 ):void
[ run-time name: twitter4j/AsyncTwitter.httpResponseReceived:(Ltwitter4j/http/HttpResponseEvent;)V ]
twitter4j-core-2.1.0.jar, AsyncTwitterFactory.class
package twitter4j
AsyncTwitterFactory.getInstance ( conf.Configuration x0, http.Authorization x1 ):Object
[ run-time name: twitter4j/AsyncTwitterFactory.getInstance:(Ltwitter4j/conf/Configuration;Ltwitter4j/http/Authorization;)Ljava/lang/Object; ]
AsyncTwitterFactory.getOAuthSupportInstance ( conf.Configuration conf, http.Authorization auth ):AsyncTwitter
[ run-time name: twitter4j/AsyncTwitterFactory.getOAuthSupportInstance:(Ltwitter4j/conf/Configuration;Ltwitter4j/http/Authorization;)Ltwitter4j/AsyncTwitter; ]
AsyncTwitterFactory.getOAuthSupportInstance ( conf.Configuration x0, http.Authorization x1 ):Object
[ run-time name: twitter4j/AsyncTwitterFactory.getOAuthSupportInstance:(Ltwitter4j/conf/Configuration;Ltwitter4j/http/Authorization;)Ljava/lang/Object; ]
twitter4j-core-2.1.0.jar, Authorization.class
package twitter4j.http
Authorization.setAuthorizationHeader ( String p1, String p2, HttpParameter[] p3, java.net.HttpURLConnection p4 ) [abstract]:void
[ run-time name: twitter4j/http/Authorization.setAuthorizationHeader:(Ljava/lang/String;Ljava/lang/String;[Ltwitter4j/http/HttpParameter;Ljava/net/HttpURLConnection;)V ]
twitter4j-core-2.1.0.jar, BASE64Encoder.class
package twitter4j.http
BASE64Encoder.encode ( byte[] from ) [static]:String
[ run-time name: twitter4j/http/BASE64Encoder.encode:([B)Ljava/lang/String; ]
twitter4j-core-2.1.0.jar, BasicAuthorization.class
package twitter4j.http
BasicAuthorization.setAuthorizationHeader ( String method, String url, HttpParameter[] params, java.net.HttpURLConnection con ):void
[ run-time name: twitter4j/http/BasicAuthorization.setAuthorizationHeader:(Ljava/lang/String;Ljava/lang/String;[Ltwitter4j/http/HttpParameter;Ljava/net/HttpURLConnection;)V ]
twitter4j-core-2.1.0.jar, CDL.class
package twitter4j.org.json
CDL.CDL ( )
[ run-time name: twitter4j/org/json/CDL."<init>":()V ]
CDL.rowToJSONArray ( JSONTokener x ) [static]:JSONArray
[ run-time name: twitter4j/org/json/CDL.rowToJSONArray:(Ltwitter4j/org/json/JSONTokener;)Ltwitter4j/org/json/JSONArray; ]
CDL.rowToJSONObject ( JSONArray names, JSONTokener x ) [static]:JSONObject
[ run-time name: twitter4j/org/json/CDL.rowToJSONObject:(Ltwitter4j/org/json/JSONArray;Ltwitter4j/org/json/JSONTokener;)Ltwitter4j/org/json/JSONObject; ]
CDL.rowToString ( JSONArray ja ) [static]:String
[ run-time name: twitter4j/org/json/CDL.rowToString:(Ltwitter4j/org/json/JSONArray;)Ljava/lang/String; ]
CDL.toJSONArray ( String string ) [static]:JSONArray
[ run-time name: twitter4j/org/json/CDL.toJSONArray:(Ljava/lang/String;)Ltwitter4j/org/json/JSONArray; ]
CDL.toJSONArray ( JSONArray names, String string ) [static]:JSONArray
[ run-time name: twitter4j/org/json/CDL.toJSONArray:(Ltwitter4j/org/json/JSONArray;Ljava/lang/String;)Ltwitter4j/org/json/JSONArray; ]
CDL.toJSONArray ( JSONArray names, JSONTokener x ) [static]:JSONArray
[ run-time name: twitter4j/org/json/CDL.toJSONArray:(Ltwitter4j/org/json/JSONArray;Ltwitter4j/org/json/JSONTokener;)Ltwitter4j/org/json/JSONArray; ]
CDL.toJSONArray ( JSONTokener x ) [static]:JSONArray
[ run-time name: twitter4j/org/json/CDL.toJSONArray:(Ltwitter4j/org/json/JSONTokener;)Ltwitter4j/org/json/JSONArray; ]
CDL.toString ( JSONArray ja ) [static]:String
[ run-time name: twitter4j/org/json/CDL.toString:(Ltwitter4j/org/json/JSONArray;)Ljava/lang/String; ]
CDL.toString ( JSONArray names, JSONArray ja ) [static]:String
[ run-time name: twitter4j/org/json/CDL.toString:(Ltwitter4j/org/json/JSONArray;Ltwitter4j/org/json/JSONArray;)Ljava/lang/String; ]
twitter4j-core-2.1.0.jar, Cookie.class
package twitter4j.org.json
Cookie.Cookie ( )
[ run-time name: twitter4j/org/json/Cookie."<init>":()V ]
Cookie.escape ( String string ) [static]:String
[ run-time name: twitter4j/org/json/Cookie.escape:(Ljava/lang/String;)Ljava/lang/String; ]
Cookie.toJSONObject ( String string ) [static]:JSONObject
[ run-time name: twitter4j/org/json/Cookie.toJSONObject:(Ljava/lang/String;)Ltwitter4j/org/json/JSONObject; ]
Cookie.toString ( JSONObject o ) [static]:String
[ run-time name: twitter4j/org/json/Cookie.toString:(Ltwitter4j/org/json/JSONObject;)Ljava/lang/String; ]
Cookie.unescape ( String s ) [static]:String
[ run-time name: twitter4j/org/json/Cookie.unescape:(Ljava/lang/String;)Ljava/lang/String; ]
twitter4j-core-2.1.0.jar, CookieList.class
package twitter4j.org.json
CookieList.CookieList ( )
[ run-time name: twitter4j/org/json/CookieList."<init>":()V ]
CookieList.toJSONObject ( String string ) [static]:JSONObject
[ run-time name: twitter4j/org/json/CookieList.toJSONObject:(Ljava/lang/String;)Ltwitter4j/org/json/JSONObject; ]
CookieList.toString ( JSONObject o ) [static]:String
[ run-time name: twitter4j/org/json/CookieList.toString:(Ltwitter4j/org/json/JSONObject;)Ljava/lang/String; ]
twitter4j-core-2.1.0.jar, HTMLEntity.class
package twitter4j.http
HTMLEntity.escape ( String original ) [static]:String
[ run-time name: twitter4j/http/HTMLEntity.escape:(Ljava/lang/String;)Ljava/lang/String; ]
HTMLEntity.escape ( StringBuffer original ) [static]:void
[ run-time name: twitter4j/http/HTMLEntity.escape:(Ljava/lang/StringBuffer;)V ]
HTMLEntity.HTMLEntity ( )
[ run-time name: twitter4j/http/HTMLEntity."<init>":()V ]
HTMLEntity.unescape ( String original ) [static]:String
[ run-time name: twitter4j/http/HTMLEntity.unescape:(Ljava/lang/String;)Ljava/lang/String; ]
HTMLEntity.unescape ( StringBuffer original ) [static]:void
[ run-time name: twitter4j/http/HTMLEntity.unescape:(Ljava/lang/StringBuffer;)V ]
twitter4j-core-2.1.0.jar, HTTP.class
package twitter4j.org.json
HTTP.HTTP ( )
[ run-time name: twitter4j/org/json/HTTP."<init>":()V ]
HTTP.toJSONObject ( String string ) [static]:JSONObject
[ run-time name: twitter4j/org/json/HTTP.toJSONObject:(Ljava/lang/String;)Ltwitter4j/org/json/JSONObject; ]
HTTP.toString ( JSONObject o ) [static]:String
[ run-time name: twitter4j/org/json/HTTP.toString:(Ltwitter4j/org/json/JSONObject;)Ljava/lang/String; ]
twitter4j-core-2.1.0.jar, HttpClient.class
package twitter4j.http
HttpClient.encode ( String str ) [static]:String
[ run-time name: twitter4j/http/HttpClient.encode:(Ljava/lang/String;)Ljava/lang/String; ]
HttpClient.equals ( Object o ):boolean
[ run-time name: twitter4j/http/HttpClient.equals:(Ljava/lang/Object;)Z ]
HttpClient.get ( String url ):HttpResponse
[ run-time name: twitter4j/http/HttpClient.get:(Ljava/lang/String;)Ltwitter4j/http/HttpResponse; ]
HttpClient.getConnectionTimeout ( ):int
[ run-time name: twitter4j/http/HttpClient.getConnectionTimeout:()I ]
HttpClient.getInstance ( HttpClientConfiguration conf ) [static]:HttpClient
[ run-time name: twitter4j/http/HttpClient.getInstance:(Ltwitter4j/http/HttpClientConfiguration;)Ltwitter4j/http/HttpClient; ]
HttpClient.getProxyAuthPassword ( ):String
[ run-time name: twitter4j/http/HttpClient.getProxyAuthPassword:()Ljava/lang/String; ]
HttpClient.getProxyAuthUser ( ):String
[ run-time name: twitter4j/http/HttpClient.getProxyAuthUser:()Ljava/lang/String; ]
HttpClient.getProxyHost ( ):String
[ run-time name: twitter4j/http/HttpClient.getProxyHost:()Ljava/lang/String; ]
HttpClient.getProxyPort ( ):int
[ run-time name: twitter4j/http/HttpClient.getProxyPort:()I ]
HttpClient.getReadTimeout ( ):int
[ run-time name: twitter4j/http/HttpClient.getReadTimeout:()I ]
HttpClient.hashCode ( ):int
[ run-time name: twitter4j/http/HttpClient.hashCode:()I ]
HttpClient.HttpClient ( )
[ run-time name: twitter4j/http/HttpClient."<init>":()V ]
HttpClient.HttpClient ( HttpClientConfiguration conf )
[ run-time name: twitter4j/http/HttpClient."<init>":(Ltwitter4j/http/HttpClientConfiguration;)V ]
HttpClient.post ( String url, HttpParameter[] params ):HttpResponse
[ run-time name: twitter4j/http/HttpClient.post:(Ljava/lang/String;[Ltwitter4j/http/HttpParameter;)Ltwitter4j/http/HttpResponse; ]
HttpClient.request ( HttpRequest req ):HttpResponse
[ run-time name: twitter4j/http/HttpClient.request:(Ltwitter4j/http/HttpRequest;)Ltwitter4j/http/HttpResponse; ]
HttpClient.setConnectionTimeout ( int connectionTimeout ):void
[ run-time name: twitter4j/http/HttpClient.setConnectionTimeout:(I)V ]
HttpClient.setProxyAuthPassword ( String proxyAuthPassword ):void
[ run-time name: twitter4j/http/HttpClient.setProxyAuthPassword:(Ljava/lang/String;)V ]
HttpClient.setProxyAuthUser ( String proxyAuthUser ):void
[ run-time name: twitter4j/http/HttpClient.setProxyAuthUser:(Ljava/lang/String;)V ]
HttpClient.setProxyHost ( String proxyHost ):void
[ run-time name: twitter4j/http/HttpClient.setProxyHost:(Ljava/lang/String;)V ]
HttpClient.setProxyPort ( int proxyPort ):void
[ run-time name: twitter4j/http/HttpClient.setProxyPort:(I)V ]
HttpClient.setReadTimeout ( int readTimeout ):void
[ run-time name: twitter4j/http/HttpClient.setReadTimeout:(I)V ]
HttpClient.setRetryCount ( int retryCount ):void
[ run-time name: twitter4j/http/HttpClient.setRetryCount:(I)V ]
HttpClient.setRetryIntervalSeconds ( int retryIntervalSeconds ):void
[ run-time name: twitter4j/http/HttpClient.setRetryIntervalSeconds:(I)V ]
twitter4j-core-2.1.0.jar, HttpClientConfiguration.class
package twitter4j.http
HttpClientConfiguration.getHttpConnectionTimeout ( ) [abstract]:int
[ run-time name: twitter4j/http/HttpClientConfiguration.getHttpConnectionTimeout:()I ]
HttpClientConfiguration.getHttpProxyHost ( ) [abstract]:String
[ run-time name: twitter4j/http/HttpClientConfiguration.getHttpProxyHost:()Ljava/lang/String; ]
HttpClientConfiguration.getHttpProxyPassword ( ) [abstract]:String
[ run-time name: twitter4j/http/HttpClientConfiguration.getHttpProxyPassword:()Ljava/lang/String; ]
HttpClientConfiguration.getHttpProxyPort ( ) [abstract]:int
[ run-time name: twitter4j/http/HttpClientConfiguration.getHttpProxyPort:()I ]
HttpClientConfiguration.getHttpProxyUser ( ) [abstract]:String
[ run-time name: twitter4j/http/HttpClientConfiguration.getHttpProxyUser:()Ljava/lang/String; ]
HttpClientConfiguration.getHttpReadTimeout ( ) [abstract]:int
[ run-time name: twitter4j/http/HttpClientConfiguration.getHttpReadTimeout:()I ]
HttpClientConfiguration.getHttpRetryCount ( ) [abstract]:int
[ run-time name: twitter4j/http/HttpClientConfiguration.getHttpRetryCount:()I ]
HttpClientConfiguration.getHttpRetryIntervalSeconds ( ) [abstract]:int
[ run-time name: twitter4j/http/HttpClientConfiguration.getHttpRetryIntervalSeconds:()I ]
twitter4j-core-2.1.0.jar, HttpClientWrapper.class
package twitter4j.http
HttpClientWrapper.delete ( String url ):HttpResponse
[ run-time name: twitter4j/http/HttpClientWrapper.delete:(Ljava/lang/String;)Ltwitter4j/http/HttpResponse; ]
HttpClientWrapper.delete ( String url, Authorization authorization ):HttpResponse
[ run-time name: twitter4j/http/HttpClientWrapper.delete:(Ljava/lang/String;Ltwitter4j/http/Authorization;)Ltwitter4j/http/HttpResponse; ]
HttpClientWrapper.delete ( String url, HttpParameter[] parameters ):HttpResponse
[ run-time name: twitter4j/http/HttpClientWrapper.delete:(Ljava/lang/String;[Ltwitter4j/http/HttpParameter;)Ltwitter4j/http/HttpResponse; ]
HttpClientWrapper.delete ( String url, HttpParameter[] parameters, Authorization authorization ):HttpResponse
[ run-time name: twitter4j/http/HttpClientWrapper.delete:(Ljava/lang/String;[Ltwitter4j/http/HttpParameter;Ltwitter4j/http/Authorization;)Ltwitter4j/http/HttpResponse; ]
HttpClientWrapper.get ( String url ):HttpResponse
[ run-time name: twitter4j/http/HttpClientWrapper.get:(Ljava/lang/String;)Ltwitter4j/http/HttpResponse; ]
HttpClientWrapper.get ( String url, Authorization authorization ):HttpResponse
[ run-time name: twitter4j/http/HttpClientWrapper.get:(Ljava/lang/String;Ltwitter4j/http/Authorization;)Ltwitter4j/http/HttpResponse; ]
HttpClientWrapper.get ( String url, HttpParameter[] parameters ):HttpResponse
[ run-time name: twitter4j/http/HttpClientWrapper.get:(Ljava/lang/String;[Ltwitter4j/http/HttpParameter;)Ltwitter4j/http/HttpResponse; ]
HttpClientWrapper.get ( String url, HttpParameter[] parameters, Authorization authorization ):HttpResponse
[ run-time name: twitter4j/http/HttpClientWrapper.get:(Ljava/lang/String;[Ltwitter4j/http/HttpParameter;Ltwitter4j/http/Authorization;)Ltwitter4j/http/HttpResponse; ]
HttpClientWrapper.head ( String url ):HttpResponse
[ run-time name: twitter4j/http/HttpClientWrapper.head:(Ljava/lang/String;)Ltwitter4j/http/HttpResponse; ]
HttpClientWrapper.head ( String url, Authorization authorization ):HttpResponse
[ run-time name: twitter4j/http/HttpClientWrapper.head:(Ljava/lang/String;Ltwitter4j/http/Authorization;)Ltwitter4j/http/HttpResponse; ]
HttpClientWrapper.head ( String url, HttpParameter[] parameters ):HttpResponse
[ run-time name: twitter4j/http/HttpClientWrapper.head:(Ljava/lang/String;[Ltwitter4j/http/HttpParameter;)Ltwitter4j/http/HttpResponse; ]
HttpClientWrapper.head ( String url, HttpParameter[] parameters, Authorization authorization ):HttpResponse
[ run-time name: twitter4j/http/HttpClientWrapper.head:(Ljava/lang/String;[Ltwitter4j/http/HttpParameter;Ltwitter4j/http/Authorization;)Ltwitter4j/http/HttpResponse; ]
HttpClientWrapper.HttpClientWrapper ( )
[ run-time name: twitter4j/http/HttpClientWrapper."<init>":()V ]
HttpClientWrapper.HttpClientWrapper ( HttpClientWrapperConfiguration wrapperConf )
[ run-time name: twitter4j/http/HttpClientWrapper."<init>":(Ltwitter4j/http/HttpClientWrapperConfiguration;)V ]
HttpClientWrapper.post ( String url ):HttpResponse
[ run-time name: twitter4j/http/HttpClientWrapper.post:(Ljava/lang/String;)Ltwitter4j/http/HttpResponse; ]
HttpClientWrapper.post ( String url, Authorization authorization ):HttpResponse
[ run-time name: twitter4j/http/HttpClientWrapper.post:(Ljava/lang/String;Ltwitter4j/http/Authorization;)Ltwitter4j/http/HttpResponse; ]
HttpClientWrapper.post ( String url, HttpParameter[] parameters ):HttpResponse
[ run-time name: twitter4j/http/HttpClientWrapper.post:(Ljava/lang/String;[Ltwitter4j/http/HttpParameter;)Ltwitter4j/http/HttpResponse; ]
HttpClientWrapper.post ( String url, HttpParameter[] parameters, Authorization authorization ):HttpResponse
[ run-time name: twitter4j/http/HttpClientWrapper.post:(Ljava/lang/String;[Ltwitter4j/http/HttpParameter;Ltwitter4j/http/Authorization;)Ltwitter4j/http/HttpResponse; ]
HttpClientWrapper.put ( String url ):HttpResponse
[ run-time name: twitter4j/http/HttpClientWrapper.put:(Ljava/lang/String;)Ltwitter4j/http/HttpResponse; ]
HttpClientWrapper.put ( String url, Authorization authorization ):HttpResponse
[ run-time name: twitter4j/http/HttpClientWrapper.put:(Ljava/lang/String;Ltwitter4j/http/Authorization;)Ltwitter4j/http/HttpResponse; ]
HttpClientWrapper.put ( String url, HttpParameter[] parameters ):HttpResponse
[ run-time name: twitter4j/http/HttpClientWrapper.put:(Ljava/lang/String;[Ltwitter4j/http/HttpParameter;)Ltwitter4j/http/HttpResponse; ]
HttpClientWrapper.put ( String url, HttpParameter[] parameters, Authorization authorization ):HttpResponse
[ run-time name: twitter4j/http/HttpClientWrapper.put:(Ljava/lang/String;[Ltwitter4j/http/HttpParameter;Ltwitter4j/http/Authorization;)Ltwitter4j/http/HttpResponse; ]
HttpClientWrapper.setHttpResponseListener ( HttpResponseListener listener ):void
[ run-time name: twitter4j/http/HttpClientWrapper.setHttpResponseListener:(Ltwitter4j/http/HttpResponseListener;)V ]
twitter4j-core-2.1.0.jar, HttpClientWrapperConfiguration.class
package twitter4j.http
HttpClientWrapperConfiguration.getRequestHeaders ( ) [abstract]:java.util.Map
[ run-time name: twitter4j/http/HttpClientWrapperConfiguration.getRequestHeaders:()Ljava/util/Map; ]
twitter4j-core-2.1.0.jar, HttpParameter.class
package twitter4j.http
HttpParameter.compareTo ( Object o ):int
[ run-time name: twitter4j/http/HttpParameter.compareTo:(Ljava/lang/Object;)I ]
HttpParameter.encodeParameters ( HttpParameter[] httpParams ) [static]:String
[ run-time name: twitter4j/http/HttpParameter.encodeParameters:([Ltwitter4j/http/HttpParameter;)Ljava/lang/String; ]
HttpParameter.equals ( Object o ):boolean
[ run-time name: twitter4j/http/HttpParameter.equals:(Ljava/lang/Object;)Z ]
HttpParameter.getContentType ( ):String
[ run-time name: twitter4j/http/HttpParameter.getContentType:()Ljava/lang/String; ]
HttpParameter.getName ( ):String
[ run-time name: twitter4j/http/HttpParameter.getName:()Ljava/lang/String; ]
HttpParameter.getParameterArray ( String name, int value ) [static]:HttpParameter[]
[ run-time name: twitter4j/http/HttpParameter.getParameterArray:(Ljava/lang/String;I)[Ltwitter4j/http/HttpParameter; ]
HttpParameter.getParameterArray ( String name, String value ) [static]:HttpParameter[]
[ run-time name: twitter4j/http/HttpParameter.getParameterArray:(Ljava/lang/String;Ljava/lang/String;)[Ltwitter4j/http/HttpParameter; ]
HttpParameter.getParameterArray ( String name1, int value1, String name2, int value2 ) [static]:HttpParameter[]
[ run-time name: twitter4j/http/HttpParameter.getParameterArray:(Ljava/lang/String;ILjava/lang/String;I)[Ltwitter4j/http/HttpParameter; ]
HttpParameter.getParameterArray ( String name1, String value1, String name2, String value2 ) [static]:HttpParameter[]
[ run-time name: twitter4j/http/HttpParameter.getParameterArray:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)[Ltwitter4j/http/HttpParameter; ]
HttpParameter.getValue ( ):String
[ run-time name: twitter4j/http/HttpParameter.getValue:()Ljava/lang/String; ]
HttpParameter.hashCode ( ):int
[ run-time name: twitter4j/http/HttpParameter.hashCode:()I ]
HttpParameter.HttpParameter ( String name, boolean value )
[ run-time name: twitter4j/http/HttpParameter."<init>":(Ljava/lang/String;Z)V ]
HttpParameter.HttpParameter ( String name, double value )
[ run-time name: twitter4j/http/HttpParameter."<init>":(Ljava/lang/String;D)V ]
HttpParameter.HttpParameter ( String name, int value )
[ run-time name: twitter4j/http/HttpParameter."<init>":(Ljava/lang/String;I)V ]
HttpParameter.HttpParameter ( String name, java.io.File file )
[ run-time name: twitter4j/http/HttpParameter."<init>":(Ljava/lang/String;Ljava/io/File;)V ]
HttpParameter.HttpParameter ( String name, long value )
[ run-time name: twitter4j/http/HttpParameter."<init>":(Ljava/lang/String;J)V ]
HttpParameter.HttpParameter ( String name, String value )
[ run-time name: twitter4j/http/HttpParameter."<init>":(Ljava/lang/String;Ljava/lang/String;)V ]
HttpParameter.isFile ( ):boolean
[ run-time name: twitter4j/http/HttpParameter.isFile:()Z ]
HttpParameter.toString ( ):String
[ run-time name: twitter4j/http/HttpParameter.toString:()Ljava/lang/String; ]
twitter4j-core-2.1.0.jar, HttpRequest.class
package twitter4j.http
HttpRequest.equals ( Object o ):boolean
[ run-time name: twitter4j/http/HttpRequest.equals:(Ljava/lang/Object;)Z ]
HttpRequest.getURL ( ):String
[ run-time name: twitter4j/http/HttpRequest.getURL:()Ljava/lang/String; ]
HttpRequest.hashCode ( ):int
[ run-time name: twitter4j/http/HttpRequest.hashCode:()I ]
HttpRequest.HttpRequest ( RequestMethod method, String url, HttpParameter[] httpParams, Authorization authorization, java.util.Map requestHeaders )
[ run-time name: twitter4j/http/HttpRequest."<init>":(Ltwitter4j/http/RequestMethod;Ljava/lang/String;[Ltwitter4j/http/HttpParameter;Ltwitter4j/http/Authorization;Ljava/util/Map;)V ]
HttpRequest.toString ( ):String
[ run-time name: twitter4j/http/HttpRequest.toString:()Ljava/lang/String; ]
twitter4j-core-2.1.0.jar, HttpResponse.class
package twitter4j.http
HttpResponse.asDocument ( ):org.w3c.dom.Document
[ run-time name: twitter4j/http/HttpResponse.asDocument:()Lorg/w3c/dom/Document; ]
HttpResponse.asJSONArray ( ):twitter4j.org.json.JSONArray
[ run-time name: twitter4j/http/HttpResponse.asJSONArray:()Ltwitter4j/org/json/JSONArray; ]
HttpResponse.asJSONObject ( ):twitter4j.org.json.JSONObject
[ run-time name: twitter4j/http/HttpResponse.asJSONObject:()Ltwitter4j/org/json/JSONObject; ]
HttpResponse.asReader ( ):java.io.InputStreamReader
[ run-time name: twitter4j/http/HttpResponse.asReader:()Ljava/io/InputStreamReader; ]
HttpResponse.asStream ( ):java.io.InputStream
[ run-time name: twitter4j/http/HttpResponse.asStream:()Ljava/io/InputStream; ]
HttpResponse.asString ( ):String
[ run-time name: twitter4j/http/HttpResponse.asString:()Ljava/lang/String; ]
HttpResponse.disconnect ( ):void
[ run-time name: twitter4j/http/HttpResponse.disconnect:()V ]
HttpResponse.getResponseHeader ( String name ):String
[ run-time name: twitter4j/http/HttpResponse.getResponseHeader:(Ljava/lang/String;)Ljava/lang/String; ]
HttpResponse.getStatusCode ( ):int
[ run-time name: twitter4j/http/HttpResponse.getStatusCode:()I ]
HttpResponse.HttpResponse ( java.net.HttpURLConnection con )
[ run-time name: twitter4j/http/HttpResponse."<init>":(Ljava/net/HttpURLConnection;)V ]
HttpResponse.toString ( ):String
[ run-time name: twitter4j/http/HttpResponse.toString:()Ljava/lang/String; ]
twitter4j-core-2.1.0.jar, HttpResponseEvent.class
package twitter4j.http
HttpResponseEvent.equals ( Object o ):boolean
[ run-time name: twitter4j/http/HttpResponseEvent.equals:(Ljava/lang/Object;)Z ]
HttpResponseEvent.getRequest ( ):HttpRequest
[ run-time name: twitter4j/http/HttpResponseEvent.getRequest:()Ltwitter4j/http/HttpRequest; ]
HttpResponseEvent.getResponse ( ):HttpResponse
[ run-time name: twitter4j/http/HttpResponseEvent.getResponse:()Ltwitter4j/http/HttpResponse; ]
HttpResponseEvent.getSource ( ):HttpClient
[ run-time name: twitter4j/http/HttpResponseEvent.getSource:()Ltwitter4j/http/HttpClient; ]
HttpResponseEvent.hashCode ( ):int
[ run-time name: twitter4j/http/HttpResponseEvent.hashCode:()I ]
HttpResponseEvent.isAuthenticated ( ):boolean
[ run-time name: twitter4j/http/HttpResponseEvent.isAuthenticated:()Z ]
HttpResponseEvent.toString ( ):String
[ run-time name: twitter4j/http/HttpResponseEvent.toString:()Ljava/lang/String; ]
twitter4j-core-2.1.0.jar, HttpResponseListener.class
package twitter4j.http
HttpResponseListener.httpResponseReceived ( HttpResponseEvent p1 ) [abstract]:void
[ run-time name: twitter4j/http/HttpResponseListener.httpResponseReceived:(Ltwitter4j/http/HttpResponseEvent;)V ]
twitter4j-core-2.1.0.jar, HTTPTokener.class
package twitter4j.org.json
HTTPTokener.HTTPTokener ( String s )
[ run-time name: twitter4j/org/json/HTTPTokener."<init>":(Ljava/lang/String;)V ]
HTTPTokener.nextToken ( ):String
[ run-time name: twitter4j/org/json/HTTPTokener.nextToken:()Ljava/lang/String; ]
twitter4j-core-2.1.0.jar, JSONArray.class
package twitter4j.org.json
JSONArray.get ( int index ):Object
[ run-time name: twitter4j/org/json/JSONArray.get:(I)Ljava/lang/Object; ]
JSONArray.getBoolean ( int index ):boolean
[ run-time name: twitter4j/org/json/JSONArray.getBoolean:(I)Z ]
JSONArray.getDouble ( int index ):double
[ run-time name: twitter4j/org/json/JSONArray.getDouble:(I)D ]
JSONArray.getInt ( int index ):int
[ run-time name: twitter4j/org/json/JSONArray.getInt:(I)I ]
JSONArray.getJSONArray ( int index ):JSONArray
[ run-time name: twitter4j/org/json/JSONArray.getJSONArray:(I)Ltwitter4j/org/json/JSONArray; ]
JSONArray.getJSONObject ( int index ):JSONObject
[ run-time name: twitter4j/org/json/JSONArray.getJSONObject:(I)Ltwitter4j/org/json/JSONObject; ]
JSONArray.getLong ( int index ):long
[ run-time name: twitter4j/org/json/JSONArray.getLong:(I)J ]
JSONArray.getString ( int index ):String
[ run-time name: twitter4j/org/json/JSONArray.getString:(I)Ljava/lang/String; ]
JSONArray.isNull ( int index ):boolean
[ run-time name: twitter4j/org/json/JSONArray.isNull:(I)Z ]
JSONArray.join ( String separator ):String
[ run-time name: twitter4j/org/json/JSONArray.join:(Ljava/lang/String;)Ljava/lang/String; ]
JSONArray.JSONArray ( )
[ run-time name: twitter4j/org/json/JSONArray."<init>":()V ]
JSONArray.JSONArray ( java.util.Collection collection )
[ run-time name: twitter4j/org/json/JSONArray."<init>":(Ljava/util/Collection;)V ]
JSONArray.JSONArray ( java.util.Collection collection, boolean includeSuperClass )
[ run-time name: twitter4j/org/json/JSONArray."<init>":(Ljava/util/Collection;Z)V ]
JSONArray.JSONArray ( Object array )
[ run-time name: twitter4j/org/json/JSONArray."<init>":(Ljava/lang/Object;)V ]
JSONArray.JSONArray ( Object array, boolean includeSuperClass )
[ run-time name: twitter4j/org/json/JSONArray."<init>":(Ljava/lang/Object;Z)V ]
JSONArray.JSONArray ( String source )
[ run-time name: twitter4j/org/json/JSONArray."<init>":(Ljava/lang/String;)V ]
JSONArray.JSONArray ( JSONTokener x )
[ run-time name: twitter4j/org/json/JSONArray."<init>":(Ltwitter4j/org/json/JSONTokener;)V ]
JSONArray.length ( ):int
[ run-time name: twitter4j/org/json/JSONArray.length:()I ]
JSONArray.opt ( int index ):Object
[ run-time name: twitter4j/org/json/JSONArray.opt:(I)Ljava/lang/Object; ]
JSONArray.optBoolean ( int index ):boolean
[ run-time name: twitter4j/org/json/JSONArray.optBoolean:(I)Z ]
JSONArray.optBoolean ( int index, boolean defaultValue ):boolean
[ run-time name: twitter4j/org/json/JSONArray.optBoolean:(IZ)Z ]
JSONArray.optDouble ( int index ):double
[ run-time name: twitter4j/org/json/JSONArray.optDouble:(I)D ]
JSONArray.optDouble ( int index, double defaultValue ):double
[ run-time name: twitter4j/org/json/JSONArray.optDouble:(ID)D ]
JSONArray.optInt ( int index ):int
[ run-time name: twitter4j/org/json/JSONArray.optInt:(I)I ]
JSONArray.optInt ( int index, int defaultValue ):int
[ run-time name: twitter4j/org/json/JSONArray.optInt:(II)I ]
JSONArray.optJSONArray ( int index ):JSONArray
[ run-time name: twitter4j/org/json/JSONArray.optJSONArray:(I)Ltwitter4j/org/json/JSONArray; ]
JSONArray.optJSONObject ( int index ):JSONObject
[ run-time name: twitter4j/org/json/JSONArray.optJSONObject:(I)Ltwitter4j/org/json/JSONObject; ]
JSONArray.optLong ( int index ):long
[ run-time name: twitter4j/org/json/JSONArray.optLong:(I)J ]
JSONArray.optLong ( int index, long defaultValue ):long
[ run-time name: twitter4j/org/json/JSONArray.optLong:(IJ)J ]
JSONArray.optString ( int index ):String
[ run-time name: twitter4j/org/json/JSONArray.optString:(I)Ljava/lang/String; ]
JSONArray.optString ( int index, String defaultValue ):String
[ run-time name: twitter4j/org/json/JSONArray.optString:(ILjava/lang/String;)Ljava/lang/String; ]
JSONArray.put ( boolean value ):JSONArray
[ run-time name: twitter4j/org/json/JSONArray.put:(Z)Ltwitter4j/org/json/JSONArray; ]
JSONArray.put ( double value ):JSONArray
[ run-time name: twitter4j/org/json/JSONArray.put:(D)Ltwitter4j/org/json/JSONArray; ]
JSONArray.put ( int index, boolean value ):JSONArray
[ run-time name: twitter4j/org/json/JSONArray.put:(IZ)Ltwitter4j/org/json/JSONArray; ]
JSONArray.put ( int index, double value ):JSONArray
[ run-time name: twitter4j/org/json/JSONArray.put:(ID)Ltwitter4j/org/json/JSONArray; ]
JSONArray.put ( int index, int value ):JSONArray
[ run-time name: twitter4j/org/json/JSONArray.put:(II)Ltwitter4j/org/json/JSONArray; ]
JSONArray.put ( int index, java.util.Collection value ):JSONArray
[ run-time name: twitter4j/org/json/JSONArray.put:(ILjava/util/Collection;)Ltwitter4j/org/json/JSONArray; ]
JSONArray.put ( int index, java.util.Map value ):JSONArray
[ run-time name: twitter4j/org/json/JSONArray.put:(ILjava/util/Map;)Ltwitter4j/org/json/JSONArray; ]
JSONArray.put ( int index, long value ):JSONArray
[ run-time name: twitter4j/org/json/JSONArray.put:(IJ)Ltwitter4j/org/json/JSONArray; ]
JSONArray.put ( int index, Object value ):JSONArray
[ run-time name: twitter4j/org/json/JSONArray.put:(ILjava/lang/Object;)Ltwitter4j/org/json/JSONArray; ]
JSONArray.put ( int value ):JSONArray
[ run-time name: twitter4j/org/json/JSONArray.put:(I)Ltwitter4j/org/json/JSONArray; ]
JSONArray.put ( java.util.Collection value ):JSONArray
[ run-time name: twitter4j/org/json/JSONArray.put:(Ljava/util/Collection;)Ltwitter4j/org/json/JSONArray; ]
JSONArray.put ( java.util.Map value ):JSONArray
[ run-time name: twitter4j/org/json/JSONArray.put:(Ljava/util/Map;)Ltwitter4j/org/json/JSONArray; ]
JSONArray.put ( long value ):JSONArray
[ run-time name: twitter4j/org/json/JSONArray.put:(J)Ltwitter4j/org/json/JSONArray; ]
JSONArray.put ( Object value ):JSONArray
[ run-time name: twitter4j/org/json/JSONArray.put:(Ljava/lang/Object;)Ltwitter4j/org/json/JSONArray; ]
JSONArray.toJSONObject ( JSONArray names ):JSONObject
[ run-time name: twitter4j/org/json/JSONArray.toJSONObject:(Ltwitter4j/org/json/JSONArray;)Ltwitter4j/org/json/JSONObject; ]
JSONArray.toString ( ):String
[ run-time name: twitter4j/org/json/JSONArray.toString:()Ljava/lang/String; ]
JSONArray.toString ( int indentFactor ):String
[ run-time name: twitter4j/org/json/JSONArray.toString:(I)Ljava/lang/String; ]
JSONArray.write ( java.io.Writer writer ):java.io.Writer
[ run-time name: twitter4j/org/json/JSONArray.write:(Ljava/io/Writer;)Ljava/io/Writer; ]
twitter4j-core-2.1.0.jar, JSONException.class
package twitter4j.org.json
JSONException.getCause ( ):Throwable
[ run-time name: twitter4j/org/json/JSONException.getCause:()Ljava/lang/Throwable; ]
JSONException.JSONException ( String message )
[ run-time name: twitter4j/org/json/JSONException."<init>":(Ljava/lang/String;)V ]
JSONException.JSONException ( Throwable t )
[ run-time name: twitter4j/org/json/JSONException."<init>":(Ljava/lang/Throwable;)V ]
twitter4j-core-2.1.0.jar, JSONML.class
package twitter4j.org.json
JSONML.JSONML ( )
[ run-time name: twitter4j/org/json/JSONML."<init>":()V ]
JSONML.toJSONArray ( String string ) [static]:JSONArray
[ run-time name: twitter4j/org/json/JSONML.toJSONArray:(Ljava/lang/String;)Ltwitter4j/org/json/JSONArray; ]
JSONML.toJSONArray ( XMLTokener x ) [static]:JSONArray
[ run-time name: twitter4j/org/json/JSONML.toJSONArray:(Ltwitter4j/org/json/XMLTokener;)Ltwitter4j/org/json/JSONArray; ]
JSONML.toJSONObject ( String string ) [static]:JSONObject
[ run-time name: twitter4j/org/json/JSONML.toJSONObject:(Ljava/lang/String;)Ltwitter4j/org/json/JSONObject; ]
JSONML.toJSONObject ( XMLTokener x ) [static]:JSONObject
[ run-time name: twitter4j/org/json/JSONML.toJSONObject:(Ltwitter4j/org/json/XMLTokener;)Ltwitter4j/org/json/JSONObject; ]
JSONML.toString ( JSONArray ja ) [static]:String
[ run-time name: twitter4j/org/json/JSONML.toString:(Ltwitter4j/org/json/JSONArray;)Ljava/lang/String; ]
JSONML.toString ( JSONObject jo ) [static]:String
[ run-time name: twitter4j/org/json/JSONML.toString:(Ltwitter4j/org/json/JSONObject;)Ljava/lang/String; ]
twitter4j-core-2.1.0.jar, JSONObject.class
package twitter4j.org.json
JSONObject.accumulate ( String key, Object value ):JSONObject
[ run-time name: twitter4j/org/json/JSONObject.accumulate:(Ljava/lang/String;Ljava/lang/Object;)Ltwitter4j/org/json/JSONObject; ]
JSONObject.append ( String key, Object value ):JSONObject
[ run-time name: twitter4j/org/json/JSONObject.append:(Ljava/lang/String;Ljava/lang/Object;)Ltwitter4j/org/json/JSONObject; ]
JSONObject.doubleToString ( double d ) [static]:String
[ run-time name: twitter4j/org/json/JSONObject.doubleToString:(D)Ljava/lang/String; ]
JSONObject.get ( String key ):Object
[ run-time name: twitter4j/org/json/JSONObject.get:(Ljava/lang/String;)Ljava/lang/Object; ]
JSONObject.getBoolean ( String key ):boolean
[ run-time name: twitter4j/org/json/JSONObject.getBoolean:(Ljava/lang/String;)Z ]
JSONObject.getDouble ( String key ):double
[ run-time name: twitter4j/org/json/JSONObject.getDouble:(Ljava/lang/String;)D ]
JSONObject.getInt ( String key ):int
[ run-time name: twitter4j/org/json/JSONObject.getInt:(Ljava/lang/String;)I ]
JSONObject.getJSONArray ( String key ):JSONArray
[ run-time name: twitter4j/org/json/JSONObject.getJSONArray:(Ljava/lang/String;)Ltwitter4j/org/json/JSONArray; ]
JSONObject.getJSONObject ( String key ):JSONObject
[ run-time name: twitter4j/org/json/JSONObject.getJSONObject:(Ljava/lang/String;)Ltwitter4j/org/json/JSONObject; ]
JSONObject.getLong ( String key ):long
[ run-time name: twitter4j/org/json/JSONObject.getLong:(Ljava/lang/String;)J ]
JSONObject.getNames ( Object object ) [static]:String[]
[ run-time name: twitter4j/org/json/JSONObject.getNames:(Ljava/lang/Object;)[Ljava/lang/String; ]
JSONObject.getNames ( JSONObject jo ) [static]:String[]
[ run-time name: twitter4j/org/json/JSONObject.getNames:(Ltwitter4j/org/json/JSONObject;)[Ljava/lang/String; ]
JSONObject.getString ( String key ):String
[ run-time name: twitter4j/org/json/JSONObject.getString:(Ljava/lang/String;)Ljava/lang/String; ]
JSONObject.has ( String key ):boolean
[ run-time name: twitter4j/org/json/JSONObject.has:(Ljava/lang/String;)Z ]
JSONObject.isNull ( String key ):boolean
[ run-time name: twitter4j/org/json/JSONObject.isNull:(Ljava/lang/String;)Z ]
JSONObject.JSONObject ( )
[ run-time name: twitter4j/org/json/JSONObject."<init>":()V ]
JSONObject.JSONObject ( java.util.Map map )
[ run-time name: twitter4j/org/json/JSONObject."<init>":(Ljava/util/Map;)V ]
JSONObject.JSONObject ( java.util.Map map, boolean includeSuperClass )
[ run-time name: twitter4j/org/json/JSONObject."<init>":(Ljava/util/Map;Z)V ]
JSONObject.JSONObject ( Object bean )
[ run-time name: twitter4j/org/json/JSONObject."<init>":(Ljava/lang/Object;)V ]
JSONObject.JSONObject ( Object bean, boolean includeSuperClass )
[ run-time name: twitter4j/org/json/JSONObject."<init>":(Ljava/lang/Object;Z)V ]
JSONObject.JSONObject ( Object object, String[] names )
[ run-time name: twitter4j/org/json/JSONObject."<init>":(Ljava/lang/Object;[Ljava/lang/String;)V ]
JSONObject.JSONObject ( String source )
[ run-time name: twitter4j/org/json/JSONObject."<init>":(Ljava/lang/String;)V ]
JSONObject.JSONObject ( JSONObject jo, String[] names )
[ run-time name: twitter4j/org/json/JSONObject."<init>":(Ltwitter4j/org/json/JSONObject;[Ljava/lang/String;)V ]
JSONObject.JSONObject ( JSONTokener x )
[ run-time name: twitter4j/org/json/JSONObject."<init>":(Ltwitter4j/org/json/JSONTokener;)V ]
JSONObject.keys ( ):java.util.Iterator
[ run-time name: twitter4j/org/json/JSONObject.keys:()Ljava/util/Iterator; ]
JSONObject.length ( ):int
[ run-time name: twitter4j/org/json/JSONObject.length:()I ]
JSONObject.names ( ):JSONArray
[ run-time name: twitter4j/org/json/JSONObject.names:()Ltwitter4j/org/json/JSONArray; ]
JSONObject.numberToString ( Number n ) [static]:String
[ run-time name: twitter4j/org/json/JSONObject.numberToString:(Ljava/lang/Number;)Ljava/lang/String; ]
JSONObject.opt ( String key ):Object
[ run-time name: twitter4j/org/json/JSONObject.opt:(Ljava/lang/String;)Ljava/lang/Object; ]
JSONObject.optBoolean ( String key ):boolean
[ run-time name: twitter4j/org/json/JSONObject.optBoolean:(Ljava/lang/String;)Z ]
JSONObject.optBoolean ( String key, boolean defaultValue ):boolean
[ run-time name: twitter4j/org/json/JSONObject.optBoolean:(Ljava/lang/String;Z)Z ]
JSONObject.optDouble ( String key ):double
[ run-time name: twitter4j/org/json/JSONObject.optDouble:(Ljava/lang/String;)D ]
JSONObject.optDouble ( String key, double defaultValue ):double
[ run-time name: twitter4j/org/json/JSONObject.optDouble:(Ljava/lang/String;D)D ]
JSONObject.optInt ( String key ):int
[ run-time name: twitter4j/org/json/JSONObject.optInt:(Ljava/lang/String;)I ]
JSONObject.optInt ( String key, int defaultValue ):int
[ run-time name: twitter4j/org/json/JSONObject.optInt:(Ljava/lang/String;I)I ]
JSONObject.optJSONArray ( String key ):JSONArray
[ run-time name: twitter4j/org/json/JSONObject.optJSONArray:(Ljava/lang/String;)Ltwitter4j/org/json/JSONArray; ]
JSONObject.optJSONObject ( String key ):JSONObject
[ run-time name: twitter4j/org/json/JSONObject.optJSONObject:(Ljava/lang/String;)Ltwitter4j/org/json/JSONObject; ]
JSONObject.optLong ( String key ):long
[ run-time name: twitter4j/org/json/JSONObject.optLong:(Ljava/lang/String;)J ]
JSONObject.optLong ( String key, long defaultValue ):long
[ run-time name: twitter4j/org/json/JSONObject.optLong:(Ljava/lang/String;J)J ]
JSONObject.optString ( String key ):String
[ run-time name: twitter4j/org/json/JSONObject.optString:(Ljava/lang/String;)Ljava/lang/String; ]
JSONObject.optString ( String key, String defaultValue ):String
[ run-time name: twitter4j/org/json/JSONObject.optString:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; ]
JSONObject.put ( String key, boolean value ):JSONObject
[ run-time name: twitter4j/org/json/JSONObject.put:(Ljava/lang/String;Z)Ltwitter4j/org/json/JSONObject; ]
JSONObject.put ( String key, double value ):JSONObject
[ run-time name: twitter4j/org/json/JSONObject.put:(Ljava/lang/String;D)Ltwitter4j/org/json/JSONObject; ]
JSONObject.put ( String key, int value ):JSONObject
[ run-time name: twitter4j/org/json/JSONObject.put:(Ljava/lang/String;I)Ltwitter4j/org/json/JSONObject; ]
JSONObject.put ( String key, java.util.Collection value ):JSONObject
[ run-time name: twitter4j/org/json/JSONObject.put:(Ljava/lang/String;Ljava/util/Collection;)Ltwitter4j/org/json/JSONObject; ]
JSONObject.put ( String key, java.util.Map value ):JSONObject
[ run-time name: twitter4j/org/json/JSONObject.put:(Ljava/lang/String;Ljava/util/Map;)Ltwitter4j/org/json/JSONObject; ]
JSONObject.put ( String key, long value ):JSONObject
[ run-time name: twitter4j/org/json/JSONObject.put:(Ljava/lang/String;J)Ltwitter4j/org/json/JSONObject; ]
JSONObject.put ( String key, Object value ):JSONObject
[ run-time name: twitter4j/org/json/JSONObject.put:(Ljava/lang/String;Ljava/lang/Object;)Ltwitter4j/org/json/JSONObject; ]
JSONObject.putOnce ( String key, Object value ):JSONObject
[ run-time name: twitter4j/org/json/JSONObject.putOnce:(Ljava/lang/String;Ljava/lang/Object;)Ltwitter4j/org/json/JSONObject; ]
JSONObject.putOpt ( String key, Object value ):JSONObject
[ run-time name: twitter4j/org/json/JSONObject.putOpt:(Ljava/lang/String;Ljava/lang/Object;)Ltwitter4j/org/json/JSONObject; ]
JSONObject.quote ( String string ) [static]:String
[ run-time name: twitter4j/org/json/JSONObject.quote:(Ljava/lang/String;)Ljava/lang/String; ]
JSONObject.remove ( String key ):Object
[ run-time name: twitter4j/org/json/JSONObject.remove:(Ljava/lang/String;)Ljava/lang/Object; ]
JSONObject.sortedKeys ( ):java.util.Iterator
[ run-time name: twitter4j/org/json/JSONObject.sortedKeys:()Ljava/util/Iterator; ]
JSONObject.stringToValue ( String s ) [static]:Object
[ run-time name: twitter4j/org/json/JSONObject.stringToValue:(Ljava/lang/String;)Ljava/lang/Object; ]
JSONObject.toJSONArray ( JSONArray names ):JSONArray
[ run-time name: twitter4j/org/json/JSONObject.toJSONArray:(Ltwitter4j/org/json/JSONArray;)Ltwitter4j/org/json/JSONArray; ]
JSONObject.toString ( ):String
[ run-time name: twitter4j/org/json/JSONObject.toString:()Ljava/lang/String; ]
JSONObject.toString ( int indentFactor ):String
[ run-time name: twitter4j/org/json/JSONObject.toString:(I)Ljava/lang/String; ]
JSONObject.write ( java.io.Writer writer ):java.io.Writer
[ run-time name: twitter4j/org/json/JSONObject.write:(Ljava/io/Writer;)Ljava/io/Writer; ]
twitter4j-core-2.1.0.jar, JSONString.class
package twitter4j.org.json
JSONString.toJSONString ( ) [abstract]:String
[ run-time name: twitter4j/org/json/JSONString.toJSONString:()Ljava/lang/String; ]
twitter4j-core-2.1.0.jar, JSONStringer.class
package twitter4j.org.json
JSONStringer.JSONStringer ( )
[ run-time name: twitter4j/org/json/JSONStringer."<init>":()V ]
JSONStringer.toString ( ):String
[ run-time name: twitter4j/org/json/JSONStringer.toString:()Ljava/lang/String; ]
twitter4j-core-2.1.0.jar, JSONTokener.class
package twitter4j.org.json
JSONTokener.back ( ):void
[ run-time name: twitter4j/org/json/JSONTokener.back:()V ]
JSONTokener.dehexchar ( char c ) [static]:int
[ run-time name: twitter4j/org/json/JSONTokener.dehexchar:(C)I ]
JSONTokener.JSONTokener ( java.io.Reader reader )
[ run-time name: twitter4j/org/json/JSONTokener."<init>":(Ljava/io/Reader;)V ]
JSONTokener.JSONTokener ( String s )
[ run-time name: twitter4j/org/json/JSONTokener."<init>":(Ljava/lang/String;)V ]
JSONTokener.more ( ):boolean
[ run-time name: twitter4j/org/json/JSONTokener.more:()Z ]
JSONTokener.next ( ):char
[ run-time name: twitter4j/org/json/JSONTokener.next:()C ]
JSONTokener.next ( char c ):char
[ run-time name: twitter4j/org/json/JSONTokener.next:(C)C ]
JSONTokener.next ( int n ):String
[ run-time name: twitter4j/org/json/JSONTokener.next:(I)Ljava/lang/String; ]
JSONTokener.nextClean ( ):char
[ run-time name: twitter4j/org/json/JSONTokener.nextClean:()C ]
JSONTokener.nextString ( char quote ):String
[ run-time name: twitter4j/org/json/JSONTokener.nextString:(C)Ljava/lang/String; ]
JSONTokener.nextTo ( char d ):String
[ run-time name: twitter4j/org/json/JSONTokener.nextTo:(C)Ljava/lang/String; ]
JSONTokener.nextTo ( String delimiters ):String
[ run-time name: twitter4j/org/json/JSONTokener.nextTo:(Ljava/lang/String;)Ljava/lang/String; ]
JSONTokener.nextValue ( ):Object
[ run-time name: twitter4j/org/json/JSONTokener.nextValue:()Ljava/lang/Object; ]
JSONTokener.skipTo ( char to ):char
[ run-time name: twitter4j/org/json/JSONTokener.skipTo:(C)C ]
JSONTokener.syntaxError ( String message ):JSONException
[ run-time name: twitter4j/org/json/JSONTokener.syntaxError:(Ljava/lang/String;)Ltwitter4j/org/json/JSONException; ]
JSONTokener.toString ( ):String
[ run-time name: twitter4j/org/json/JSONTokener.toString:()Ljava/lang/String; ]
twitter4j-core-2.1.0.jar, JSONWriter.class
package twitter4j.org.json
JSONWriter.array ( ):JSONWriter
[ run-time name: twitter4j/org/json/JSONWriter.array:()Ltwitter4j/org/json/JSONWriter; ]
JSONWriter.endArray ( ):JSONWriter
[ run-time name: twitter4j/org/json/JSONWriter.endArray:()Ltwitter4j/org/json/JSONWriter; ]
JSONWriter.endObject ( ):JSONWriter
[ run-time name: twitter4j/org/json/JSONWriter.endObject:()Ltwitter4j/org/json/JSONWriter; ]
JSONWriter.JSONWriter ( java.io.Writer w )
[ run-time name: twitter4j/org/json/JSONWriter."<init>":(Ljava/io/Writer;)V ]
JSONWriter.key ( String s ):JSONWriter
[ run-time name: twitter4j/org/json/JSONWriter.key:(Ljava/lang/String;)Ltwitter4j/org/json/JSONWriter; ]
JSONWriter.object ( ):JSONWriter
[ run-time name: twitter4j/org/json/JSONWriter.object:()Ltwitter4j/org/json/JSONWriter; ]
JSONWriter.value ( boolean b ):JSONWriter
[ run-time name: twitter4j/org/json/JSONWriter.value:(Z)Ltwitter4j/org/json/JSONWriter; ]
JSONWriter.value ( double d ):JSONWriter
[ run-time name: twitter4j/org/json/JSONWriter.value:(D)Ltwitter4j/org/json/JSONWriter; ]
JSONWriter.value ( long l ):JSONWriter
[ run-time name: twitter4j/org/json/JSONWriter.value:(J)Ltwitter4j/org/json/JSONWriter; ]
JSONWriter.value ( Object o ):JSONWriter
[ run-time name: twitter4j/org/json/JSONWriter.value:(Ljava/lang/Object;)Ltwitter4j/org/json/JSONWriter; ]
twitter4j-core-2.1.0.jar, Logger.class
package twitter4j.logging
Logger.debug ( String message ):void
[ run-time name: twitter4j/logging/Logger.debug:(Ljava/lang/String;)V ]
Logger.debug ( String message, String message2 ):void
[ run-time name: twitter4j/logging/Logger.debug:(Ljava/lang/String;Ljava/lang/String;)V ]
Logger.getLogger ( ) [static]:Logger
[ run-time name: twitter4j/logging/Logger.getLogger:()Ltwitter4j/logging/Logger; ]
Logger.isDebugEnabled ( ):boolean
[ run-time name: twitter4j/logging/Logger.isDebugEnabled:()Z ]
twitter4j-core-2.1.0.jar, NullAuthorization.class
package twitter4j.http
NullAuthorization.setAuthorizationHeader ( String method, String url, HttpParameter[] params, java.net.HttpURLConnection con ):void
[ run-time name: twitter4j/http/NullAuthorization.setAuthorizationHeader:(Ljava/lang/String;Ljava/lang/String;[Ltwitter4j/http/HttpParameter;Ljava/net/HttpURLConnection;)V ]
twitter4j-core-2.1.0.jar, OAuthAuthorization.class
package twitter4j.http
OAuthAuthorization.normalizeRequestParameters ( HttpParameter[] params ) [static]:String
[ run-time name: twitter4j/http/OAuthAuthorization.normalizeRequestParameters:([Ltwitter4j/http/HttpParameter;)Ljava/lang/String; ]
OAuthAuthorization.setAuthorizationHeader ( String method, String url, HttpParameter[] params, java.net.HttpURLConnection con ):void
[ run-time name: twitter4j/http/OAuthAuthorization.setAuthorizationHeader:(Ljava/lang/String;Ljava/lang/String;[Ltwitter4j/http/HttpParameter;Ljava/net/HttpURLConnection;)V ]
OAuthAuthorization.toParamList ( HttpParameter[] params ) [static]:java.util.List
[ run-time name: twitter4j/http/OAuthAuthorization.toParamList:([Ltwitter4j/http/HttpParameter;)Ljava/util/List; ]
twitter4j-core-2.1.0.jar, Query.class
package twitter4j
Query.asPostParameters ( ):http.HttpParameter[]
[ run-time name: twitter4j/Query.asPostParameters:()[Ltwitter4j/http/HttpParameter; ]
twitter4j-core-2.1.0.jar, Test.class
package twitter4j.org.json
Test.main ( String[] args ) [static]:void
[ run-time name: twitter4j/org/json/Test.main:([Ljava/lang/String;)V ]
Test.Test ( )
[ run-time name: twitter4j/org/json/Test."<init>":()V ]
twitter4j-core-2.1.0.jar, Twitter.class
package twitter4j
Twitter.httpResponseReceived ( http.HttpResponseEvent x0 ):void
[ run-time name: twitter4j/Twitter.httpResponseReceived:(Ltwitter4j/http/HttpResponseEvent;)V ]
twitter4j-core-2.1.0.jar, TwitterAdapter.class
package twitter4j
TwitterAdapter.checkedUserListMembership ( PagableResponseList users ):void
[ run-time name: twitter4j/TwitterAdapter.checkedUserListMembership:(Ltwitter4j/PagableResponseList;)V ]
TwitterAdapter.deletedUserList ( UserList userList ):void
[ run-time name: twitter4j/TwitterAdapter.deletedUserList:(Ltwitter4j/UserList;)V ]
TwitterAdapter.gotUserListStatuses ( PagableResponseList userLists ):void
[ run-time name: twitter4j/TwitterAdapter.gotUserListStatuses:(Ltwitter4j/PagableResponseList;)V ]
twitter4j-core-2.1.0.jar, TwitterFactory.class
package twitter4j
TwitterFactory.getInstance ( conf.Configuration x0, http.Authorization x1 ):Object
[ run-time name: twitter4j/TwitterFactory.getInstance:(Ltwitter4j/conf/Configuration;Ltwitter4j/http/Authorization;)Ljava/lang/Object; ]
TwitterFactory.getOAuthSupportInstance ( conf.Configuration conf, http.Authorization auth ):Twitter
[ run-time name: twitter4j/TwitterFactory.getOAuthSupportInstance:(Ltwitter4j/conf/Configuration;Ltwitter4j/http/Authorization;)Ltwitter4j/Twitter; ]
TwitterFactory.getOAuthSupportInstance ( conf.Configuration x0, http.Authorization x1 ):Object
[ run-time name: twitter4j/TwitterFactory.getOAuthSupportInstance:(Ltwitter4j/conf/Configuration;Ltwitter4j/http/Authorization;)Ljava/lang/Object; ]
twitter4j-core-2.1.0.jar, TwitterListener.class
package twitter4j
TwitterListener.checkedUserListMembership ( PagableResponseList p1 ) [abstract]:void
[ run-time name: twitter4j/TwitterListener.checkedUserListMembership:(Ltwitter4j/PagableResponseList;)V ]
TwitterListener.deletedUserList ( UserList p1 ) [abstract]:void
[ run-time name: twitter4j/TwitterListener.deletedUserList:(Ltwitter4j/UserList;)V ]
TwitterListener.gotUserListStatuses ( PagableResponseList p1 ) [abstract]:void
[ run-time name: twitter4j/TwitterListener.gotUserListStatuses:(Ltwitter4j/PagableResponseList;)V ]
twitter4j-core-2.1.0.jar, TwitterStreamFactory.class
package twitter4j
TwitterStreamFactory.getInstance ( conf.Configuration x0, http.Authorization x1 ):Object
[ run-time name: twitter4j/TwitterStreamFactory.getInstance:(Ltwitter4j/conf/Configuration;Ltwitter4j/http/Authorization;)Ljava/lang/Object; ]
twitter4j-core-2.1.0.jar, XML.class
package twitter4j.org.json
XML.escape ( String string ) [static]:String
[ run-time name: twitter4j/org/json/XML.escape:(Ljava/lang/String;)Ljava/lang/String; ]
XML.noSpace ( String string ) [static]:void
[ run-time name: twitter4j/org/json/XML.noSpace:(Ljava/lang/String;)V ]
XML.toJSONObject ( String string ) [static]:JSONObject
[ run-time name: twitter4j/org/json/XML.toJSONObject:(Ljava/lang/String;)Ltwitter4j/org/json/JSONObject; ]
XML.toString ( Object o ) [static]:String
[ run-time name: twitter4j/org/json/XML.toString:(Ljava/lang/Object;)Ljava/lang/String; ]
XML.toString ( Object o, String tagName ) [static]:String
[ run-time name: twitter4j/org/json/XML.toString:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/String; ]
XML.XML ( )
[ run-time name: twitter4j/org/json/XML."<init>":()V ]
twitter4j-core-2.1.0.jar, XMLTokener.class
package twitter4j.org.json
XMLTokener.nextCDATA ( ):String
[ run-time name: twitter4j/org/json/XMLTokener.nextCDATA:()Ljava/lang/String; ]
XMLTokener.nextContent ( ):Object
[ run-time name: twitter4j/org/json/XMLTokener.nextContent:()Ljava/lang/Object; ]
XMLTokener.nextEntity ( char a ):Object
[ run-time name: twitter4j/org/json/XMLTokener.nextEntity:(C)Ljava/lang/Object; ]
XMLTokener.nextMeta ( ):Object
[ run-time name: twitter4j/org/json/XMLTokener.nextMeta:()Ljava/lang/Object; ]
XMLTokener.nextToken ( ):Object
[ run-time name: twitter4j/org/json/XMLTokener.nextToken:()Ljava/lang/Object; ]
XMLTokener.skipPast ( String to ):boolean
[ run-time name: twitter4j/org/json/XMLTokener.skipPast:(Ljava/lang/String;)Z ]
XMLTokener.XMLTokener ( String s )
[ run-time name: twitter4j/org/json/XMLTokener."<init>":(Ljava/lang/String;)V ]
to the top
Problems with Data Types, High risk (73)
twitter4j-core-2.1.0.jar
package twitter4j
[+] AsyncTwitter (1)
|
This class become final. | Recompilation of a client program may be terminated with the message: cannot inherit from final AsyncTwitter. |
[+] affected methods (125)
AsyncTwitter.AsyncTwitter ( String screenName, String password, TwitterListener listener ):
This constructor is from 'AsyncTwitter' class.
AsyncTwitter.createBlock ( String screenName ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.createBlockAsync ( int userId ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.createFavorite ( long id ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.createFriendship ( int userId ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.createFriendship ( int userId, boolean follow ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.createFriendship ( String screenName ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.createFriendship ( String screenName, boolean follow ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.destroyBlock ( int userId ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.destroyBlock ( String screenName ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.destroyDirectMessage ( int id ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.destroyFavorite ( long id ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.destroyFriendship ( int userId ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.destroyFriendship ( String screenName ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.destroyStatus ( long statusId ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.disableNotification ( int userId ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.disableNotification ( String screenName ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.enableNotification ( int userId ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.enableNotification ( String screenName ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.equals ( Object x0 ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.existsBlock ( int userId ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.existsBlock ( String screenName ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.existsFriendship ( String userA, String userB ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getBlockingUsers ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getBlockingUsers ( int page ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getBlockingUsersIDs ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getCurrentTrends ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getCurrentTrends ( boolean excludeHashTags ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getDailyTrends ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getDailyTrends ( java.util.Date date, boolean excludeHashTags ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getDirectMessages ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getDirectMessages ( Paging paging ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFavorites ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFavorites ( int page ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFavorites ( String id ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFavorites ( String id, int page ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFollowersIDs ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFollowersIDs ( int userId ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFollowersIDs ( int userId, long cursor ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFollowersIDs ( long cursor ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFollowersIDs ( String screenName ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFollowersIDs ( String screenName, long cursor ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFollowersStatuses ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFollowersStatuses ( int userId ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFollowersStatuses ( int userId, long cursor ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFollowersStatuses ( long cursor ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFollowersStatuses ( String screenName ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFollowersStatuses ( String screenName, long cursor ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFriendsIDs ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFriendsIDs ( int userId ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFriendsIDs ( int userId, long cursor ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFriendsIDs ( long cursor ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFriendsIDs ( String screenName ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFriendsIDs ( String screenName, long cursor ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFriendsStatuses ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFriendsStatuses ( int userId ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFriendsStatuses ( int userId, long cursor ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFriendsStatuses ( long cursor ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFriendsStatuses ( String screenName ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFriendsStatuses ( String screenName, long cursor ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFriendsTimeline ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFriendsTimeline ( Paging paging ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getHomeTimeline ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getHomeTimeline ( Paging paging ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getMentions ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getMentions ( Paging paging ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getOAuthAccessToken ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getOAuthAccessToken ( String oauthVerifier ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getOAuthAccessToken ( String token, String tokenSecret ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getOAuthAccessToken ( String token, String tokenSecret, String pin ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getOAuthAccessToken ( http.RequestToken requestToken ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getOAuthAccessToken ( http.RequestToken requestToken, String oauthVerifier ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getOAuthRequestToken ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getOAuthRequestToken ( String callbackUrl ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getPublicTimeline ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getRateLimitStatus ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getRetweetedByMe ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getRetweetedByMe ( Paging paging ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getRetweetedToMe ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getRetweetedToMe ( Paging paging ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getRetweets ( long statusId ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getRetweetsOfMe ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getRetweetsOfMe ( Paging paging ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getSentDirectMessages ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getSentDirectMessages ( Paging paging ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getTrends ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getUserTimeline ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getUserTimeline ( int userId ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getUserTimeline ( int userId, Paging paging ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getUserTimeline ( String screenName ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getUserTimeline ( String screenName, Paging paging ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getUserTimeline ( Paging paging ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getWeeklyTrends ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getWeeklyTrends ( java.util.Date date, boolean excludeHashTags ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.hashCode ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.isOAuthEnabled ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.reportSpam ( int userId ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.reportSpam ( String screenName ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.retweetStatus ( long statusId ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.search ( Query query ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.searchUsers ( String query, int page ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.sendDirectMessage ( int userId, String text ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.sendDirectMessage ( String screenName, String text ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.setOAuthAccessToken ( String token, String tokenSecret ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.setOAuthAccessToken ( http.AccessToken accessToken ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.setOAuthConsumer ( String consumerKey, String consumerSecret ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.setRateLimitStatusListener ( RateLimitStatusListener x0 ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.showFriendship ( int sourceId, int targetId ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.showFriendship ( String sourceScreenName, String targetScreenName ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.showStatus ( long id ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.showUser ( int userId ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.showUser ( String screenName ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.shutdown ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.test ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.toString ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.updateDeliveryDevice ( Device device ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.updateProfile ( String name, String email, String url, String location, String description ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.updateProfileBackgroundImage ( java.io.File image, boolean tile ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.updateProfileColors ( String profileBackgroundColor, String profileTextColor, String profileLinkColor, String profileSidebarFillColor, String profileSidebarBorderColor ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.updateProfileImage ( java.io.File image ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.updateStatus ( String status ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.updateStatus ( String status, long inReplyToStatusId ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.updateStatus ( String status, long inReplyToStatusId, GeoLocation location ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.updateStatus ( String status, GeoLocation location ):
This method is from 'AsyncTwitter' class.
AsyncTwitterFactory.getInstance ( conf.Configuration conf, http.Authorization auth ):
Return value of this method has type 'AsyncTwitter'.
[+] PagableResponseList (1)
|
This class become final. | Recompilation of a client program may be terminated with the message: cannot inherit from final PagableResponseList. |
[+] affected methods (52)
api.ListMembersMethods.getUserListMembers ( String p1, int p2, long p3 ):
Return value of this abstract method has type 'PagableResponseList'.
api.ListMethods.getUserListMemberships ( String p1, long p2 ):
Return value of this abstract method has type 'PagableResponseList'.
api.ListMethods.getUserLists ( String p1, long p2 ):
Return value of this abstract method has type 'PagableResponseList'.
api.ListMethods.getUserListSubscriptions ( String p1, long p2 ):
Return value of this abstract method has type 'PagableResponseList'.
api.ListSubscribersMethods.getUserListSubscribers ( String p1, int p2, long p3 ):
Return value of this abstract method has type 'PagableResponseList'.
api.UserMethods.getFollowersStatuses ( ):
Return value of this abstract method has type 'PagableResponseList'.
api.UserMethods.getFollowersStatuses ( int p1 ):
Return value of this abstract method has type 'PagableResponseList'.
api.UserMethods.getFollowersStatuses ( int p1, long p2 ):
Return value of this abstract method has type 'PagableResponseList'.
api.UserMethods.getFollowersStatuses ( long p1 ):
Return value of this abstract method has type 'PagableResponseList'.
api.UserMethods.getFollowersStatuses ( String p1 ):
Return value of this abstract method has type 'PagableResponseList'.
api.UserMethods.getFollowersStatuses ( String p1, long p2 ):
Return value of this abstract method has type 'PagableResponseList'.
api.UserMethods.getFriendsStatuses ( ):
Return value of this abstract method has type 'PagableResponseList'.
api.UserMethods.getFriendsStatuses ( int p1 ):
Return value of this abstract method has type 'PagableResponseList'.
api.UserMethods.getFriendsStatuses ( int p1, long p2 ):
Return value of this abstract method has type 'PagableResponseList'.
api.UserMethods.getFriendsStatuses ( long p1 ):
Return value of this abstract method has type 'PagableResponseList'.
api.UserMethods.getFriendsStatuses ( String p1 ):
Return value of this abstract method has type 'PagableResponseList'.
api.UserMethods.getFriendsStatuses ( String p1, long p2 ):
Return value of this abstract method has type 'PagableResponseList'.
PagableResponseList.getNextCursor ( ):
This method is from 'PagableResponseList' class.
PagableResponseList.getPreviousCursor ( ):
This method is from 'PagableResponseList' class.
PagableResponseList.hasNext ( ):
This method is from 'PagableResponseList' class.
PagableResponseList.hasPrevious ( ):
This method is from 'PagableResponseList' class.
Twitter.getFollowersStatuses ( ):
Return value of this method has type 'PagableResponseList'.
Twitter.getFollowersStatuses ( int userId ):
Return value of this method has type 'PagableResponseList'.
Twitter.getFollowersStatuses ( int userId, long cursor ):
Return value of this method has type 'PagableResponseList'.
Twitter.getFollowersStatuses ( long cursor ):
Return value of this method has type 'PagableResponseList'.
Twitter.getFollowersStatuses ( String screenName ):
Return value of this method has type 'PagableResponseList'.
Twitter.getFollowersStatuses ( String screenName, long cursor ):
Return value of this method has type 'PagableResponseList'.
Twitter.getFriendsStatuses ( ):
Return value of this method has type 'PagableResponseList'.
Twitter.getFriendsStatuses ( int userId ):
Return value of this method has type 'PagableResponseList'.
Twitter.getFriendsStatuses ( int userId, long cursor ):
Return value of this method has type 'PagableResponseList'.
Twitter.getFriendsStatuses ( long cursor ):
Return value of this method has type 'PagableResponseList'.
Twitter.getFriendsStatuses ( String screenName ):
Return value of this method has type 'PagableResponseList'.
Twitter.getFriendsStatuses ( String screenName, long cursor ):
Return value of this method has type 'PagableResponseList'.
Twitter.getUserListMembers ( String listOwnerScreenName, int listId, long cursor ):
Return value of this method has type 'PagableResponseList'.
Twitter.getUserListMemberships ( String listOwnerScreenName, long cursor ):
Return value of this method has type 'PagableResponseList'.
Twitter.getUserLists ( String listOwnerScreenName, long cursor ):
Return value of this method has type 'PagableResponseList'.
Twitter.getUserListSubscribers ( String listOwnerScreenName, int listId, long cursor ):
Return value of this method has type 'PagableResponseList'.
Twitter.getUserListSubscriptions ( String listOwnerScreenName, long cursor ):
Return value of this method has type 'PagableResponseList'.
TwitterAdapter.gotFollowersStatuses ( PagableResponseList users ):
1st parameter 'users' of this method has type 'PagableResponseList'.
TwitterAdapter.gotFriendsStatuses ( PagableResponseList users ):
1st parameter 'users' of this method has type 'PagableResponseList'.
TwitterAdapter.gotUserListMembers ( PagableResponseList users ):
1st parameter 'users' of this method has type 'PagableResponseList'.
TwitterAdapter.gotUserListMemberships ( PagableResponseList userLists ):
1st parameter 'userLists' of this method has type 'PagableResponseList'.
TwitterAdapter.gotUserLists ( PagableResponseList userLists ):
1st parameter 'userLists' of this method has type 'PagableResponseList'.
TwitterAdapter.gotUserListSubscribers ( PagableResponseList users ):
1st parameter 'users' of this method has type 'PagableResponseList'.
TwitterAdapter.gotUserListSubscriptions ( PagableResponseList userLists ):
1st parameter 'userLists' of this method has type 'PagableResponseList'.
TwitterListener.gotFollowersStatuses ( PagableResponseList p1 ):
1st parameter 'p1' of this abstract method has type 'PagableResponseList'.
TwitterListener.gotFriendsStatuses ( PagableResponseList p1 ):
1st parameter 'p1' of this abstract method has type 'PagableResponseList'.
TwitterListener.gotUserListMembers ( PagableResponseList p1 ):
1st parameter 'p1' of this abstract method has type 'PagableResponseList'.
TwitterListener.gotUserListMemberships ( PagableResponseList p1 ):
1st parameter 'p1' of this abstract method has type 'PagableResponseList'.
TwitterListener.gotUserLists ( PagableResponseList p1 ):
1st parameter 'p1' of this abstract method has type 'PagableResponseList'.
TwitterListener.gotUserListSubscribers ( PagableResponseList p1 ):
1st parameter 'p1' of this abstract method has type 'PagableResponseList'.
TwitterListener.gotUserListSubscriptions ( PagableResponseList p1 ):
1st parameter 'p1' of this abstract method has type 'PagableResponseList'.
[+] Paging (1)
|
This class become final. | Recompilation of a client program may be terminated with the message: cannot inherit from final Paging. |
[+] affected methods (67)
api.DirectMessageMethods.getDirectMessages ( Paging p1 ):
1st parameter 'p1' of this abstract method has type 'Paging'.
api.DirectMessageMethods.getSentDirectMessages ( Paging p1 ):
1st parameter 'p1' of this abstract method has type 'Paging'.
api.DirectMessageMethodsAsync.getDirectMessages ( Paging p1 ):
1st parameter 'p1' of this abstract method has type 'Paging'.
api.DirectMessageMethodsAsync.getSentDirectMessages ( Paging p1 ):
1st parameter 'p1' of this abstract method has type 'Paging'.
api.ListMethods.getUserListStatuses ( String p1, int p2, Paging p3 ):
3rd parameter 'p3' of this abstract method has type 'Paging'.
api.TimelineMethods.getFriendsTimeline ( Paging p1 ):
1st parameter 'p1' of this abstract method has type 'Paging'.
api.TimelineMethods.getHomeTimeline ( Paging p1 ):
1st parameter 'p1' of this abstract method has type 'Paging'.
api.TimelineMethods.getMentions ( Paging p1 ):
1st parameter 'p1' of this abstract method has type 'Paging'.
api.TimelineMethods.getRetweetedByMe ( Paging p1 ):
1st parameter 'p1' of this abstract method has type 'Paging'.
api.TimelineMethods.getRetweetedToMe ( Paging p1 ):
1st parameter 'p1' of this abstract method has type 'Paging'.
api.TimelineMethods.getRetweetsOfMe ( Paging p1 ):
1st parameter 'p1' of this abstract method has type 'Paging'.
api.TimelineMethods.getUserTimeline ( int p1, Paging p2 ):
2nd parameter 'p2' of this abstract method has type 'Paging'.
api.TimelineMethods.getUserTimeline ( String p1, Paging p2 ):
2nd parameter 'p2' of this abstract method has type 'Paging'.
api.TimelineMethods.getUserTimeline ( Paging p1 ):
1st parameter 'p1' of this abstract method has type 'Paging'.
api.TimelineMethodsAsync.getFriendsTimeline ( Paging p1 ):
1st parameter 'p1' of this abstract method has type 'Paging'.
api.TimelineMethodsAsync.getHomeTimeline ( Paging p1 ):
1st parameter 'p1' of this abstract method has type 'Paging'.
api.TimelineMethodsAsync.getMentions ( Paging p1 ):
1st parameter 'p1' of this abstract method has type 'Paging'.
api.TimelineMethodsAsync.getRetweetedByMe ( Paging p1 ):
1st parameter 'p1' of this abstract method has type 'Paging'.
api.TimelineMethodsAsync.getRetweetedToMe ( Paging p1 ):
1st parameter 'p1' of this abstract method has type 'Paging'.
api.TimelineMethodsAsync.getRetweetsOfMe ( Paging p1 ):
1st parameter 'p1' of this abstract method has type 'Paging'.
api.TimelineMethodsAsync.getUserTimeline ( int p1, Paging p2 ):
2nd parameter 'p2' of this abstract method has type 'Paging'.
api.TimelineMethodsAsync.getUserTimeline ( String p1, Paging p2 ):
2nd parameter 'p2' of this abstract method has type 'Paging'.
api.TimelineMethodsAsync.getUserTimeline ( Paging p1 ):
1st parameter 'p1' of this abstract method has type 'Paging'.
AsyncTwitter.getDirectMessages ( Paging paging ):
1st parameter 'paging' of this method has type 'Paging'.
AsyncTwitter.getFriendsTimeline ( Paging paging ):
1st parameter 'paging' of this method has type 'Paging'.
AsyncTwitter.getHomeTimeline ( Paging paging ):
1st parameter 'paging' of this method has type 'Paging'.
AsyncTwitter.getMentions ( Paging paging ):
1st parameter 'paging' of this method has type 'Paging'.
AsyncTwitter.getRetweetedByMe ( Paging paging ):
1st parameter 'paging' of this method has type 'Paging'.
AsyncTwitter.getRetweetedToMe ( Paging paging ):
1st parameter 'paging' of this method has type 'Paging'.
AsyncTwitter.getRetweetsOfMe ( Paging paging ):
1st parameter 'paging' of this method has type 'Paging'.
AsyncTwitter.getSentDirectMessages ( Paging paging ):
1st parameter 'paging' of this method has type 'Paging'.
AsyncTwitter.getUserTimeline ( int userId, Paging paging ):
2nd parameter 'paging' of this method has type 'Paging'.
AsyncTwitter.getUserTimeline ( String screenName, Paging paging ):
2nd parameter 'paging' of this method has type 'Paging'.
AsyncTwitter.getUserTimeline ( Paging paging ):
1st parameter 'paging' of this method has type 'Paging'.
Paging.count ( int count ):
Return value of this method has type 'Paging'.
Paging.equals ( Object o ):
This method is from 'Paging' class.
Paging.getCount ( ):
This method is from 'Paging' class.
Paging.getMaxId ( ):
This method is from 'Paging' class.
Paging.getPage ( ):
This method is from 'Paging' class.
Paging.getSinceId ( ):
This method is from 'Paging' class.
Paging.hashCode ( ):
This method is from 'Paging' class.
Paging.maxId ( long maxId ):
Return value of this method has type 'Paging'.
Paging.Paging ( ):
This constructor is from 'Paging' class.
Paging.Paging ( int page ):
This constructor is from 'Paging' class.
Paging.Paging ( int page, int count ):
This constructor is from 'Paging' class.
Paging.Paging ( int page, int count, long sinceId ):
This constructor is from 'Paging' class.
Paging.Paging ( int page, int count, long sinceId, long maxId ):
This constructor is from 'Paging' class.
Paging.Paging ( int page, long sinceId ):
This constructor is from 'Paging' class.
Paging.Paging ( long sinceId ):
This constructor is from 'Paging' class.
Paging.setCount ( int count ):
This method is from 'Paging' class.
Paging.setMaxId ( long maxId ):
This method is from 'Paging' class.
Paging.setPage ( int page ):
This method is from 'Paging' class.
Paging.setSinceId ( long sinceId ):
This method is from 'Paging' class.
Paging.sinceId ( long sinceId ):
Return value of this method has type 'Paging'.
Paging.toString ( ):
This method is from 'Paging' class.
Twitter.getDirectMessages ( Paging paging ):
1st parameter 'paging' of this method has type 'Paging'.
Twitter.getFriendsTimeline ( Paging paging ):
1st parameter 'paging' of this method has type 'Paging'.
Twitter.getHomeTimeline ( Paging paging ):
1st parameter 'paging' of this method has type 'Paging'.
Twitter.getMentions ( Paging paging ):
1st parameter 'paging' of this method has type 'Paging'.
Twitter.getRetweetedByMe ( Paging paging ):
1st parameter 'paging' of this method has type 'Paging'.
Twitter.getRetweetedToMe ( Paging paging ):
1st parameter 'paging' of this method has type 'Paging'.
Twitter.getRetweetsOfMe ( Paging paging ):
1st parameter 'paging' of this method has type 'Paging'.
Twitter.getSentDirectMessages ( Paging paging ):
1st parameter 'paging' of this method has type 'Paging'.
Twitter.getUserListStatuses ( String listOwnerScreenName, int id, Paging paging ):
3rd parameter 'paging' of this method has type 'Paging'.
Twitter.getUserTimeline ( int userId, Paging paging ):
2nd parameter 'paging' of this method has type 'Paging'.
Twitter.getUserTimeline ( String screenName, Paging paging ):
2nd parameter 'paging' of this method has type 'Paging'.
Twitter.getUserTimeline ( Paging paging ):
1st parameter 'paging' of this method has type 'Paging'.
[+] Query (1)
|
This class become final. | Recompilation of a client program may be terminated with the message: cannot inherit from final Query. |
[+] affected methods (27)
api.SearchMethods.search ( Query p1 ):
1st parameter 'p1' of this abstract method has type 'Query'.
api.SearchMethodsAsync.search ( Query p1 ):
1st parameter 'p1' of this abstract method has type 'Query'.
AsyncTwitter.search ( Query query ):
1st parameter 'query' of this method has type 'Query'.
Query.equals ( Object o ):
This method is from 'Query' class.
Query.geoCode ( GeoLocation location, double radius, String unit ):
Return value of this method has type 'Query'.
Query.getGeocode ( ):
This method is from 'Query' class.
Query.getLang ( ):
This method is from 'Query' class.
Query.getPage ( ):
This method is from 'Query' class.
Query.getQuery ( ):
This method is from 'Query' class.
Query.getRpp ( ):
This method is from 'Query' class.
Query.getSinceId ( ):
This method is from 'Query' class.
Query.hashCode ( ):
This method is from 'Query' class.
Query.lang ( String lang ):
Return value of this method has type 'Query'.
Query.page ( int page ):
Return value of this method has type 'Query'.
Query.Query ( ):
This constructor is from 'Query' class.
Query.Query ( String query ):
This constructor is from 'Query' class.
Query.query ( String query ):
Return value of this method has type 'Query'.
Query.rpp ( int rpp ):
Return value of this method has type 'Query'.
Query.setGeoCode ( GeoLocation location, double radius, String unit ):
This method is from 'Query' class.
Query.setLang ( String lang ):
This method is from 'Query' class.
Query.setPage ( int page ):
This method is from 'Query' class.
Query.setQuery ( String query ):
This method is from 'Query' class.
Query.setRpp ( int rpp ):
This method is from 'Query' class.
Query.setSinceId ( long sinceId ):
This method is from 'Query' class.
Query.sinceId ( long sinceId ):
Return value of this method has type 'Query'.
Query.toString ( ):
This method is from 'Query' class.
Twitter.search ( Query query ):
1st parameter 'query' of this method has type 'Query'.
[+] Status (1)
|
Abstract method Status.getPlace ( ) 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 getPlace() in Status. |
[+] affected methods (44)
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'.
Status.getCreatedAt ( ):
This abstract method is from 'Status' interface.
Status.getGeoLocation ( ):
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.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.getUser ( ):
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.isTruncated ( ):
This abstract method is from 'Status' interface.
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'.
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'.
[+] StatusStream (1)
|
This class become final. | Recompilation of a client program may be terminated with the message: cannot inherit from final StatusStream. |
[+] affected methods (6)
StatusStream.close ( ):
This method is from 'StatusStream' class.
StatusStream.next ( StatusListener listener ):
This method is from 'StatusStream' class.
TwitterStream.getFilterStream ( int count, int[] follow, String[] track ):
Return value of this method has type 'StatusStream'.
TwitterStream.getFirehoseStream ( int count ):
Return value of this method has type 'StatusStream'.
TwitterStream.getRetweetStream ( ):
Return value of this method has type 'StatusStream'.
TwitterStream.getSampleStream ( ):
Return value of this method has type 'StatusStream'.
[+] Trends (1)
|
Abstract method Trends.getLocation ( ) 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 getLocation() in Trends. |
[+] affected methods (13)
api.SearchMethods.getCurrentTrends ( ):
Return value of this abstract method has type 'Trends'.
api.SearchMethods.getCurrentTrends ( boolean p1 ):
Return value of this abstract method has type 'Trends'.
api.SearchMethods.getTrends ( ):
Return value of this abstract method has type 'Trends'.
Trends.getAsOf ( ):
This abstract method is from 'Trends' interface.
Trends.getTrendAt ( ):
This abstract method is from 'Trends' interface.
Trends.getTrends ( ):
This abstract method is from 'Trends' interface.
Twitter.getCurrentTrends ( ):
Return value of this method has type 'Trends'.
Twitter.getCurrentTrends ( boolean excludeHashTags ):
Return value of this method has type 'Trends'.
Twitter.getTrends ( ):
Return value of this method has type 'Trends'.
TwitterAdapter.gotCurrentTrends ( Trends trends ):
1st parameter 'trends' of this method has type 'Trends'.
TwitterAdapter.gotTrends ( Trends trends ):
1st parameter 'trends' of this method has type 'Trends'.
TwitterListener.gotCurrentTrends ( Trends p1 ):
1st parameter 'p1' of this abstract method has type 'Trends'.
TwitterListener.gotTrends ( Trends p1 ):
1st parameter 'p1' of this abstract method has type 'Trends'.
[+] Twitter (2)
|
Access level of field screenName has been changed from protected to private. | Recompilation of a client program may be terminated with the message: screenName has private access in Twitter. |
This class become final. | Recompilation of a client program may be terminated with the message: cannot inherit from final Twitter. |
[+] affected methods (147)
Twitter.addUserListMember ( int listId, int userId ):
This method is from 'Twitter' class.
Twitter.checkUserListMembership ( String listOwnerScreenName, int listId, int userId ):
This method is from 'Twitter' class.
Twitter.checkUserListSubscription ( String listOwnerScreenName, int listId, int userId ):
This method is from 'Twitter' class.
Twitter.createBlock ( int userId ):
This method is from 'Twitter' class.
Twitter.createBlock ( String screenName ):
This method is from 'Twitter' class.
Twitter.createFavorite ( long id ):
This method is from 'Twitter' class.
Twitter.createFriendship ( int userId ):
This method is from 'Twitter' class.
Twitter.createFriendship ( int userId, boolean follow ):
This method is from 'Twitter' class.
Twitter.createFriendship ( String screenName ):
This method is from 'Twitter' class.
Twitter.createFriendship ( String screenName, boolean follow ):
This method is from 'Twitter' class.
Twitter.createSavedSearch ( String query ):
This method is from 'Twitter' class.
Twitter.createUserList ( String listName, boolean isPublicList, String description ):
This method is from 'Twitter' class.
Twitter.deleteUserListMember ( int listId, int userId ):
This method is from 'Twitter' class.
Twitter.destroyBlock ( int userId ):
This method is from 'Twitter' class.
Twitter.destroyBlock ( String screen_name ):
This method is from 'Twitter' class.
Twitter.destroyDirectMessage ( int id ):
This method is from 'Twitter' class.
Twitter.destroyFavorite ( long id ):
This method is from 'Twitter' class.
Twitter.destroyFriendship ( int userId ):
This method is from 'Twitter' class.
Twitter.destroyFriendship ( String screenName ):
This method is from 'Twitter' class.
Twitter.destroySavedSearch ( int id ):
This method is from 'Twitter' class.
Twitter.destroyStatus ( long statusId ):
This method is from 'Twitter' class.
Twitter.destroyUserList ( int listId ):
This method is from 'Twitter' class.
Twitter.disableNotification ( int userId ):
This method is from 'Twitter' class.
Twitter.disableNotification ( String screenName ):
This method is from 'Twitter' class.
Twitter.enableNotification ( int userId ):
This method is from 'Twitter' class.
Twitter.enableNotification ( String screenName ):
This method is from 'Twitter' class.
Twitter.equals ( Object x0 ):
This method is from 'Twitter' class.
Twitter.existsBlock ( int userId ):
This method is from 'Twitter' class.
Twitter.existsBlock ( String screenName ):
This method is from 'Twitter' class.
Twitter.existsFriendship ( String userA, String userB ):
This method is from 'Twitter' class.
Twitter.getBlockingUsers ( ):
This method is from 'Twitter' class.
Twitter.getBlockingUsers ( int page ):
This method is from 'Twitter' class.
Twitter.getBlockingUsersIDs ( ):
This method is from 'Twitter' class.
Twitter.getCurrentTrends ( ):
This method is from 'Twitter' class.
Twitter.getCurrentTrends ( boolean excludeHashTags ):
This method is from 'Twitter' class.
Twitter.getDailyTrends ( ):
This method is from 'Twitter' class.
Twitter.getDailyTrends ( java.util.Date date, boolean excludeHashTags ):
This method is from 'Twitter' class.
Twitter.getDirectMessages ( ):
This method is from 'Twitter' class.
Twitter.getDirectMessages ( Paging paging ):
This method is from 'Twitter' class.
Twitter.getFavorites ( ):
This method is from 'Twitter' class.
Twitter.getFavorites ( int page ):
This method is from 'Twitter' class.
Twitter.getFavorites ( String id ):
This method is from 'Twitter' class.
Twitter.getFavorites ( String id, int page ):
This method is from 'Twitter' class.
Twitter.getFollowersIDs ( ):
This method is from 'Twitter' class.
Twitter.getFollowersIDs ( int userId ):
This method is from 'Twitter' class.
Twitter.getFollowersIDs ( int userId, long cursor ):
This method is from 'Twitter' class.
Twitter.getFollowersIDs ( long cursor ):
This method is from 'Twitter' class.
Twitter.getFollowersIDs ( String screenName ):
This method is from 'Twitter' class.
Twitter.getFollowersIDs ( String screenName, long cursor ):
This method is from 'Twitter' class.
Twitter.getFollowersStatuses ( ):
This method is from 'Twitter' class.
Twitter.getFollowersStatuses ( int userId ):
This method is from 'Twitter' class.
Twitter.getFollowersStatuses ( int userId, long cursor ):
This method is from 'Twitter' class.
Twitter.getFollowersStatuses ( long cursor ):
This method is from 'Twitter' class.
Twitter.getFollowersStatuses ( String screenName ):
This method is from 'Twitter' class.
Twitter.getFollowersStatuses ( String screenName, long cursor ):
This method is from 'Twitter' class.
Twitter.getFriendsIDs ( ):
This method is from 'Twitter' class.
Twitter.getFriendsIDs ( int userId ):
This method is from 'Twitter' class.
Twitter.getFriendsIDs ( int userId, long cursor ):
This method is from 'Twitter' class.
Twitter.getFriendsIDs ( long cursor ):
This method is from 'Twitter' class.
Twitter.getFriendsIDs ( String screenName ):
This method is from 'Twitter' class.
Twitter.getFriendsIDs ( String screenName, long cursor ):
This method is from 'Twitter' class.
Twitter.getFriendsStatuses ( ):
This method is from 'Twitter' class.
Twitter.getFriendsStatuses ( int userId ):
This method is from 'Twitter' class.
Twitter.getFriendsStatuses ( int userId, long cursor ):
This method is from 'Twitter' class.
Twitter.getFriendsStatuses ( long cursor ):
This method is from 'Twitter' class.
Twitter.getFriendsStatuses ( String screenName ):
This method is from 'Twitter' class.
Twitter.getFriendsStatuses ( String screenName, long cursor ):
This method is from 'Twitter' class.
Twitter.getFriendsTimeline ( ):
This method is from 'Twitter' class.
Twitter.getFriendsTimeline ( Paging paging ):
This method is from 'Twitter' class.
Twitter.getHomeTimeline ( ):
This method is from 'Twitter' class.
Twitter.getHomeTimeline ( Paging paging ):
This method is from 'Twitter' class.
Twitter.getMentions ( ):
This method is from 'Twitter' class.
Twitter.getMentions ( Paging paging ):
This method is from 'Twitter' class.
Twitter.getOAuthAccessToken ( ):
This method is from 'Twitter' class.
Twitter.getOAuthAccessToken ( String oauthVerifier ):
This method is from 'Twitter' class.
Twitter.getOAuthAccessToken ( String token, String tokenSecret ):
This method is from 'Twitter' class.
Twitter.getOAuthAccessToken ( String token, String tokenSecret, String pin ):
This method is from 'Twitter' class.
Twitter.getOAuthAccessToken ( http.RequestToken requestToken ):
This method is from 'Twitter' class.
Twitter.getOAuthAccessToken ( http.RequestToken requestToken, String oauthVerifier ):
This method is from 'Twitter' class.
Twitter.getOAuthRequestToken ( ):
This method is from 'Twitter' class.
Twitter.getOAuthRequestToken ( String callbackUrl ):
This method is from 'Twitter' class.
Twitter.getPublicTimeline ( ):
This method is from 'Twitter' class.
Twitter.getRateLimitStatus ( ):
This method is from 'Twitter' class.
Twitter.getRetweetedByMe ( ):
This method is from 'Twitter' class.
Twitter.getRetweetedByMe ( Paging paging ):
This method is from 'Twitter' class.
Twitter.getRetweetedToMe ( ):
This method is from 'Twitter' class.
Twitter.getRetweetedToMe ( Paging paging ):
This method is from 'Twitter' class.
Twitter.getRetweets ( long statusId ):
This method is from 'Twitter' class.
Twitter.getRetweetsOfMe ( ):
This method is from 'Twitter' class.
Twitter.getRetweetsOfMe ( Paging paging ):
This method is from 'Twitter' class.
Twitter.getSavedSearches ( ):
This method is from 'Twitter' class.
Twitter.getScreenName ( ):
This method is from 'Twitter' class.
Twitter.getSentDirectMessages ( ):
This method is from 'Twitter' class.
Twitter.getSentDirectMessages ( Paging paging ):
This method is from 'Twitter' class.
Twitter.getTrends ( ):
This method is from 'Twitter' class.
Twitter.getUserListMembers ( String listOwnerScreenName, int listId, long cursor ):
This method is from 'Twitter' class.
Twitter.getUserListMemberships ( String listOwnerScreenName, long cursor ):
This method is from 'Twitter' class.
Twitter.getUserLists ( String listOwnerScreenName, long cursor ):
This method is from 'Twitter' class.
Twitter.getUserListStatuses ( String listOwnerScreenName, int id, Paging paging ):
This method is from 'Twitter' class.
Twitter.getUserListSubscribers ( String listOwnerScreenName, int listId, long cursor ):
This method is from 'Twitter' class.
Twitter.getUserListSubscriptions ( String listOwnerScreenName, long cursor ):
This method is from 'Twitter' class.
Twitter.getUserTimeline ( ):
This method is from 'Twitter' class.
Twitter.getUserTimeline ( int user_id ):
This method is from 'Twitter' class.
Twitter.getUserTimeline ( int userId, Paging paging ):
This method is from 'Twitter' class.
Twitter.getUserTimeline ( String screenName ):
This method is from 'Twitter' class.
Twitter.getUserTimeline ( String screenName, Paging paging ):
This method is from 'Twitter' class.
Twitter.getUserTimeline ( Paging paging ):
This method is from 'Twitter' class.
Twitter.getWeeklyTrends ( ):
This method is from 'Twitter' class.
Twitter.getWeeklyTrends ( java.util.Date date, boolean excludeHashTags ):
This method is from 'Twitter' class.
Twitter.hashCode ( ):
This method is from 'Twitter' class.
Twitter.isOAuthEnabled ( ):
This method is from 'Twitter' class.
Twitter.reportSpam ( int userId ):
This method is from 'Twitter' class.
Twitter.reportSpam ( String screenName ):
This method is from 'Twitter' class.
Twitter.retweetStatus ( long statusId ):
This method is from 'Twitter' class.
Twitter.search ( Query query ):
This method is from 'Twitter' class.
Twitter.searchUsers ( String query, int page ):
This method is from 'Twitter' class.
Twitter.sendDirectMessage ( int userId, String text ):
This method is from 'Twitter' class.
Twitter.sendDirectMessage ( String screenName, String text ):
This method is from 'Twitter' class.
Twitter.setOAuthAccessToken ( String token, String tokenSecret ):
This method is from 'Twitter' class.
Twitter.setOAuthAccessToken ( http.AccessToken accessToken ):
This method is from 'Twitter' class.
Twitter.setOAuthConsumer ( String consumerKey, String consumerSecret ):
This method is from 'Twitter' class.
Twitter.setRateLimitStatusListener ( RateLimitStatusListener x0 ):
This method is from 'Twitter' class.
Twitter.showFriendship ( int sourceId, int targetId ):
This method is from 'Twitter' class.
Twitter.showFriendship ( String sourceScreenName, String targetScreenName ):
This method is from 'Twitter' class.
Twitter.showSavedSearch ( int id ):
This method is from 'Twitter' class.
Twitter.showStatus ( long id ):
This method is from 'Twitter' class.
Twitter.showUser ( int userId ):
This method is from 'Twitter' class.
Twitter.showUser ( String screenName ):
This method is from 'Twitter' class.
Twitter.showUserList ( String listOwnerScreenName, int id ):
This method is from 'Twitter' class.
Twitter.subscribeUserList ( String listOwnerScreenName, int listId ):
This method is from 'Twitter' class.
Twitter.test ( ):
This method is from 'Twitter' class.
Twitter.toString ( ):
This method is from 'Twitter' class.
Twitter.Twitter ( ):
This constructor is from 'Twitter' class.
Twitter.Twitter ( String screenName, String password ):
This constructor is from 'Twitter' class.
Twitter.unsubscribeUserList ( String listOwnerScreenName, int listId ):
This method is from 'Twitter' class.
Twitter.updateDeliveryDevice ( Device device ):
This method is from 'Twitter' class.
Twitter.updateProfile ( String name, String email, String url, String location, String description ):
This method is from 'Twitter' class.
Twitter.updateProfileBackgroundImage ( java.io.File image, boolean tile ):
This method is from 'Twitter' class.
Twitter.updateProfileColors ( String profileBackgroundColor, String profileTextColor, String profileLinkColor, String profileSidebarFillColor, String profileSidebarBorderColor ):
This method is from 'Twitter' class.
Twitter.updateProfileImage ( java.io.File image ):
This method is from 'Twitter' class.
Twitter.updateStatus ( String status ):
This method is from 'Twitter' class.
Twitter.updateStatus ( String status, long inReplyToStatusId ):
This method is from 'Twitter' class.
Twitter.updateStatus ( String status, long inReplyToStatusId, GeoLocation location ):
This method is from 'Twitter' class.
Twitter.updateStatus ( String status, GeoLocation location ):
This method is from 'Twitter' class.
Twitter.updateUserList ( int listId, String newListName, boolean isPublicList, String newDescription ):
This method is from 'Twitter' class.
Twitter.verifyCredentials ( ):
This method is from 'Twitter' class.
TwitterFactory.getInstance ( conf.Configuration conf, http.Authorization auth ):
Return value of this method has type 'Twitter'.
[+] TwitterException (1)
|
This class become final. | Recompilation of a client program may be terminated with the message: cannot inherit from final TwitterException. |
[+] affected methods (10)
TwitterAdapter.onException ( TwitterException ex, TwitterMethod method ):
1st parameter 'ex' of this method has type 'TwitterException'.
TwitterException.createRateLimitedTwitterException ( String msg, int statusCode, int retryAfter ):
Return value of this method has type 'TwitterException'.
TwitterException.getRetryAfter ( ):
This method is from 'TwitterException' class.
TwitterException.getStatusCode ( ):
This method is from 'TwitterException' class.
TwitterException.TwitterException ( Exception cause ):
This constructor is from 'TwitterException' class.
TwitterException.TwitterException ( String msg ):
This constructor is from 'TwitterException' class.
TwitterException.TwitterException ( String msg, Exception cause ):
This constructor is from 'TwitterException' class.
TwitterException.TwitterException ( String msg, Exception cause, int statusCode ):
This constructor is from 'TwitterException' class.
TwitterException.TwitterException ( String msg, int statusCode ):
This constructor is from 'TwitterException' class.
TwitterListener.onException ( TwitterException p1, TwitterMethod p2 ):
1st parameter 'p1' of this abstract method has type 'TwitterException'.
[+] TwitterListener (14)
|
Abstract method TwitterListener.checkedUserListMembership ( 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 checkedUserListMembership(User) in TwitterListener. |
Abstract method TwitterListener.destroyedUserList ( UserList 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 destroyedUserList(UserList) in TwitterListener. |
Abstract method TwitterListener.gotAvailableTrends ( 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 gotAvailableTrends(ResponseList) in TwitterListener. |
Abstract method TwitterListener.gotGeoDetails ( Place 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 gotGeoDetails(Place) in TwitterListener. |
Abstract method TwitterListener.gotLocationTrends ( Trends 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 gotLocationTrends(Trends) in TwitterListener. |
Abstract method TwitterListener.gotNearByPlaces ( 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 gotNearByPlaces(ResponseList) in TwitterListener. |
Abstract method TwitterListener.gotReverseGeoCode ( 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 gotReverseGeoCode(ResponseList) in TwitterListener. |
Abstract method TwitterListener.gotSuggestedUserCategories ( 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 gotSuggestedUserCategories(ResponseList) in TwitterListener. |
Abstract method TwitterListener.gotUserListStatuses ( 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 gotUserListStatuses(ResponseList) in TwitterListener. |
Abstract method TwitterListener.gotUserSuggestions ( 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 gotUserSuggestions(ResponseList) in TwitterListener. |
Abstract method TwitterListener.lookedupUsers ( 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 lookedupUsers(ResponseList) in TwitterListener. |
Abstract method TwitterListener.checkedUserListMembership ( PagableResponseList p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method checkedUserListMembership(PagableResponseList) in interface TwitterListener. |
Abstract method TwitterListener.deletedUserList ( UserList p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method deletedUserList(UserList) in interface TwitterListener. |
Abstract method TwitterListener.gotUserListStatuses ( PagableResponseList p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method gotUserListStatuses(PagableResponseList) in interface TwitterListener. |
[+] affected methods (67)
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 ( TwitterListener listener ):
1st parameter 'listener' of this method has type 'TwitterListener'.
TwitterListener.addedUserListMember ( UserList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.checkedUserListSubscription ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.createdBlock ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.createdFavorite ( Status p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.createdFriendship ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.createdUserList ( UserList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.deletedUserListMember ( UserList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedBlock ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedDirectMessage ( DirectMessage p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedFavorite ( Status p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedFriendship ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedStatus ( Status p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.disabledNotification ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.enabledNotification ( User 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.gotHomeTimeline ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotMentions ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotPublicTimeline ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRateLimitStatus ( RateLimitStatus p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRetweetedByMe ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRetweetedToMe ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRetweets ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRetweetsOfMe ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.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.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.gotUserListSubscribers ( PagableResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotUserListSubscriptions ( PagableResponseList 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.onException ( TwitterException p1, TwitterMethod p2 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.reportedSpam ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.retweetedStatus ( Status p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.searched ( QueryResult p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.searchedUser ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.sentDirectMessage ( DirectMessage p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.subscribedUserList ( UserList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.tested ( boolean p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.unsubscribedUserList ( UserList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedDeliveryDevice ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedProfile ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedProfileBackgroundImage ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedProfileColors ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedProfileImage ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedStatus ( Status p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedUserList ( UserList p1 ):
This abstract method is from 'TwitterListener' interface.
[+] TwitterStream (1)
|
This class become final. | Recompilation of a client program may be terminated with the message: cannot inherit from final TwitterStream. |
[+] affected methods (17)
TwitterStream.cleanup ( ):
This method is from 'TwitterStream' class.
TwitterStream.equals ( Object x0 ):
This method is from 'TwitterStream' class.
TwitterStream.filter ( int count, int[] follow, String[] track ):
This method is from 'TwitterStream' class.
TwitterStream.firehose ( int count ):
This method is from 'TwitterStream' class.
TwitterStream.getFilterStream ( int count, int[] follow, String[] track ):
This method is from 'TwitterStream' class.
TwitterStream.getFirehoseStream ( int count ):
This method is from 'TwitterStream' class.
TwitterStream.getRetweetStream ( ):
This method is from 'TwitterStream' class.
TwitterStream.getSampleStream ( ):
This method is from 'TwitterStream' class.
TwitterStream.hashCode ( ):
This method is from 'TwitterStream' class.
TwitterStream.retweet ( ):
This method is from 'TwitterStream' class.
TwitterStream.sample ( ):
This method is from 'TwitterStream' class.
TwitterStream.setStatusListener ( StatusListener statusListener ):
This method is from 'TwitterStream' class.
TwitterStream.toString ( ):
This method is from 'TwitterStream' class.
TwitterStream.TwitterStream ( ):
This constructor is from 'TwitterStream' class.
TwitterStream.TwitterStream ( String screenName, String password ):
This constructor is from 'TwitterStream' class.
TwitterStream.TwitterStream ( String screenName, String password, StatusListener listener ):
This constructor is from 'TwitterStream' class.
TwitterStreamFactory.getInstance ( conf.Configuration conf, http.Authorization auth ):
Return value of this method has type 'TwitterStream'.
[+] TwitterStreamFactory (1)
|
This class become final. | Recompilation of a client program may be terminated with the message: cannot inherit from final TwitterStreamFactory. |
[+] affected methods (5)
TwitterStreamFactory.getInstance ( conf.Configuration conf, http.Authorization auth ):
This method is from 'TwitterStreamFactory' class.
TwitterStreamFactory.TwitterStreamFactory ( ):
This constructor is from 'TwitterStreamFactory' class.
TwitterStreamFactory.TwitterStreamFactory ( String configTreePath ):
This constructor is from 'TwitterStreamFactory' class.
TwitterStreamFactory.TwitterStreamFactory ( String configTreePath, StatusListener listener ):
This constructor is from 'TwitterStreamFactory' class.
TwitterStreamFactory.TwitterStreamFactory ( StatusListener listener ):
This constructor is from 'TwitterStreamFactory' class.
[+] User (1)
|
Abstract method User.getStatus ( ) 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 getStatus() in User. |
[+] affected methods (117)
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, 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'.
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.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.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'.
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'.
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.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.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.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'.
[+] Version (1)
|
This class become final. | Recompilation of a client program may be terminated with the message: cannot inherit from final Version. |
[+] affected methods (3)
Version.getVersion ( ):
This method is from 'Version' class.
Version.main ( String[] args ):
This method is from 'Version' class.
Version.Version ( ):
This constructor is from 'Version' class.
package twitter4j.api
[+] StatusMethods (1)
|
Abstract method StatusMethods.updateStatus ( twitter4j.StatusUpdate 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 updateStatus(twitter4j.StatusUpdate) in StatusMethods. |
[+] affected methods (8)
StatusMethods.destroyStatus ( long p1 ):
This abstract method is from 'StatusMethods' interface.
StatusMethods.getRetweets ( long p1 ):
This abstract method is from 'StatusMethods' interface.
StatusMethods.retweetStatus ( long p1 ):
This abstract method is from 'StatusMethods' interface.
StatusMethods.showStatus ( long p1 ):
This abstract method is from 'StatusMethods' interface.
StatusMethods.updateStatus ( String p1 ):
This abstract method is from 'StatusMethods' interface.
StatusMethods.updateStatus ( String p1, long p2 ):
This abstract method is from 'StatusMethods' interface.
StatusMethods.updateStatus ( String p1, long p2, twitter4j.GeoLocation p3 ):
This abstract method is from 'StatusMethods' interface.
StatusMethods.updateStatus ( String p1, twitter4j.GeoLocation p2 ):
This abstract method is from 'StatusMethods' interface.
[+] StatusMethodsAsync (1)
|
Abstract method StatusMethodsAsync.updateStatus ( twitter4j.StatusUpdate 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 updateStatus(twitter4j.StatusUpdate) in StatusMethodsAsync. |
[+] affected methods (8)
StatusMethodsAsync.destroyStatus ( long p1 ):
This abstract method is from 'StatusMethodsAsync' interface.
StatusMethodsAsync.getRetweets ( long p1 ):
This abstract method is from 'StatusMethodsAsync' interface.
StatusMethodsAsync.retweetStatus ( long p1 ):
This abstract method is from 'StatusMethodsAsync' interface.
StatusMethodsAsync.showStatus ( long p1 ):
This abstract method is from 'StatusMethodsAsync' interface.
StatusMethodsAsync.updateStatus ( String p1 ):
This abstract method is from 'StatusMethodsAsync' interface.
StatusMethodsAsync.updateStatus ( String p1, long p2 ):
This abstract method is from 'StatusMethodsAsync' interface.
StatusMethodsAsync.updateStatus ( String p1, long p2, twitter4j.GeoLocation p3 ):
This abstract method is from 'StatusMethodsAsync' interface.
StatusMethodsAsync.updateStatus ( String p1, twitter4j.GeoLocation p2 ):
This abstract method is from 'StatusMethodsAsync' interface.
[+] UserMethods (4)
|
Abstract method UserMethods.getSuggestedUserCategories ( ) 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 getSuggestedUserCategories() in UserMethods. |
Abstract method UserMethods.getUserSuggestions ( 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 getUserSuggestions(java.lang.String) in UserMethods. |
Abstract method UserMethods.lookupUsers ( 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 lookupUsers(int[]) in UserMethods. |
Abstract method UserMethods.lookupUsers ( 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 lookupUsers(java.lang.String[]) in UserMethods. |
[+] affected methods (15)
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.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 (4)
|
Abstract method UserMethodsAsync.getSuggestedUserCategories ( ) 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 getSuggestedUserCategories() in UserMethodsAsync. |
Abstract method UserMethodsAsync.getUserSuggestions ( 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 getUserSuggestions(java.lang.String) in UserMethodsAsync. |
Abstract method UserMethodsAsync.lookupUsers ( 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 lookupUsers(int[]) in UserMethodsAsync. |
Abstract method UserMethodsAsync.lookupUsers ( 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 lookupUsers(java.lang.String[]) in UserMethodsAsync. |
[+] affected methods (15)
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.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 (3)
|
Added super-interface twitter4j.http.AuthorizationConfiguration. | 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 twitter4j.http.AuthorizationConfiguration. |
Removed super-interface twitter4j.http.HttpClientConfiguration. | Recompilation of a client program may be terminated with the message: cannot find method in Configuration. |
Removed super-interface twitter4j.http.HttpClientWrapperConfiguration. | Recompilation of a client program may be terminated with the message: cannot find method in Configuration. |
[+] affected methods (39)
twitter4j.AsyncTwitterFactory.getInstance ( Configuration conf, twitter4j.http.Authorization auth ):
1st parameter 'conf' of this method has type 'Configuration'.
Configuration.getAsyncNumThreads ( ):
This abstract method is from 'Configuration' interface.
Configuration.getClientURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.getClientVersion ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpConnectionTimeout ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpProxyHost ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpProxyPassword ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpProxyPort ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpProxyUser ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpReadTimeout ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpRetryCount ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpRetryIntervalSeconds ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpStreamingReadTimeout ( ):
This abstract method is from 'Configuration' interface.
Configuration.getOAuthAccessToken ( ):
This abstract method is from 'Configuration' interface.
Configuration.getOAuthAccessTokenSecret ( ):
This abstract method is from 'Configuration' interface.
Configuration.getOAuthAccessTokenURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.getOAuthAuthenticationURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.getOAuthAuthorizationURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.getOAuthConsumerKey ( ):
This abstract method is from 'Configuration' interface.
Configuration.getOAuthConsumerSecret ( ):
This abstract method is from 'Configuration' interface.
Configuration.getOAuthRequestTokenURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.getPassword ( ):
This abstract method is from 'Configuration' interface.
Configuration.getRequestHeaders ( ):
This abstract method is from 'Configuration' interface.
Configuration.getRestBaseURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.getSearchBaseURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.getSource ( ):
This abstract method is from 'Configuration' interface.
Configuration.getStreamBaseURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.getUser ( ):
This abstract method is from 'Configuration' interface.
Configuration.getUserAgent ( ):
This abstract method is from 'Configuration' interface.
Configuration.isDalvik ( ):
This abstract method is from 'Configuration' interface.
Configuration.isDebugEnabled ( ):
This abstract method is from 'Configuration' interface.
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.OAuthAuthorization.OAuthAuthorization ( Configuration conf, String consumerKey, String consumerSecret ):
1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.http.OAuthAuthorization.OAuthAuthorization ( Configuration conf, String consumerKey, String consumerSecret, twitter4j.http.AccessToken accessToken ):
1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.TwitterFactory.getInstance ( Configuration conf, twitter4j.http.Authorization auth ):
1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.TwitterStreamFactory.getInstance ( Configuration conf, twitter4j.http.Authorization auth ):
1st parameter 'conf' of this method has type 'Configuration'.
[+] ConfigurationContext (1)
|
This class become final. | Recompilation of a client program may be terminated with the message: cannot inherit from final ConfigurationContext. |
[+] affected methods (3)
ConfigurationContext.ConfigurationContext ( ):
This constructor is from 'ConfigurationContext' class.
ConfigurationContext.getInstance ( ):
This method is from 'ConfigurationContext' class.
ConfigurationContext.getInstance ( String configTreePath ):
This method is from 'ConfigurationContext' class.
package twitter4j.http
[+] Authorization (2)
|
Abstract method Authorization.setAuthorizationHeader ( String p1, String p2, twitter4j.internal.http.HttpParameter[] p3, java.net.HttpURLConnection 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 setAuthorizationHeader(java.lang.String, java.lang.String, twitter4j.internal.http.HttpParameter[], java.net.HttpURLConnection) in Authorization. |
Abstract method Authorization.setAuthorizationHeader ( String p1, String p2, HttpParameter[] p3, java.net.HttpURLConnection p4 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method setAuthorizationHeader(java.lang.String, java.lang.String, HttpParameter[], java.net.HttpURLConnection) in interface Authorization. |
[+] affected methods (4)
twitter4j.AsyncTwitterFactory.getInstance ( twitter4j.conf.Configuration conf, Authorization auth ):
2nd parameter 'auth' of this method has type 'Authorization'.
Authorization.isEnabled ( ):
This abstract method is from 'Authorization' interface.
twitter4j.TwitterFactory.getInstance ( twitter4j.conf.Configuration conf, Authorization auth ):
2nd parameter 'auth' of this method has type 'Authorization'.
twitter4j.TwitterStreamFactory.getInstance ( twitter4j.conf.Configuration conf, Authorization auth ):
2nd parameter 'auth' of this method has type 'Authorization'.
[+] BASE64Encoder (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BASE64Encoder. |
[+] affected methods (1)
BASE64Encoder.encode ( byte[] from ):
This method is from 'BASE64Encoder' class.
[+] HTMLEntity (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class HTMLEntity. |
[+] affected methods (5)
HTMLEntity.escape ( String original ):
This method is from 'HTMLEntity' class.
HTMLEntity.escape ( StringBuffer original ):
This method is from 'HTMLEntity' class.
HTMLEntity.HTMLEntity ( ):
This constructor is from 'HTMLEntity' class.
HTMLEntity.unescape ( String original ):
This method is from 'HTMLEntity' class.
HTMLEntity.unescape ( StringBuffer original ):
This method is from 'HTMLEntity' class.
[+] HttpClient (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class HttpClient. |
[+] affected methods (23)
HttpClient.encode ( String str ):
This method is from 'HttpClient' class.
HttpClient.equals ( Object o ):
This method is from 'HttpClient' class.
HttpClient.get ( String url ):
This method is from 'HttpClient' class.
HttpClient.getConnectionTimeout ( ):
This method is from 'HttpClient' class.
HttpClient.getInstance ( HttpClientConfiguration conf ):
This method is from 'HttpClient' class.
HttpClient.getProxyAuthPassword ( ):
This method is from 'HttpClient' class.
HttpClient.getProxyAuthUser ( ):
This method is from 'HttpClient' class.
HttpClient.getProxyHost ( ):
This method is from 'HttpClient' class.
HttpClient.getProxyPort ( ):
This method is from 'HttpClient' class.
HttpClient.getReadTimeout ( ):
This method is from 'HttpClient' class.
HttpClient.hashCode ( ):
This method is from 'HttpClient' class.
HttpClient.HttpClient ( ):
This constructor is from 'HttpClient' class.
HttpClient.HttpClient ( HttpClientConfiguration conf ):
This constructor is from 'HttpClient' class.
HttpClient.post ( String url, HttpParameter[] params ):
This method is from 'HttpClient' class.
HttpClient.request ( HttpRequest req ):
This method is from 'HttpClient' class.
HttpClient.setConnectionTimeout ( int connectionTimeout ):
This method is from 'HttpClient' class.
HttpClient.setProxyAuthPassword ( String proxyAuthPassword ):
This method is from 'HttpClient' class.
HttpClient.setProxyAuthUser ( String proxyAuthUser ):
This method is from 'HttpClient' class.
HttpClient.setProxyHost ( String proxyHost ):
This method is from 'HttpClient' class.
HttpClient.setProxyPort ( int proxyPort ):
This method is from 'HttpClient' class.
HttpClient.setReadTimeout ( int readTimeout ):
This method is from 'HttpClient' class.
HttpClient.setRetryCount ( int retryCount ):
This method is from 'HttpClient' class.
HttpClient.setRetryIntervalSeconds ( int retryIntervalSeconds ):
This method is from 'HttpClient' class.
[+] HttpClientConfiguration (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class HttpClientConfiguration. |
[+] affected methods (8)
HttpClientConfiguration.getHttpConnectionTimeout ( ):
This abstract method is from 'HttpClientConfiguration' interface.
HttpClientConfiguration.getHttpProxyHost ( ):
This abstract method is from 'HttpClientConfiguration' interface.
HttpClientConfiguration.getHttpProxyPassword ( ):
This abstract method is from 'HttpClientConfiguration' interface.
HttpClientConfiguration.getHttpProxyPort ( ):
This abstract method is from 'HttpClientConfiguration' interface.
HttpClientConfiguration.getHttpProxyUser ( ):
This abstract method is from 'HttpClientConfiguration' interface.
HttpClientConfiguration.getHttpReadTimeout ( ):
This abstract method is from 'HttpClientConfiguration' interface.
HttpClientConfiguration.getHttpRetryCount ( ):
This abstract method is from 'HttpClientConfiguration' interface.
HttpClientConfiguration.getHttpRetryIntervalSeconds ( ):
This abstract method is from 'HttpClientConfiguration' interface.
[+] HttpClientWrapper (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class HttpClientWrapper. |
[+] affected methods (23)
HttpClientWrapper.delete ( String url ):
This method is from 'HttpClientWrapper' class.
HttpClientWrapper.delete ( String url, Authorization authorization ):
This method is from 'HttpClientWrapper' class.
HttpClientWrapper.delete ( String url, HttpParameter[] parameters ):
This method is from 'HttpClientWrapper' class.
HttpClientWrapper.delete ( String url, HttpParameter[] parameters, Authorization authorization ):
This method is from 'HttpClientWrapper' class.
HttpClientWrapper.get ( String url ):
This method is from 'HttpClientWrapper' class.
HttpClientWrapper.get ( String url, Authorization authorization ):
This method is from 'HttpClientWrapper' class.
HttpClientWrapper.get ( String url, HttpParameter[] parameters ):
This method is from 'HttpClientWrapper' class.
HttpClientWrapper.get ( String url, HttpParameter[] parameters, Authorization authorization ):
This method is from 'HttpClientWrapper' class.
HttpClientWrapper.head ( String url ):
This method is from 'HttpClientWrapper' class.
HttpClientWrapper.head ( String url, Authorization authorization ):
This method is from 'HttpClientWrapper' class.
HttpClientWrapper.head ( String url, HttpParameter[] parameters ):
This method is from 'HttpClientWrapper' class.
HttpClientWrapper.head ( String url, HttpParameter[] parameters, Authorization authorization ):
This method is from 'HttpClientWrapper' class.
HttpClientWrapper.HttpClientWrapper ( ):
This constructor is from 'HttpClientWrapper' class.
HttpClientWrapper.HttpClientWrapper ( HttpClientWrapperConfiguration wrapperConf ):
This constructor is from 'HttpClientWrapper' class.
HttpClientWrapper.post ( String url ):
This method is from 'HttpClientWrapper' class.
HttpClientWrapper.post ( String url, Authorization authorization ):
This method is from 'HttpClientWrapper' class.
HttpClientWrapper.post ( String url, HttpParameter[] parameters ):
This method is from 'HttpClientWrapper' class.
HttpClientWrapper.post ( String url, HttpParameter[] parameters, Authorization authorization ):
This method is from 'HttpClientWrapper' class.
HttpClientWrapper.put ( String url ):
This method is from 'HttpClientWrapper' class.
HttpClientWrapper.put ( String url, Authorization authorization ):
This method is from 'HttpClientWrapper' class.
HttpClientWrapper.put ( String url, HttpParameter[] parameters ):
This method is from 'HttpClientWrapper' class.
HttpClientWrapper.put ( String url, HttpParameter[] parameters, Authorization authorization ):
This method is from 'HttpClientWrapper' class.
HttpClientWrapper.setHttpResponseListener ( HttpResponseListener listener ):
This method is from 'HttpClientWrapper' class.
[+] HttpClientWrapperConfiguration (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class HttpClientWrapperConfiguration. |
[+] affected methods (1)
HttpClientWrapperConfiguration.getRequestHeaders ( ):
This abstract method is from 'HttpClientWrapperConfiguration' interface.
[+] HttpParameter (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class HttpParameter. |
[+] affected methods (19)
HttpParameter.compareTo ( Object o ):
This method is from 'HttpParameter' class.
HttpParameter.encodeParameters ( HttpParameter[] httpParams ):
This method is from 'HttpParameter' class.
HttpParameter.equals ( Object o ):
This method is from 'HttpParameter' class.
HttpParameter.getContentType ( ):
This method is from 'HttpParameter' class.
HttpParameter.getName ( ):
This method is from 'HttpParameter' class.
HttpParameter.getParameterArray ( String name, int value ):
This method is from 'HttpParameter' class.
HttpParameter.getParameterArray ( String name, String value ):
This method is from 'HttpParameter' class.
HttpParameter.getParameterArray ( String name1, int value1, String name2, int value2 ):
This method is from 'HttpParameter' class.
HttpParameter.getParameterArray ( String name1, String value1, String name2, String value2 ):
This method is from 'HttpParameter' class.
HttpParameter.getValue ( ):
This method is from 'HttpParameter' class.
HttpParameter.hashCode ( ):
This method is from 'HttpParameter' class.
HttpParameter.HttpParameter ( String name, boolean value ):
This constructor is from 'HttpParameter' class.
HttpParameter.HttpParameter ( String name, double value ):
This constructor is from 'HttpParameter' class.
HttpParameter.HttpParameter ( String name, int value ):
This constructor is from 'HttpParameter' class.
HttpParameter.HttpParameter ( String name, java.io.File file ):
This constructor is from 'HttpParameter' class.
HttpParameter.HttpParameter ( String name, long value ):
This constructor is from 'HttpParameter' class.
HttpParameter.HttpParameter ( String name, String value ):
This constructor is from 'HttpParameter' class.
HttpParameter.isFile ( ):
This method is from 'HttpParameter' class.
HttpParameter.toString ( ):
This method is from 'HttpParameter' class.
[+] HttpRequest (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class HttpRequest. |
[+] affected methods (5)
HttpRequest.equals ( Object o ):
This method is from 'HttpRequest' class.
HttpRequest.getURL ( ):
This method is from 'HttpRequest' class.
HttpRequest.hashCode ( ):
This method is from 'HttpRequest' class.
HttpRequest.HttpRequest ( RequestMethod method, String url, HttpParameter[] httpParams, Authorization authorization, java.util.Map requestHeaders ):
This constructor is from 'HttpRequest' class.
HttpRequest.toString ( ):
This method is from 'HttpRequest' class.
[+] HttpResponse (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class HttpResponse. |
[+] affected methods (11)
HttpResponse.asDocument ( ):
This method is from 'HttpResponse' class.
HttpResponse.asJSONArray ( ):
This method is from 'HttpResponse' class.
HttpResponse.asJSONObject ( ):
This method is from 'HttpResponse' class.
HttpResponse.asReader ( ):
This method is from 'HttpResponse' class.
HttpResponse.asStream ( ):
This method is from 'HttpResponse' class.
HttpResponse.asString ( ):
This method is from 'HttpResponse' class.
HttpResponse.disconnect ( ):
This method is from 'HttpResponse' class.
HttpResponse.getResponseHeader ( String name ):
This method is from 'HttpResponse' class.
HttpResponse.getStatusCode ( ):
This method is from 'HttpResponse' class.
HttpResponse.HttpResponse ( java.net.HttpURLConnection con ):
This constructor is from 'HttpResponse' class.
HttpResponse.toString ( ):
This method is from 'HttpResponse' class.
[+] HttpResponseEvent (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class HttpResponseEvent. |
[+] affected methods (7)
HttpResponseEvent.equals ( Object o ):
This method is from 'HttpResponseEvent' class.
HttpResponseEvent.getRequest ( ):
This method is from 'HttpResponseEvent' class.
HttpResponseEvent.getResponse ( ):
This method is from 'HttpResponseEvent' class.
HttpResponseEvent.getSource ( ):
This method is from 'HttpResponseEvent' class.
HttpResponseEvent.hashCode ( ):
This method is from 'HttpResponseEvent' class.
HttpResponseEvent.isAuthenticated ( ):
This method is from 'HttpResponseEvent' class.
HttpResponseEvent.toString ( ):
This method is from 'HttpResponseEvent' class.
[+] HttpResponseListener (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class HttpResponseListener. |
[+] affected methods (1)
HttpResponseListener.httpResponseReceived ( HttpResponseEvent p1 ):
This abstract method is from 'HttpResponseListener' interface.
[+] RequestToken (1)
|
This class become final. | Recompilation of a client program may be terminated with the message: cannot inherit from final RequestToken. |
[+] affected methods (27)
twitter4j.AsyncTwitter.getOAuthAccessToken ( RequestToken requestToken ):
1st parameter 'requestToken' of this method has type 'RequestToken'.
twitter4j.AsyncTwitter.getOAuthAccessToken ( RequestToken requestToken, String oauthVerifier ):
1st parameter 'requestToken' of this method has type 'RequestToken'.
twitter4j.AsyncTwitter.getOAuthRequestToken ( ):
Return value of this method has type 'RequestToken'.
twitter4j.AsyncTwitter.getOAuthRequestToken ( String callbackUrl ):
Return value of this method has type 'RequestToken'.
OAuthAuthorization.getOAuthAccessToken ( RequestToken requestToken ):
1st parameter 'requestToken' of this method has type 'RequestToken'.
OAuthAuthorization.getOAuthAccessToken ( RequestToken requestToken, String oauthVerifier ):
1st parameter 'requestToken' of this method has type 'RequestToken'.
OAuthAuthorization.getOAuthRequestToken ( ):
Return value of this method has type 'RequestToken'.
OAuthAuthorization.getOAuthRequestToken ( String callbackURL ):
Return value of this method has type 'RequestToken'.
OAuthSupport.getOAuthAccessToken ( RequestToken p1 ):
1st parameter 'p1' of this abstract method has type 'RequestToken'.
OAuthSupport.getOAuthAccessToken ( RequestToken p1, String p2 ):
1st parameter 'p1' of this abstract method has type 'RequestToken'.
OAuthSupport.getOAuthRequestToken ( ):
Return value of this abstract method has type 'RequestToken'.
OAuthSupport.getOAuthRequestToken ( String p1 ):
Return value of this abstract method has type 'RequestToken'.
RequestToken.equals ( Object o ):
This method is from 'RequestToken' class.
RequestToken.getAccessToken ( ):
This method is from 'RequestToken' class.
RequestToken.getAccessToken ( String oauth_verifier ):
This method is from 'RequestToken' class.
RequestToken.getAuthenticationURL ( ):
This method is from 'RequestToken' class.
RequestToken.getAuthorizationURL ( ):
This method is from 'RequestToken' class.
RequestToken.getParameter ( String x0 ):
This method is from 'RequestToken' class.
RequestToken.getToken ( ):
This method is from 'RequestToken' class.
RequestToken.getTokenSecret ( ):
This method is from 'RequestToken' class.
RequestToken.hashCode ( ):
This method is from 'RequestToken' class.
RequestToken.RequestToken ( String token, String tokenSecret ):
This constructor is from 'RequestToken' class.
RequestToken.toString ( ):
This method is from 'RequestToken' class.
twitter4j.Twitter.getOAuthAccessToken ( RequestToken requestToken ):
1st parameter 'requestToken' of this method has type 'RequestToken'.
twitter4j.Twitter.getOAuthAccessToken ( RequestToken requestToken, String oauthVerifier ):
1st parameter 'requestToken' of this method has type 'RequestToken'.
twitter4j.Twitter.getOAuthRequestToken ( ):
Return value of this method has type 'RequestToken'.
twitter4j.Twitter.getOAuthRequestToken ( String callbackUrl ):
Return value of this method has type 'RequestToken'.
package twitter4j.logging
[+] Logger (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Logger. |
[+] affected methods (4)
Logger.debug ( String message ):
This method is from 'Logger' class.
Logger.debug ( String message, String message2 ):
This method is from 'Logger' class.
Logger.getLogger ( ):
This method is from 'Logger' class.
Logger.isDebugEnabled ( ):
This method is from 'Logger' class.
package twitter4j.org.json
[+] CDL (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CDL. |
[+] affected methods (10)
CDL.CDL ( ):
This constructor is from 'CDL' class.
CDL.rowToJSONArray ( JSONTokener x ):
This method is from 'CDL' class.
CDL.rowToJSONObject ( JSONArray names, JSONTokener x ):
This method is from 'CDL' class.
CDL.rowToString ( JSONArray ja ):
This method is from 'CDL' class.
CDL.toJSONArray ( String string ):
This method is from 'CDL' class.
CDL.toJSONArray ( JSONArray names, String string ):
This method is from 'CDL' class.
CDL.toJSONArray ( JSONArray names, JSONTokener x ):
This method is from 'CDL' class.
CDL.toJSONArray ( JSONTokener x ):
This method is from 'CDL' class.
CDL.toString ( JSONArray ja ):
This method is from 'CDL' class.
CDL.toString ( JSONArray names, JSONArray ja ):
This method is from 'CDL' class.
[+] Cookie (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Cookie. |
[+] affected methods (5)
Cookie.Cookie ( ):
This constructor is from 'Cookie' class.
Cookie.escape ( String string ):
This method is from 'Cookie' class.
Cookie.toJSONObject ( String string ):
This method is from 'Cookie' class.
Cookie.toString ( JSONObject o ):
This method is from 'Cookie' class.
Cookie.unescape ( String s ):
This method is from 'Cookie' class.
[+] CookieList (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CookieList. |
[+] affected methods (3)
CookieList.CookieList ( ):
This constructor is from 'CookieList' class.
CookieList.toJSONObject ( String string ):
This method is from 'CookieList' class.
CookieList.toString ( JSONObject o ):
This method is from 'CookieList' class.
[+] HTTP (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class HTTP. |
[+] affected methods (3)
HTTP.HTTP ( ):
This constructor is from 'HTTP' class.
HTTP.toJSONObject ( String string ):
This method is from 'HTTP' class.
HTTP.toString ( JSONObject o ):
This method is from 'HTTP' class.
[+] HTTPTokener (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class HTTPTokener. |
[+] affected methods (2)
HTTPTokener.HTTPTokener ( String s ):
This constructor is from 'HTTPTokener' class.
HTTPTokener.nextToken ( ):
This method is from 'HTTPTokener' class.
[+] JSONArray (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class JSONArray. |
[+] affected methods (49)
JSONArray.get ( int index ):
This method is from 'JSONArray' class.
JSONArray.getBoolean ( int index ):
This method is from 'JSONArray' class.
JSONArray.getDouble ( int index ):
This method is from 'JSONArray' class.
JSONArray.getInt ( int index ):
This method is from 'JSONArray' class.
JSONArray.getJSONArray ( int index ):
This method is from 'JSONArray' class.
JSONArray.getJSONObject ( int index ):
This method is from 'JSONArray' class.
JSONArray.getLong ( int index ):
This method is from 'JSONArray' class.
JSONArray.getString ( int index ):
This method is from 'JSONArray' class.
JSONArray.isNull ( int index ):
This method is from 'JSONArray' class.
JSONArray.join ( String separator ):
This method is from 'JSONArray' class.
JSONArray.JSONArray ( ):
This constructor is from 'JSONArray' class.
JSONArray.JSONArray ( java.util.Collection collection ):
This constructor is from 'JSONArray' class.
JSONArray.JSONArray ( java.util.Collection collection, boolean includeSuperClass ):
This constructor is from 'JSONArray' class.
JSONArray.JSONArray ( Object array ):
This constructor is from 'JSONArray' class.
JSONArray.JSONArray ( Object array, boolean includeSuperClass ):
This constructor is from 'JSONArray' class.
JSONArray.JSONArray ( String source ):
This constructor is from 'JSONArray' class.
JSONArray.JSONArray ( JSONTokener x ):
This constructor is from 'JSONArray' class.
JSONArray.length ( ):
This method is from 'JSONArray' class.
JSONArray.opt ( int index ):
This method is from 'JSONArray' class.
JSONArray.optBoolean ( int index ):
This method is from 'JSONArray' class.
JSONArray.optBoolean ( int index, boolean defaultValue ):
This method is from 'JSONArray' class.
JSONArray.optDouble ( int index ):
This method is from 'JSONArray' class.
JSONArray.optDouble ( int index, double defaultValue ):
This method is from 'JSONArray' class.
JSONArray.optInt ( int index ):
This method is from 'JSONArray' class.
JSONArray.optInt ( int index, int defaultValue ):
This method is from 'JSONArray' class.
JSONArray.optJSONArray ( int index ):
This method is from 'JSONArray' class.
JSONArray.optJSONObject ( int index ):
This method is from 'JSONArray' class.
JSONArray.optLong ( int index ):
This method is from 'JSONArray' class.
JSONArray.optLong ( int index, long defaultValue ):
This method is from 'JSONArray' class.
JSONArray.optString ( int index ):
This method is from 'JSONArray' class.
JSONArray.optString ( int index, String defaultValue ):
This method is from 'JSONArray' class.
JSONArray.put ( boolean value ):
This method is from 'JSONArray' class.
JSONArray.put ( double value ):
This method is from 'JSONArray' class.
JSONArray.put ( int index, boolean value ):
This method is from 'JSONArray' class.
JSONArray.put ( int index, double value ):
This method is from 'JSONArray' class.
JSONArray.put ( int index, int value ):
This method is from 'JSONArray' class.
JSONArray.put ( int index, java.util.Collection value ):
This method is from 'JSONArray' class.
JSONArray.put ( int index, java.util.Map value ):
This method is from 'JSONArray' class.
JSONArray.put ( int index, long value ):
This method is from 'JSONArray' class.
JSONArray.put ( int index, Object value ):
This method is from 'JSONArray' class.
JSONArray.put ( int value ):
This method is from 'JSONArray' class.
JSONArray.put ( java.util.Collection value ):
This method is from 'JSONArray' class.
JSONArray.put ( java.util.Map value ):
This method is from 'JSONArray' class.
JSONArray.put ( long value ):
This method is from 'JSONArray' class.
JSONArray.put ( Object value ):
This method is from 'JSONArray' class.
JSONArray.toJSONObject ( JSONArray names ):
This method is from 'JSONArray' class.
JSONArray.toString ( ):
This method is from 'JSONArray' class.
JSONArray.toString ( int indentFactor ):
This method is from 'JSONArray' class.
JSONArray.write ( java.io.Writer writer ):
This method is from 'JSONArray' class.
[+] JSONException (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class JSONException. |
[+] affected methods (3)
JSONException.getCause ( ):
This method is from 'JSONException' class.
JSONException.JSONException ( String message ):
This constructor is from 'JSONException' class.
JSONException.JSONException ( Throwable t ):
This constructor is from 'JSONException' class.
[+] JSONML (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class JSONML. |
[+] affected methods (7)
JSONML.JSONML ( ):
This constructor is from 'JSONML' class.
JSONML.toJSONArray ( String string ):
This method is from 'JSONML' class.
JSONML.toJSONArray ( XMLTokener x ):
This method is from 'JSONML' class.
JSONML.toJSONObject ( String string ):
This method is from 'JSONML' class.
JSONML.toJSONObject ( XMLTokener x ):
This method is from 'JSONML' class.
JSONML.toString ( JSONArray ja ):
This method is from 'JSONML' class.
JSONML.toString ( JSONObject jo ):
This method is from 'JSONML' class.
[+] JSONObject (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class JSONObject. |
[+] affected methods (58)
JSONObject.accumulate ( String key, Object value ):
This method is from 'JSONObject' class.
JSONObject.append ( String key, Object value ):
This method is from 'JSONObject' class.
JSONObject.doubleToString ( double d ):
This method is from 'JSONObject' class.
JSONObject.get ( String key ):
This method is from 'JSONObject' class.
JSONObject.getBoolean ( String key ):
This method is from 'JSONObject' class.
JSONObject.getDouble ( String key ):
This method is from 'JSONObject' class.
JSONObject.getInt ( String key ):
This method is from 'JSONObject' class.
JSONObject.getJSONArray ( String key ):
This method is from 'JSONObject' class.
JSONObject.getJSONObject ( String key ):
This method is from 'JSONObject' class.
JSONObject.getLong ( String key ):
This method is from 'JSONObject' class.
JSONObject.getNames ( Object object ):
This method is from 'JSONObject' class.
JSONObject.getNames ( JSONObject jo ):
This method is from 'JSONObject' class.
JSONObject.getString ( String key ):
This method is from 'JSONObject' class.
JSONObject.has ( String key ):
This method is from 'JSONObject' class.
JSONObject.isNull ( String key ):
This method is from 'JSONObject' class.
JSONObject.JSONObject ( ):
This constructor is from 'JSONObject' class.
JSONObject.JSONObject ( java.util.Map map ):
This constructor is from 'JSONObject' class.
JSONObject.JSONObject ( java.util.Map map, boolean includeSuperClass ):
This constructor is from 'JSONObject' class.
JSONObject.JSONObject ( Object bean ):
This constructor is from 'JSONObject' class.
JSONObject.JSONObject ( Object bean, boolean includeSuperClass ):
This constructor is from 'JSONObject' class.
JSONObject.JSONObject ( Object object, String[] names ):
This constructor is from 'JSONObject' class.
JSONObject.JSONObject ( String source ):
This constructor is from 'JSONObject' class.
JSONObject.JSONObject ( JSONObject jo, String[] names ):
This constructor is from 'JSONObject' class.
JSONObject.JSONObject ( JSONTokener x ):
This constructor is from 'JSONObject' class.
JSONObject.keys ( ):
This method is from 'JSONObject' class.
JSONObject.length ( ):
This method is from 'JSONObject' class.
JSONObject.names ( ):
This method is from 'JSONObject' class.
JSONObject.numberToString ( Number n ):
This method is from 'JSONObject' class.
JSONObject.opt ( String key ):
This method is from 'JSONObject' class.
JSONObject.optBoolean ( String key ):
This method is from 'JSONObject' class.
JSONObject.optBoolean ( String key, boolean defaultValue ):
This method is from 'JSONObject' class.
JSONObject.optDouble ( String key ):
This method is from 'JSONObject' class.
JSONObject.optDouble ( String key, double defaultValue ):
This method is from 'JSONObject' class.
JSONObject.optInt ( String key ):
This method is from 'JSONObject' class.
JSONObject.optInt ( String key, int defaultValue ):
This method is from 'JSONObject' class.
JSONObject.optJSONArray ( String key ):
This method is from 'JSONObject' class.
JSONObject.optJSONObject ( String key ):
This method is from 'JSONObject' class.
JSONObject.optLong ( String key ):
This method is from 'JSONObject' class.
JSONObject.optLong ( String key, long defaultValue ):
This method is from 'JSONObject' class.
JSONObject.optString ( String key ):
This method is from 'JSONObject' class.
JSONObject.optString ( String key, String defaultValue ):
This method is from 'JSONObject' class.
JSONObject.put ( String key, boolean value ):
This method is from 'JSONObject' class.
JSONObject.put ( String key, double value ):
This method is from 'JSONObject' class.
JSONObject.put ( String key, int value ):
This method is from 'JSONObject' class.
JSONObject.put ( String key, java.util.Collection value ):
This method is from 'JSONObject' class.
JSONObject.put ( String key, java.util.Map value ):
This method is from 'JSONObject' class.
JSONObject.put ( String key, long value ):
This method is from 'JSONObject' class.
JSONObject.put ( String key, Object value ):
This method is from 'JSONObject' class.
JSONObject.putOnce ( String key, Object value ):
This method is from 'JSONObject' class.
JSONObject.putOpt ( String key, Object value ):
This method is from 'JSONObject' class.
JSONObject.quote ( String string ):
This method is from 'JSONObject' class.
JSONObject.remove ( String key ):
This method is from 'JSONObject' class.
JSONObject.sortedKeys ( ):
This method is from 'JSONObject' class.
JSONObject.stringToValue ( String s ):
This method is from 'JSONObject' class.
JSONObject.toJSONArray ( JSONArray names ):
This method is from 'JSONObject' class.
JSONObject.toString ( ):
This method is from 'JSONObject' class.
JSONObject.toString ( int indentFactor ):
This method is from 'JSONObject' class.
JSONObject.write ( java.io.Writer writer ):
This method is from 'JSONObject' class.
[+] JSONString (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class JSONString. |
[+] affected methods (1)
JSONString.toJSONString ( ):
This abstract method is from 'JSONString' interface.
[+] JSONStringer (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class JSONStringer. |
[+] affected methods (2)
JSONStringer.JSONStringer ( ):
This constructor is from 'JSONStringer' class.
JSONStringer.toString ( ):
This method is from 'JSONStringer' class.
[+] JSONTokener (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class JSONTokener. |
[+] affected methods (16)
JSONTokener.back ( ):
This method is from 'JSONTokener' class.
JSONTokener.dehexchar ( char c ):
This method is from 'JSONTokener' class.
JSONTokener.JSONTokener ( java.io.Reader reader ):
This constructor is from 'JSONTokener' class.
JSONTokener.JSONTokener ( String s ):
This constructor is from 'JSONTokener' class.
JSONTokener.more ( ):
This method is from 'JSONTokener' class.
JSONTokener.next ( ):
This method is from 'JSONTokener' class.
JSONTokener.next ( char c ):
This method is from 'JSONTokener' class.
JSONTokener.next ( int n ):
This method is from 'JSONTokener' class.
JSONTokener.nextClean ( ):
This method is from 'JSONTokener' class.
JSONTokener.nextString ( char quote ):
This method is from 'JSONTokener' class.
JSONTokener.nextTo ( char d ):
This method is from 'JSONTokener' class.
JSONTokener.nextTo ( String delimiters ):
This method is from 'JSONTokener' class.
JSONTokener.nextValue ( ):
This method is from 'JSONTokener' class.
JSONTokener.skipTo ( char to ):
This method is from 'JSONTokener' class.
JSONTokener.syntaxError ( String message ):
This method is from 'JSONTokener' class.
JSONTokener.toString ( ):
This method is from 'JSONTokener' class.
[+] JSONWriter (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class JSONWriter. |
[+] affected methods (10)
JSONWriter.array ( ):
This method is from 'JSONWriter' class.
JSONWriter.endArray ( ):
This method is from 'JSONWriter' class.
JSONWriter.endObject ( ):
This method is from 'JSONWriter' class.
JSONWriter.JSONWriter ( java.io.Writer w ):
This constructor is from 'JSONWriter' class.
JSONWriter.key ( String s ):
This method is from 'JSONWriter' class.
JSONWriter.object ( ):
This method is from 'JSONWriter' class.
JSONWriter.value ( boolean b ):
This method is from 'JSONWriter' class.
JSONWriter.value ( double d ):
This method is from 'JSONWriter' class.
JSONWriter.value ( long l ):
This method is from 'JSONWriter' class.
JSONWriter.value ( Object o ):
This method is from 'JSONWriter' class.
[+] Test (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Test. |
[+] affected methods (2)
Test.main ( String[] args ):
This method is from 'Test' class.
Test.Test ( ):
This constructor is from 'Test' class.
[+] XML (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class XML. |
[+] affected methods (6)
XML.escape ( String string ):
This method is from 'XML' class.
XML.noSpace ( String string ):
This method is from 'XML' class.
XML.toJSONObject ( String string ):
This method is from 'XML' class.
XML.toString ( Object o ):
This method is from 'XML' class.
XML.toString ( Object o, String tagName ):
This method is from 'XML' class.
XML.XML ( ):
This constructor is from 'XML' class.
[+] XMLTokener (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class XMLTokener. |
[+] affected methods (7)
XMLTokener.nextCDATA ( ):
This method is from 'XMLTokener' class.
XMLTokener.nextContent ( ):
This method is from 'XMLTokener' class.
XMLTokener.nextEntity ( char a ):
This method is from 'XMLTokener' class.
XMLTokener.nextMeta ( ):
This method is from 'XMLTokener' class.
XMLTokener.nextToken ( ):
This method is from 'XMLTokener' class.
XMLTokener.skipPast ( String to ):
This method is from 'XMLTokener' class.
XMLTokener.XMLTokener ( String s ):
This constructor is from 'XMLTokener' class.
to the top
Problems with Methods, High risk (4)
twitter4j-core-2.1.0.jar, AsyncTwitterFactory
package twitter4j
[+] AsyncTwitterFactory.getInstance ( conf.Configuration conf, http.Authorization auth ):AsyncTwitter (1)
[ run-time name: twitter4j/AsyncTwitterFactory.getInstance:(Ltwitter4j/conf/Configuration;Ltwitter4j/http/Authorization;)Ltwitter4j/AsyncTwitter; ]
|
Access level has been changed from protected to private. | Recompilation of a client program may be terminated with the message: getInstance(twitter4j.conf.Configuration, twitter4j.http.Authorization) has private access in twitter4j.AsyncTwitterFactory. |
twitter4j-core-2.1.0.jar, TwitterFactory
package twitter4j
[+] TwitterFactory.getInstance ( conf.Configuration conf, http.Authorization auth ):Twitter (1)
[ run-time name: twitter4j/TwitterFactory.getInstance:(Ltwitter4j/conf/Configuration;Ltwitter4j/http/Authorization;)Ltwitter4j/Twitter; ]
|
Access level has been changed from protected to private. | Recompilation of a client program may be terminated with the message: getInstance(twitter4j.conf.Configuration, twitter4j.http.Authorization) has private access in twitter4j.TwitterFactory. |
twitter4j-core-2.1.0.jar, TwitterStreamFactory
package twitter4j
[+] TwitterStreamFactory.getInstance ( conf.Configuration conf, http.Authorization auth ):TwitterStream (1)
[ run-time name: twitter4j/TwitterStreamFactory.getInstance:(Ltwitter4j/conf/Configuration;Ltwitter4j/http/Authorization;)Ltwitter4j/TwitterStream; ]
|
Access level has been changed from protected to private. | Recompilation of a client program may be terminated with the message: getInstance(twitter4j.conf.Configuration, twitter4j.http.Authorization) has private access in twitter4j.TwitterStreamFactory. |
twitter4j-core-2.1.0.jar, Version
package twitter4j
[+] Version.Version ( ) (1)
[ run-time name: twitter4j/Version."<init>":()V ]
|
Access level has been changed from public to private. | Recompilation of a client program may be terminated with the message: Version() has private access in twitter4j.Version. |
to the top
Problems with Data Types, Medium risk (3)
twitter4j-core-2.1.0.jar
package twitter4j
[+] AsyncTwitterFactory (1)
|
Removed super-class TwitterFactoryOAuthSupportBase. | Recompilation of a client program may be terminated with the message: cannot find variable (or method) in AsyncTwitterFactory. |
[+] affected methods (4)
AsyncTwitterFactory.AsyncTwitterFactory ( ):
This constructor is from 'AsyncTwitterFactory' class.
AsyncTwitterFactory.AsyncTwitterFactory ( String configTreePath, TwitterListener listener ):
This constructor is from 'AsyncTwitterFactory' class.
AsyncTwitterFactory.AsyncTwitterFactory ( TwitterListener listener ):
This constructor is from 'AsyncTwitterFactory' class.
AsyncTwitterFactory.getInstance ( conf.Configuration conf, http.Authorization auth ):
This method is from 'AsyncTwitterFactory' class.
[+] TwitterFactory (1)
|
Removed super-class TwitterFactoryOAuthSupportBase. | Recompilation of a client program may be terminated with the message: cannot find variable (or method) in TwitterFactory. |
[+] affected methods (3)
TwitterFactory.getInstance ( conf.Configuration conf, http.Authorization auth ):
This method is from 'TwitterFactory' class.
TwitterFactory.TwitterFactory ( ):
This constructor is from 'TwitterFactory' class.
TwitterFactory.TwitterFactory ( String configTreePath ):
This constructor is from 'TwitterFactory' class.
[+] TwitterStreamFactory (1)
|
Removed super-class TwitterFactoryBase. | Recompilation of a client program may be terminated with the message: cannot find variable (or method) in TwitterStreamFactory. |
[+] affected methods (5)
TwitterStreamFactory.getInstance ( conf.Configuration conf, http.Authorization auth ):
This method is from 'TwitterStreamFactory' class.
TwitterStreamFactory.TwitterStreamFactory ( ):
This constructor is from 'TwitterStreamFactory' class.
TwitterStreamFactory.TwitterStreamFactory ( String configTreePath ):
This constructor is from 'TwitterStreamFactory' class.
TwitterStreamFactory.TwitterStreamFactory ( String configTreePath, StatusListener listener ):
This constructor is from 'TwitterStreamFactory' class.
TwitterStreamFactory.TwitterStreamFactory ( StatusListener listener ):
This constructor is from 'TwitterStreamFactory' class.
to the top
Problems with Methods, Medium risk (7)
twitter4j-core-2.1.0.jar, TwitterAdapter
package twitter4j
[+] TwitterAdapter.reportedSpam ( User reportedSpammer ):void (1)
[ run-time name: twitter4j/TwitterAdapter.reportedSpam:(Ltwitter4j/User;)V ]
|
Removed twitter4j.TwitterException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override reportedSpam(twitter4j.User) in twitter4j.TwitterAdapter; overridden method does not throw twitter4j.TwitterException. |
twitter4j-core-2.1.0.jar, TwitterListener
package twitter4j
[+] TwitterListener.reportedSpam ( User p1 ) [abstract]:void (1)
[ run-time name: twitter4j/TwitterListener.reportedSpam:(Ltwitter4j/User;)V ]
|
Removed twitter4j.TwitterException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override reportedSpam(twitter4j.User) in twitter4j.TwitterListener; overridden method does not throw twitter4j.TwitterException. |
twitter4j-core-2.1.0.jar, TwitterStream
package twitter4j
[+] TwitterStream.filter ( int count, int[] follow, String[] track ):void (1)
[ run-time name: twitter4j/TwitterStream.filter:(I[I[Ljava/lang/String;)V ]
|
Removed TwitterException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override filter(int, int[], java.lang.String[]) in TwitterStream; overridden method does not throw TwitterException. |
[+] TwitterStream.firehose ( int count ):void (1)
[ run-time name: twitter4j/TwitterStream.firehose:(I)V ]
|
Removed TwitterException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override firehose(int) in TwitterStream; overridden method does not throw TwitterException. |
[+] TwitterStream.retweet ( ):void (1)
[ run-time name: twitter4j/TwitterStream.retweet:()V ]
|
Removed TwitterException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override retweet() in TwitterStream; overridden method does not throw TwitterException. |
[+] TwitterStream.sample ( ):void (1)
[ run-time name: twitter4j/TwitterStream.sample:()V ]
|
Removed twitter4j.TwitterException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override sample() in twitter4j.TwitterStream; overridden method does not throw twitter4j.TwitterException. |
twitter4j-core-2.1.0.jar, UserMethodsAsync
package twitter4j.api
[+] UserMethodsAsync.searchUsers ( String p1, int p2 ) [abstract]:void (1)
[ run-time name: twitter4j/api/UserMethodsAsync.searchUsers:(Ljava/lang/String;I)V ]
|
Removed twitter4j.TwitterException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override searchUsers(java.lang.String, int) in twitter4j.api.UserMethodsAsync; overridden method does not throw twitter4j.TwitterException. |
to the top
Problems with Data Types, Low risk (74)
twitter4j-core-2.1.0.jar
package twitter4j
[+] TwitterListener (74)
|
Field ADD_LIST_MEMBER 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 ADD_LIST_MEMBER is ambiguous. |
Field AVAILABLE_TRENDS 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 AVAILABLE_TRENDS is ambiguous. |
Field BLOCKING_USERS 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 BLOCKING_USERS is ambiguous. |
Field BLOCKING_USERS_IDS 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 BLOCKING_USERS_IDS is ambiguous. |
Field CHECK_LIST_MEMBERSHIP 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 CHECK_LIST_MEMBERSHIP is ambiguous. |
Field CHECK_LIST_SUBSCRIPTION 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 CHECK_LIST_SUBSCRIPTION is ambiguous. |
Field CREATE_BLOCK 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 CREATE_BLOCK is ambiguous. |
Field CREATE_FAVORITE 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 CREATE_FAVORITE is ambiguous. |
Field CREATE_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 CREATE_FRIENDSHIP is ambiguous. |
Field CREATE_USER_LIST 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 CREATE_USER_LIST is ambiguous. |
Field CURRENT_TRENDS 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 CURRENT_TRENDS is ambiguous. |
Field DAILY_TRENDS 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 DAILY_TRENDS is ambiguous. |
Field DELETE_LIST_MEMBER 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 DELETE_LIST_MEMBER is ambiguous. |
Field DESTROY_BLOCK 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_BLOCK is ambiguous. |
Field DESTROY_DIRECT_MESSAGES 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_MESSAGES is ambiguous. |
Field DESTROY_FAVORITE 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_FAVORITE is ambiguous. |
Field DESTROY_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 DESTROY_FRIENDSHIP is ambiguous. |
Field DESTROY_STATUS 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_STATUS is ambiguous. |
Field DIRECT_MESSAGES 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 DIRECT_MESSAGES is ambiguous. |
Field DISABLE_NOTIFICATION 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 DISABLE_NOTIFICATION is ambiguous. |
Field DSTROY_USER_LIST 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 DSTROY_USER_LIST is ambiguous. |
Field ENABLE_NOTIFICATION 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 ENABLE_NOTIFICATION is ambiguous. |
Field EXISTS_BLOCK 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 EXISTS_BLOCK is ambiguous. |
Field EXISTS_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 EXISTS_FRIENDSHIP is ambiguous. |
Field FAVORITES 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 FAVORITES is ambiguous. |
Field FOLLOWERS_IDS 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 FOLLOWERS_IDS is ambiguous. |
Field FOLLOWERS_STATUSES 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 FOLLOWERS_STATUSES is ambiguous. |
Field FRIENDS_IDS 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 FRIENDS_IDS is ambiguous. |
Field FRIENDS_STATUSES 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 FRIENDS_STATUSES is ambiguous. |
Field FRIENDS_TIMELINE 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 FRIENDS_TIMELINE is ambiguous. |
Field GEO_DETAILS 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 GEO_DETAILS is ambiguous. |
Field HOME_TIMELINE 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 HOME_TIMELINE is ambiguous. |
Field LIST_MEMBERS 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 LIST_MEMBERS is ambiguous. |
Field LIST_SUBSCRIBERS 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 LIST_SUBSCRIBERS is ambiguous. |
Field LOCATION_TRENDS 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 LOCATION_TRENDS is ambiguous. |
Field LOOKUP_USERS 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_USERS is ambiguous. |
Field MENTIONS 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 MENTIONS is ambiguous. |
Field NEAR_BY_PLACES 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 NEAR_BY_PLACES is ambiguous. |
Field PUBLIC_TIMELINE 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 PUBLIC_TIMELINE is ambiguous. |
Field RATE_LIMIT_STATUS 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 RATE_LIMIT_STATUS is ambiguous. |
Field REPORT_SPAM 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 REPORT_SPAM is ambiguous. |
Field RETWEETED_BY_ME 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_ME is ambiguous. |
Field RETWEETED_TO_ME 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_ME is ambiguous. |
Field RETWEETS 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 RETWEETS is ambiguous. |
Field RETWEETS_OF_ME 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 RETWEETS_OF_ME is ambiguous. |
Field RETWEET_STATUS 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 RETWEET_STATUS is ambiguous. |
Field REVERSE_GEO_CODE 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 REVERSE_GEO_CODE is ambiguous. |
Field SEARCH 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 SEARCH is ambiguous. |
Field SEARCH_USERS 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 SEARCH_USERS is ambiguous. |
Field SEND_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 SEND_DIRECT_MESSAGE is ambiguous. |
Field SENT_DIRECT_MESSAGES 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 SENT_DIRECT_MESSAGES is ambiguous. |
Field SHOW_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 SHOW_FRIENDSHIP is ambiguous. |
Field SHOW_STATUS 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 SHOW_STATUS is ambiguous. |
Field SHOW_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 SHOW_USER is ambiguous. |
Field SHOW_USER_LIST 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 SHOW_USER_LIST is ambiguous. |
Field SUBSCRIBE_LIST 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 SUBSCRIBE_LIST is ambiguous. |
Field SUGGESTED_USER_CATEGORIES 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 SUGGESTED_USER_CATEGORIES is ambiguous. |
Field TEST 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 TEST is ambiguous. |
Field TRENDS 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 TRENDS is ambiguous. |
Field UNSUBSCRIBE_LIST 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 UNSUBSCRIBE_LIST is ambiguous. |
Field UPDATE_DELIVERY_DEVICE 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_DELIVERY_DEVICE is ambiguous. |
Field UPDATE_PROFILE 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_PROFILE is ambiguous. |
Field UPDATE_PROFILE_BACKGROUND_IMAGE 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_PROFILE_BACKGROUND_IMAGE is ambiguous. |
Field UPDATE_PROFILE_COLORS 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_PROFILE_COLORS is ambiguous. |
Field UPDATE_PROFILE_IMAGE 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_PROFILE_IMAGE is ambiguous. |
Field UPDATE_STATUS 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_STATUS is ambiguous. |
Field UPDATE_USER_LIST 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_USER_LIST is ambiguous. |
Field 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 USER_LISTS is ambiguous. |
Field USER_LIST_MEMBERSHIPS 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 USER_LIST_MEMBERSHIPS is ambiguous. |
Field USER_LIST_STATUSES 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 USER_LIST_STATUSES is ambiguous. |
Field USER_LIST_SUBSCRIPTIONS 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 USER_LIST_SUBSCRIPTIONS is ambiguous. |
Field USER_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 USER_SUGGESTIONS is ambiguous. |
Field USER_TIMELINE 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 USER_TIMELINE is ambiguous. |
Field WEEKLY_TRENDS 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 WEEKLY_TRENDS is ambiguous. |
[+] affected methods (67)
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 ( TwitterListener listener ):
1st parameter 'listener' of this method has type 'TwitterListener'.
TwitterListener.addedUserListMember ( UserList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.checkedUserListSubscription ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.createdBlock ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.createdFavorite ( Status p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.createdFriendship ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.createdUserList ( UserList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.deletedUserListMember ( UserList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedBlock ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedDirectMessage ( DirectMessage p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedFavorite ( Status p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedFriendship ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedStatus ( Status p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.disabledNotification ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.enabledNotification ( User 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.gotHomeTimeline ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotMentions ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotPublicTimeline ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRateLimitStatus ( RateLimitStatus p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRetweetedByMe ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRetweetedToMe ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRetweets ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRetweetsOfMe ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.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.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.gotUserListSubscribers ( PagableResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotUserListSubscriptions ( PagableResponseList 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.onException ( TwitterException p1, TwitterMethod p2 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.reportedSpam ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.retweetedStatus ( Status p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.searched ( QueryResult p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.searchedUser ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.sentDirectMessage ( DirectMessage p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.subscribedUserList ( UserList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.tested ( boolean p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.unsubscribedUserList ( UserList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedDeliveryDevice ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedProfile ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedProfileBackgroundImage ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedProfileColors ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedProfileImage ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedStatus ( Status p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedUserList ( UserList p1 ):
This abstract method is from 'TwitterListener' interface.
to the top
Java ARchives (1)
twitter4j-core-2.1.0.jar
to the top
Classes (140)
package twitter4j
AsyncTwitter
AsyncTwitter.AsyncTask
AsyncTwitterFactory
CursorSupport
Device
DirectMessage
DirectMessageJSONImpl
Dispatcher
ExecuteThread
GeoLocation
IDs
IDsJSONImpl
PagableResponseList
Paging
ParseUtil
Query
QueryResult
QueryResultJSONImpl
RateLimitStatus
RateLimitStatusEvent
RateLimitStatusJSONImpl
RateLimitStatusListener
Relationship
RelationshipJSONImpl
ResponseList
SavedSearch
SavedSearchJSONImpl
Status
StatusDeletionNotice
StatusJSONImpl
StatusListener
StatusStream
StreamingReadTimeoutConfiguration
TimeSpanUtil
Trend
TrendJSONImpl
Trends
TrendsJSONImpl
Tweet
TweetJSONImpl
Twitter
TwitterAdapter
TwitterBase
TwitterException
TwitterFactory
TwitterFactoryBase
TwitterFactoryOAuthSupportBase
TwitterListener
TwitterMethod
TwitterOAuthSupportBase
TwitterResponse
TwitterResponseImpl
TwitterStream
TwitterStream.StreamHandlingThread
TwitterStreamFactory
User
UserJSONImpl
UserList
UserListJSONImpl
Version
package twitter4j.api
AccountMethods
AccountMethodsAsync
BlockMethods
BlockMethodsAsync
DirectMessageMethods
DirectMessageMethodsAsync
FavoriteMethods
FavoriteMethodsAsync
FriendshipMethods
FriendshipMethodsAsync
HelpMethods
HelpMethodsAsync
ListMembersMethods
ListMembersMethodsAsync
ListMethods
ListMethodsAsync
ListSubscribersMethods
ListSubscribersMethodsAsync
LocalTrendsMethods
LocalTrendsMethodsAsync
NotificationMethods
NotificationMethodsAsync
SavedSearchesMethods
SavedSearchesMethodsAsync
SearchMethods
SearchMethodsAsync
SocialGraphMethods
SocialGraphMethodsAsync
SpamReportingMethods
SpamReportingMethodsAsync
StatusMethods
StatusMethodsAsync
TimelineMethods
TimelineMethodsAsync
UserMethods
UserMethodsAsync
package twitter4j.conf
Configuration
ConfigurationBase
ConfigurationContext
ConfigurationFactory
PropertyConfiguration
PropertyConfigurationFactory
package twitter4j.http
AccessToken
Authorization
BASE64Encoder
BasicAuthorization
HTMLEntity
HttpClient
HttpClientConfiguration
HttpClientWrapper
HttpClientWrapperConfiguration
HttpParameter
HttpRequest
HttpResponse
HttpResponseEvent
HttpResponseListener
NullAuthorization
OAuthAuthorization
OAuthSupport
OAuthToken
RequestMethod
RequestToken
package twitter4j.logging
Logger
package twitter4j.org.json
CDL
Cookie
CookieList
HTTP
HTTPTokener
JSONArray
JSONException
JSONML
JSONObject
JSONObject.Null
JSONString
JSONStringer
JSONTokener
JSONWriter
Test
XML
XMLTokener
to the top
Generated on Fri Mar 4 22:19:52 2011 for Twitter4J by Java API Compliance Checker 1.0
The cross-platform tool for verifying backward compatibility of a Java Library API