Binary compatibility report for the Twitter4J library from version 2.1.6 to 2.1.7
Summary
2 |
142 |
1910 / 105 |
Incompatible |
Problem Summary
Added Methods (87)
twitter4j-core-2.1.7.jar, AsyncTwitter.class
package twitter4j
AsyncTwitter.addUserListMembers ( int listId, int[] userIds ):void
[ run-time name: twitter4j/AsyncTwitter.addUserListMembers:(I[I)V ]
AsyncTwitter.addUserListMembers ( int listId, String[] screenNames ):void
[ run-time name: twitter4j/AsyncTwitter.addUserListMembers:(I[Ljava/lang/String;)V ]
AsyncTwitter.createPlace ( String name, String containedWithin, String token, GeoLocation location, String streetAddress ):void
[ run-time name: twitter4j/AsyncTwitter.createPlace:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ltwitter4j/GeoLocation;Ljava/lang/String;)V ]
AsyncTwitter.getPrivacyPolicy ( ):void
[ run-time name: twitter4j/AsyncTwitter.getPrivacyPolicy:()V ]
AsyncTwitter.getProfileImage ( String screenName, ProfileImage.ImageSize size ):void
[ run-time name: twitter4j/AsyncTwitter.getProfileImage:(Ljava/lang/String;Ltwitter4j/ProfileImage$ImageSize;)V ]
AsyncTwitter.getSimilarPlaces ( GeoLocation location, String name, String containedWithin, String streetAddress ):void
[ run-time name: twitter4j/AsyncTwitter.getSimilarPlaces:(Ltwitter4j/GeoLocation;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V ]
AsyncTwitter.getTermsOfService ( ):void
[ run-time name: twitter4j/AsyncTwitter.getTermsOfService:()V ]
AsyncTwitter.searchPlaces ( GeoQuery query ):void
[ run-time name: twitter4j/AsyncTwitter.searchPlaces:(Ltwitter4j/GeoQuery;)V ]
twitter4j-core-2.1.7.jar, Configuration.class
package twitter4j.conf
Configuration.isUserStreamRepliesAllEnabled ( ) [abstract]:boolean
[ run-time name: twitter4j/conf/Configuration.isUserStreamRepliesAllEnabled:()Z ]
twitter4j-core-2.1.7.jar, ConfigurationBuilder.class
package twitter4j.conf
ConfigurationBuilder.setUserStreamRepliesAllEnabled ( boolean enabled ):ConfigurationBuilder
[ run-time name: twitter4j/conf/ConfigurationBuilder.setUserStreamRepliesAllEnabled:(Z)Ltwitter4j/conf/ConfigurationBuilder; ]
twitter4j-core-2.1.7.jar, ConnectionLifeCycleListener.class
package twitter4j
ConnectionLifeCycleListener.onCleanUp ( ) [abstract]:void
[ run-time name: twitter4j/ConnectionLifeCycleListener.onCleanUp:()V ]
ConnectionLifeCycleListener.onConnect ( ) [abstract]:void
[ run-time name: twitter4j/ConnectionLifeCycleListener.onConnect:()V ]
ConnectionLifeCycleListener.onDisconnect ( ) [abstract]:void
[ run-time name: twitter4j/ConnectionLifeCycleListener.onDisconnect:()V ]
twitter4j-core-2.1.7.jar, DataObjectFactory.class
package twitter4j.json
DataObjectFactory.createCategory ( String rawJSON ) [static]:twitter4j.Category
[ run-time name: twitter4j/json/DataObjectFactory.createCategory:(Ljava/lang/String;)Ltwitter4j/Category; ]
DataObjectFactory.createDirectMessage ( String rawJSON ) [static]:twitter4j.DirectMessage
[ run-time name: twitter4j/json/DataObjectFactory.createDirectMessage:(Ljava/lang/String;)Ltwitter4j/DirectMessage; ]
DataObjectFactory.createIDs ( String rawJSON ) [static]:twitter4j.IDs
[ run-time name: twitter4j/json/DataObjectFactory.createIDs:(Ljava/lang/String;)Ltwitter4j/IDs; ]
DataObjectFactory.createLocation ( String rawJSON ) [static]:twitter4j.Location
[ run-time name: twitter4j/json/DataObjectFactory.createLocation:(Ljava/lang/String;)Ltwitter4j/Location; ]
DataObjectFactory.createPlace ( String rawJSON ) [static]:twitter4j.Place
[ run-time name: twitter4j/json/DataObjectFactory.createPlace:(Ljava/lang/String;)Ltwitter4j/Place; ]
DataObjectFactory.createRateLimitStatus ( String rawJSON ) [static]:twitter4j.RateLimitStatus
[ run-time name: twitter4j/json/DataObjectFactory.createRateLimitStatus:(Ljava/lang/String;)Ltwitter4j/RateLimitStatus; ]
DataObjectFactory.createRelationship ( String rawJSON ) [static]:twitter4j.Relationship
[ run-time name: twitter4j/json/DataObjectFactory.createRelationship:(Ljava/lang/String;)Ltwitter4j/Relationship; ]
DataObjectFactory.createSavedSearch ( String rawJSON ) [static]:twitter4j.SavedSearch
[ run-time name: twitter4j/json/DataObjectFactory.createSavedSearch:(Ljava/lang/String;)Ltwitter4j/SavedSearch; ]
DataObjectFactory.createStatus ( String rawJSON ) [static]:twitter4j.Status
[ run-time name: twitter4j/json/DataObjectFactory.createStatus:(Ljava/lang/String;)Ltwitter4j/Status; ]
DataObjectFactory.createTrend ( String rawJSON ) [static]:twitter4j.Trend
[ run-time name: twitter4j/json/DataObjectFactory.createTrend:(Ljava/lang/String;)Ltwitter4j/Trend; ]
DataObjectFactory.createTrends ( String rawJSON ) [static]:twitter4j.Trends
[ run-time name: twitter4j/json/DataObjectFactory.createTrends:(Ljava/lang/String;)Ltwitter4j/Trends; ]
DataObjectFactory.createTweet ( String rawJSON ) [static]:twitter4j.Tweet
[ run-time name: twitter4j/json/DataObjectFactory.createTweet:(Ljava/lang/String;)Ltwitter4j/Tweet; ]
DataObjectFactory.createUser ( String rawJSON ) [static]:twitter4j.User
[ run-time name: twitter4j/json/DataObjectFactory.createUser:(Ljava/lang/String;)Ltwitter4j/User; ]
DataObjectFactory.createUserList ( String rawJSON ) [static]:twitter4j.UserList
[ run-time name: twitter4j/json/DataObjectFactory.createUserList:(Ljava/lang/String;)Ltwitter4j/UserList; ]
DataObjectFactory.getRawJSON ( Object obj ) [static]:String
[ run-time name: twitter4j/json/DataObjectFactory.getRawJSON:(Ljava/lang/Object;)Ljava/lang/String; ]
twitter4j-core-2.1.7.jar, GeoMethods.class
package twitter4j.api
GeoMethods.createPlace ( String p1, String p2, String p3, twitter4j.GeoLocation p4, String p5 ) [abstract]:twitter4j.Place
[ run-time name: twitter4j/api/GeoMethods.createPlace:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ltwitter4j/GeoLocation;Ljava/lang/String;)Ltwitter4j/Place; ]
GeoMethods.getSimilarPlaces ( twitter4j.GeoLocation p1, String p2, String p3, String p4 ) [abstract]:twitter4j.SimilarPlaces
[ run-time name: twitter4j/api/GeoMethods.getSimilarPlaces:(Ltwitter4j/GeoLocation;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ltwitter4j/SimilarPlaces; ]
GeoMethods.searchPlaces ( twitter4j.GeoQuery p1 ) [abstract]:twitter4j.ResponseList
[ run-time name: twitter4j/api/GeoMethods.searchPlaces:(Ltwitter4j/GeoQuery;)Ltwitter4j/ResponseList; ]
twitter4j-core-2.1.7.jar, GeoMethodsAsync.class
package twitter4j.api
GeoMethodsAsync.createPlace ( String p1, String p2, String p3, twitter4j.GeoLocation p4, String p5 ) [abstract]:void
[ run-time name: twitter4j/api/GeoMethodsAsync.createPlace:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ltwitter4j/GeoLocation;Ljava/lang/String;)V ]
GeoMethodsAsync.getSimilarPlaces ( twitter4j.GeoLocation p1, String p2, String p3, String p4 ) [abstract]:void
[ run-time name: twitter4j/api/GeoMethodsAsync.getSimilarPlaces:(Ltwitter4j/GeoLocation;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V ]
GeoMethodsAsync.searchPlaces ( twitter4j.GeoQuery p1 ) [abstract]:void
[ run-time name: twitter4j/api/GeoMethodsAsync.searchPlaces:(Ltwitter4j/GeoQuery;)V ]
twitter4j-core-2.1.7.jar, ImageSize.class
package twitter4j
ProfileImage.ImageSize.equals ( Object o ):boolean
[ run-time name: twitter4j/ProfileImage.ImageSize.equals:(Ljava/lang/Object;)Z ]
ProfileImage.ImageSize.getName ( ):String
[ run-time name: twitter4j/ProfileImage.ImageSize.getName:()Ljava/lang/String; ]
ProfileImage.ImageSize.hashCode ( ):int
[ run-time name: twitter4j/ProfileImage.ImageSize.hashCode:()I ]
ProfileImage.ImageSize.toString ( ):String
[ run-time name: twitter4j/ProfileImage.ImageSize.toString:()Ljava/lang/String; ]
twitter4j-core-2.1.7.jar, LegalResources.class
package twitter4j.api
LegalResources.getPrivacyPolicy ( ) [abstract]:String
[ run-time name: twitter4j/api/LegalResources.getPrivacyPolicy:()Ljava/lang/String; ]
LegalResources.getTermsOfService ( ) [abstract]:String
[ run-time name: twitter4j/api/LegalResources.getTermsOfService:()Ljava/lang/String; ]
twitter4j-core-2.1.7.jar, LegalResourcesAsync.class
package twitter4j.api
LegalResourcesAsync.getPrivacyPolicy ( ) [abstract]:void
[ run-time name: twitter4j/api/LegalResourcesAsync.getPrivacyPolicy:()V ]
LegalResourcesAsync.getTermsOfService ( ) [abstract]:void
[ run-time name: twitter4j/api/LegalResourcesAsync.getTermsOfService:()V ]
twitter4j-core-2.1.7.jar, ListMembersMethods.class
package twitter4j.api
ListMembersMethods.addUserListMembers ( int p1, int[] p2 ) [abstract]:twitter4j.UserList
[ run-time name: twitter4j/api/ListMembersMethods.addUserListMembers:(I[I)Ltwitter4j/UserList; ]
ListMembersMethods.addUserListMembers ( int p1, String[] p2 ) [abstract]:twitter4j.UserList
[ run-time name: twitter4j/api/ListMembersMethods.addUserListMembers:(I[Ljava/lang/String;)Ltwitter4j/UserList; ]
twitter4j-core-2.1.7.jar, ListMembersMethodsAsync.class
package twitter4j.api
ListMembersMethodsAsync.addUserListMembers ( int p1, int[] p2 ) [abstract]:void
[ run-time name: twitter4j/api/ListMembersMethodsAsync.addUserListMembers:(I[I)V ]
ListMembersMethodsAsync.addUserListMembers ( int p1, String[] p2 ) [abstract]:void
[ run-time name: twitter4j/api/ListMembersMethodsAsync.addUserListMembers:(I[Ljava/lang/String;)V ]
twitter4j-core-2.1.7.jar, ProfileImage.class
package twitter4j
ProfileImage.getURL ( ) [abstract]:String
[ run-time name: twitter4j/ProfileImage.getURL:()Ljava/lang/String; ]
twitter4j-core-2.1.7.jar, PropertyConfiguration.class
package twitter4j.conf
PropertyConfiguration.hashCode ( ):int
[ run-time name: twitter4j/conf/PropertyConfiguration.hashCode:()I ]
PropertyConfiguration.isUserStreamRepliesAllEnabled ( ):boolean
[ run-time name: twitter4j/conf/PropertyConfiguration.isUserStreamRepliesAllEnabled:()Z ]
PropertyConfiguration.toString ( ):String
[ run-time name: twitter4j/conf/PropertyConfiguration.toString:()Ljava/lang/String; ]
twitter4j-core-2.1.7.jar, SimilarPlaces.class
package twitter4j
SimilarPlaces.getToken ( ) [abstract]:String
[ run-time name: twitter4j/SimilarPlaces.getToken:()Ljava/lang/String; ]
twitter4j-core-2.1.7.jar, SimilarPlacesImpl.class
package twitter4j
SimilarPlacesImpl.getFeatureSpecificRateLimitStatus ( ):RateLimitStatus
[ run-time name: twitter4j/SimilarPlacesImpl.getFeatureSpecificRateLimitStatus:()Ltwitter4j/RateLimitStatus; ]
SimilarPlacesImpl.getRateLimitStatus ( ):RateLimitStatus
[ run-time name: twitter4j/SimilarPlacesImpl.getRateLimitStatus:()Ltwitter4j/RateLimitStatus; ]
SimilarPlacesImpl.getToken ( ):String
[ run-time name: twitter4j/SimilarPlacesImpl.getToken:()Ljava/lang/String; ]
twitter4j-core-2.1.7.jar, TimelineMethods.class
package twitter4j.api
TimelineMethods.getRetweetsOfMe ( ) [abstract]:twitter4j.ResponseList
[ run-time name: twitter4j/api/TimelineMethods.getRetweetsOfMe:()Ltwitter4j/ResponseList; ]
TimelineMethods.getRetweetsOfMe ( twitter4j.Paging p1 ) [abstract]:twitter4j.ResponseList
[ run-time name: twitter4j/api/TimelineMethods.getRetweetsOfMe:(Ltwitter4j/Paging;)Ltwitter4j/ResponseList; ]
twitter4j-core-2.1.7.jar, TimelineMethodsAsync.class
package twitter4j.api
TimelineMethodsAsync.getRetweetsOfMe ( ) [abstract]:void
[ run-time name: twitter4j/api/TimelineMethodsAsync.getRetweetsOfMe:()V ]
TimelineMethodsAsync.getRetweetsOfMe ( twitter4j.Paging p1 ) [abstract]:void
[ run-time name: twitter4j/api/TimelineMethodsAsync.getRetweetsOfMe:(Ltwitter4j/Paging;)V ]
twitter4j-core-2.1.7.jar, Twitter.class
package twitter4j
Twitter.addUserListMembers ( int listId, int[] userIds ):UserList
[ run-time name: twitter4j/Twitter.addUserListMembers:(I[I)Ltwitter4j/UserList; ]
Twitter.addUserListMembers ( int listId, String[] screenNames ):UserList
[ run-time name: twitter4j/Twitter.addUserListMembers:(I[Ljava/lang/String;)Ltwitter4j/UserList; ]
Twitter.createPlace ( String name, String containedWithin, String token, GeoLocation location, String streetAddress ):Place
[ run-time name: twitter4j/Twitter.createPlace:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ltwitter4j/GeoLocation;Ljava/lang/String;)Ltwitter4j/Place; ]
Twitter.getPrivacyPolicy ( ):String
[ run-time name: twitter4j/Twitter.getPrivacyPolicy:()Ljava/lang/String; ]
Twitter.getProfileImage ( String screenName, ProfileImage.ImageSize size ):ProfileImage
[ run-time name: twitter4j/Twitter.getProfileImage:(Ljava/lang/String;Ltwitter4j/ProfileImage$ImageSize;)Ltwitter4j/ProfileImage; ]
Twitter.getSimilarPlaces ( GeoLocation location, String name, String containedWithin, String streetAddress ):SimilarPlaces
[ run-time name: twitter4j/Twitter.getSimilarPlaces:(Ltwitter4j/GeoLocation;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ltwitter4j/SimilarPlaces; ]
Twitter.getTermsOfService ( ):String
[ run-time name: twitter4j/Twitter.getTermsOfService:()Ljava/lang/String; ]
Twitter.searchPlaces ( GeoQuery query ):ResponseList
[ run-time name: twitter4j/Twitter.searchPlaces:(Ltwitter4j/GeoQuery;)Ltwitter4j/ResponseList; ]
twitter4j-core-2.1.7.jar, TwitterAdapter.class
package twitter4j
TwitterAdapter.addedUserListMembers ( UserList userList ):void
[ run-time name: twitter4j/TwitterAdapter.addedUserListMembers:(Ltwitter4j/UserList;)V ]
TwitterAdapter.createdPlace ( Place place ):void
[ run-time name: twitter4j/TwitterAdapter.createdPlace:(Ltwitter4j/Place;)V ]
TwitterAdapter.gotPrivacyPolicy ( String privacyPolicy ):void
[ run-time name: twitter4j/TwitterAdapter.gotPrivacyPolicy:(Ljava/lang/String;)V ]
TwitterAdapter.gotProfileImage ( ProfileImage image ):void
[ run-time name: twitter4j/TwitterAdapter.gotProfileImage:(Ltwitter4j/ProfileImage;)V ]
TwitterAdapter.gotSimilarPlaces ( SimilarPlaces places ):void
[ run-time name: twitter4j/TwitterAdapter.gotSimilarPlaces:(Ltwitter4j/SimilarPlaces;)V ]
TwitterAdapter.gotTermsOfService ( String tof ):void
[ run-time name: twitter4j/TwitterAdapter.gotTermsOfService:(Ljava/lang/String;)V ]
TwitterAdapter.searchedPlaces ( ResponseList places ):void
[ run-time name: twitter4j/TwitterAdapter.searchedPlaces:(Ltwitter4j/ResponseList;)V ]
twitter4j-core-2.1.7.jar, TwitterException.class
package twitter4j
TwitterException.getResponseHeader ( String name ):String
[ run-time name: twitter4j/TwitterException.getResponseHeader:(Ljava/lang/String;)Ljava/lang/String; ]
twitter4j-core-2.1.7.jar, TwitterListener.class
package twitter4j
TwitterListener.addedUserListMembers ( UserList p1 ) [abstract]:void
[ run-time name: twitter4j/TwitterListener.addedUserListMembers:(Ltwitter4j/UserList;)V ]
TwitterListener.createdPlace ( Place p1 ) [abstract]:void
[ run-time name: twitter4j/TwitterListener.createdPlace:(Ltwitter4j/Place;)V ]
TwitterListener.gotPrivacyPolicy ( String p1 ) [abstract]:void
[ run-time name: twitter4j/TwitterListener.gotPrivacyPolicy:(Ljava/lang/String;)V ]
TwitterListener.gotProfileImage ( ProfileImage p1 ) [abstract]:void
[ run-time name: twitter4j/TwitterListener.gotProfileImage:(Ltwitter4j/ProfileImage;)V ]
TwitterListener.gotSimilarPlaces ( SimilarPlaces p1 ) [abstract]:void
[ run-time name: twitter4j/TwitterListener.gotSimilarPlaces:(Ltwitter4j/SimilarPlaces;)V ]
TwitterListener.gotTermsOfService ( String p1 ) [abstract]:void
[ run-time name: twitter4j/TwitterListener.gotTermsOfService:(Ljava/lang/String;)V ]
TwitterListener.searchedPlaces ( ResponseList p1 ) [abstract]:void
[ run-time name: twitter4j/TwitterListener.searchedPlaces:(Ltwitter4j/ResponseList;)V ]
twitter4j-core-2.1.7.jar, TwitterStream.class
package twitter4j
TwitterStream.addConnectionLifeCycleListener ( ConnectionLifeCycleListener listener ):void
[ run-time name: twitter4j/TwitterStream.addConnectionLifeCycleListener:(Ltwitter4j/ConnectionLifeCycleListener;)V ]
TwitterStream.addStatusListener ( StatusListener statusListener ):void
[ run-time name: twitter4j/TwitterStream.addStatusListener:(Ltwitter4j/StatusListener;)V ]
TwitterStream.addUserStreamListener ( UserStreamListener userStreamListener ):void
[ run-time name: twitter4j/TwitterStream.addUserStreamListener:(Ltwitter4j/UserStreamListener;)V ]
TwitterStream.cleanUp ( ):void
[ run-time name: twitter4j/TwitterStream.cleanUp:()V ]
twitter4j-core-2.1.7.jar, UserMethods.class
package twitter4j.api
UserMethods.getProfileImage ( String p1, twitter4j.ProfileImage.ImageSize p2 ) [abstract]:twitter4j.ProfileImage
[ run-time name: twitter4j/api/UserMethods.getProfileImage:(Ljava/lang/String;Ltwitter4j/ProfileImage$ImageSize;)Ltwitter4j/ProfileImage; ]
twitter4j-core-2.1.7.jar, UserMethodsAsync.class
package twitter4j.api
UserMethodsAsync.getProfileImage ( String p1, twitter4j.ProfileImage.ImageSize p2 ) [abstract]:void
[ run-time name: twitter4j/api/UserMethodsAsync.getProfileImage:(Ljava/lang/String;Ltwitter4j/ProfileImage$ImageSize;)V ]
to the top
Removed Methods (6)
twitter4j-core-2.1.6.jar, OAuthAuthorization.class
package twitter4j.http
OAuthAuthorization.encode ( String value ) [static]:String
[ run-time name: twitter4j/http/OAuthAuthorization.encode:(Ljava/lang/String;)Ljava/lang/String; ]
twitter4j-core-2.1.6.jar, PropertyConfiguration.class
package twitter4j.conf
PropertyConfiguration.equals ( Object x0 ):boolean
[ run-time name: twitter4j/conf/PropertyConfiguration.equals:(Ljava/lang/Object;)Z ]
twitter4j-core-2.1.6.jar, StatusMethods.class
package twitter4j.api
StatusMethods.getRetweetsOfMe ( ) [abstract]:twitter4j.ResponseList
[ run-time name: twitter4j/api/StatusMethods.getRetweetsOfMe:()Ltwitter4j/ResponseList; ]
StatusMethods.getRetweetsOfMe ( twitter4j.Paging p1 ) [abstract]:twitter4j.ResponseList
[ run-time name: twitter4j/api/StatusMethods.getRetweetsOfMe:(Ltwitter4j/Paging;)Ltwitter4j/ResponseList; ]
twitter4j-core-2.1.6.jar, StatusMethodsAsync.class
package twitter4j.api
StatusMethodsAsync.getRetweetsOfMe ( ) [abstract]:void
[ run-time name: twitter4j/api/StatusMethodsAsync.getRetweetsOfMe:()V ]
StatusMethodsAsync.getRetweetsOfMe ( twitter4j.Paging p1 ) [abstract]:void
[ run-time name: twitter4j/api/StatusMethodsAsync.getRetweetsOfMe:(Ltwitter4j/Paging;)V ]
to the top
Problems with Data Types, High risk (4)
twitter4j-core-2.1.6.jar
package twitter4j.api
[+] StatusMethods (2)
|
Abstract method StatusMethods.getRetweetsOfMe ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
Abstract method StatusMethods.getRetweetsOfMe ( twitter4j.Paging p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (13)
StatusMethods.destroyStatus ( long p1 ):
This abstract method is from 'StatusMethods' interface.
StatusMethods.getRetweetedBy ( long p1 ):
This abstract method is from 'StatusMethods' interface.
StatusMethods.getRetweetedBy ( long p1, twitter4j.Paging p2 ):
This abstract method is from 'StatusMethods' interface.
StatusMethods.getRetweetedByIDs ( long p1 ):
This abstract method is from 'StatusMethods' interface.
StatusMethods.getRetweetedByIDs ( long p1, twitter4j.Paging p2 ):
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.
StatusMethods.updateStatus ( twitter4j.StatusUpdate p1 ):
This abstract method is from 'StatusMethods' interface.
[+] StatusMethodsAsync (2)
|
Abstract method StatusMethodsAsync.getRetweetsOfMe ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
Abstract method StatusMethodsAsync.getRetweetsOfMe ( twitter4j.Paging p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (13)
StatusMethodsAsync.destroyStatus ( long p1 ):
This abstract method is from 'StatusMethodsAsync' interface.
StatusMethodsAsync.getRetweetedBy ( long p1 ):
This abstract method is from 'StatusMethodsAsync' interface.
StatusMethodsAsync.getRetweetedBy ( long p1, twitter4j.Paging p2 ):
This abstract method is from 'StatusMethodsAsync' interface.
StatusMethodsAsync.getRetweetedByIDs ( long p1 ):
This abstract method is from 'StatusMethodsAsync' interface.
StatusMethodsAsync.getRetweetedByIDs ( long p1, twitter4j.Paging p2 ):
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.
StatusMethodsAsync.updateStatus ( twitter4j.StatusUpdate p1 ):
This abstract method is from 'StatusMethodsAsync' interface.
to the top
Problems with Data Types, Medium risk (1)
twitter4j-core-2.1.6.jar
package twitter4j.conf
[+] Configuration (1)
|
Abstract method Configuration.isUserStreamRepliesAllEnabled ( ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method twitter4j.TwitterStream.getUserStream ( ) and may not be implemented by old clients. |
[+] affected methods (47)
twitter4j.AsyncTwitterFactory.AsyncTwitterFactory ( Configuration conf ):
1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.AsyncTwitterFactory.AsyncTwitterFactory ( Configuration conf, twitter4j.TwitterListener listener ):
1st parameter 'conf' of this method has type 'Configuration'.
Configuration.getClientURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.getClientVersion ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpConnectionTimeout ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpDefaultMaxPerRoute ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpMaxTotalConnections ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpProxyHost ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpProxyPassword ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpProxyPort ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpProxyUser ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpReadTimeout ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpRetryCount ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpRetryIntervalSeconds ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpStreamingReadTimeout ( ):
This abstract method is from 'Configuration' interface.
Configuration.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.getUserStreamBaseURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.isDalvik ( ):
This abstract method is from 'Configuration' interface.
Configuration.isDebugEnabled ( ):
This abstract method is from 'Configuration' interface.
Configuration.isIncludeRTsEnabled ( ):
This abstract method is from 'Configuration' interface.
ConfigurationBuilder.build ( ):
Return value of this method has type 'Configuration'.
ConfigurationContext.getInstance ( ):
Return value of this method has type 'Configuration'.
ConfigurationContext.getInstance ( String configTreePath ):
Return value of this method has type 'Configuration'.
ConfigurationFactory.getInstance ( ):
Return value of this abstract method has type 'Configuration'.
ConfigurationFactory.getInstance ( String p1 ):
Return value of this abstract method has type 'Configuration'.
twitter4j.http.AuthorizationFactory.getInstance ( Configuration conf, boolean supportsOAuth ):
1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.http.OAuthAuthorization.OAuthAuthorization ( Configuration conf ):
1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.http.OAuthAuthorization.OAuthAuthorization ( Configuration conf, String consumerKey, String consumerSecret ):
1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.http.OAuthAuthorization.OAuthAuthorization ( Configuration conf, String consumerKey, String consumerSecret, twitter4j.http.AccessToken accessToken ):
1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.TwitterFactory.TwitterFactory ( Configuration conf ):
1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.TwitterStreamFactory.TwitterStreamFactory ( Configuration conf ):
1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.TwitterStreamFactory.TwitterStreamFactory ( Configuration conf, twitter4j.StatusListener listener ):
1st parameter 'conf' of this method has type 'Configuration'.
to the top
Problems with Data Types, Low risk (8)
twitter4j-core-2.1.6.jar
package twitter4j
[+] TwitterListener (7)
|
Field ADD_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 and cause IncompatibleClassChangeError exception. |
Field CREATE_PLACE has been added to this interface. | An added static field from a super-interface of a client class may hide a field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
Field PRIVACY_POLICY has been added to this interface. | An added static field from a super-interface of a client class may hide a field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
Field 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 and cause IncompatibleClassChangeError exception. |
Field SEARCH_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 and cause IncompatibleClassChangeError exception. |
Field SIMILAR_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 and cause IncompatibleClassChangeError exception. |
Field TERMS_OF_SERVICE has been added to this interface. | An added static field from a super-interface of a client class may hide a field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (84)
AsyncTwitter.AsyncTwitter ( String screenName, String password, TwitterListener listener ):
3rd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitterFactory.AsyncTwitterFactory ( String configTreePath, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitterFactory.AsyncTwitterFactory ( conf.Configuration conf, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitterFactory.AsyncTwitterFactory ( TwitterListener listener ):
1st parameter 'listener' of this method has type 'TwitterListener'.
TwitterListener.addedUserListMember ( UserList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.checkedUserListMembership ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.checkedUserListSubscription ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.createdBlock ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.createdFavorite ( Status p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.createdFriendship ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.createdUserList ( UserList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.deletedUserListMember ( UserList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedBlock ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedDirectMessage ( DirectMessage p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedFavorite ( Status p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedFriendship ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedStatus ( Status p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedUserList ( UserList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.disabledNotification ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.enabledNotification ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotAvailableTrends ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotBlockingUsers ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotBlockingUsersIDs ( IDs p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotCurrentTrends ( Trends p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotDailyTrends ( java.util.List p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotDirectMessages ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotExistsBlock ( boolean p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotExistsFriendship ( boolean p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotFavorites ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotFollowersIDs ( IDs p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotFollowersStatuses ( PagableResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotFriendsIDs ( IDs p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotFriendsStatuses ( PagableResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotFriendsTimeline ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotGeoDetails ( Place p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotHomeTimeline ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotIncomingFriendships ( IDs p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotLocationTrends ( Trends p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotMentions ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotNearByPlaces ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotOutgoingFriendships ( IDs p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotPublicTimeline ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRateLimitStatus ( RateLimitStatus p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRetweetedBy ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRetweetedByIDs ( IDs p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRetweetedByMe ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRetweetedToMe ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRetweets ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRetweetsOfMe ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotReverseGeoCode ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotSentDirectMessages ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotShowFriendship ( Relationship p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotShowStatus ( Status p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotShowUserList ( UserList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotSuggestedUserCategories ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotTrends ( Trends p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotUserDetail ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotUserListMembers ( PagableResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotUserListMemberships ( PagableResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotUserLists ( PagableResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotUserListStatuses ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotUserListSubscribers ( PagableResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotUserListSubscriptions ( PagableResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotUserSuggestions ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotUserTimeline ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotWeeklyTrends ( java.util.List p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.lookedupUsers ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.onException ( TwitterException p1, TwitterMethod p2 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.reportedSpam ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.retweetedStatus ( Status p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.searched ( QueryResult p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.searchedUser ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.sentDirectMessage ( DirectMessage p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.subscribedUserList ( UserList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.tested ( boolean p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.unsubscribedUserList ( UserList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedDeliveryDevice ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedProfile ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedProfileBackgroundImage ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedProfileColors ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedProfileImage ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedStatus ( Status p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedUserList ( UserList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.verifiedCredentials ( User p1 ):
This abstract method is from 'TwitterListener' interface.
package twitter4j.conf
[+] PropertyConfiguration (1)
|
Field STREAM_USER_REPLIES_ALL has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (19)
PropertyConfiguration.getBoolean ( java.util.Properties props, String prefix, String name ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getDispatcherImpl ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getHttpStreamingReadTimeout ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getIntProperty ( java.util.Properties props, String prefix, String name ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthAccessToken ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthAccessTokenSecret ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthAccessTokenURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthAuthenticationURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthAuthorizationURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthRequestTokenURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getRequestHeaders ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getRestBaseURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getSearchBaseURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getStreamBaseURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getString ( java.util.Properties props, String prefix, String name ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getUserStreamBaseURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isIncludeRTsEnabled ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.PropertyConfiguration ( java.io.InputStream is ):
This constructor is from 'PropertyConfiguration' class.
PropertyConfiguration.PropertyConfiguration ( java.util.Properties props ):
This constructor is from 'PropertyConfiguration' class.
to the top
Problems with Methods, Low risk (1)
twitter4j-core-2.1.6.jar, TwitterStream
package twitter4j
[+] TwitterStream.cleanup ( ):void (1)
[ run-time name: twitter4j/TwitterStream.cleanup:()V ]
|
Method become non-synchronized.
| A multi-threaded client program may change behavior. |
to the top
Java ARchives (2)
twitter4j-core-2.1.6.jar
twitter4j-httpclient-support-2.1.6.jar
to the top
Classes (142)
package twitter4j
Annotation
Annotations
AsyncTwitter
AsyncTwitter.AsyncTask
AsyncTwitterFactory
Category
CategoryJSONImpl
CursorSupport
Device
DirectMessage
DirectMessageJSONImpl
ExceptionDiagnosis
FilterQuery
GeoLocation
GeoQuery
IDs
IDsJSONImpl
Location
LocationJSONImpl
PagableResponseList
PagableResponseListImpl
Paging
Place
PlaceJSONImpl
Query
QueryResult
QueryResultJSONImpl
RateLimitStatus
RateLimitStatusEvent
RateLimitStatusJSONImpl
RateLimitStatusListener
Relationship
RelationshipJSONImpl
ResponseList
ResponseListImpl
SavedSearch
SavedSearchJSONImpl
Status
StatusAdapter
StatusDeletionNotice
StatusDeletionNoticeImpl
StatusJSONImpl
StatusListener
StatusStream
StatusStreamImpl
StatusUpdate
StreamingReadTimeoutConfiguration
TimeSpanUtil
Trend
TrendJSONImpl
Trends
TrendsJSONImpl
Tweet
TweetJSONImpl
Twitter
TwitterAdapter
TwitterBase
TwitterException
TwitterFactory
TwitterListener
TwitterMethod
TwitterOAuthSupportBase
TwitterOAuthSupportBaseImpl
TwitterResponse
TwitterResponseImpl
TwitterStream
TwitterStream.StreamHandlingThread
TwitterStreamFactory
User
UserJSONImpl
UserList
UserListJSONImpl
UserStream
UserStreamAdapter
UserStreamListener
Version
package twitter4j.api
AccountMethods
AccountMethodsAsync
BlockMethods
BlockMethodsAsync
DirectMessageMethods
DirectMessageMethodsAsync
FavoriteMethods
FavoriteMethodsAsync
FriendsFollowersMethods
FriendsFollowersMethodsAsync
FriendshipMethods
FriendshipMethodsAsync
GeoMethods
GeoMethodsAsync
HelpMethods
HelpMethodsAsync
ListMembersMethods
ListMembersMethodsAsync
ListMethods
ListMethodsAsync
ListSubscribersMethods
ListSubscribersMethodsAsync
LocalTrendsMethods
LocalTrendsMethodsAsync
NotificationMethods
NotificationMethodsAsync
SavedSearchesMethods
SavedSearchesMethodsAsync
SearchMethods
SearchMethodsAsync
SpamReportingMethods
SpamReportingMethodsAsync
StatusMethods
StatusMethodsAsync
TimelineMethods
TimelineMethodsAsync
TrendsMethods
TrendsMethodsAsync
UserMethods
UserMethodsAsync
package twitter4j.conf
Configuration
ConfigurationBase
ConfigurationBuilder
ConfigurationContext
ConfigurationFactory
PropertyConfiguration
PropertyConfigurationFactory
package twitter4j.http
AccessToken
Authorization
AuthorizationConfiguration
AuthorizationFactory
BasicAuthorization
NullAuthorization
OAuthAuthorization
OAuthSupport
OAuthToken
RequestToken
package twitter4j.util
CharacterUtil
ImageUpload
ImageUpload.ImgLyOAuthUploader
ImageUpload.TweetPhotoOAuthUploader
ImageUpload.TwitgooOAuthUploader
ImageUpload.TwitpicBasicAuthUploader
ImageUpload.TwitpicOAuthUploader
ImageUpload.YFrogBasicAuthUploader
ImageUpload.YFrogOAuthUploader
to the top
Generated on Fri Mar 4 22:19:17 2011 for Twitter4J by Java API Compliance Checker 1.0
The cross-platform tool for verifying backward compatibility of a Java Library API