Source compatibility report for the Twitter4J library between 2.2.5 and 2.2.6 versions
Test Info
Library Name | Twitter4J |
Version #1 | 2.2.5 |
Version #2 | 2.2.6 |
Test Results
Total Java ARchives | 5 |
---|
Total Methods / Classes | 2061 / 173 |
---|
Verdict | Incompatible (16.5%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 39 |
---|
Removed Methods | High | 48 |
---|
Problems with Data Types | High | 56 |
---|
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 0 |
Added Methods (39)
twitter4j-core-2.2.6.jar, MediaEntity.class
package twitter4j
MediaEntity.getType ( ) [abstract] : String
[run-time name: twitter4j/MediaEntity.getType:()Ljava/lang/String;]
twitter4j-core-2.2.6.jar, PropertyConfiguration.class
package twitter4j.conf
PropertyConfiguration.dumpConfiguration ( ) : void
[run-time name: twitter4j/conf/PropertyConfiguration.dumpConfiguration:()V]
twitter4j-core-2.2.6.jar, Tweet.class
package twitter4j
Tweet.getFromUserName ( ) [abstract] : String
[run-time name: twitter4j/Tweet.getFromUserName:()Ljava/lang/String;]
Tweet.getInReplyToStatusId ( ) [abstract] : long
[run-time name: twitter4j/Tweet.getInReplyToStatusId:()J]
Tweet.getToUserName ( ) [abstract] : String
[run-time name: twitter4j/Tweet.getToUserName:()Ljava/lang/String;]
twitter4j-core-2.2.6.jar, Twt.class
package twitter4j
Twt.getCreatedAt ( ) [abstract] : java.util.Date
[run-time name: twitter4j/Twt.getCreatedAt:()Ljava/util/Date;]
Twt.getGeoLocation ( ) [abstract] : GeoLocation
[run-time name: twitter4j/Twt.getGeoLocation:()Ltwitter4j/GeoLocation;]
Twt.getId ( ) [abstract] : long
[run-time name: twitter4j/Twt.getId:()J]
Twt.getInReplyToStatusId ( ) [abstract] : long
[run-time name: twitter4j/Twt.getInReplyToStatusId:()J]
Twt.getPlace ( ) [abstract] : Place
[run-time name: twitter4j/Twt.getPlace:()Ltwitter4j/Place;]
Twt.getSource ( ) [abstract] : String
[run-time name: twitter4j/Twt.getSource:()Ljava/lang/String;]
Twt.getText ( ) [abstract] : String
[run-time name: twitter4j/Twt.getText:()Ljava/lang/String;]
twitter4j-stream-2.2.6.jar, ControlStreamInfo.class
package twitter4j
ControlStreamInfo.equals ( Object o ) : boolean
[run-time name: twitter4j/ControlStreamInfo.equals:(Ljava/lang/Object;)Z]
ControlStreamInfo.getUsers ( ) : StreamController.User[ ]
[run-time name: twitter4j/ControlStreamInfo.getUsers:()[Ltwitter4j/StreamController$User;]
ControlStreamInfo.hashCode ( ) : int
[run-time name: twitter4j/ControlStreamInfo.hashCode:()I]
ControlStreamInfo.isIncludeFollowingsActivity ( ) : boolean
[run-time name: twitter4j/ControlStreamInfo.isIncludeFollowingsActivity:()Z]
ControlStreamInfo.isIncludeUserChanges ( ) : boolean
[run-time name: twitter4j/ControlStreamInfo.isIncludeUserChanges:()Z]
ControlStreamInfo.isReplies ( ) : String
[run-time name: twitter4j/ControlStreamInfo.isReplies:()Ljava/lang/String;]
ControlStreamInfo.isWith ( ) : String
[run-time name: twitter4j/ControlStreamInfo.isWith:()Ljava/lang/String;]
ControlStreamInfo.toString ( ) : String
[run-time name: twitter4j/ControlStreamInfo.toString:()Ljava/lang/String;]
twitter4j-stream-2.2.6.jar, FriendsIDs.class
package twitter4j
StreamController.FriendsIDs.equals ( Object o ) : boolean
[run-time name: twitter4j/StreamController.FriendsIDs.equals:(Ljava/lang/Object;)Z]
StreamController.FriendsIDs.getIds ( ) : long[ ]
[run-time name: twitter4j/StreamController.FriendsIDs.getIds:()[J]
StreamController.FriendsIDs.getNextCursor ( ) : long
[run-time name: twitter4j/StreamController.FriendsIDs.getNextCursor:()J]
StreamController.FriendsIDs.getPreviousCursor ( ) : long
[run-time name: twitter4j/StreamController.FriendsIDs.getPreviousCursor:()J]
StreamController.FriendsIDs.getUser ( ) : StreamController.User
[run-time name: twitter4j/StreamController.FriendsIDs.getUser:()Ltwitter4j/StreamController$User;]
StreamController.FriendsIDs.hashCode ( ) : int
[run-time name: twitter4j/StreamController.FriendsIDs.hashCode:()I]
StreamController.FriendsIDs.hasNext ( ) : boolean
[run-time name: twitter4j/StreamController.FriendsIDs.hasNext:()Z]
StreamController.FriendsIDs.hasPrevious ( ) : boolean
[run-time name: twitter4j/StreamController.FriendsIDs.hasPrevious:()Z]
StreamController.FriendsIDs.toString ( ) : String
[run-time name: twitter4j/StreamController.FriendsIDs.toString:()Ljava/lang/String;]
twitter4j-stream-2.2.6.jar, StreamController.class
package twitter4j
StreamController.addUsers ( long[ ] userIds ) : String
[run-time name: twitter4j/StreamController.addUsers:([J)Ljava/lang/String;]
StreamController.getFriendsIDs ( long userId, long cursor ) : StreamController.FriendsIDs
[run-time name: twitter4j/StreamController.getFriendsIDs:(JJ)Ltwitter4j/StreamController$FriendsIDs;]
StreamController.getInfo ( ) : ControlStreamInfo
[run-time name: twitter4j/StreamController.getInfo:()Ltwitter4j/ControlStreamInfo;]
StreamController.removeUsers ( long[ ] userIds ) : String
[run-time name: twitter4j/StreamController.removeUsers:([J)Ljava/lang/String;]
twitter4j-stream-2.2.6.jar, User.class
package twitter4j
StreamController.User.equals ( Object o ) : boolean
[run-time name: twitter4j/StreamController.User.equals:(Ljava/lang/Object;)Z]
StreamController.User.getId ( ) : long
[run-time name: twitter4j/StreamController.User.getId:()J]
StreamController.User.getName ( ) : String
[run-time name: twitter4j/StreamController.User.getName:()Ljava/lang/String;]
StreamController.User.hashCode ( ) : int
[run-time name: twitter4j/StreamController.User.hashCode:()I]
StreamController.User.isDMAccessible ( ) : boolean
[run-time name: twitter4j/StreamController.User.isDMAccessible:()Z]
StreamController.User.toString ( ) : String
[run-time name: twitter4j/StreamController.User.toString:()Ljava/lang/String;]
to the top
Removed Methods (48)
twitter4j-async-2.2.5.jar, ListMembersMethodsAsync.class
package twitter4j.api
ListMembersMethodsAsync.checkUserListMembership ( String p1, int p2, long p3 ) [abstract] : void
[run-time name: twitter4j/api/ListMembersMethodsAsync.checkUserListMembership:(Ljava/lang/String;IJ)V]
ListMembersMethodsAsync.getUserListMembers ( long p1, int p2, long p3 ) [abstract] : void
[run-time name: twitter4j/api/ListMembersMethodsAsync.getUserListMembers:(JIJ)V]
ListMembersMethodsAsync.getUserListMembers ( String p1, int p2, long p3 ) [abstract] : void
[run-time name: twitter4j/api/ListMembersMethodsAsync.getUserListMembers:(Ljava/lang/String;IJ)V]
twitter4j-async-2.2.5.jar, ListMethodsAsync.class
package twitter4j.api
ListMethodsAsync.getUserListStatuses ( long p1, int p2, twitter4j.Paging p3 ) [abstract] : void
[run-time name: twitter4j/api/ListMethodsAsync.getUserListStatuses:(JILtwitter4j/Paging;)V]
ListMethodsAsync.getUserListStatuses ( String p1, int p2, twitter4j.Paging p3 ) [abstract] : void
[run-time name: twitter4j/api/ListMethodsAsync.getUserListStatuses:(Ljava/lang/String;ILtwitter4j/Paging;)V]
ListMethodsAsync.showUserList ( String p1, int p2 ) [abstract] : void
[run-time name: twitter4j/api/ListMethodsAsync.showUserList:(Ljava/lang/String;I)V]
twitter4j-async-2.2.5.jar, ListSubscribersMethodsAsync.class
package twitter4j.api
ListSubscribersMethodsAsync.checkUserListSubscription ( String p1, int p2, long p3 ) [abstract] : void
[run-time name: twitter4j/api/ListSubscribersMethodsAsync.checkUserListSubscription:(Ljava/lang/String;IJ)V]
ListSubscribersMethodsAsync.getUserListSubscribers ( String p1, int p2, long p3 ) [abstract] : void
[run-time name: twitter4j/api/ListSubscribersMethodsAsync.getUserListSubscribers:(Ljava/lang/String;IJ)V]
ListSubscribersMethodsAsync.subscribeUserList ( String p1, int p2 ) [abstract] : void
[run-time name: twitter4j/api/ListSubscribersMethodsAsync.subscribeUserList:(Ljava/lang/String;I)V]
ListSubscribersMethodsAsync.unsubscribeUserList ( String p1, int p2 ) [abstract] : void
[run-time name: twitter4j/api/ListSubscribersMethodsAsync.unsubscribeUserList:(Ljava/lang/String;I)V]
twitter4j-async-2.2.5.jar, TimelineMethodsAsync.class
package twitter4j.api
TimelineMethodsAsync.getFriendsTimeline ( ) [abstract] : void
[run-time name: twitter4j/api/TimelineMethodsAsync.getFriendsTimeline:()V]
TimelineMethodsAsync.getFriendsTimeline ( twitter4j.Paging p1 ) [abstract] : void
[run-time name: twitter4j/api/TimelineMethodsAsync.getFriendsTimeline:(Ltwitter4j/Paging;)V]
TimelineMethodsAsync.getPublicTimeline ( ) [abstract] : void
[run-time name: twitter4j/api/TimelineMethodsAsync.getPublicTimeline:()V]
twitter4j-async-2.2.5.jar, TwitterAdapter.class
package twitter4j
TwitterAdapter.gotFollowersStatuses ( PagableResponseList users ) : void
[run-time name: twitter4j/TwitterAdapter.gotFollowersStatuses:(Ltwitter4j/PagableResponseList;)V]
TwitterAdapter.gotFriendsStatuses ( PagableResponseList users ) : void
[run-time name: twitter4j/TwitterAdapter.gotFriendsStatuses:(Ltwitter4j/PagableResponseList;)V]
TwitterAdapter.gotFriendsTimeline ( ResponseList statuses ) : void
[run-time name: twitter4j/TwitterAdapter.gotFriendsTimeline:(Ltwitter4j/ResponseList;)V]
TwitterAdapter.gotNearByPlaces ( ResponseList places ) : void
[run-time name: twitter4j/TwitterAdapter.gotNearByPlaces:(Ltwitter4j/ResponseList;)V]
TwitterAdapter.gotPublicTimeline ( ResponseList statuses ) : void
[run-time name: twitter4j/TwitterAdapter.gotPublicTimeline:(Ltwitter4j/ResponseList;)V]
twitter4j-async-2.2.5.jar, TwitterListener.class
package twitter4j
TwitterListener.gotFollowersStatuses ( PagableResponseList p1 ) [abstract] : void
[run-time name: twitter4j/TwitterListener.gotFollowersStatuses:(Ltwitter4j/PagableResponseList;)V]
TwitterListener.gotFriendsStatuses ( PagableResponseList p1 ) [abstract] : void
[run-time name: twitter4j/TwitterListener.gotFriendsStatuses:(Ltwitter4j/PagableResponseList;)V]
TwitterListener.gotFriendsTimeline ( ResponseList p1 ) [abstract] : void
[run-time name: twitter4j/TwitterListener.gotFriendsTimeline:(Ltwitter4j/ResponseList;)V]
TwitterListener.gotNearByPlaces ( ResponseList p1 ) [abstract] : void
[run-time name: twitter4j/TwitterListener.gotNearByPlaces:(Ltwitter4j/ResponseList;)V]
TwitterListener.gotPublicTimeline ( ResponseList p1 ) [abstract] : void
[run-time name: twitter4j/TwitterListener.gotPublicTimeline:(Ltwitter4j/ResponseList;)V]
twitter4j-async-2.2.5.jar, UserMethodsAsync.class
package twitter4j.api
UserMethodsAsync.getFollowersStatuses ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/UserMethodsAsync.getFollowersStatuses:(J)V]
UserMethodsAsync.getFollowersStatuses ( long p1, long p2 ) [abstract] : void
[run-time name: twitter4j/api/UserMethodsAsync.getFollowersStatuses:(JJ)V]
UserMethodsAsync.getFollowersStatuses ( String p1, long p2 ) [abstract] : void
[run-time name: twitter4j/api/UserMethodsAsync.getFollowersStatuses:(Ljava/lang/String;J)V]
UserMethodsAsync.getFriendsStatuses ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/UserMethodsAsync.getFriendsStatuses:(J)V]
UserMethodsAsync.getFriendsStatuses ( long p1, long p2 ) [abstract] : void
[run-time name: twitter4j/api/UserMethodsAsync.getFriendsStatuses:(JJ)V]
UserMethodsAsync.getFriendsStatuses ( String p1, long p2 ) [abstract] : void
[run-time name: twitter4j/api/UserMethodsAsync.getFriendsStatuses:(Ljava/lang/String;J)V]
twitter4j-core-2.2.5.jar, ListMembersMethods.class
package twitter4j.api
ListMembersMethods.checkUserListMembership ( String p1, int p2, long p3 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/ListMembersMethods.checkUserListMembership:(Ljava/lang/String;IJ)Ltwitter4j/User;]
ListMembersMethods.getUserListMembers ( long p1, int p2, long p3 ) [abstract] : twitter4j.PagableResponseList
[run-time name: twitter4j/api/ListMembersMethods.getUserListMembers:(JIJ)Ltwitter4j/PagableResponseList;]
ListMembersMethods.getUserListMembers ( String p1, int p2, long p3 ) [abstract] : twitter4j.PagableResponseList
[run-time name: twitter4j/api/ListMembersMethods.getUserListMembers:(Ljava/lang/String;IJ)Ltwitter4j/PagableResponseList;]
twitter4j-core-2.2.5.jar, ListMethods.class
package twitter4j.api
ListMethods.getUserListStatuses ( long p1, int p2, twitter4j.Paging p3 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/ListMethods.getUserListStatuses:(JILtwitter4j/Paging;)Ltwitter4j/ResponseList;]
ListMethods.getUserListStatuses ( String p1, int p2, twitter4j.Paging p3 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/ListMethods.getUserListStatuses:(Ljava/lang/String;ILtwitter4j/Paging;)Ltwitter4j/ResponseList;]
ListMethods.showUserList ( String p1, int p2 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListMethods.showUserList:(Ljava/lang/String;I)Ltwitter4j/UserList;]
twitter4j-core-2.2.5.jar, ListSubscribersMethods.class
package twitter4j.api
ListSubscribersMethods.checkUserListSubscription ( String p1, int p2, long p3 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/ListSubscribersMethods.checkUserListSubscription:(Ljava/lang/String;IJ)Ltwitter4j/User;]
ListSubscribersMethods.getUserListSubscribers ( String p1, int p2, long p3 ) [abstract] : twitter4j.PagableResponseList
[run-time name: twitter4j/api/ListSubscribersMethods.getUserListSubscribers:(Ljava/lang/String;IJ)Ltwitter4j/PagableResponseList;]
ListSubscribersMethods.subscribeUserList ( String p1, int p2 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListSubscribersMethods.subscribeUserList:(Ljava/lang/String;I)Ltwitter4j/UserList;]
ListSubscribersMethods.unsubscribeUserList ( String p1, int p2 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListSubscribersMethods.unsubscribeUserList:(Ljava/lang/String;I)Ltwitter4j/UserList;]
twitter4j-core-2.2.5.jar, TimelineMethods.class
package twitter4j.api
TimelineMethods.getFriendsTimeline ( ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/TimelineMethods.getFriendsTimeline:()Ltwitter4j/ResponseList;]
TimelineMethods.getFriendsTimeline ( twitter4j.Paging p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/TimelineMethods.getFriendsTimeline:(Ltwitter4j/Paging;)Ltwitter4j/ResponseList;]
TimelineMethods.getPublicTimeline ( ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/TimelineMethods.getPublicTimeline:()Ltwitter4j/ResponseList;]
twitter4j-core-2.2.5.jar, UserMethods.class
package twitter4j.api
UserMethods.getFollowersStatuses ( long p1 ) [abstract] : twitter4j.PagableResponseList
[run-time name: twitter4j/api/UserMethods.getFollowersStatuses:(J)Ltwitter4j/PagableResponseList;]
UserMethods.getFollowersStatuses ( long p1, long p2 ) [abstract] : twitter4j.PagableResponseList
[run-time name: twitter4j/api/UserMethods.getFollowersStatuses:(JJ)Ltwitter4j/PagableResponseList;]
UserMethods.getFollowersStatuses ( String p1, long p2 ) [abstract] : twitter4j.PagableResponseList
[run-time name: twitter4j/api/UserMethods.getFollowersStatuses:(Ljava/lang/String;J)Ltwitter4j/PagableResponseList;]
UserMethods.getFriendsStatuses ( long p1 ) [abstract] : twitter4j.PagableResponseList
[run-time name: twitter4j/api/UserMethods.getFriendsStatuses:(J)Ltwitter4j/PagableResponseList;]
UserMethods.getFriendsStatuses ( long p1, long p2 ) [abstract] : twitter4j.PagableResponseList
[run-time name: twitter4j/api/UserMethods.getFriendsStatuses:(JJ)Ltwitter4j/PagableResponseList;]
UserMethods.getFriendsStatuses ( String p1, long p2 ) [abstract] : twitter4j.PagableResponseList
[run-time name: twitter4j/api/UserMethods.getFriendsStatuses:(Ljava/lang/String;J)Ltwitter4j/PagableResponseList;]
to the top
Problems with Data Types, High Severity (56)
twitter4j-async-2.2.5.jar
package twitter4j
[+] TwitterListener (10)
| Change | Effect |
---|
1 | Abstract method TwitterListener.gotFollowersStatuses ( PagableResponseList p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method gotFollowersStatuses(PagableResponseList) in interface TwitterListener. |
2 | Abstract method TwitterListener.gotFriendsStatuses ( PagableResponseList p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method gotFriendsStatuses(PagableResponseList) in interface TwitterListener. |
3 | Abstract method TwitterListener.gotFriendsTimeline ( ResponseList p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method gotFriendsTimeline(ResponseList) in interface TwitterListener. |
4 | Abstract method TwitterListener.gotNearByPlaces ( ResponseList p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method gotNearByPlaces(ResponseList) in interface TwitterListener. |
5 | Abstract method TwitterListener.gotPublicTimeline ( ResponseList p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method gotPublicTimeline(ResponseList) in interface TwitterListener. |
6 | Field FOLLOWERS_STATUSES (TwitterMethod) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOWERS_STATUSES in TwitterListener. |
7 | Field FRIENDS_STATUSES (TwitterMethod) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find variable FRIENDS_STATUSES in TwitterListener. |
8 | Field FRIENDS_TIMELINE (TwitterMethod) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find variable FRIENDS_TIMELINE in TwitterListener. |
9 | Field NEAR_BY_PLACES (TwitterMethod) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find variable NEAR_BY_PLACES in TwitterListener. |
10 | Field PUBLIC_TIMELINE (TwitterMethod) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find variable PUBLIC_TIMELINE in TwitterListener. |
[+] 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 (3)
| Change | Effect |
---|
1 | Abstract method ListMembersMethodsAsync.checkUserListMembership ( String p1, int p2, long p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method checkUserListMembership(java.lang.String, int, long) in interface ListMembersMethodsAsync. |
2 | Abstract method ListMembersMethodsAsync.getUserListMembers ( long p1, int p2, long p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getUserListMembers(long, int, long) in interface ListMembersMethodsAsync. |
3 | Abstract method ListMembersMethodsAsync.getUserListMembers ( String p1, int p2, long p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getUserListMembers(java.lang.String, int, long) in interface ListMembersMethodsAsync. |
[+] 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 (3)
| Change | Effect |
---|
1 | Abstract method ListMethodsAsync.getUserListStatuses ( long p1, int p2, twitter4j.Paging p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getUserListStatuses(long, int, twitter4j.Paging) in interface ListMethodsAsync. |
2 | Abstract method ListMethodsAsync.getUserListStatuses ( String p1, int p2, twitter4j.Paging p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getUserListStatuses(java.lang.String, int, twitter4j.Paging) in interface ListMethodsAsync. |
3 | Abstract method ListMethodsAsync.showUserList ( String p1, int p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method showUserList(java.lang.String, int) in interface ListMethodsAsync. |
[+] 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.checkUserListSubscription ( String p1, int p2, long p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method checkUserListSubscription(java.lang.String, int, long) in interface ListSubscribersMethodsAsync. |
2 | Abstract method ListSubscribersMethodsAsync.getUserListSubscribers ( String p1, int p2, long p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getUserListSubscribers(java.lang.String, int, long) in interface ListSubscribersMethodsAsync. |
3 | Abstract method ListSubscribersMethodsAsync.subscribeUserList ( String p1, int p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method subscribeUserList(java.lang.String, int) in interface ListSubscribersMethodsAsync. |
4 | Abstract method ListSubscribersMethodsAsync.unsubscribeUserList ( String p1, int p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method unsubscribeUserList(java.lang.String, int) in interface ListSubscribersMethodsAsync. |
[+] 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.
[+] TimelineMethodsAsync (3)
| Change | Effect |
---|
1 | Abstract method TimelineMethodsAsync.getFriendsTimeline ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getFriendsTimeline() in interface TimelineMethodsAsync. |
2 | Abstract method TimelineMethodsAsync.getFriendsTimeline ( twitter4j.Paging p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getFriendsTimeline(twitter4j.Paging) in interface TimelineMethodsAsync. |
3 | Abstract method TimelineMethodsAsync.getPublicTimeline ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getPublicTimeline() in interface TimelineMethodsAsync. |
[+] affected methods (20)
TimelineMethodsAsync.getHomeTimeline ( )This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getHomeTimeline ( twitter4j.Paging p1 )This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getMentions ( )This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getMentions ( twitter4j.Paging p1 )This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getRetweetedByMe ( )This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getRetweetedByMe ( twitter4j.Paging p1 )This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getRetweetedByUser ( String p1, twitter4j.Paging p2 )This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getRetweetedByUser ( long p1, twitter4j.Paging p2 )This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getRetweetedToMe ( )This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getRetweetedToMe ( twitter4j.Paging p1 )This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getRetweetedToUser ( String p1, twitter4j.Paging p2 )This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getRetweetedToUser ( long p1, twitter4j.Paging p2 )This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getRetweetsOfMe ( )This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getRetweetsOfMe ( twitter4j.Paging p1 )This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getUserTimeline ( )This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getUserTimeline ( String p1 )This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getUserTimeline ( String p1, twitter4j.Paging p2 )This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getUserTimeline ( long p1 )This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getUserTimeline ( long p1, twitter4j.Paging p2 )This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getUserTimeline ( twitter4j.Paging p1 )This abstract method is from 'TimelineMethodsAsync' interface.
[+] UserMethodsAsync (6)
| Change | Effect |
---|
1 | Abstract method UserMethodsAsync.getFollowersStatuses ( long p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getFollowersStatuses(long) in interface UserMethodsAsync. |
2 | Abstract method UserMethodsAsync.getFollowersStatuses ( long p1, long p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getFollowersStatuses(long, long) in interface UserMethodsAsync. |
3 | Abstract method UserMethodsAsync.getFollowersStatuses ( String p1, long p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getFollowersStatuses(java.lang.String, long) in interface UserMethodsAsync. |
4 | Abstract method UserMethodsAsync.getFriendsStatuses ( long p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getFriendsStatuses(long) in interface UserMethodsAsync. |
5 | Abstract method UserMethodsAsync.getFriendsStatuses ( long p1, long p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getFriendsStatuses(long, long) in interface UserMethodsAsync. |
6 | Abstract method UserMethodsAsync.getFriendsStatuses ( String p1, long p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getFriendsStatuses(java.lang.String, long) in interface UserMethodsAsync. |
[+] 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.5.jar
package twitter4j
[+] MediaEntity (1)
| Change | Effect |
---|
1 | Abstract method MediaEntity.getType ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getType() in MediaEntity. |
[+] affected methods (4)
MediaEntity.getId ( )This abstract method is from 'MediaEntity' interface.
MediaEntity.getMediaURL ( )This abstract method is from 'MediaEntity' interface.
MediaEntity.getMediaURLHttps ( )This abstract method is from 'MediaEntity' interface.
MediaEntity.getSizes ( )This abstract method is from 'MediaEntity' interface.
[+] Status (1)
| Change | Effect |
---|
1 | Added super-interface Twt. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in Twt. |
[+] affected methods (53)
api.FavoriteMethods.createFavorite ( long p1 )Return value of this abstract method has type 'Status'.
api.FavoriteMethods.destroyFavorite ( long p1 )Return value of this abstract method has type 'Status'.
api.StatusMethods.destroyStatus ( long p1 )Return value of this abstract method has type 'Status'.
api.StatusMethods.retweetStatus ( long p1 )Return value of this abstract method has type 'Status'.
api.StatusMethods.showStatus ( long p1 )Return value of this abstract method has type 'Status'.
api.StatusMethods.updateStatus ( String p1 )Return value of this abstract method has type 'Status'.
api.StatusMethods.updateStatus ( StatusUpdate p1 )Return value of this abstract method has type 'Status'.
json.DataObjectFactory.createStatus ( String rawJSON )Return value of this method has type 'Status'.
SiteStreamsAdapter.onFavorite ( long forUser, User source, User target, Status favoritedStatus )4th parameter 'favoritedStatus' of this method has type 'Status'.
SiteStreamsAdapter.onStatus ( long forUser, Status status )2nd parameter 'status' of this method has type 'Status'.
SiteStreamsAdapter.onUnfavorite ( long forUser, User source, User target, Status unfavoritedStatus )4th parameter 'unfavoritedStatus' of this method has type 'Status'.
SiteStreamsListener.onFavorite ( long p1, User p2, User p3, Status p4 )4th parameter 'p4' of this abstract method has type 'Status'.
SiteStreamsListener.onStatus ( long p1, Status p2 )2nd parameter 'p2' of this abstract method has type 'Status'.
SiteStreamsListener.onUnfavorite ( long p1, User p2, User p3, Status p4 )4th parameter 'p4' of this abstract method has type 'Status'.
Status.getAnnotations ( )This abstract method is from 'Status' interface.
Status.getContributors ( )This abstract method is from 'Status' interface.
Status.getCreatedAt ( )This abstract method is from 'Status' interface.
Status.getGeoLocation ( )This abstract method is from 'Status' interface.
Status.getId ( )This abstract method is from 'Status' interface.
Status.getInReplyToScreenName ( )This abstract method is from 'Status' interface.
Status.getInReplyToStatusId ( )This abstract method is from 'Status' interface.
Status.getInReplyToUserId ( )This abstract method is from 'Status' interface.
Status.getPlace ( )This abstract method is from 'Status' interface.
Status.getRetweetCount ( )This abstract method is from 'Status' interface.
Status.getRetweetedStatus ( )Return value of this abstract method has type 'Status'.
Status.getSource ( )This abstract method is from 'Status' interface.
Status.getText ( )This abstract method is from 'Status' interface.
Status.getUser ( )This abstract method is from 'Status' interface.
Status.isFavorited ( )This abstract method is from 'Status' interface.
Status.isRetweet ( )This abstract method is from 'Status' interface.
Status.isRetweetedByMe ( )This abstract method is from 'Status' interface.
Status.isTruncated ( )This abstract method is from 'Status' interface.
StatusAdapter.onStatus ( Status status )1st parameter 'status' of this method has type 'Status'.
StatusListener.onStatus ( Status p1 )1st parameter 'p1' of this abstract method has type 'Status'.
TwitterAdapter.createdFavorite ( Status status )1st parameter 'status' of this method has type 'Status'.
TwitterAdapter.destroyedFavorite ( Status status )1st parameter 'status' of this method has type 'Status'.
TwitterAdapter.destroyedStatus ( Status destroyedStatus )1st parameter 'destroyedStatus' of this method has type 'Status'.
TwitterAdapter.gotShowStatus ( Status statuses )1st parameter 'statuses' of this method has type 'Status'.
TwitterAdapter.retweetedStatus ( Status retweetedStatus )1st parameter 'retweetedStatus' of this method has type 'Status'.
TwitterAdapter.updatedStatus ( Status statuses )1st parameter 'statuses' of this method has type 'Status'.
TwitterListener.createdFavorite ( Status p1 )1st parameter 'p1' of this abstract method has type 'Status'.
TwitterListener.destroyedFavorite ( Status p1 )1st parameter 'p1' of this abstract method has type 'Status'.
TwitterListener.destroyedStatus ( Status p1 )1st parameter 'p1' of this abstract method has type 'Status'.
TwitterListener.gotShowStatus ( Status p1 )1st parameter 'p1' of this abstract method has type 'Status'.
TwitterListener.retweetedStatus ( Status p1 )1st parameter 'p1' of this abstract method has type 'Status'.
TwitterListener.updatedStatus ( Status p1 )1st parameter 'p1' of this abstract method has type 'Status'.
User.getStatus ( )Return value of this abstract method has type 'Status'.
UserStreamAdapter.onFavorite ( User source, User target, Status favoritedStatus )3rd parameter 'favoritedStatus' of this method has type 'Status'.
UserStreamAdapter.onRetweet ( User source, User target, Status retweetedStatus )3rd parameter 'retweetedStatus' of this method has type 'Status'.
UserStreamAdapter.onUnfavorite ( User source, User target, Status unfavoritedStatus )3rd parameter 'unfavoritedStatus' of this method has type 'Status'.
UserStreamListener.onFavorite ( User p1, User p2, Status p3 )3rd parameter 'p3' of this abstract method has type 'Status'.
UserStreamListener.onRetweet ( User p1, User p2, Status p3 )3rd parameter 'p3' of this abstract method has type 'Status'.
UserStreamListener.onUnfavorite ( User p1, User p2, Status p3 )3rd parameter 'p3' of this abstract method has type 'Status'.
[+] Tweet (4)
| Change | Effect |
---|
1 | Abstract method Tweet.getFromUserName ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getFromUserName() in Tweet. |
2 | Abstract method Tweet.getInReplyToStatusId ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getInReplyToStatusId() in Tweet. |
3 | Abstract method Tweet.getToUserName ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getToUserName() in Tweet. |
4 | Added super-interface Twt. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in Twt. |
[+] affected methods (15)
json.DataObjectFactory.createTweet ( String rawJSON )Return value of this method has type 'Tweet'.
Tweet.getAnnotations ( )This abstract method is from 'Tweet' interface.
Tweet.getCreatedAt ( )This abstract method is from 'Tweet' interface.
Tweet.getFromUser ( )This abstract method is from 'Tweet' interface.
Tweet.getFromUserId ( )This abstract method is from 'Tweet' interface.
Tweet.getGeoLocation ( )This abstract method is from 'Tweet' interface.
Tweet.getId ( )This abstract method is from 'Tweet' interface.
Tweet.getIsoLanguageCode ( )This abstract method is from 'Tweet' interface.
Tweet.getLocation ( )This abstract method is from 'Tweet' interface.
Tweet.getPlace ( )This abstract method is from 'Tweet' interface.
Tweet.getProfileImageUrl ( )This abstract method is from 'Tweet' interface.
Tweet.getSource ( )This abstract method is from 'Tweet' interface.
Tweet.getText ( )This abstract method is from 'Tweet' interface.
Tweet.getToUser ( )This abstract method is from 'Tweet' interface.
Tweet.getToUserId ( )This abstract method is from 'Tweet' interface.
package twitter4j.api
[+] ListMembersMethods (3)
| Change | Effect |
---|
1 | Abstract method ListMembersMethods.checkUserListMembership ( String p1, int p2, long p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method checkUserListMembership(java.lang.String, int, long) in interface ListMembersMethods. |
2 | Abstract method ListMembersMethods.getUserListMembers ( long p1, int p2, long p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getUserListMembers(long, int, long) in interface ListMembersMethods. |
3 | Abstract method ListMembersMethods.getUserListMembers ( String p1, int p2, long p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getUserListMembers(java.lang.String, int, long) in interface ListMembersMethods. |
[+] 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 (3)
| Change | Effect |
---|
1 | Abstract method ListMethods.getUserListStatuses ( long p1, int p2, twitter4j.Paging p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getUserListStatuses(long, int, twitter4j.Paging) in interface ListMethods. |
2 | Abstract method ListMethods.getUserListStatuses ( String p1, int p2, twitter4j.Paging p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getUserListStatuses(java.lang.String, int, twitter4j.Paging) in interface ListMethods. |
3 | Abstract method ListMethods.showUserList ( String p1, int p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method showUserList(java.lang.String, int) in interface ListMethods. |
[+] 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.checkUserListSubscription ( String p1, int p2, long p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method checkUserListSubscription(java.lang.String, int, long) in interface ListSubscribersMethods. |
2 | Abstract method ListSubscribersMethods.getUserListSubscribers ( String p1, int p2, long p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getUserListSubscribers(java.lang.String, int, long) in interface ListSubscribersMethods. |
3 | Abstract method ListSubscribersMethods.subscribeUserList ( String p1, int p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method subscribeUserList(java.lang.String, int) in interface ListSubscribersMethods. |
4 | Abstract method ListSubscribersMethods.unsubscribeUserList ( String p1, int p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method unsubscribeUserList(java.lang.String, int) in interface ListSubscribersMethods. |
[+] 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.
[+] TimelineMethods (3)
| Change | Effect |
---|
1 | Abstract method TimelineMethods.getFriendsTimeline ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getFriendsTimeline() in interface TimelineMethods. |
2 | Abstract method TimelineMethods.getFriendsTimeline ( twitter4j.Paging p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getFriendsTimeline(twitter4j.Paging) in interface TimelineMethods. |
3 | Abstract method TimelineMethods.getPublicTimeline ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getPublicTimeline() in interface TimelineMethods. |
[+] affected methods (20)
TimelineMethods.getHomeTimeline ( )This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getHomeTimeline ( twitter4j.Paging p1 )This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getMentions ( )This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getMentions ( twitter4j.Paging p1 )This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getRetweetedByMe ( )This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getRetweetedByMe ( twitter4j.Paging p1 )This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getRetweetedByUser ( String p1, twitter4j.Paging p2 )This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getRetweetedByUser ( long p1, twitter4j.Paging p2 )This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getRetweetedToMe ( )This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getRetweetedToMe ( twitter4j.Paging p1 )This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getRetweetedToUser ( String p1, twitter4j.Paging p2 )This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getRetweetedToUser ( long p1, twitter4j.Paging p2 )This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getRetweetsOfMe ( )This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getRetweetsOfMe ( twitter4j.Paging p1 )This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getUserTimeline ( )This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getUserTimeline ( String p1 )This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getUserTimeline ( String p1, twitter4j.Paging p2 )This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getUserTimeline ( long p1 )This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getUserTimeline ( long p1, twitter4j.Paging p2 )This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getUserTimeline ( twitter4j.Paging p1 )This abstract method is from 'TimelineMethods' interface.
[+] UserMethods (6)
| Change | Effect |
---|
1 | Abstract method UserMethods.getFollowersStatuses ( long p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getFollowersStatuses(long) in interface UserMethods. |
2 | Abstract method UserMethods.getFollowersStatuses ( long p1, long p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getFollowersStatuses(long, long) in interface UserMethods. |
3 | Abstract method UserMethods.getFollowersStatuses ( String p1, long p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getFollowersStatuses(java.lang.String, long) in interface UserMethods. |
4 | Abstract method UserMethods.getFriendsStatuses ( long p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getFriendsStatuses(long) in interface UserMethods. |
5 | Abstract method UserMethods.getFriendsStatuses ( long p1, long p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getFriendsStatuses(long, long) in interface UserMethods. |
6 | Abstract method UserMethods.getFriendsStatuses ( String p1, long p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getFriendsStatuses(java.lang.String, long) in interface UserMethods. |
[+] 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.
twitter4j-stream-2.2.5.jar
package twitter4j
[+] TwitterStream (2)
| Change | Effect |
---|
1 | Abstract method TwitterStream.site ( boolean p1, long[ ] p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method site(boolean, long[]) in TwitterStream. |
2 | Abstract method TwitterStream.site ( boolean p1, long[ ] p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method site(boolean, long[]) in interface TwitterStream. |
[+] affected methods (24)
TwitterStream.addConnectionLifeCycleListener ( ConnectionLifeCycleListener p1 )This abstract method is from 'TwitterStream' interface.
TwitterStream.addListener ( SiteStreamsListener p1 )This abstract method is from 'TwitterStream' interface.
TwitterStream.addListener ( StatusListener p1 )This abstract method is from 'TwitterStream' interface.
TwitterStream.addListener ( UserStreamListener p1 )This abstract method is from 'TwitterStream' interface.
TwitterStream.cleanUp ( )This abstract method is from 'TwitterStream' interface.
TwitterStream.filter ( FilterQuery p1 )This abstract method is from 'TwitterStream' interface.
TwitterStream.firehose ( int p1 )This abstract method is from 'TwitterStream' interface.
TwitterStream.getFilterStream ( FilterQuery p1 )This abstract method is from 'TwitterStream' interface.
TwitterStream.getFirehoseStream ( int p1 )This abstract method is from 'TwitterStream' interface.
TwitterStream.getLinksStream ( int p1 )This abstract method is from 'TwitterStream' interface.
TwitterStream.getRetweetStream ( )This abstract method is from 'TwitterStream' interface.
TwitterStream.getSampleStream ( )This abstract method is from 'TwitterStream' interface.
TwitterStream.getUserStream ( )This abstract method is from 'TwitterStream' interface.
TwitterStream.getUserStream ( String[ ] p1 )This abstract method is from 'TwitterStream' interface.
TwitterStream.links ( int p1 )This abstract method is from 'TwitterStream' interface.
TwitterStream.retweet ( )This abstract method is from 'TwitterStream' interface.
TwitterStream.sample ( )This abstract method is from 'TwitterStream' interface.
TwitterStream.shutdown ( )This abstract method is from 'TwitterStream' interface.
TwitterStream.user ( )This abstract method is from 'TwitterStream' interface.
TwitterStream.user ( String[ ] p1 )This abstract method is from 'TwitterStream' interface.
TwitterStreamFactory.getInstance ( )Return value of this method has type 'TwitterStream'.
TwitterStreamFactory.getInstance ( auth.AccessToken accessToken )Return value of this method has type 'TwitterStream'.
TwitterStreamFactory.getInstance ( auth.Authorization auth )Return value of this method has type 'TwitterStream'.
TwitterStreamFactory.getSingleton ( )Return value of this method has type 'TwitterStream'.
to the top
Java ARchives (5)
twitter4j-appengine-2.2.5.jar
twitter4j-async-2.2.5.jar
twitter4j-core-2.2.5.jar
twitter4j-media-support-2.2.5.jar
twitter4j-stream-2.2.5.jar
to the top
Generated on Tue Sep 18 08:05:33 2012 for Twitter4J by Java API Compliance Checker 1.1.2
A tool for checking backward compatibility of a Java library API