Binary compatibility report for the Twitter4J library between 2.2.6 and 3.0.0-SNAPSHOT versions
Test Info
Library Name | Twitter4J |
Version #1 | 2.2.6 |
Version #2 | 3.0.0-SNAPSHOT |
Test Results
Total Java ARchives | 5 |
---|
Total Methods / Classes | 2084 / 178 |
---|
Verdict | Incompatible (8.3%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 74 |
---|
Removed Methods | High | 17 |
---|
Problems with Data Types | High | 92 |
---|
Medium | 0 |
Low | 0 |
Problems with Methods | High | 6 |
---|
Medium | 0 |
Low | 0 |
Other Changes in Data Types | - | 49 |
Added Methods (74)
twitter4j-async-3.0.0-SNAPSHOT.jar, AsyncOAuthSupport.class
package twitter4j.auth
AsyncOAuthSupport.getOAuthAccessTokenAsync ( ) [abstract] : void
[run-time name: twitter4j/auth/AsyncOAuthSupport.getOAuthAccessTokenAsync:()V]
AsyncOAuthSupport.getOAuthAccessTokenAsync ( String p1 ) [abstract] : void
[run-time name: twitter4j/auth/AsyncOAuthSupport.getOAuthAccessTokenAsync:(Ljava/lang/String;)V]
AsyncOAuthSupport.getOAuthAccessTokenAsync ( String p1, String p2 ) [abstract] : void
[run-time name: twitter4j/auth/AsyncOAuthSupport.getOAuthAccessTokenAsync:(Ljava/lang/String;Ljava/lang/String;)V]
AsyncOAuthSupport.getOAuthAccessTokenAsync ( RequestToken p1 ) [abstract] : void
[run-time name: twitter4j/auth/AsyncOAuthSupport.getOAuthAccessTokenAsync:(Ltwitter4j/auth/RequestToken;)V]
AsyncOAuthSupport.getOAuthAccessTokenAsync ( RequestToken p1, String p2 ) [abstract] : void
[run-time name: twitter4j/auth/AsyncOAuthSupport.getOAuthAccessTokenAsync:(Ltwitter4j/auth/RequestToken;Ljava/lang/String;)V]
AsyncOAuthSupport.getOAuthRequestTokenAsync ( ) [abstract] : void
[run-time name: twitter4j/auth/AsyncOAuthSupport.getOAuthRequestTokenAsync:()V]
AsyncOAuthSupport.getOAuthRequestTokenAsync ( String p1 ) [abstract] : void
[run-time name: twitter4j/auth/AsyncOAuthSupport.getOAuthRequestTokenAsync:(Ljava/lang/String;)V]
AsyncOAuthSupport.getOAuthRequestTokenAsync ( String p1, String p2 ) [abstract] : void
[run-time name: twitter4j/auth/AsyncOAuthSupport.getOAuthRequestTokenAsync:(Ljava/lang/String;Ljava/lang/String;)V]
twitter4j-async-3.0.0-SNAPSHOT.jar, AsyncTwitterFactory.class
package twitter4j
AsyncTwitterFactory.getInstance ( Twitter twitter ) : AsyncTwitter
[run-time name: twitter4j/AsyncTwitterFactory.getInstance:(Ltwitter4j/Twitter;)Ltwitter4j/AsyncTwitter;]
twitter4j-async-3.0.0-SNAPSHOT.jar, ListMembersMethodsAsync.class
package twitter4j.api
ListMembersMethodsAsync.addUserListMember ( long p1, String p2, long p3 ) [abstract] : void
[run-time name: twitter4j/api/ListMembersMethodsAsync.addUserListMember:(JLjava/lang/String;J)V]
ListMembersMethodsAsync.addUserListMembers ( long p1, String p2, long[ ] p3 ) [abstract] : void
[run-time name: twitter4j/api/ListMembersMethodsAsync.addUserListMembers:(JLjava/lang/String;[J)V]
ListMembersMethodsAsync.addUserListMembers ( long p1, String p2, String[ ] p3 ) [abstract] : void
[run-time name: twitter4j/api/ListMembersMethodsAsync.addUserListMembers:(JLjava/lang/String;[Ljava/lang/String;)V]
ListMembersMethodsAsync.deleteUserListMember ( long p1, String p2, long p3 ) [abstract] : void
[run-time name: twitter4j/api/ListMembersMethodsAsync.deleteUserListMember:(JLjava/lang/String;J)V]
ListMembersMethodsAsync.getUserListMembers ( long p1, String p2, long p3 ) [abstract] : void
[run-time name: twitter4j/api/ListMembersMethodsAsync.getUserListMembers:(JLjava/lang/String;J)V]
ListMembersMethodsAsync.showUserListMembership ( long p1, String p2, long p3 ) [abstract] : void
[run-time name: twitter4j/api/ListMembersMethodsAsync.showUserListMembership:(JLjava/lang/String;J)V]
twitter4j-async-3.0.0-SNAPSHOT.jar, ListMethodsAsync.class
package twitter4j.api
ListMethodsAsync.destroyUserList ( long p1, String p2 ) [abstract] : void
[run-time name: twitter4j/api/ListMethodsAsync.destroyUserList:(JLjava/lang/String;)V]
ListMethodsAsync.getUserListStatuses ( long p1, String p2, twitter4j.Paging p3 ) [abstract] : void
[run-time name: twitter4j/api/ListMethodsAsync.getUserListStatuses:(JLjava/lang/String;Ltwitter4j/Paging;)V]
ListMethodsAsync.showUserList ( long p1, String p2 ) [abstract] : void
[run-time name: twitter4j/api/ListMethodsAsync.showUserList:(JLjava/lang/String;)V]
ListMethodsAsync.updateUserList ( long p1, String p2, String p3, boolean p4, String p5 ) [abstract] : void
[run-time name: twitter4j/api/ListMethodsAsync.updateUserList:(JLjava/lang/String;Ljava/lang/String;ZLjava/lang/String;)V]
twitter4j-async-3.0.0-SNAPSHOT.jar, ListSubscribersMethodsAsync.class
package twitter4j.api
ListSubscribersMethodsAsync.createUserListSubscription ( long p1, String p2 ) [abstract] : void
[run-time name: twitter4j/api/ListSubscribersMethodsAsync.createUserListSubscription:(JLjava/lang/String;)V]
ListSubscribersMethodsAsync.destroyUserListSubscription ( long p1, String p2 ) [abstract] : void
[run-time name: twitter4j/api/ListSubscribersMethodsAsync.destroyUserListSubscription:(JLjava/lang/String;)V]
ListSubscribersMethodsAsync.getUserListSubscribers ( long p1, String p2, long p3 ) [abstract] : void
[run-time name: twitter4j/api/ListSubscribersMethodsAsync.getUserListSubscribers:(JLjava/lang/String;J)V]
ListSubscribersMethodsAsync.showUserListSubscription ( long p1, String p2, long p3 ) [abstract] : void
[run-time name: twitter4j/api/ListSubscribersMethodsAsync.showUserListSubscription:(JLjava/lang/String;J)V]
twitter4j-async-3.0.0-SNAPSHOT.jar, TwitterAdapter.class
package twitter4j
TwitterAdapter.gotContributees ( ResponseList users ) : void
[run-time name: twitter4j/TwitterAdapter.gotContributees:(Ltwitter4j/ResponseList;)V]
TwitterAdapter.gotContributors ( ResponseList users ) : void
[run-time name: twitter4j/TwitterAdapter.gotContributors:(Ltwitter4j/ResponseList;)V]
TwitterAdapter.gotOAuthAccessToken ( auth.AccessToken token ) : void
[run-time name: twitter4j/TwitterAdapter.gotOAuthAccessToken:(Ltwitter4j/auth/AccessToken;)V]
TwitterAdapter.gotOAuthRequestToken ( auth.RequestToken token ) : void
[run-time name: twitter4j/TwitterAdapter.gotOAuthRequestToken:(Ltwitter4j/auth/RequestToken;)V]
twitter4j-async-3.0.0-SNAPSHOT.jar, TwitterListener.class
package twitter4j
TwitterListener.gotContributees ( ResponseList p1 ) [abstract] : void
[run-time name: twitter4j/TwitterListener.gotContributees:(Ltwitter4j/ResponseList;)V]
TwitterListener.gotContributors ( ResponseList p1 ) [abstract] : void
[run-time name: twitter4j/TwitterListener.gotContributors:(Ltwitter4j/ResponseList;)V]
TwitterListener.gotOAuthAccessToken ( auth.AccessToken p1 ) [abstract] : void
[run-time name: twitter4j/TwitterListener.gotOAuthAccessToken:(Ltwitter4j/auth/AccessToken;)V]
TwitterListener.gotOAuthRequestToken ( auth.RequestToken p1 ) [abstract] : void
[run-time name: twitter4j/TwitterListener.gotOAuthRequestToken:(Ltwitter4j/auth/RequestToken;)V]
twitter4j-async-3.0.0-SNAPSHOT.jar, TwitterMethod.class
package twitter4j
TwitterMethod.valueOf ( String name ) [static] : TwitterMethod
[run-time name: twitter4j/TwitterMethod.valueOf:(Ljava/lang/String;)Ltwitter4j/TwitterMethod;]
TwitterMethod.values ( ) [static] : TwitterMethod[ ]
[run-time name: twitter4j/TwitterMethod.values:()[Ltwitter4j/TwitterMethod;]
twitter4j-async-3.0.0-SNAPSHOT.jar, UserMethodsAsync.class
package twitter4j.api
UserMethodsAsync.getContributees ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/UserMethodsAsync.getContributees:(J)V]
UserMethodsAsync.getContributees ( String p1 ) [abstract] : void
[run-time name: twitter4j/api/UserMethodsAsync.getContributees:(Ljava/lang/String;)V]
UserMethodsAsync.getContributors ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/UserMethodsAsync.getContributors:(J)V]
UserMethodsAsync.getContributors ( String p1 ) [abstract] : void
[run-time name: twitter4j/api/UserMethodsAsync.getContributors:(Ljava/lang/String;)V]
twitter4j-core-3.0.0-SNAPSHOT.jar, Configuration.class
package twitter4j.conf
Configuration.getContributingTo ( ) [abstract] : long
[run-time name: twitter4j/conf/Configuration.getContributingTo:()J]
Configuration.isStallWarningsEnabled ( ) [abstract] : boolean
[run-time name: twitter4j/conf/Configuration.isStallWarningsEnabled:()Z]
twitter4j-core-3.0.0-SNAPSHOT.jar, ConfigurationBuilder.class
package twitter4j.conf
ConfigurationBuilder.setContributingTo ( long contributingTo ) : ConfigurationBuilder
[run-time name: twitter4j/conf/ConfigurationBuilder.setContributingTo:(J)Ltwitter4j/conf/ConfigurationBuilder;]
twitter4j-core-3.0.0-SNAPSHOT.jar, ImageSize.class
package twitter4j
ProfileImage.ImageSize.valueOf ( String name ) [static] : ProfileImage.ImageSize
[run-time name: twitter4j/ProfileImage.ImageSize.valueOf:(Ljava/lang/String;)Ltwitter4j/ProfileImage$ImageSize;]
ProfileImage.ImageSize.values ( ) [static] : ProfileImage.ImageSize[ ]
[run-time name: twitter4j/ProfileImage.ImageSize.values:()[Ltwitter4j/ProfileImage$ImageSize;]
twitter4j-core-3.0.0-SNAPSHOT.jar, ListMembersMethods.class
package twitter4j.api
ListMembersMethods.addUserListMember ( long p1, String p2, long p3 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListMembersMethods.addUserListMember:(JLjava/lang/String;J)Ltwitter4j/UserList;]
ListMembersMethods.addUserListMembers ( long p1, String p2, long[ ] p3 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListMembersMethods.addUserListMembers:(JLjava/lang/String;[J)Ltwitter4j/UserList;]
ListMembersMethods.addUserListMembers ( long p1, String p2, String[ ] p3 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListMembersMethods.addUserListMembers:(JLjava/lang/String;[Ljava/lang/String;)Ltwitter4j/UserList;]
ListMembersMethods.deleteUserListMember ( long p1, String p2, long p3 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListMembersMethods.deleteUserListMember:(JLjava/lang/String;J)Ltwitter4j/UserList;]
ListMembersMethods.getUserListMembers ( long p1, String p2, long p3 ) [abstract] : twitter4j.PagableResponseList
[run-time name: twitter4j/api/ListMembersMethods.getUserListMembers:(JLjava/lang/String;J)Ltwitter4j/PagableResponseList;]
ListMembersMethods.showUserListMembership ( long p1, String p2, long p3 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/ListMembersMethods.showUserListMembership:(JLjava/lang/String;J)Ltwitter4j/User;]
twitter4j-core-3.0.0-SNAPSHOT.jar, ListMethods.class
package twitter4j.api
ListMethods.destroyUserList ( long p1, String p2 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListMethods.destroyUserList:(JLjava/lang/String;)Ltwitter4j/UserList;]
ListMethods.getUserListStatuses ( long p1, String p2, twitter4j.Paging p3 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/ListMethods.getUserListStatuses:(JLjava/lang/String;Ltwitter4j/Paging;)Ltwitter4j/ResponseList;]
ListMethods.showUserList ( long p1, String p2 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListMethods.showUserList:(JLjava/lang/String;)Ltwitter4j/UserList;]
ListMethods.updateUserList ( long p1, String p2, String p3, boolean p4, String p5 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListMethods.updateUserList:(JLjava/lang/String;Ljava/lang/String;ZLjava/lang/String;)Ltwitter4j/UserList;]
twitter4j-core-3.0.0-SNAPSHOT.jar, ListSubscribersMethods.class
package twitter4j.api
ListSubscribersMethods.createUserListSubscription ( long p1, String p2 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListSubscribersMethods.createUserListSubscription:(JLjava/lang/String;)Ltwitter4j/UserList;]
ListSubscribersMethods.destroyUserListSubscription ( long p1, String p2 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListSubscribersMethods.destroyUserListSubscription:(JLjava/lang/String;)Ltwitter4j/UserList;]
ListSubscribersMethods.getUserListSubscribers ( long p1, String p2, long p3 ) [abstract] : twitter4j.PagableResponseList
[run-time name: twitter4j/api/ListSubscribersMethods.getUserListSubscribers:(JLjava/lang/String;J)Ltwitter4j/PagableResponseList;]
ListSubscribersMethods.showUserListSubscription ( long p1, String p2, long p3 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/ListSubscribersMethods.showUserListSubscription:(JLjava/lang/String;J)Ltwitter4j/User;]
twitter4j-core-3.0.0-SNAPSHOT.jar, PropertyConfiguration.class
package twitter4j.conf
PropertyConfiguration.getLongProperty ( java.util.Properties props, String prefix, String name ) : long
[run-time name: twitter4j/conf/PropertyConfiguration.getLongProperty:(Ljava/util/Properties;Ljava/lang/String;Ljava/lang/String;)J]
PropertyConfiguration.isStallWarningsEnabled ( ) : boolean
[run-time name: twitter4j/conf/PropertyConfiguration.isStallWarningsEnabled:()Z]
twitter4j-core-3.0.0-SNAPSHOT.jar, QueryResult.class
package twitter4j
QueryResult.hasNext ( ) [abstract] : boolean
[run-time name: twitter4j/QueryResult.hasNext:()Z]
QueryResult.nextQuery ( ) [abstract] : Query
[run-time name: twitter4j/QueryResult.nextQuery:()Ltwitter4j/Query;]
twitter4j-core-3.0.0-SNAPSHOT.jar, UserMethods.class
package twitter4j.api
UserMethods.getContributees ( long p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/UserMethods.getContributees:(J)Ltwitter4j/ResponseList;]
UserMethods.getContributees ( String p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/UserMethods.getContributees:(Ljava/lang/String;)Ltwitter4j/ResponseList;]
UserMethods.getContributors ( long p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/UserMethods.getContributors:(J)Ltwitter4j/ResponseList;]
UserMethods.getContributors ( String p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/UserMethods.getContributors:(Ljava/lang/String;)Ltwitter4j/ResponseList;]
twitter4j-media-support-3.0.0-SNAPSHOT.jar, MediaProvider.class
package twitter4j.media
MediaProvider.valueOf ( String name ) [static] : MediaProvider
[run-time name: twitter4j/media/MediaProvider.valueOf:(Ljava/lang/String;)Ltwitter4j/media/MediaProvider;]
MediaProvider.values ( ) [static] : MediaProvider[ ]
[run-time name: twitter4j/media/MediaProvider.values:()[Ltwitter4j/media/MediaProvider;]
twitter4j-stream-3.0.0-SNAPSHOT.jar, StallWarning.class
package twitter4j
StallWarning.equals ( Object o ) : boolean
[run-time name: twitter4j/StallWarning.equals:(Ljava/lang/Object;)Z]
StallWarning.getCode ( ) : String
[run-time name: twitter4j/StallWarning.getCode:()Ljava/lang/String;]
StallWarning.getMessage ( ) : String
[run-time name: twitter4j/StallWarning.getMessage:()Ljava/lang/String;]
StallWarning.getPercentFull ( ) : int
[run-time name: twitter4j/StallWarning.getPercentFull:()I]
StallWarning.hashCode ( ) : int
[run-time name: twitter4j/StallWarning.hashCode:()I]
StallWarning.toString ( ) : String
[run-time name: twitter4j/StallWarning.toString:()Ljava/lang/String;]
twitter4j-stream-3.0.0-SNAPSHOT.jar, StatusAdapter.class
package twitter4j
StatusAdapter.onStallWarning ( StallWarning warning ) : void
[run-time name: twitter4j/StatusAdapter.onStallWarning:(Ltwitter4j/StallWarning;)V]
twitter4j-stream-3.0.0-SNAPSHOT.jar, StatusListener.class
package twitter4j
StatusListener.onStallWarning ( StallWarning p1 ) [abstract] : void
[run-time name: twitter4j/StatusListener.onStallWarning:(Ltwitter4j/StallWarning;)V]
to the top
Removed Methods (17)
twitter4j-async-2.2.6.jar, TwitterMethod.class
package twitter4j
TwitterMethod.equals ( Object o ) : boolean
[run-time name: twitter4j/TwitterMethod.equals:(Ljava/lang/Object;)Z]
TwitterMethod.hashCode ( ) : int
[run-time name: twitter4j/TwitterMethod.hashCode:()I]
TwitterMethod.name ( ) : String
[run-time name: twitter4j/TwitterMethod.name:()Ljava/lang/String;]
TwitterMethod.toString ( ) : String
[run-time name: twitter4j/TwitterMethod.toString:()Ljava/lang/String;]
twitter4j-core-2.2.6.jar, Configuration.class
package twitter4j.conf
Configuration.isIncludeEntitiesEnabled ( ) [abstract] : boolean
[run-time name: twitter4j/conf/Configuration.isIncludeEntitiesEnabled:()Z]
Configuration.isIncludeRTsEnabled ( ) [abstract] : boolean
[run-time name: twitter4j/conf/Configuration.isIncludeRTsEnabled:()Z]
twitter4j-core-2.2.6.jar, FilterQuery.class
package twitter4j
FilterQuery.setIncludeEntities ( boolean include ) : FilterQuery
[run-time name: twitter4j/FilterQuery.setIncludeEntities:(Z)Ltwitter4j/FilterQuery;]
twitter4j-core-2.2.6.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.2.6.jar, PropertyConfiguration.class
package twitter4j.conf
PropertyConfiguration.isIncludeEntitiesEnabled ( ) : boolean
[run-time name: twitter4j/conf/PropertyConfiguration.isIncludeEntitiesEnabled:()Z]
PropertyConfiguration.isIncludeRTsEnabled ( ) : boolean
[run-time name: twitter4j/conf/PropertyConfiguration.isIncludeRTsEnabled:()Z]
twitter4j-media-support-2.2.6.jar, MediaProvider.class
package twitter4j.media
MediaProvider.equals ( Object o ) : boolean
[run-time name: twitter4j/media/MediaProvider.equals:(Ljava/lang/Object;)Z]
MediaProvider.getName ( ) : String
[run-time name: twitter4j/media/MediaProvider.getName:()Ljava/lang/String;]
MediaProvider.hashCode ( ) : int
[run-time name: twitter4j/media/MediaProvider.hashCode:()I]
MediaProvider.toString ( ) : String
[run-time name: twitter4j/media/MediaProvider.toString:()Ljava/lang/String;]
to the top
Problems with Data Types, High Severity (92)
twitter4j-async-2.2.6.jar
package twitter4j
[+] TwitterListener (90)
| Change | Effect |
---|
1 | Field ACCOUNT_SETTINGS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
2 | Field ACCOUNT_TOTALS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
3 | Field ADD_LIST_MEMBER (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
4 | Field ADD_LIST_MEMBERS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
5 | Field ALL_USER_LISTS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
6 | Field AVAILABLE_TRENDS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
7 | Field BLOCKING_USERS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
8 | Field BLOCKING_USERS_IDS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
9 | Field CHECK_LIST_MEMBERSHIP (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
10 | Field CHECK_LIST_SUBSCRIPTION (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
11 | Field CONFIGURATION (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
12 | Field CREATE_BLOCK (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
13 | Field CREATE_FAVORITE (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
14 | Field CREATE_FRIENDSHIP (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
15 | Field CREATE_PLACE (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
16 | Field CREATE_USER_LIST (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
17 | Field DAILY_TRENDS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
18 | Field DELETE_LIST_MEMBER (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
19 | Field DESTROY_BLOCK (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
20 | Field DESTROY_DIRECT_MESSAGE (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
21 | Field DESTROY_FAVORITE (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
22 | Field DESTROY_FRIENDSHIP (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
23 | Field DESTROY_STATUS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
24 | Field DIRECT_MESSAGES (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
25 | Field DISABLE_NOTIFICATION (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
26 | Field DSTROY_USER_LIST (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
27 | Field ENABLE_NOTIFICATION (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
28 | Field EXISTS_BLOCK (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
29 | Field EXISTS_FRIENDSHIP (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
30 | Field FAVORITES (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
31 | Field FOLLOWERS_IDS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
32 | Field FRIENDS_IDS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
33 | Field GEO_DETAILS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
34 | Field HOME_TIMELINE (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
35 | Field INCOMING_FRIENDSHIP (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
36 | Field LANGUAGES (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
37 | Field LIST_MEMBERS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
38 | Field LIST_SUBSCRIBERS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
39 | Field LOCATION_TRENDS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
40 | Field LOOKUP_FRIENDSHIPS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
41 | Field LOOKUP_USERS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
42 | Field MEMBER_SUGGESTIONS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
43 | Field MENTIONS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
44 | Field OUTGOING_FRIENDSHIPS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
45 | Field PRIVACY_POLICY (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
46 | Field PROFILE_IMAGE (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
47 | Field RATE_LIMIT_STATUS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
48 | Field RELATED_RESULT (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
49 | Field REPORT_SPAM (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
50 | Field RETWEETED_BY (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
51 | Field RETWEETED_BY_IDS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
52 | Field RETWEETED_BY_ME (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
53 | Field RETWEETED_BY_USER (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
54 | Field RETWEETED_TO_ME (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
55 | Field RETWEETED_TO_USER (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
56 | Field RETWEETS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
57 | Field RETWEETS_OF_ME (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
58 | Field RETWEET_STATUS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
59 | Field REVERSE_GEO_CODE (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
60 | Field SEARCH (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
61 | Field SEARCH_PLACES (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
62 | Field SEARCH_USERS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
63 | Field SEND_DIRECT_MESSAGE (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
64 | Field SENT_DIRECT_MESSAGES (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
65 | Field SHOW_FRIENDSHIP (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
66 | Field SHOW_STATUS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
67 | Field SHOW_USER (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
68 | Field SHOW_USER_LIST (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
69 | Field SIMILAR_PLACES (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
70 | Field SUBSCRIBE_LIST (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
71 | Field SUGGESTED_USER_CATEGORIES (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
72 | Field TERMS_OF_SERVICE (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
73 | Field TEST (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
74 | Field UNSUBSCRIBE_LIST (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
75 | Field UPDATE_ACCOUNT_SETTINGS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
76 | Field UPDATE_FRIENDSHIP (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
77 | Field UPDATE_PROFILE (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
78 | Field UPDATE_PROFILE_BACKGROUND_IMAGE (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
79 | Field UPDATE_PROFILE_COLORS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
80 | Field UPDATE_PROFILE_IMAGE (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
81 | Field UPDATE_STATUS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
82 | Field UPDATE_USER_LIST (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
83 | Field USER_LISTS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
84 | Field USER_LIST_MEMBERSHIPS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
85 | Field USER_LIST_STATUSES (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
86 | Field USER_LIST_SUBSCRIPTIONS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
87 | Field USER_SUGGESTIONS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
88 | Field USER_TIMELINE (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
89 | Field VERIFY_CREDENTIALS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
90 | Field WEEKLY_TRENDS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (95)
AsyncTwitter.addListener ( TwitterListener p1 )1st parameter 'p1' of this abstract method has type 'TwitterListener'.
TwitterListener.addedUserListMember ( UserList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.addedUserListMembers ( UserList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.checkedUserListMembership ( User p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.checkedUserListSubscription ( User p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.createdBlock ( User p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.createdFavorite ( Status p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.createdFriendship ( User p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.createdPlace ( Place p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.createdUserList ( UserList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.deletedUserListMember ( UserList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedBlock ( User p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedDirectMessage ( DirectMessage p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedFavorite ( Status p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedFriendship ( User p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedStatus ( Status p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedUserList ( UserList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.disabledNotification ( User p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.enabledNotification ( User p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotAccountSettings ( AccountSettings p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotAccountTotals ( AccountTotals p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotAllUserLists ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotAPIConfiguration ( TwitterAPIConfiguration 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 ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotDirectMessage ( DirectMessage p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotDirectMessages ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotExistsBlock ( boolean p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotExistsFriendship ( boolean p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotFavorites ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotFollowersIDs ( IDs p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotFriendsIDs ( IDs 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.gotLanguages ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotLocationTrends ( Trends p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotMemberSuggestions ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotMentions ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotNoRetweetIds ( IDs p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotOutgoingFriendships ( IDs p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotPrivacyPolicy ( String p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotProfileImage ( ProfileImage p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRateLimitStatus ( RateLimitStatus p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRelatedResults ( RelatedResults p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRetweetedBy ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRetweetedByIDs ( IDs p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRetweetedByMe ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRetweetedByUser ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRetweetedToMe ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRetweetedToUser ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRetweets ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRetweetsOfMe ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotReverseGeoCode ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotSentDirectMessages ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotShowFriendship ( Relationship p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotShowStatus ( Status p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotShowUserList ( UserList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotSimilarPlaces ( SimilarPlaces p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotSuggestedUserCategories ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotTermsOfService ( String p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.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 ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.lookedUpFriendships ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.lookedupUsers ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.onException ( TwitterException p1, TwitterMethod p2 )This abstract method is from 'TwitterListener' interface.
TwitterListener.reportedSpam ( User p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.retweetedStatus ( Status p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.searched ( QueryResult p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.searchedPlaces ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.searchedUser ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.sentDirectMessage ( DirectMessage p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.subscribedUserList ( UserList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.tested ( boolean p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.unsubscribedUserList ( UserList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedAccountSettings ( AccountSettings p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedFriendship ( Relationship p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedProfile ( User p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedProfileBackgroundImage ( User p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedProfileColors ( User p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedProfileImage ( User p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedStatus ( Status p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedUserList ( UserList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.verifiedCredentials ( User p1 )This abstract method is from 'TwitterListener' interface.
twitter4j-core-2.2.6.jar
package twitter4j.conf
[+] Configuration (2)
| Change | Effect |
---|
1 | Abstract method Configuration.isIncludeEntitiesEnabled ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Abstract method Configuration.isIncludeRTsEnabled ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (54)
twitter4j.AsyncTwitterFactory.AsyncTwitterFactory ( Configuration conf )1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.auth.AuthorizationFactory.getInstance ( Configuration conf )1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.auth.OAuthAuthorization.OAuthAuthorization ( Configuration conf )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.getDispatcherImpl ( )This abstract method is from 'Configuration' interface.
Configuration.getHttpConnectionTimeout ( )This abstract method is from 'Configuration' interface.
Configuration.getHttpDefaultMaxPerRoute ( )This abstract method is from 'Configuration' interface.
Configuration.getHttpMaxTotalConnections ( )This abstract method is from 'Configuration' interface.
Configuration.getHttpProxyHost ( )This abstract method is from 'Configuration' interface.
Configuration.getHttpProxyPassword ( )This abstract method is from 'Configuration' interface.
Configuration.getHttpProxyPort ( )This abstract method is from 'Configuration' interface.
Configuration.getHttpProxyUser ( )This abstract method is from 'Configuration' interface.
Configuration.getHttpReadTimeout ( )This abstract method is from 'Configuration' interface.
Configuration.getHttpRetryCount ( )This abstract method is from 'Configuration' interface.
Configuration.getHttpRetryIntervalSeconds ( )This abstract method is from 'Configuration' interface.
Configuration.getHttpStreamingReadTimeout ( )This abstract method is from 'Configuration' interface.
Configuration.getMediaProvider ( )This abstract method is from 'Configuration' interface.
Configuration.getMediaProviderAPIKey ( )This abstract method is from 'Configuration' interface.
Configuration.getMediaProviderParameters ( )This abstract method is from 'Configuration' interface.
Configuration.getOAuthAccessToken ( )This abstract method is from 'Configuration' interface.
Configuration.getOAuthAccessTokenSecret ( )This abstract method is from 'Configuration' interface.
Configuration.getOAuthAccessTokenURL ( )This abstract method is from 'Configuration' interface.
Configuration.getOAuthAuthenticationURL ( )This abstract method is from 'Configuration' interface.
Configuration.getOAuthAuthorizationURL ( )This abstract method is from 'Configuration' interface.
Configuration.getOAuthConsumerKey ( )This abstract method is from 'Configuration' interface.
Configuration.getOAuthConsumerSecret ( )This abstract method is from 'Configuration' interface.
Configuration.getOAuthRequestTokenURL ( )This abstract method is from 'Configuration' interface.
Configuration.getPassword ( )This abstract method is from 'Configuration' interface.
Configuration.getRequestHeaders ( )This abstract method is from 'Configuration' interface.
Configuration.getRestBaseURL ( )This abstract method is from 'Configuration' interface.
Configuration.getSearchBaseURL ( )This abstract method is from 'Configuration' interface.
Configuration.getSiteStreamBaseURL ( )This abstract method is from 'Configuration' interface.
Configuration.getStreamBaseURL ( )This abstract method is from 'Configuration' interface.
Configuration.getUploadBaseURL ( )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.isGAE ( )This abstract method is from 'Configuration' interface.
Configuration.isJSONStoreEnabled ( )This abstract method is from 'Configuration' interface.
Configuration.isMBeanEnabled ( )This abstract method is from 'Configuration' interface.
Configuration.isUserStreamRepliesAllEnabled ( )This abstract method is from 'Configuration' interface.
ConfigurationBuilder.build ( )Return value of this method has type 'Configuration'.
ConfigurationContext.getInstance ( )Return value of this method has type 'Configuration'.
ConfigurationContext.getInstance ( String configTreePath )Return value of this method has type 'Configuration'.
ConfigurationFactory.getInstance ( )Return value of this abstract method has type 'Configuration'.
ConfigurationFactory.getInstance ( String p1 )Return value of this abstract method has type 'Configuration'.
twitter4j.media.ImageUploadFactory.ImageUploadFactory ( Configuration conf )1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.TwitterBase.getConfiguration ( )Return value of this abstract 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'.
to the top
Problems with Methods, High Severity (6)
twitter4j-core-2.2.6.jar, InvocationStatisticsCalculator
package twitter4j.management
[+] InvocationStatisticsCalculator.increment ( long time, boolean success ) : void (1)
[run-time name: twitter4j/management/InvocationStatisticsCalculator.increment:(JZ)V]
| Change | Effect |
---|
1 | Access level has been changed from public to package-private. | A client program may be interrupted by IllegalAccessError exception. |
twitter4j-core-2.2.6.jar, OAuthAuthorization
package twitter4j.auth
[+] OAuthAuthorization.constructRequestURL ( String url ) [static] : String (1)
[run-time name: twitter4j/auth/OAuthAuthorization.constructRequestURL:(Ljava/lang/String;)Ljava/lang/String;]
| Change | Effect |
---|
1 | Access level has been changed from public to package-private. | A client program may be interrupted by IllegalAccessError exception. |
[+] OAuthAuthorization.normalizeAuthorizationHeaders ( java.util.List params ) [static] : String (1)
[run-time name: twitter4j/auth/OAuthAuthorization.normalizeAuthorizationHeaders:(Ljava/util/List;)Ljava/lang/String;]
| Change | Effect |
---|
1 | Access level has been changed from public to package-private. | A client program may be interrupted by IllegalAccessError exception. |
[+] OAuthAuthorization.normalizeRequestParameters ( java.util.List params ) [static] : String (1)
[run-time name: twitter4j/auth/OAuthAuthorization.normalizeRequestParameters:(Ljava/util/List;)Ljava/lang/String;]
| Change | Effect |
---|
1 | Access level has been changed from public to package-private. | A client program may be interrupted by IllegalAccessError exception. |
[+] OAuthAuthorization.normalizeRequestParameters ( twitter4j.internal.http.HttpParameter[ ] params ) [static] : String (1)
[run-time name: twitter4j/auth/OAuthAuthorization.normalizeRequestParameters:([Ltwitter4j/internal/http/HttpParameter;)Ljava/lang/String;]
| Change | Effect |
---|
1 | Access level has been changed from public to package-private. | A client program may be interrupted by IllegalAccessError exception. |
[+] OAuthAuthorization.toParamList ( twitter4j.internal.http.HttpParameter[ ] params ) [static] : java.util.List (1)
[run-time name: twitter4j/auth/OAuthAuthorization.toParamList:([Ltwitter4j/internal/http/HttpParameter;)Ljava/util/List;]
| Change | Effect |
---|
1 | Access level has been changed from public to package-private. | A client program may be interrupted by IllegalAccessError exception. |
to the top
Other Changes in Data Types (49)
twitter4j-async-2.2.6.jar
package twitter4j
[+] AsyncTwitter (1)
| Change | Effect |
---|
1 | Added super-interface auth.AsyncOAuthSupport. | No effect. |
[+] affected methods (5)
AsyncTwitter.addListener ( TwitterListener p1 )This abstract method is from 'AsyncTwitter' interface.
AsyncTwitterFactory.getInstance ( )Return value of this method has type 'AsyncTwitter'.
AsyncTwitterFactory.getInstance ( auth.AccessToken accessToken )Return value of this method has type 'AsyncTwitter'.
AsyncTwitterFactory.getInstance ( auth.Authorization auth )Return value of this method has type 'AsyncTwitter'.
AsyncTwitterFactory.getSingleton ( )Return value of this method has type 'AsyncTwitter'.
[+] TwitterListener (4)
| Change | Effect |
---|
1 | Abstract method TwitterListener.gotContributees ( ResponseList p1 ) has been added to this interface. | No effect. |
2 | Abstract method TwitterListener.gotContributors ( ResponseList p1 ) has been added to this interface. | No effect. |
3 | Abstract method TwitterListener.gotOAuthAccessToken ( auth.AccessToken p1 ) has been added to this interface. | No effect. |
4 | Abstract method TwitterListener.gotOAuthRequestToken ( auth.RequestToken p1 ) has been added to this interface. | No effect. |
[+] affected methods (95)
AsyncTwitter.addListener ( TwitterListener p1 )1st parameter 'p1' of this abstract method has type 'TwitterListener'.
TwitterListener.addedUserListMember ( UserList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.addedUserListMembers ( UserList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.checkedUserListMembership ( User p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.checkedUserListSubscription ( User p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.createdBlock ( User p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.createdFavorite ( Status p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.createdFriendship ( User p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.createdPlace ( Place p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.createdUserList ( UserList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.deletedUserListMember ( UserList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedBlock ( User p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedDirectMessage ( DirectMessage p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedFavorite ( Status p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedFriendship ( User p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedStatus ( Status p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedUserList ( UserList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.disabledNotification ( User p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.enabledNotification ( User p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotAccountSettings ( AccountSettings p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotAccountTotals ( AccountTotals p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotAllUserLists ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotAPIConfiguration ( TwitterAPIConfiguration 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 ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotDirectMessage ( DirectMessage p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotDirectMessages ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotExistsBlock ( boolean p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotExistsFriendship ( boolean p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotFavorites ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotFollowersIDs ( IDs p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotFriendsIDs ( IDs 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.gotLanguages ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotLocationTrends ( Trends p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotMemberSuggestions ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotMentions ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotNoRetweetIds ( IDs p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotOutgoingFriendships ( IDs p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotPrivacyPolicy ( String p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotProfileImage ( ProfileImage p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRateLimitStatus ( RateLimitStatus p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRelatedResults ( RelatedResults p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRetweetedBy ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRetweetedByIDs ( IDs p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRetweetedByMe ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRetweetedByUser ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRetweetedToMe ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRetweetedToUser ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRetweets ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRetweetsOfMe ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotReverseGeoCode ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotSentDirectMessages ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotShowFriendship ( Relationship p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotShowStatus ( Status p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotShowUserList ( UserList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotSimilarPlaces ( SimilarPlaces p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotSuggestedUserCategories ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotTermsOfService ( String p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.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 ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.lookedUpFriendships ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.lookedupUsers ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.onException ( TwitterException p1, TwitterMethod p2 )This abstract method is from 'TwitterListener' interface.
TwitterListener.reportedSpam ( User p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.retweetedStatus ( Status p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.searched ( QueryResult p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.searchedPlaces ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.searchedUser ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.sentDirectMessage ( DirectMessage p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.subscribedUserList ( UserList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.tested ( boolean p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.unsubscribedUserList ( UserList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedAccountSettings ( AccountSettings p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedFriendship ( Relationship p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedProfile ( User p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedProfileBackgroundImage ( User p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedProfileColors ( User p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedProfileImage ( User p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedStatus ( Status p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedUserList ( UserList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.verifiedCredentials ( User p1 )This abstract method is from 'TwitterListener' interface.
package twitter4j.api
[+] ListMembersMethodsAsync (6)
| Change | Effect |
---|
1 | Abstract method ListMembersMethodsAsync.addUserListMember ( long p1, String p2, long p3 ) has been added to this interface. | No effect. |
2 | Abstract method ListMembersMethodsAsync.addUserListMembers ( long p1, String p2, long[ ] p3 ) has been added to this interface. | No effect. |
3 | Abstract method ListMembersMethodsAsync.addUserListMembers ( long p1, String p2, String[ ] p3 ) has been added to this interface. | No effect. |
4 | Abstract method ListMembersMethodsAsync.deleteUserListMember ( long p1, String p2, long p3 ) has been added to this interface. | No effect. |
5 | Abstract method ListMembersMethodsAsync.getUserListMembers ( long p1, String p2, long p3 ) has been added to this interface. | No effect. |
6 | Abstract method ListMembersMethodsAsync.showUserListMembership ( long p1, String p2, long p3 ) has been added to this interface. | No effect. |
[+] affected methods (6)
ListMembersMethodsAsync.addUserListMember ( int p1, long p2 )This abstract method is from 'ListMembersMethodsAsync' interface.
ListMembersMethodsAsync.addUserListMembers ( int p1, String[ ] p2 )This abstract method is from 'ListMembersMethodsAsync' interface.
ListMembersMethodsAsync.addUserListMembers ( int p1, long[ ] p2 )This abstract method is from 'ListMembersMethodsAsync' interface.
ListMembersMethodsAsync.deleteUserListMember ( int p1, long p2 )This abstract method is from 'ListMembersMethodsAsync' interface.
ListMembersMethodsAsync.getUserListMembers ( int p1, long p2 )This abstract method is from 'ListMembersMethodsAsync' interface.
ListMembersMethodsAsync.showUserListMembership ( int p1, long p2 )This abstract method is from 'ListMembersMethodsAsync' interface.
[+] ListMethodsAsync (4)
| Change | Effect |
---|
1 | Abstract method ListMethodsAsync.destroyUserList ( long p1, String p2 ) has been added to this interface. | No effect. |
2 | Abstract method ListMethodsAsync.getUserListStatuses ( long p1, String p2, twitter4j.Paging p3 ) has been added to this interface. | No effect. |
3 | Abstract method ListMethodsAsync.showUserList ( long p1, String p2 ) has been added to this interface. | No effect. |
4 | Abstract method ListMethodsAsync.updateUserList ( long p1, String p2, String p3, boolean p4, String p5 ) has been added to this interface. | No effect. |
[+] affected methods (15)
ListMethodsAsync.createUserList ( String p1, boolean p2, String p3 )This abstract method is from 'ListMethodsAsync' interface.
ListMethodsAsync.destroyUserList ( int p1 )This abstract method is from 'ListMethodsAsync' interface.
ListMethodsAsync.getAllSubscribingUserLists ( String p1 )This abstract method is from 'ListMethodsAsync' interface.
ListMethodsAsync.getAllSubscribingUserLists ( long p1 )This abstract method is from 'ListMethodsAsync' interface.
ListMethodsAsync.getUserListMemberships ( String p1, long p2 )This abstract method is from 'ListMethodsAsync' interface.
ListMethodsAsync.getUserListMemberships ( String p1, long p2, boolean p3 )This abstract method is from 'ListMethodsAsync' interface.
ListMethodsAsync.getUserListMemberships ( long p1 )This abstract method is from 'ListMethodsAsync' interface.
ListMethodsAsync.getUserListMemberships ( long p1, long p2 )This abstract method is from 'ListMethodsAsync' interface.
ListMethodsAsync.getUserListMemberships ( long p1, long p2, boolean p3 )This abstract method is from 'ListMethodsAsync' interface.
ListMethodsAsync.getUserLists ( String p1, long p2 )This abstract method is from 'ListMethodsAsync' interface.
ListMethodsAsync.getUserLists ( long p1, long p2 )This abstract method is from 'ListMethodsAsync' interface.
ListMethodsAsync.getUserListStatuses ( int p1, twitter4j.Paging p2 )This abstract method is from 'ListMethodsAsync' interface.
ListMethodsAsync.getUserListSubscriptions ( String p1, long p2 )This abstract method is from 'ListMethodsAsync' interface.
ListMethodsAsync.showUserList ( int p1 )This abstract method is from 'ListMethodsAsync' interface.
ListMethodsAsync.updateUserList ( int p1, String p2, boolean p3, String p4 )This abstract method is from 'ListMethodsAsync' interface.
[+] ListSubscribersMethodsAsync (4)
| Change | Effect |
---|
1 | Abstract method ListSubscribersMethodsAsync.createUserListSubscription ( long p1, String p2 ) has been added to this interface. | No effect. |
2 | Abstract method ListSubscribersMethodsAsync.destroyUserListSubscription ( long p1, String p2 ) has been added to this interface. | No effect. |
3 | Abstract method ListSubscribersMethodsAsync.getUserListSubscribers ( long p1, String p2, long p3 ) has been added to this interface. | No effect. |
4 | Abstract method ListSubscribersMethodsAsync.showUserListSubscription ( long p1, String p2, long p3 ) has been added to this interface. | No effect. |
[+] affected methods (4)
ListSubscribersMethodsAsync.createUserListSubscription ( int p1 )This abstract method is from 'ListSubscribersMethodsAsync' interface.
ListSubscribersMethodsAsync.destroyUserListSubscription ( int p1 )This abstract method is from 'ListSubscribersMethodsAsync' interface.
ListSubscribersMethodsAsync.getUserListSubscribers ( int p1, long p2 )This abstract method is from 'ListSubscribersMethodsAsync' interface.
ListSubscribersMethodsAsync.showUserListSubscription ( int p1, long p2 )This abstract method is from 'ListSubscribersMethodsAsync' interface.
[+] UserMethodsAsync (4)
| Change | Effect |
---|
1 | Abstract method UserMethodsAsync.getContributees ( long p1 ) has been added to this interface. | No effect. |
2 | Abstract method UserMethodsAsync.getContributees ( String p1 ) has been added to this interface. | No effect. |
3 | Abstract method UserMethodsAsync.getContributors ( long p1 ) has been added to this interface. | No effect. |
4 | Abstract method UserMethodsAsync.getContributors ( String p1 ) has been added to this interface. | No effect. |
[+] affected methods (9)
UserMethodsAsync.getMemberSuggestions ( String p1 )This abstract method is from 'UserMethodsAsync' interface.
UserMethodsAsync.getProfileImage ( String p1, twitter4j.ProfileImage.ImageSize p2 )This abstract method is from 'UserMethodsAsync' interface.
UserMethodsAsync.getSuggestedUserCategories ( )This abstract method is from 'UserMethodsAsync' interface.
UserMethodsAsync.getUserSuggestions ( String p1 )This abstract method is from 'UserMethodsAsync' interface.
UserMethodsAsync.lookupUsers ( String[ ] p1 )This abstract method is from 'UserMethodsAsync' interface.
UserMethodsAsync.lookupUsers ( long[ ] p1 )This abstract method is from 'UserMethodsAsync' interface.
UserMethodsAsync.searchUsers ( String p1, int p2 )This abstract method is from 'UserMethodsAsync' interface.
UserMethodsAsync.showUser ( String p1 )This abstract method is from 'UserMethodsAsync' interface.
UserMethodsAsync.showUser ( long p1 )This abstract method is from 'UserMethodsAsync' interface.
twitter4j-core-2.2.6.jar
package twitter4j
[+] QueryResult (2)
| Change | Effect |
---|
1 | Abstract method QueryResult.hasNext ( ) has been added to this interface. | No effect. |
2 | Abstract method QueryResult.nextQuery ( ) has been added to this interface. | No effect. |
[+] affected methods (12)
api.SearchMethods.search ( Query p1 )Return value of this abstract method has type 'QueryResult'.
QueryResult.getCompletedIn ( )This abstract method is from 'QueryResult' interface.
QueryResult.getMaxId ( )This abstract method is from 'QueryResult' interface.
QueryResult.getPage ( )This abstract method is from 'QueryResult' interface.
QueryResult.getQuery ( )This abstract method is from 'QueryResult' interface.
QueryResult.getRefreshUrl ( )This abstract method is from 'QueryResult' interface.
QueryResult.getResultsPerPage ( )This abstract method is from 'QueryResult' interface.
QueryResult.getSinceId ( )This abstract method is from 'QueryResult' interface.
QueryResult.getTweets ( )This abstract method is from 'QueryResult' interface.
QueryResult.getWarning ( )This abstract method is from 'QueryResult' interface.
TwitterAdapter.searched ( QueryResult result )1st parameter 'result' of this method has type 'QueryResult'.
TwitterListener.searched ( QueryResult p1 )1st parameter 'p1' of this abstract method has type 'QueryResult'.
package twitter4j.api
[+] ListMembersMethods (6)
| Change | Effect |
---|
1 | Abstract method ListMembersMethods.addUserListMember ( long p1, String p2, long p3 ) has been added to this interface. | No effect. |
2 | Abstract method ListMembersMethods.addUserListMembers ( long p1, String p2, long[ ] p3 ) has been added to this interface. | No effect. |
3 | Abstract method ListMembersMethods.addUserListMembers ( long p1, String p2, String[ ] p3 ) has been added to this interface. | No effect. |
4 | Abstract method ListMembersMethods.deleteUserListMember ( long p1, String p2, long p3 ) has been added to this interface. | No effect. |
5 | Abstract method ListMembersMethods.getUserListMembers ( long p1, String p2, long p3 ) has been added to this interface. | No effect. |
6 | Abstract method ListMembersMethods.showUserListMembership ( long p1, String p2, long p3 ) has been added to this interface. | No effect. |
[+] affected methods (6)
ListMembersMethods.addUserListMember ( int p1, long p2 )This abstract method is from 'ListMembersMethods' interface.
ListMembersMethods.addUserListMembers ( int p1, String[ ] p2 )This abstract method is from 'ListMembersMethods' interface.
ListMembersMethods.addUserListMembers ( int p1, long[ ] p2 )This abstract method is from 'ListMembersMethods' interface.
ListMembersMethods.deleteUserListMember ( int p1, long p2 )This abstract method is from 'ListMembersMethods' interface.
ListMembersMethods.getUserListMembers ( int p1, long p2 )This abstract method is from 'ListMembersMethods' interface.
ListMembersMethods.showUserListMembership ( int p1, long p2 )This abstract method is from 'ListMembersMethods' interface.
[+] ListMethods (4)
| Change | Effect |
---|
1 | Abstract method ListMethods.destroyUserList ( long p1, String p2 ) has been added to this interface. | No effect. |
2 | Abstract method ListMethods.getUserListStatuses ( long p1, String p2, twitter4j.Paging p3 ) has been added to this interface. | No effect. |
3 | Abstract method ListMethods.showUserList ( long p1, String p2 ) has been added to this interface. | No effect. |
4 | Abstract method ListMethods.updateUserList ( long p1, String p2, String p3, boolean p4, String p5 ) has been added to this interface. | No effect. |
[+] affected methods (15)
ListMethods.createUserList ( String p1, boolean p2, String p3 )This abstract method is from 'ListMethods' interface.
ListMethods.destroyUserList ( int p1 )This abstract method is from 'ListMethods' interface.
ListMethods.getAllUserLists ( String p1 )This abstract method is from 'ListMethods' interface.
ListMethods.getAllUserLists ( long p1 )This abstract method is from 'ListMethods' interface.
ListMethods.getUserListMemberships ( String p1, long p2 )This abstract method is from 'ListMethods' interface.
ListMethods.getUserListMemberships ( String p1, long p2, boolean p3 )This abstract method is from 'ListMethods' interface.
ListMethods.getUserListMemberships ( long p1 )This abstract method is from 'ListMethods' interface.
ListMethods.getUserListMemberships ( long p1, long p2 )This abstract method is from 'ListMethods' interface.
ListMethods.getUserListMemberships ( long p1, long p2, boolean p3 )This abstract method is from 'ListMethods' interface.
ListMethods.getUserLists ( String p1, long p2 )This abstract method is from 'ListMethods' interface.
ListMethods.getUserLists ( long p1, long p2 )This abstract method is from 'ListMethods' interface.
ListMethods.getUserListStatuses ( int p1, twitter4j.Paging p2 )This abstract method is from 'ListMethods' interface.
ListMethods.getUserListSubscriptions ( String p1, long p2 )This abstract method is from 'ListMethods' interface.
ListMethods.showUserList ( int p1 )This abstract method is from 'ListMethods' interface.
ListMethods.updateUserList ( int p1, String p2, boolean p3, String p4 )This abstract method is from 'ListMethods' interface.
[+] ListSubscribersMethods (4)
| Change | Effect |
---|
1 | Abstract method ListSubscribersMethods.createUserListSubscription ( long p1, String p2 ) has been added to this interface. | No effect. |
2 | Abstract method ListSubscribersMethods.destroyUserListSubscription ( long p1, String p2 ) has been added to this interface. | No effect. |
3 | Abstract method ListSubscribersMethods.getUserListSubscribers ( long p1, String p2, long p3 ) has been added to this interface. | No effect. |
4 | Abstract method ListSubscribersMethods.showUserListSubscription ( long p1, String p2, long p3 ) has been added to this interface. | No effect. |
[+] affected methods (4)
ListSubscribersMethods.createUserListSubscription ( int p1 )This abstract method is from 'ListSubscribersMethods' interface.
ListSubscribersMethods.destroyUserListSubscription ( int p1 )This abstract method is from 'ListSubscribersMethods' interface.
ListSubscribersMethods.getUserListSubscribers ( int p1, long p2 )This abstract method is from 'ListSubscribersMethods' interface.
ListSubscribersMethods.showUserListSubscription ( int p1, long p2 )This abstract method is from 'ListSubscribersMethods' interface.
[+] UserMethods (4)
| Change | Effect |
---|
1 | Abstract method UserMethods.getContributees ( long p1 ) has been added to this interface. | No effect. |
2 | Abstract method UserMethods.getContributees ( String p1 ) has been added to this interface. | No effect. |
3 | Abstract method UserMethods.getContributors ( long p1 ) has been added to this interface. | No effect. |
4 | Abstract method UserMethods.getContributors ( String p1 ) has been added to this interface. | No effect. |
[+] affected methods (9)
UserMethods.getMemberSuggestions ( String p1 )This abstract method is from 'UserMethods' interface.
UserMethods.getProfileImage ( String p1, twitter4j.ProfileImage.ImageSize p2 )This abstract method is from 'UserMethods' interface.
UserMethods.getSuggestedUserCategories ( )This abstract method is from 'UserMethods' interface.
UserMethods.getUserSuggestions ( String p1 )This abstract method is from 'UserMethods' interface.
UserMethods.lookupUsers ( String[ ] p1 )This abstract method is from 'UserMethods' interface.
UserMethods.lookupUsers ( long[ ] p1 )This abstract method is from 'UserMethods' interface.
UserMethods.searchUsers ( String p1, int p2 )This abstract method is from 'UserMethods' interface.
UserMethods.showUser ( String p1 )This abstract method is from 'UserMethods' interface.
UserMethods.showUser ( long p1 )This abstract method is from 'UserMethods' interface.
package twitter4j.conf
[+] Configuration (2)
| Change | Effect |
---|
1 | Abstract method Configuration.getContributingTo ( ) has been added to this interface. | No effect. |
2 | Abstract method Configuration.isStallWarningsEnabled ( ) has been added to this interface. | No effect. |
[+] affected methods (54)
twitter4j.AsyncTwitterFactory.AsyncTwitterFactory ( Configuration conf )1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.auth.AuthorizationFactory.getInstance ( Configuration conf )1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.auth.OAuthAuthorization.OAuthAuthorization ( Configuration conf )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.getDispatcherImpl ( )This abstract method is from 'Configuration' interface.
Configuration.getHttpConnectionTimeout ( )This abstract method is from 'Configuration' interface.
Configuration.getHttpDefaultMaxPerRoute ( )This abstract method is from 'Configuration' interface.
Configuration.getHttpMaxTotalConnections ( )This abstract method is from 'Configuration' interface.
Configuration.getHttpProxyHost ( )This abstract method is from 'Configuration' interface.
Configuration.getHttpProxyPassword ( )This abstract method is from 'Configuration' interface.
Configuration.getHttpProxyPort ( )This abstract method is from 'Configuration' interface.
Configuration.getHttpProxyUser ( )This abstract method is from 'Configuration' interface.
Configuration.getHttpReadTimeout ( )This abstract method is from 'Configuration' interface.
Configuration.getHttpRetryCount ( )This abstract method is from 'Configuration' interface.
Configuration.getHttpRetryIntervalSeconds ( )This abstract method is from 'Configuration' interface.
Configuration.getHttpStreamingReadTimeout ( )This abstract method is from 'Configuration' interface.
Configuration.getMediaProvider ( )This abstract method is from 'Configuration' interface.
Configuration.getMediaProviderAPIKey ( )This abstract method is from 'Configuration' interface.
Configuration.getMediaProviderParameters ( )This abstract method is from 'Configuration' interface.
Configuration.getOAuthAccessToken ( )This abstract method is from 'Configuration' interface.
Configuration.getOAuthAccessTokenSecret ( )This abstract method is from 'Configuration' interface.
Configuration.getOAuthAccessTokenURL ( )This abstract method is from 'Configuration' interface.
Configuration.getOAuthAuthenticationURL ( )This abstract method is from 'Configuration' interface.
Configuration.getOAuthAuthorizationURL ( )This abstract method is from 'Configuration' interface.
Configuration.getOAuthConsumerKey ( )This abstract method is from 'Configuration' interface.
Configuration.getOAuthConsumerSecret ( )This abstract method is from 'Configuration' interface.
Configuration.getOAuthRequestTokenURL ( )This abstract method is from 'Configuration' interface.
Configuration.getPassword ( )This abstract method is from 'Configuration' interface.
Configuration.getRequestHeaders ( )This abstract method is from 'Configuration' interface.
Configuration.getRestBaseURL ( )This abstract method is from 'Configuration' interface.
Configuration.getSearchBaseURL ( )This abstract method is from 'Configuration' interface.
Configuration.getSiteStreamBaseURL ( )This abstract method is from 'Configuration' interface.
Configuration.getStreamBaseURL ( )This abstract method is from 'Configuration' interface.
Configuration.getUploadBaseURL ( )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.isGAE ( )This abstract method is from 'Configuration' interface.
Configuration.isJSONStoreEnabled ( )This abstract method is from 'Configuration' interface.
Configuration.isMBeanEnabled ( )This abstract method is from 'Configuration' interface.
Configuration.isUserStreamRepliesAllEnabled ( )This abstract method is from 'Configuration' interface.
ConfigurationBuilder.build ( )Return value of this method has type 'Configuration'.
ConfigurationContext.getInstance ( )Return value of this method has type 'Configuration'.
ConfigurationContext.getInstance ( String configTreePath )Return value of this method has type 'Configuration'.
ConfigurationFactory.getInstance ( )Return value of this abstract method has type 'Configuration'.
ConfigurationFactory.getInstance ( String p1 )Return value of this abstract method has type 'Configuration'.
twitter4j.media.ImageUploadFactory.ImageUploadFactory ( Configuration conf )1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.TwitterBase.getConfiguration ( )Return value of this abstract 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'.
[+] PropertyConfiguration (2)
| Change | Effect |
---|
1 | Field CONTRIBUTING_TO has been added to this class. | No effect. NOTE: 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. |
2 | Field STREAM_STALL_WARNINGS_ENABLED has been added to this class. | No effect. NOTE: 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 (35)
PropertyConfiguration.dumpConfiguration ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.equals ( Object x0 )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getBoolean ( java.util.Properties props, String prefix, String name )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getDispatcherImpl ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getHttpStreamingReadTimeout ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getIntProperty ( java.util.Properties props, String prefix, String name )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getMediaProvider ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getMediaProviderAPIKey ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getMediaProviderParameters ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthAccessToken ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthAccessTokenSecret ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthAccessTokenURL ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthAuthenticationURL ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthAuthorizationURL ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthRequestTokenURL ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getRequestHeaders ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getRestBaseURL ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getSearchBaseURL ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getSiteStreamBaseURL ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getStreamBaseURL ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getString ( java.util.Properties props, String prefix, String name )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getUploadBaseURL ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getUserStreamBaseURL ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.hashCode ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isGAE ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isGZIPEnabled ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isJSONStoreEnabled ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isMBeanEnabled ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isPrettyDebugEnabled ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isUserStreamRepliesAllEnabled ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.PropertyConfiguration ( java.io.InputStream is )This constructor is from 'PropertyConfiguration' class.
PropertyConfiguration.PropertyConfiguration ( java.util.Properties props )This constructor is from 'PropertyConfiguration' class.
PropertyConfiguration.PropertyConfiguration ( java.util.Properties props, String treePath )This constructor is from 'PropertyConfiguration' class.
PropertyConfiguration.readResolve ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.toString ( )This method is from 'PropertyConfiguration' class.
package twitter4j.json
[+] JSONObjectType (1)
| Change | Effect |
---|
1 | Field STALL_WARNING has been added to this class. | No effect. NOTE: 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 (5)
JSONObjectType.determine ( twitter4j.internal.org.json.JSONObject json )This method is from 'JSONObjectType' class.
JSONObjectType.equals ( Object o )This method is from 'JSONObjectType' class.
JSONObjectType.getName ( )This method is from 'JSONObjectType' class.
JSONObjectType.hashCode ( )This method is from 'JSONObjectType' class.
JSONObjectType.toString ( )This method is from 'JSONObjectType' class.
twitter4j-stream-2.2.6.jar
package twitter4j
[+] StatusListener (1)
| Change | Effect |
---|
1 | Abstract method StatusListener.onStallWarning ( StallWarning p1 ) has been added to this interface. | No effect. |
[+] affected methods (6)
StatusListener.onDeletionNotice ( StatusDeletionNotice p1 )This abstract method is from 'StatusListener' interface.
StatusListener.onScrubGeo ( long p1, long p2 )This abstract method is from 'StatusListener' interface.
StatusListener.onStatus ( Status p1 )This abstract method is from 'StatusListener' interface.
StatusListener.onTrackLimitationNotice ( int p1 )This abstract method is from 'StatusListener' interface.
StatusStream.next ( StatusListener p1 )1st parameter 'p1' of this abstract method has type 'StatusListener'.
TwitterStream.addListener ( StatusListener p1 )1st parameter 'p1' of this abstract method has type 'StatusListener'.
to the top
Java ARchives (5)
twitter4j-appengine-2.2.6.jar
twitter4j-async-2.2.6.jar
twitter4j-core-2.2.6.jar
twitter4j-media-support-2.2.6.jar
twitter4j-stream-2.2.6.jar
to the top
Generated on Tue Sep 18 08:05:23 2012 for Twitter4J by Java API Compliance Checker 1.1.2
A tool for checking backward compatibility of a Java library API