Source compatibility report for the Twitter4J library from version 2.1.3 to 2.1.4
Summary
2 |
138 |
1803 / 103 |
Incompatible |
Problem Summary
Added Methods (68)
twitter4j-core-2.1.4.jar, Annotation.class
package twitter4j
Annotation.addAttribute ( String name, String value ):void
[ run-time name: twitter4j/Annotation.addAttribute:(Ljava/lang/String;Ljava/lang/String;)V ]
Annotation.Annotation ( String type )
[ run-time name: twitter4j/Annotation."<init>":(Ljava/lang/String;)V ]
Annotation.Annotation ( String type, java.util.Map attributes )
[ run-time name: twitter4j/Annotation."<init>":(Ljava/lang/String;Ljava/util/Map;)V ]
Annotation.attribute ( String name, String value ):Annotation
[ run-time name: twitter4j/Annotation.attribute:(Ljava/lang/String;Ljava/lang/String;)Ltwitter4j/Annotation; ]
Annotation.attributes ( java.util.Map attributes ):Annotation
[ run-time name: twitter4j/Annotation.attributes:(Ljava/util/Map;)Ltwitter4j/Annotation; ]
Annotation.compareTo ( Object x0 ):int
[ run-time name: twitter4j/Annotation.compareTo:(Ljava/lang/Object;)I ]
Annotation.compareTo ( Annotation other ):int
[ run-time name: twitter4j/Annotation.compareTo:(Ltwitter4j/Annotation;)I ]
Annotation.equals ( Object obj ):boolean
[ run-time name: twitter4j/Annotation.equals:(Ljava/lang/Object;)Z ]
Annotation.getAttributes ( ):java.util.Map
[ run-time name: twitter4j/Annotation.getAttributes:()Ljava/util/Map; ]
Annotation.getType ( ):String
[ run-time name: twitter4j/Annotation.getType:()Ljava/lang/String; ]
Annotation.hashCode ( ):int
[ run-time name: twitter4j/Annotation.hashCode:()I ]
Annotation.isEmpty ( ):boolean
[ run-time name: twitter4j/Annotation.isEmpty:()Z ]
Annotation.setAttributes ( java.util.Map attributes ):void
[ run-time name: twitter4j/Annotation.setAttributes:(Ljava/util/Map;)V ]
Annotation.setType ( String type ):void
[ run-time name: twitter4j/Annotation.setType:(Ljava/lang/String;)V ]
Annotation.size ( ):Integer
[ run-time name: twitter4j/Annotation.size:()Ljava/lang/Integer; ]
Annotation.toString ( ):String
[ run-time name: twitter4j/Annotation.toString:()Ljava/lang/String; ]
Annotation.type ( String type ):Annotation
[ run-time name: twitter4j/Annotation.type:(Ljava/lang/String;)Ltwitter4j/Annotation; ]
twitter4j-core-2.1.4.jar, Annotations.class
package twitter4j
Annotations.addAnnotation ( Annotation annotation ):void
[ run-time name: twitter4j/Annotations.addAnnotation:(Ltwitter4j/Annotation;)V ]
Annotations.annotation ( Annotation annotation ):Annotations
[ run-time name: twitter4j/Annotations.annotation:(Ltwitter4j/Annotation;)Ltwitter4j/Annotations; ]
Annotations.Annotations ( )
[ run-time name: twitter4j/Annotations."<init>":()V ]
Annotations.Annotations ( java.util.List annotations )
[ run-time name: twitter4j/Annotations."<init>":(Ljava/util/List;)V ]
Annotations.equals ( Object obj ):boolean
[ run-time name: twitter4j/Annotations.equals:(Ljava/lang/Object;)Z ]
Annotations.getAnnotations ( ):java.util.List
[ run-time name: twitter4j/Annotations.getAnnotations:()Ljava/util/List; ]
Annotations.hashCode ( ):int
[ run-time name: twitter4j/Annotations.hashCode:()I ]
Annotations.isEmpty ( ):boolean
[ run-time name: twitter4j/Annotations.isEmpty:()Z ]
Annotations.isExceedingLengthLimit ( ):boolean
[ run-time name: twitter4j/Annotations.isExceedingLengthLimit:()Z ]
Annotations.isExceedingLengthLimit ( Annotations annotations ) [static]:boolean
[ run-time name: twitter4j/Annotations.isExceedingLengthLimit:(Ltwitter4j/Annotations;)Z ]
Annotations.setAnnotations ( java.util.List annotations ):void
[ run-time name: twitter4j/Annotations.setAnnotations:(Ljava/util/List;)V ]
Annotations.size ( ):Integer
[ run-time name: twitter4j/Annotations.size:()Ljava/lang/Integer; ]
Annotations.toString ( ):String
[ run-time name: twitter4j/Annotations.toString:()Ljava/lang/String; ]
twitter4j-core-2.1.4.jar, FilterQuery.class
package twitter4j
FilterQuery.setIncludeEntities ( boolean include ):FilterQuery
[ run-time name: twitter4j/FilterQuery.setIncludeEntities:(Z)Ltwitter4j/FilterQuery; ]
twitter4j-core-2.1.4.jar, ImageUpload.class
package twitter4j.util
ImageUpload.getImgLyUploader ( twitter4j.http.OAuthAuthorization auth ) [static]:ImageUpload
[ run-time name: twitter4j/util/ImageUpload.getImgLyUploader:(Ltwitter4j/http/OAuthAuthorization;)Ltwitter4j/util/ImageUpload; ]
ImageUpload.getTweetPhotoUploader ( String tweetPhotoAPIKey, twitter4j.http.OAuthAuthorization auth ) [static]:ImageUpload
[ run-time name: twitter4j/util/ImageUpload.getTweetPhotoUploader:(Ljava/lang/String;Ltwitter4j/http/OAuthAuthorization;)Ltwitter4j/util/ImageUpload; ]
ImageUpload.getTwitgooUploader ( twitter4j.http.OAuthAuthorization auth ) [static]:ImageUpload
[ run-time name: twitter4j/util/ImageUpload.getTwitgooUploader:(Ltwitter4j/http/OAuthAuthorization;)Ltwitter4j/util/ImageUpload; ]
ImageUpload.upload ( java.io.File p1, String p2 ) [abstract]:String
[ run-time name: twitter4j/util/ImageUpload.upload:(Ljava/io/File;Ljava/lang/String;)Ljava/lang/String; ]
ImageUpload.upload ( String p1, java.io.InputStream p2, String p3 ) [abstract]:String
[ run-time name: twitter4j/util/ImageUpload.upload:(Ljava/lang/String;Ljava/io/InputStream;Ljava/lang/String;)Ljava/lang/String; ]
twitter4j-core-2.1.4.jar, ImgLyOAuthUploader.class
package twitter4j.util
ImageUpload.ImgLyOAuthUploader.ImageUpload#ImgLyOAuthUploader ( twitter4j.http.OAuthAuthorization auth ):public
[ run-time name: twitter4j/util/ImageUpload.ImgLyOAuthUploader.twitter4j.util.ImageUpload#ImgLyOAuthUploader:(Ltwitter4j/http/OAuthAuthorization;)V ]
ImageUpload.ImgLyOAuthUploader.upload ( java.io.File image ):String
[ run-time name: twitter4j/util/ImageUpload.ImgLyOAuthUploader.upload:(Ljava/io/File;)Ljava/lang/String; ]
ImageUpload.ImgLyOAuthUploader.upload ( java.io.File image, String message ):String
[ run-time name: twitter4j/util/ImageUpload.ImgLyOAuthUploader.upload:(Ljava/io/File;Ljava/lang/String;)Ljava/lang/String; ]
ImageUpload.ImgLyOAuthUploader.upload ( String imageFileName, java.io.InputStream imageBody ):String
[ run-time name: twitter4j/util/ImageUpload.ImgLyOAuthUploader.upload:(Ljava/lang/String;Ljava/io/InputStream;)Ljava/lang/String; ]
ImageUpload.ImgLyOAuthUploader.upload ( String imageFileName, java.io.InputStream imageBody, String message ):String
[ run-time name: twitter4j/util/ImageUpload.ImgLyOAuthUploader.upload:(Ljava/lang/String;Ljava/io/InputStream;Ljava/lang/String;)Ljava/lang/String; ]
twitter4j-core-2.1.4.jar, OAuthAuthorization.class
package twitter4j.http
OAuthAuthorization.setOAuthRealm ( String realm ):void
[ run-time name: twitter4j/http/OAuthAuthorization.setOAuthRealm:(Ljava/lang/String;)V ]
twitter4j-core-2.1.4.jar, OAuthSupport.class
package twitter4j.http
OAuthSupport.getOAuthAccessToken ( String p1, String p2 ) [abstract]:AccessToken
[ run-time name: twitter4j/http/OAuthSupport.getOAuthAccessToken:(Ljava/lang/String;Ljava/lang/String;)Ltwitter4j/http/AccessToken; ]
twitter4j-core-2.1.4.jar, Status.class
package twitter4j
Status.getAnnotations ( ) [abstract]:Annotations
[ run-time name: twitter4j/Status.getAnnotations:()Ltwitter4j/Annotations; ]
Status.getHashtags ( ) [abstract]:String[]
[ run-time name: twitter4j/Status.getHashtags:()[Ljava/lang/String; ]
Status.getRetweetCount ( ) [abstract]:long
[ run-time name: twitter4j/Status.getRetweetCount:()J ]
Status.getURLs ( ) [abstract]:java.net.URL[]
[ run-time name: twitter4j/Status.getURLs:()[Ljava/net/URL; ]
Status.getUserMentions ( ) [abstract]:User[]
[ run-time name: twitter4j/Status.getUserMentions:()[Ltwitter4j/User; ]
Status.isRetweetedByMe ( ) [abstract]:boolean
[ run-time name: twitter4j/Status.isRetweetedByMe:()Z ]
twitter4j-core-2.1.4.jar, StatusUpdate.class
package twitter4j
StatusUpdate.addAnnotation ( Annotation annotation ):void
[ run-time name: twitter4j/StatusUpdate.addAnnotation:(Ltwitter4j/Annotation;)V ]
StatusUpdate.annotation ( Annotation annotation ):StatusUpdate
[ run-time name: twitter4j/StatusUpdate.annotation:(Ltwitter4j/Annotation;)Ltwitter4j/StatusUpdate; ]
StatusUpdate.annotations ( Annotations annotations ):StatusUpdate
[ run-time name: twitter4j/StatusUpdate.annotations:(Ltwitter4j/Annotations;)Ltwitter4j/StatusUpdate; ]
StatusUpdate.getAnnotations ( ):Annotations
[ run-time name: twitter4j/StatusUpdate.getAnnotations:()Ltwitter4j/Annotations; ]
StatusUpdate.setAnnotations ( Annotations annotations ):void
[ run-time name: twitter4j/StatusUpdate.setAnnotations:(Ltwitter4j/Annotations;)V ]
twitter4j-core-2.1.4.jar, Tweet.class
package twitter4j
Tweet.getAnnotations ( ) [abstract]:Annotations
[ run-time name: twitter4j/Tweet.getAnnotations:()Ltwitter4j/Annotations; ]
twitter4j-core-2.1.4.jar, TweetPhotoOAuthUploader.class
package twitter4j.util
ImageUpload.TweetPhotoOAuthUploader.ImageUpload#TweetPhotoOAuthUploader ( String tweetPhotoAPIKey, twitter4j.http.OAuthAuthorization auth ):public
[ run-time name: twitter4j/util/ImageUpload.TweetPhotoOAuthUploader.twitter4j.util.ImageUpload#TweetPhotoOAuthUploader:(Ljava/lang/String;Ltwitter4j/http/OAuthAuthorization;)V ]
ImageUpload.TweetPhotoOAuthUploader.upload ( java.io.File image ):String
[ run-time name: twitter4j/util/ImageUpload.TweetPhotoOAuthUploader.upload:(Ljava/io/File;)Ljava/lang/String; ]
ImageUpload.TweetPhotoOAuthUploader.upload ( java.io.File image, String message ):String
[ run-time name: twitter4j/util/ImageUpload.TweetPhotoOAuthUploader.upload:(Ljava/io/File;Ljava/lang/String;)Ljava/lang/String; ]
ImageUpload.TweetPhotoOAuthUploader.upload ( String imageFileName, java.io.InputStream imageBody ):String
[ run-time name: twitter4j/util/ImageUpload.TweetPhotoOAuthUploader.upload:(Ljava/lang/String;Ljava/io/InputStream;)Ljava/lang/String; ]
ImageUpload.TweetPhotoOAuthUploader.upload ( String imageFileName, java.io.InputStream imageBody, String message ):String
[ run-time name: twitter4j/util/ImageUpload.TweetPhotoOAuthUploader.upload:(Ljava/lang/String;Ljava/io/InputStream;Ljava/lang/String;)Ljava/lang/String; ]
twitter4j-core-2.1.4.jar, TwitgooOAuthUploader.class
package twitter4j.util
ImageUpload.TwitgooOAuthUploader.ImageUpload#TwitgooOAuthUploader ( twitter4j.http.OAuthAuthorization auth ):public
[ run-time name: twitter4j/util/ImageUpload.TwitgooOAuthUploader.twitter4j.util.ImageUpload#TwitgooOAuthUploader:(Ltwitter4j/http/OAuthAuthorization;)V ]
ImageUpload.TwitgooOAuthUploader.upload ( java.io.File image ):String
[ run-time name: twitter4j/util/ImageUpload.TwitgooOAuthUploader.upload:(Ljava/io/File;)Ljava/lang/String; ]
ImageUpload.TwitgooOAuthUploader.upload ( java.io.File image, String message ):String
[ run-time name: twitter4j/util/ImageUpload.TwitgooOAuthUploader.upload:(Ljava/io/File;Ljava/lang/String;)Ljava/lang/String; ]
ImageUpload.TwitgooOAuthUploader.upload ( String imageFileName, java.io.InputStream imageBody ):String
[ run-time name: twitter4j/util/ImageUpload.TwitgooOAuthUploader.upload:(Ljava/lang/String;Ljava/io/InputStream;)Ljava/lang/String; ]
ImageUpload.TwitgooOAuthUploader.upload ( String imageFileName, java.io.InputStream imageBody, String message ):String
[ run-time name: twitter4j/util/ImageUpload.TwitgooOAuthUploader.upload:(Ljava/lang/String;Ljava/io/InputStream;Ljava/lang/String;)Ljava/lang/String; ]
twitter4j-core-2.1.4.jar, User.class
package twitter4j
User.getListedCount ( ) [abstract]:int
[ run-time name: twitter4j/User.getListedCount:()I ]
User.isFollowing ( ) [abstract]:boolean
[ run-time name: twitter4j/User.isFollowing:()Z ]
User.isFollowRequestSent ( ) [abstract]:boolean
[ run-time name: twitter4j/User.isFollowRequestSent:()Z ]
to the top
Problems with Data Types, High risk (13)
twitter4j-core-2.1.3.jar
package twitter4j
[+] Status (6)
|
Abstract method Status.getAnnotations ( ) 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 getAnnotations() in Status. |
Abstract method Status.getHashtags ( ) 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 getHashtags() in Status. |
Abstract method Status.getRetweetCount ( ) 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 getRetweetCount() in Status. |
Abstract method Status.getURLs ( ) 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 getURLs() in Status. |
Abstract method Status.getUserMentions ( ) 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 getUserMentions() in Status. |
Abstract method Status.isRetweetedByMe ( ) 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 isRetweetedByMe() in Status. |
[+] affected methods (56)
api.FavoriteMethods.createFavorite ( long p1 ):
Return value of this abstract method has type 'Status'.
api.FavoriteMethods.destroyFavorite ( long p1 ):
Return value of this abstract method has type 'Status'.
api.StatusMethods.destroyStatus ( long p1 ):
Return value of this abstract method has type 'Status'.
api.StatusMethods.retweetStatus ( long p1 ):
Return value of this abstract method has type 'Status'.
api.StatusMethods.showStatus ( long p1 ):
Return value of this abstract method has type 'Status'.
api.StatusMethods.updateStatus ( String p1 ):
Return value of this abstract method has type 'Status'.
api.StatusMethods.updateStatus ( String p1, long p2 ):
Return value of this abstract method has type 'Status'.
api.StatusMethods.updateStatus ( String p1, long p2, GeoLocation p3 ):
Return value of this abstract method has type 'Status'.
api.StatusMethods.updateStatus ( String p1, GeoLocation p2 ):
Return value of this abstract method has type 'Status'.
api.StatusMethods.updateStatus ( StatusUpdate p1 ):
Return value of this abstract method has type 'Status'.
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.getRetweetedStatus ( ):
This abstract method is from 'Status' interface.
Status.getSource ( ):
This abstract method is from 'Status' interface.
Status.getText ( ):
This abstract method is from 'Status' interface.
Status.getUser ( ):
This abstract method is from 'Status' interface.
Status.isFavorited ( ):
This abstract method is from 'Status' interface.
Status.isRetweet ( ):
This abstract method is from 'Status' interface.
Status.isTruncated ( ):
This abstract method is from 'Status' interface.
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'.
Twitter.createFavorite ( long id ):
Return value of this method has type 'Status'.
Twitter.destroyFavorite ( long id ):
Return value of this method has type 'Status'.
Twitter.destroyStatus ( long statusId ):
Return value of this method has type 'Status'.
Twitter.retweetStatus ( long statusId ):
Return value of this method has type 'Status'.
Twitter.showStatus ( long id ):
Return value of this method has type 'Status'.
Twitter.updateStatus ( String status ):
Return value of this method has type 'Status'.
Twitter.updateStatus ( String status, long inReplyToStatusId ):
Return value of this method has type 'Status'.
Twitter.updateStatus ( String status, long inReplyToStatusId, GeoLocation location ):
Return value of this method has type 'Status'.
Twitter.updateStatus ( String status, GeoLocation location ):
Return value of this method has type 'Status'.
Twitter.updateStatus ( StatusUpdate latestStatus ):
Return value of this method has type 'Status'.
TwitterAdapter.createdFavorite ( Status status ):
1st parameter 'status' of this method has type 'Status'.
TwitterAdapter.destroyedFavorite ( Status status ):
1st parameter 'status' of this method has type 'Status'.
TwitterAdapter.destroyedStatus ( Status destroyedStatus ):
1st parameter 'destroyedStatus' of this method has type 'Status'.
TwitterAdapter.gotShowStatus ( Status statuses ):
1st parameter 'statuses' of this method has type 'Status'.
TwitterAdapter.retweetedStatus ( Status retweetedStatus ):
1st parameter 'retweetedStatus' of this method has type 'Status'.
TwitterAdapter.updatedStatus ( Status statuses ):
1st parameter 'statuses' of this method has type 'Status'.
TwitterListener.createdFavorite ( Status p1 ):
1st parameter 'p1' of this abstract method has type 'Status'.
TwitterListener.destroyedFavorite ( Status p1 ):
1st parameter 'p1' of this abstract method has type 'Status'.
TwitterListener.destroyedStatus ( Status p1 ):
1st parameter 'p1' of this abstract method has type 'Status'.
TwitterListener.gotShowStatus ( Status p1 ):
1st parameter 'p1' of this abstract method has type 'Status'.
TwitterListener.retweetedStatus ( Status p1 ):
1st parameter 'p1' of this abstract method has type 'Status'.
TwitterListener.updatedStatus ( Status p1 ):
1st parameter 'p1' of this abstract method has type 'Status'.
User.getStatus ( ):
Return value of this abstract method has type 'Status'.
UserStreamAdapter.onFavorite ( User source, User target, Status targetObject ):
3rd parameter 'targetObject' of this method has type 'Status'.
UserStreamAdapter.onRetweet ( User source, User target, Status targetObject ):
3rd parameter 'targetObject' of this method has type 'Status'.
UserStreamAdapter.onUnfavorite ( User source, User target, Status targetObject ):
3rd parameter 'targetObject' 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 (1)
|
Abstract method Tweet.getAnnotations ( ) 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 getAnnotations() in Tweet. |
[+] affected methods (12)
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.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.
[+] User (3)
|
Abstract method User.getListedCount ( ) 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 getListedCount() in User. |
Abstract method User.isFollowRequestSent ( ) 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 isFollowRequestSent() in User. |
Abstract method User.isFollowing ( ) 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 isFollowing() in User. |
[+] affected methods (146)
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.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.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 ):
2nd parameter 'p2' of this abstract method has type 'User'.
UserStreamListener.onFavorite ( User p1, User p2, Status p3 ):
2nd parameter 'p2' of this abstract method has type 'User'.
UserStreamListener.onFollow ( User p1, User p2 ):
2nd parameter 'p2' of this abstract method has type 'User'.
UserStreamListener.onRetweet ( User p1, User p2, Status p3 ):
2nd parameter 'p2' of this abstract method has type 'User'.
UserStreamListener.onUnblock ( User p1, User p2 ):
2nd parameter 'p2' of this abstract method has type 'User'.
UserStreamListener.onUnfavorite ( User p1, User p2, Status p3 ):
2nd parameter 'p2' of this abstract method has type 'User'.
UserStreamListener.onUnfollow ( User p1, User p2 ):
2nd parameter 'p2' 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 ):
2nd parameter 'p2' of this abstract method has type 'User'.
UserStreamListener.onUserListUpdated ( User p1, UserList p2 ):
1st parameter 'p1' of this abstract method has type 'User'.
package twitter4j.http
[+] OAuthSupport (1)
|
Abstract method OAuthSupport.getOAuthAccessToken ( String p1, String 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 getOAuthAccessToken(java.lang.String, java.lang.String) in OAuthSupport. |
[+] affected methods (7)
OAuthSupport.getOAuthAccessToken ( ):
This abstract method is from 'OAuthSupport' interface.
OAuthSupport.getOAuthAccessToken ( String p1 ):
This abstract method is from 'OAuthSupport' interface.
OAuthSupport.getOAuthAccessToken ( RequestToken p1 ):
This abstract method is from 'OAuthSupport' interface.
OAuthSupport.getOAuthAccessToken ( RequestToken p1, String p2 ):
This abstract method is from 'OAuthSupport' interface.
OAuthSupport.getOAuthRequestToken ( ):
This abstract method is from 'OAuthSupport' interface.
OAuthSupport.getOAuthRequestToken ( String p1 ):
This abstract method is from 'OAuthSupport' interface.
OAuthSupport.setOAuthAccessToken ( AccessToken p1 ):
This abstract method is from 'OAuthSupport' interface.
package twitter4j.util
[+] ImageUpload (2)
|
Abstract method ImageUpload.upload ( java.io.File p1, String p2 ) has been added to this class. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method upload(java.io.File, java.lang.String) in ImageUpload. |
Abstract method ImageUpload.upload ( String p1, java.io.InputStream p2, String p3 ) has been added to this class. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method upload(java.lang.String, java.io.InputStream, java.lang.String) in ImageUpload. |
[+] affected methods (9)
ImageUpload.getTwitpicUploader ( String twitpicAPIKey, twitter4j.http.OAuthAuthorization auth ):
This method is from 'ImageUpload' abstract class.
ImageUpload.getTwitpicUploader ( twitter4j.http.BasicAuthorization auth ):
This method is from 'ImageUpload' abstract class.
ImageUpload.getTwitpicUploader ( twitter4j.Twitter twitter ):
This method is from 'ImageUpload' abstract class.
ImageUpload.getYFrogUploader ( String userId, twitter4j.http.OAuthAuthorization auth ):
This method is from 'ImageUpload' abstract class.
ImageUpload.getYFrogUploader ( twitter4j.http.BasicAuthorization auth ):
This method is from 'ImageUpload' abstract class.
ImageUpload.getYFrogUploader ( twitter4j.Twitter twitter ):
This method is from 'ImageUpload' abstract class.
ImageUpload.ImageUpload ( ):
This constructor is from 'ImageUpload' abstract class.
ImageUpload.upload ( java.io.File p1 ):
This abstract method is from 'ImageUpload' abstract class.
ImageUpload.upload ( String p1, java.io.InputStream p2 ):
This abstract method is from 'ImageUpload' abstract class.
to the top
Java ARchives (2)
twitter4j-core-2.1.3.jar
twitter4j-httpclient-support-2.1.3.jar
to the top
Classes (138)
package twitter4j
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.TwitpicBasicAuthUploader
ImageUpload.TwitpicOAuthUploader
ImageUpload.YFrogBasicAuthUploader
ImageUpload.YFrogOAuthUploader
to the top
Generated on Fri Mar 4 22:19:35 2011 for Twitter4J by Java API Compliance Checker 1.0
The cross-platform tool for verifying backward compatibility of a Java Library API