Source compatibility report for the Twitter4J library from version 2.1.4 to 2.1.5
Summary
2 |
143 |
1820 / 105 |
Incompatible |
Problem Summary
Removed Methods (1)
twitter4j-core-2.1.4.jar, User.class
package twitter4j
User.isFollowing ( ) [abstract]:boolean
[ run-time name: twitter4j/User.isFollowing:()Z ]
to the top
Problems with Data Types, High risk (1)
twitter4j-core-2.1.4.jar
package twitter4j
[+] User (1)
|
Abstract method User.isFollowing ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method isFollowing() in interface User. |
[+] affected methods (148)
api.AccountMethods.updateDeliveryDevice ( Device p1 ):
Return value of this abstract method has type 'User'.
api.AccountMethods.updateProfile ( String p1, String p2, String p3, String p4, String p5 ):
Return value of this abstract method has type 'User'.
api.AccountMethods.updateProfileBackgroundImage ( java.io.File p1, boolean p2 ):
Return value of this abstract method has type 'User'.
api.AccountMethods.updateProfileColors ( String p1, String p2, String p3, String p4, String p5 ):
Return value of this abstract method has type 'User'.
api.AccountMethods.updateProfileImage ( java.io.File p1 ):
Return value of this abstract method has type 'User'.
api.AccountMethods.verifyCredentials ( ):
Return value of this abstract method has type 'User'.
api.BlockMethods.createBlock ( int p1 ):
Return value of this abstract method has type 'User'.
api.BlockMethods.createBlock ( String p1 ):
Return value of this abstract method has type 'User'.
api.BlockMethods.destroyBlock ( int p1 ):
Return value of this abstract method has type 'User'.
api.BlockMethods.destroyBlock ( String p1 ):
Return value of this abstract method has type 'User'.
api.FriendshipMethods.createFriendship ( int p1 ):
Return value of this abstract method has type 'User'.
api.FriendshipMethods.createFriendship ( int p1, boolean p2 ):
Return value of this abstract method has type 'User'.
api.FriendshipMethods.createFriendship ( String p1 ):
Return value of this abstract method has type 'User'.
api.FriendshipMethods.createFriendship ( String p1, boolean p2 ):
Return value of this abstract method has type 'User'.
api.FriendshipMethods.destroyFriendship ( int p1 ):
Return value of this abstract method has type 'User'.
api.FriendshipMethods.destroyFriendship ( String p1 ):
Return value of this abstract method has type 'User'.
api.ListMembersMethods.checkUserListMembership ( String p1, int p2, int p3 ):
Return value of this abstract method has type 'User'.
api.ListSubscribersMethods.checkUserListSubscription ( String p1, int p2, int p3 ):
Return value of this abstract method has type 'User'.
api.NotificationMethods.disableNotification ( int p1 ):
Return value of this abstract method has type 'User'.
api.NotificationMethods.disableNotification ( String p1 ):
Return value of this abstract method has type 'User'.
api.NotificationMethods.enableNotification ( int p1 ):
Return value of this abstract method has type 'User'.
api.NotificationMethods.enableNotification ( String p1 ):
Return value of this abstract method has type 'User'.
api.SpamReportingMethods.reportSpam ( int p1 ):
Return value of this abstract method has type 'User'.
api.SpamReportingMethods.reportSpam ( String p1 ):
Return value of this abstract method has type 'User'.
api.UserMethods.showUser ( int p1 ):
Return value of this abstract method has type 'User'.
api.UserMethods.showUser ( String p1 ):
Return value of this abstract method has type 'User'.
DirectMessage.getRecipient ( ):
Return value of this abstract method has type 'User'.
DirectMessage.getSender ( ):
Return value of this abstract method has type 'User'.
Status.getUser ( ):
Return value of this abstract method has type 'User'.
Twitter.checkUserListMembership ( String listOwnerScreenName, int listId, int userId ):
Return value of this method has type 'User'.
Twitter.checkUserListSubscription ( String listOwnerScreenName, int listId, int userId ):
Return value of this method has type 'User'.
Twitter.createBlock ( int userId ):
Return value of this method has type 'User'.
Twitter.createBlock ( String screenName ):
Return value of this method has type 'User'.
Twitter.createFriendship ( int userId ):
Return value of this method has type 'User'.
Twitter.createFriendship ( int userId, boolean follow ):
Return value of this method has type 'User'.
Twitter.createFriendship ( String screenName ):
Return value of this method has type 'User'.
Twitter.createFriendship ( String screenName, boolean follow ):
Return value of this method has type 'User'.
Twitter.destroyBlock ( int userId ):
Return value of this method has type 'User'.
Twitter.destroyBlock ( String screen_name ):
Return value of this method has type 'User'.
Twitter.destroyFriendship ( int userId ):
Return value of this method has type 'User'.
Twitter.destroyFriendship ( String screenName ):
Return value of this method has type 'User'.
Twitter.disableNotification ( int userId ):
Return value of this method has type 'User'.
Twitter.disableNotification ( String screenName ):
Return value of this method has type 'User'.
Twitter.enableNotification ( int userId ):
Return value of this method has type 'User'.
Twitter.enableNotification ( String screenName ):
Return value of this method has type 'User'.
Twitter.reportSpam ( int userId ):
Return value of this method has type 'User'.
Twitter.reportSpam ( String screenName ):
Return value of this method has type 'User'.
Twitter.showUser ( int userId ):
Return value of this method has type 'User'.
Twitter.showUser ( String screenName ):
Return value of this method has type 'User'.
Twitter.updateDeliveryDevice ( Device device ):
Return value of this method has type 'User'.
Twitter.updateProfile ( String name, String email, String url, String location, String description ):
Return value of this method has type 'User'.
Twitter.updateProfileBackgroundImage ( java.io.File image, boolean tile ):
Return value of this method has type 'User'.
Twitter.updateProfileColors ( String profileBackgroundColor, String profileTextColor, String profileLinkColor, String profileSidebarFillColor, String profileSidebarBorderColor ):
Return value of this method has type 'User'.
Twitter.updateProfileImage ( java.io.File image ):
Return value of this method has type 'User'.
Twitter.verifyCredentials ( ):
Return value of this method has type 'User'.
TwitterAdapter.checkedUserListMembership ( User user ):
1st parameter 'user' of this method has type 'User'.
TwitterAdapter.checkedUserListSubscription ( User user ):
1st parameter 'user' of this method has type 'User'.
TwitterAdapter.createdBlock ( User user ):
1st parameter 'user' of this method has type 'User'.
TwitterAdapter.createdFriendship ( User user ):
1st parameter 'user' of this method has type 'User'.
TwitterAdapter.destroyedBlock ( User user ):
1st parameter 'user' of this method has type 'User'.
TwitterAdapter.destroyedFriendship ( User user ):
1st parameter 'user' of this method has type 'User'.
TwitterAdapter.disabledNotification ( User user ):
1st parameter 'user' of this method has type 'User'.
TwitterAdapter.enabledNotification ( User user ):
1st parameter 'user' of this method has type 'User'.
TwitterAdapter.gotUserDetail ( User user ):
1st parameter 'user' of this method has type 'User'.
TwitterAdapter.reportedSpam ( User reportedSpammer ):
1st parameter 'reportedSpammer' of this method has type 'User'.
TwitterAdapter.updatedDeliveryDevice ( User user ):
1st parameter 'user' of this method has type 'User'.
TwitterAdapter.updatedProfile ( User user ):
1st parameter 'user' of this method has type 'User'.
TwitterAdapter.updatedProfileBackgroundImage ( User user ):
1st parameter 'user' of this method has type 'User'.
TwitterAdapter.updatedProfileColors ( User user ):
1st parameter 'user' of this method has type 'User'.
TwitterAdapter.updatedProfileImage ( User user ):
1st parameter 'user' of this method has type 'User'.
TwitterAdapter.verifiedCredentials ( User user ):
1st parameter 'user' of this method has type 'User'.
TwitterListener.checkedUserListMembership ( User p1 ):
1st parameter 'p1' of this abstract method has type 'User'.
TwitterListener.checkedUserListSubscription ( User p1 ):
1st parameter 'p1' of this abstract method has type 'User'.
TwitterListener.createdBlock ( User p1 ):
1st parameter 'p1' of this abstract method has type 'User'.
TwitterListener.createdFriendship ( User p1 ):
1st parameter 'p1' of this abstract method has type 'User'.
TwitterListener.destroyedBlock ( User p1 ):
1st parameter 'p1' of this abstract method has type 'User'.
TwitterListener.destroyedFriendship ( User p1 ):
1st parameter 'p1' of this abstract method has type 'User'.
TwitterListener.disabledNotification ( User p1 ):
1st parameter 'p1' of this abstract method has type 'User'.
TwitterListener.enabledNotification ( User p1 ):
1st parameter 'p1' of this abstract method has type 'User'.
TwitterListener.gotUserDetail ( User p1 ):
1st parameter 'p1' of this abstract method has type 'User'.
TwitterListener.reportedSpam ( User p1 ):
1st parameter 'p1' of this abstract method has type 'User'.
TwitterListener.updatedDeliveryDevice ( User p1 ):
1st parameter 'p1' of this abstract method has type 'User'.
TwitterListener.updatedProfile ( User p1 ):
1st parameter 'p1' of this abstract method has type 'User'.
TwitterListener.updatedProfileBackgroundImage ( User p1 ):
1st parameter 'p1' of this abstract method has type 'User'.
TwitterListener.updatedProfileColors ( User p1 ):
1st parameter 'p1' of this abstract method has type 'User'.
TwitterListener.updatedProfileImage ( User p1 ):
1st parameter 'p1' of this abstract method has type 'User'.
TwitterListener.verifiedCredentials ( User p1 ):
1st parameter 'p1' of this abstract method has type 'User'.
User.getCreatedAt ( ):
This abstract method is from 'User' interface.
User.getDescription ( ):
This abstract method is from 'User' interface.
User.getFavouritesCount ( ):
This abstract method is from 'User' interface.
User.getFollowersCount ( ):
This abstract method is from 'User' interface.
User.getFriendsCount ( ):
This abstract method is from 'User' interface.
User.getId ( ):
This abstract method is from 'User' interface.
User.getLang ( ):
This abstract method is from 'User' interface.
User.getListedCount ( ):
This abstract method is from 'User' interface.
User.getLocation ( ):
This abstract method is from 'User' interface.
User.getName ( ):
This abstract method is from 'User' interface.
User.getProfileBackgroundColor ( ):
This abstract method is from 'User' interface.
User.getProfileBackgroundImageUrl ( ):
This abstract method is from 'User' interface.
User.getProfileImageURL ( ):
This abstract method is from 'User' interface.
User.getProfileLinkColor ( ):
This abstract method is from 'User' interface.
User.getProfileSidebarBorderColor ( ):
This abstract method is from 'User' interface.
User.getProfileSidebarFillColor ( ):
This abstract method is from 'User' interface.
User.getProfileTextColor ( ):
This abstract method is from 'User' interface.
User.getScreenName ( ):
This abstract method is from 'User' interface.
User.getStatus ( ):
This abstract method is from 'User' interface.
User.getStatusCreatedAt ( ):
This abstract method is from 'User' interface.
User.getStatusesCount ( ):
This abstract method is from 'User' interface.
User.getStatusId ( ):
This abstract method is from 'User' interface.
User.getStatusInReplyToScreenName ( ):
This abstract method is from 'User' interface.
User.getStatusInReplyToStatusId ( ):
This abstract method is from 'User' interface.
User.getStatusInReplyToUserId ( ):
This abstract method is from 'User' interface.
User.getStatusSource ( ):
This abstract method is from 'User' interface.
User.getStatusText ( ):
This abstract method is from 'User' interface.
User.getTimeZone ( ):
This abstract method is from 'User' interface.
User.getURL ( ):
This abstract method is from 'User' interface.
User.getUtcOffset ( ):
This abstract method is from 'User' interface.
User.isContributorsEnabled ( ):
This abstract method is from 'User' interface.
User.isFollowRequestSent ( ):
This abstract method is from 'User' interface.
User.isGeoEnabled ( ):
This abstract method is from 'User' interface.
User.isProfileBackgroundTiled ( ):
This abstract method is from 'User' interface.
User.isProtected ( ):
This abstract method is from 'User' interface.
User.isStatusFavorited ( ):
This abstract method is from 'User' interface.
User.isStatusTruncated ( ):
This abstract method is from 'User' interface.
User.isVerified ( ):
This abstract method is from 'User' interface.
UserList.getUser ( ):
Return value of this abstract method has type 'User'.
UserStreamAdapter.onBlock ( User source, User target ):
1st parameter 'source' of this method has type 'User'.
UserStreamAdapter.onFavorite ( User source, User target, Status targetObject ):
1st parameter 'source' of this method has type 'User'.
UserStreamAdapter.onFollow ( User source, User target ):
1st parameter 'source' of this method has type 'User'.
UserStreamAdapter.onRetweet ( User source, User target, Status targetObject ):
1st parameter 'source' of this method has type 'User'.
UserStreamAdapter.onUnblock ( User source, User target ):
1st parameter 'source' of this method has type 'User'.
UserStreamAdapter.onUnfavorite ( User source, User target, Status targetObject ):
1st parameter 'source' of this method has type 'User'.
UserStreamAdapter.onUnfollow ( User source, User target ):
1st parameter 'source' of this method has type 'User'.
UserStreamAdapter.onUserListCreated ( User listOwner, UserList list ):
1st parameter 'listOwner' of this method has type 'User'.
UserStreamAdapter.onUserListDestroyed ( User listOwner, UserList list ):
1st parameter 'listOwner' of this method has type 'User'.
UserStreamAdapter.onUserListSubscribed ( User subscriber, User listOwner, UserList list ):
2nd parameter 'listOwner' of this method has type 'User'.
UserStreamAdapter.onUserListUpdated ( User listOwner, UserList list ):
1st parameter 'listOwner' of this method has type 'User'.
UserStreamListener.onBlock ( User p1, User p2 ):
1st parameter 'p1' of this abstract method has type 'User'.
UserStreamListener.onFavorite ( User p1, User p2, Status p3 ):
1st parameter 'p1' of this abstract method has type 'User'.
UserStreamListener.onFollow ( User p1, User p2 ):
1st parameter 'p1' of this abstract method has type 'User'.
UserStreamListener.onRetweet ( User p1, User p2, Status p3 ):
1st parameter 'p1' of this abstract method has type 'User'.
UserStreamListener.onUnblock ( User p1, User p2 ):
1st parameter 'p1' of this abstract method has type 'User'.
UserStreamListener.onUnfavorite ( User p1, User p2, Status p3 ):
1st parameter 'p1' of this abstract method has type 'User'.
UserStreamListener.onUnfollow ( User p1, User p2 ):
1st parameter 'p1' of this abstract method has type 'User'.
UserStreamListener.onUserListCreated ( User p1, UserList p2 ):
1st parameter 'p1' of this abstract method has type 'User'.
UserStreamListener.onUserListDestroyed ( User p1, UserList p2 ):
1st parameter 'p1' of this abstract method has type 'User'.
UserStreamListener.onUserListSubscribed ( User p1, User p2, UserList p3 ):
1st parameter 'p1' of this abstract method has type 'User'.
UserStreamListener.onUserListUpdated ( User p1, UserList p2 ):
1st parameter 'p1' of this abstract method has type 'User'.
to the top
Java ARchives (2)
twitter4j-core-2.1.4.jar
twitter4j-httpclient-support-2.1.4.jar
to the top
Classes (143)
package twitter4j
Annotation
Annotations
AsyncTwitter
AsyncTwitter.AsyncTask
AsyncTwitterFactory
Category
CategoryJSONImpl
CursorSupport
Device
DirectMessage
DirectMessageJSONImpl
ExceptionDiagnosis
FilterQuery
GeoLocation
GeoQuery
IDs
IDsJSONImpl
Location
LocationJSONImpl
PagableResponseList
PagableResponseListImpl
Paging
ParseUtil
Place
PlaceJSONImpl
Query
QueryResult
QueryResultJSONImpl
RateLimitStatus
RateLimitStatusEvent
RateLimitStatusJSONImpl
RateLimitStatusListener
Relationship
RelationshipJSONImpl
ResponseList
ResponseListImpl
SavedSearch
SavedSearchJSONImpl
Status
StatusAdapter
StatusDeletionNotice
StatusDeletionNoticeImpl
StatusJSONImpl
StatusListener
StatusStream
StatusStreamImpl
StatusUpdate
StreamingReadTimeoutConfiguration
TimeSpanUtil
Trend
TrendJSONImpl
Trends
TrendsJSONImpl
Tweet
TweetJSONImpl
Twitter
TwitterAdapter
TwitterBase
TwitterException
TwitterFactory
TwitterListener
TwitterMethod
TwitterOAuthSupportBase
TwitterOAuthSupportBaseImpl
TwitterResponse
TwitterResponseImpl
TwitterStream
TwitterStream.StreamHandlingThread
TwitterStreamFactory
User
UserJSONImpl
UserList
UserListJSONImpl
UserStream
UserStreamAdapter
UserStreamListener
Version
package twitter4j.api
AccountMethods
AccountMethodsAsync
BlockMethods
BlockMethodsAsync
DirectMessageMethods
DirectMessageMethodsAsync
FavoriteMethods
FavoriteMethodsAsync
FriendsFollowersMethods
FriendsFollowersMethodsAsync
FriendshipMethods
FriendshipMethodsAsync
GeoMethods
GeoMethodsAsync
HelpMethods
HelpMethodsAsync
ListMembersMethods
ListMembersMethodsAsync
ListMethods
ListMethodsAsync
ListSubscribersMethods
ListSubscribersMethodsAsync
LocalTrendsMethods
LocalTrendsMethodsAsync
NotificationMethods
NotificationMethodsAsync
SavedSearchesMethods
SavedSearchesMethodsAsync
SearchMethods
SearchMethodsAsync
SpamReportingMethods
SpamReportingMethodsAsync
StatusMethods
StatusMethodsAsync
TimelineMethods
TimelineMethodsAsync
TrendsMethods
TrendsMethodsAsync
UserMethods
UserMethodsAsync
package twitter4j.conf
Configuration
ConfigurationBase
ConfigurationBuilder
ConfigurationContext
ConfigurationFactory
PropertyConfiguration
PropertyConfigurationFactory
package twitter4j.http
AccessToken
Authorization
AuthorizationConfiguration
AuthorizationFactory
BasicAuthorization
NullAuthorization
OAuthAuthorization
OAuthSupport
OAuthToken
RequestToken
package twitter4j.util
CharacterUtil
ImageUpload
ImageUpload.ImgLyOAuthUploader
ImageUpload.TweetPhotoOAuthUploader
ImageUpload.TwitgooOAuthUploader
ImageUpload.TwitpicBasicAuthUploader
ImageUpload.TwitpicOAuthUploader
ImageUpload.YFrogBasicAuthUploader
ImageUpload.YFrogOAuthUploader
to the top
Generated on Fri Mar 4 22:19:29 2011 for Twitter4J by Java API Compliance Checker 1.0
The cross-platform tool for verifying backward compatibility of a Java Library API