Source compatibility report for the Twitter4J library from version 2.1.10 to 2.1.11
Summary
2 |
185 |
2300 / 127 |
Incompatible |
Problem Summary
Added Methods (27)
twitter4j-core-2.1.11.jar, AccountMethods.class
package twitter4j.api
AccountMethods.updateProfileBackgroundImage ( java.io.InputStream p1, boolean p2 ) [abstract]:twitter4j.User
[ run-time name: twitter4j/api/AccountMethods.updateProfileBackgroundImage:(Ljava/io/InputStream;Z)Ltwitter4j/User; ]
AccountMethods.updateProfileImage ( java.io.InputStream p1 ) [abstract]:twitter4j.User
[ run-time name: twitter4j/api/AccountMethods.updateProfileImage:(Ljava/io/InputStream;)Ltwitter4j/User; ]
twitter4j-core-2.1.11.jar, AccountMethodsAsync.class
package twitter4j.api
AccountMethodsAsync.updateProfileBackgroundImage ( java.io.InputStream p1, boolean p2 ) [abstract]:void
[ run-time name: twitter4j/api/AccountMethodsAsync.updateProfileBackgroundImage:(Ljava/io/InputStream;Z)V ]
AccountMethodsAsync.updateProfileImage ( java.io.InputStream p1 ) [abstract]:void
[ run-time name: twitter4j/api/AccountMethodsAsync.updateProfileImage:(Ljava/io/InputStream;)V ]
twitter4j-core-2.1.11.jar, AsyncTwitter.class
package twitter4j
AsyncTwitter.updateProfileBackgroundImage ( java.io.InputStream image, boolean tile ):void
[ run-time name: twitter4j/AsyncTwitter.updateProfileBackgroundImage:(Ljava/io/InputStream;Z)V ]
AsyncTwitter.updateProfileImage ( java.io.InputStream image ):void
[ run-time name: twitter4j/AsyncTwitter.updateProfileImage:(Ljava/io/InputStream;)V ]
twitter4j-core-2.1.11.jar, AuthorizationFactory.class
package twitter4j.http
AuthorizationFactory.getInstance ( twitter4j.conf.Configuration conf ) [static]:Authorization
[ run-time name: twitter4j/http/AuthorizationFactory.getInstance:(Ltwitter4j/conf/Configuration;)Ltwitter4j/http/Authorization; ]
twitter4j-core-2.1.11.jar, ConfigurationBuilder.class
package twitter4j.conf
ConfigurationBuilder.setPrettyDebugEnabled ( boolean prettyDebugEnabled ):ConfigurationBuilder
[ run-time name: twitter4j/conf/ConfigurationBuilder.setPrettyDebugEnabled:(Z)Ltwitter4j/conf/ConfigurationBuilder; ]
twitter4j-core-2.1.11.jar, PropertyConfiguration.class
package twitter4j.conf
PropertyConfiguration.isPrettyDebugEnabled ( ):boolean
[ run-time name: twitter4j/conf/PropertyConfiguration.isPrettyDebugEnabled:()Z ]
twitter4j-core-2.1.11.jar, SiteStreamsAdapter.class
package twitter4j
SiteStreamsAdapter.onUnfollow ( int forUser, User source, User followedUser ):void
[ run-time name: twitter4j/SiteStreamsAdapter.onUnfollow:(ILtwitter4j/User;Ltwitter4j/User;)V ]
SiteStreamsAdapter.onUserListMemberAddition ( int forUser, User addedUser, User listOwner, UserList list ):void
[ run-time name: twitter4j/SiteStreamsAdapter.onUserListMemberAddition:(ILtwitter4j/User;Ltwitter4j/User;Ltwitter4j/UserList;)V ]
SiteStreamsAdapter.onUserListMemberDeletion ( int forUser, User deletedUser, User listOwner, UserList list ):void
[ run-time name: twitter4j/SiteStreamsAdapter.onUserListMemberDeletion:(ILtwitter4j/User;Ltwitter4j/User;Ltwitter4j/UserList;)V ]
SiteStreamsAdapter.onUserListUnsubscription ( int forUser, User subscriber, User listOwner, UserList list ):void
[ run-time name: twitter4j/SiteStreamsAdapter.onUserListUnsubscription:(ILtwitter4j/User;Ltwitter4j/User;Ltwitter4j/UserList;)V ]
twitter4j-core-2.1.11.jar, SiteStreamsListener.class
package twitter4j
SiteStreamsListener.onUnfollow ( int p1, User p2, User p3 ) [abstract]:void
[ run-time name: twitter4j/SiteStreamsListener.onUnfollow:(ILtwitter4j/User;Ltwitter4j/User;)V ]
SiteStreamsListener.onUserListMemberAddition ( int p1, User p2, User p3, UserList p4 ) [abstract]:void
[ run-time name: twitter4j/SiteStreamsListener.onUserListMemberAddition:(ILtwitter4j/User;Ltwitter4j/User;Ltwitter4j/UserList;)V ]
SiteStreamsListener.onUserListMemberDeletion ( int p1, User p2, User p3, UserList p4 ) [abstract]:void
[ run-time name: twitter4j/SiteStreamsListener.onUserListMemberDeletion:(ILtwitter4j/User;Ltwitter4j/User;Ltwitter4j/UserList;)V ]
SiteStreamsListener.onUserListUnsubscription ( int p1, User p2, User p3, UserList p4 ) [abstract]:void
[ run-time name: twitter4j/SiteStreamsListener.onUserListUnsubscription:(ILtwitter4j/User;Ltwitter4j/User;Ltwitter4j/UserList;)V ]
twitter4j-core-2.1.11.jar, Twitter.class
package twitter4j
Twitter.updateProfileBackgroundImage ( java.io.InputStream image, boolean tile ):User
[ run-time name: twitter4j/Twitter.updateProfileBackgroundImage:(Ljava/io/InputStream;Z)Ltwitter4j/User; ]
Twitter.updateProfileImage ( java.io.InputStream image ):User
[ run-time name: twitter4j/Twitter.updateProfileImage:(Ljava/io/InputStream;)Ltwitter4j/User; ]
twitter4j-core-2.1.11.jar, UserStreamAdapter.class
package twitter4j
UserStreamAdapter.onUserListMemberAddition ( User addedMember, User listOwner, UserList list ):void
[ run-time name: twitter4j/UserStreamAdapter.onUserListMemberAddition:(Ltwitter4j/User;Ltwitter4j/User;Ltwitter4j/UserList;)V ]
UserStreamAdapter.onUserListMemberDeletion ( User deletedMember, User listOwner, UserList list ):void
[ run-time name: twitter4j/UserStreamAdapter.onUserListMemberDeletion:(Ltwitter4j/User;Ltwitter4j/User;Ltwitter4j/UserList;)V ]
UserStreamAdapter.onUserListUnsubscription ( User subscriber, User listOwner, UserList list ):void
[ run-time name: twitter4j/UserStreamAdapter.onUserListUnsubscription:(Ltwitter4j/User;Ltwitter4j/User;Ltwitter4j/UserList;)V ]
twitter4j-core-2.1.11.jar, UserStreamListener.class
package twitter4j
UserStreamListener.onUserListMemberAddition ( User p1, User p2, UserList p3 ) [abstract]:void
[ run-time name: twitter4j/UserStreamListener.onUserListMemberAddition:(Ltwitter4j/User;Ltwitter4j/User;Ltwitter4j/UserList;)V ]
UserStreamListener.onUserListMemberDeletion ( User p1, User p2, UserList p3 ) [abstract]:void
[ run-time name: twitter4j/UserStreamListener.onUserListMemberDeletion:(Ltwitter4j/User;Ltwitter4j/User;Ltwitter4j/UserList;)V ]
UserStreamListener.onUserListUnsubscription ( User p1, User p2, UserList p3 ) [abstract]:void
[ run-time name: twitter4j/UserStreamListener.onUserListUnsubscription:(Ltwitter4j/User;Ltwitter4j/User;Ltwitter4j/UserList;)V ]
twitter4j-media-support-2.1.11.jar, ImageUploaderFactory.class
package twitter4j.media
ImageUploaderFactory.getInstance ( twitter4j.http.Authorization authorization ):ImageUpload
[ run-time name: twitter4j/media/ImageUploaderFactory.getInstance:(Ltwitter4j/http/Authorization;)Ltwitter4j/media/ImageUpload; ]
ImageUploaderFactory.getInstance ( MediaProvider mediaProvider, twitter4j.http.Authorization authorization ):ImageUpload
[ run-time name: twitter4j/media/ImageUploaderFactory.getInstance:(Ltwitter4j/media/MediaProvider;Ltwitter4j/http/Authorization;)Ltwitter4j/media/ImageUpload; ]
to the top
Removed Methods (4)
twitter4j-core-2.1.10.jar, AccountMethods.class
package twitter4j.api
AccountMethods.updateProfile ( String p1, String p2, String p3, String p4, String p5 ) [abstract]:twitter4j.User
[ run-time name: twitter4j/api/AccountMethods.updateProfile:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ltwitter4j/User; ]
twitter4j-core-2.1.10.jar, AccountMethodsAsync.class
package twitter4j.api
AccountMethodsAsync.updateProfile ( String p1, String p2, String p3, String p4, String p5 ) [abstract]:void
[ run-time name: twitter4j/api/AccountMethodsAsync.updateProfile:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V ]
twitter4j-core-2.1.10.jar, AsyncTwitter.class
package twitter4j
AsyncTwitter.updateProfile ( String name, String email, String url, String location, String description ):void
[ run-time name: twitter4j/AsyncTwitter.updateProfile:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V ]
twitter4j-core-2.1.10.jar, Twitter.class
package twitter4j
Twitter.updateProfile ( String name, String email, String url, String location, String description ):User
[ run-time name: twitter4j/Twitter.updateProfile:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ltwitter4j/User; ]
to the top
Problems with Data Types, High risk (13)
twitter4j-core-2.1.10.jar
package twitter4j
[+] SiteStreamsListener (4)
|
Abstract method SiteStreamsListener.onUnfollow ( int p1, User p2, User p3 ) 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 onUnfollow(int, User, User) in SiteStreamsListener. |
Abstract method SiteStreamsListener.onUserListMemberAddition ( int p1, User p2, User p3, UserList p4 ) 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 onUserListMemberAddition(int, User, User, UserList) in SiteStreamsListener. |
Abstract method SiteStreamsListener.onUserListMemberDeletion ( int p1, User p2, User p3, UserList p4 ) 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 onUserListMemberDeletion(int, User, User, UserList) in SiteStreamsListener. |
Abstract method SiteStreamsListener.onUserListUnsubscription ( int p1, User p2, User p3, UserList p4 ) 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 onUserListUnsubscription(int, User, User, UserList) in SiteStreamsListener. |
[+] affected methods (17)
SiteStreamsListener.onBlock ( int p1, User p2, User p3 ):
This abstract method is from 'SiteStreamsListener' interface.
SiteStreamsListener.onDeletionNotice ( int p1, int p2, int p3 ):
This abstract method is from 'SiteStreamsListener' interface.
SiteStreamsListener.onDeletionNotice ( int p1, StatusDeletionNotice p2 ):
This abstract method is from 'SiteStreamsListener' interface.
SiteStreamsListener.onDirectMessage ( int p1, DirectMessage p2 ):
This abstract method is from 'SiteStreamsListener' interface.
SiteStreamsListener.onException ( Exception p1 ):
This abstract method is from 'SiteStreamsListener' interface.
SiteStreamsListener.onFavorite ( int p1, User p2, User p3, Status p4 ):
This abstract method is from 'SiteStreamsListener' interface.
SiteStreamsListener.onFollow ( int p1, User p2, User p3 ):
This abstract method is from 'SiteStreamsListener' interface.
SiteStreamsListener.onFriendList ( int p1, int[] p2 ):
This abstract method is from 'SiteStreamsListener' interface.
SiteStreamsListener.onStatus ( int p1, Status p2 ):
This abstract method is from 'SiteStreamsListener' interface.
SiteStreamsListener.onUnblock ( int p1, User p2, User p3 ):
This abstract method is from 'SiteStreamsListener' interface.
SiteStreamsListener.onUnfavorite ( int p1, User p2, User p3, Status p4 ):
This abstract method is from 'SiteStreamsListener' interface.
SiteStreamsListener.onUserListCreation ( int p1, User p2, UserList p3 ):
This abstract method is from 'SiteStreamsListener' interface.
SiteStreamsListener.onUserListDeletion ( int p1, User p2, UserList p3 ):
This abstract method is from 'SiteStreamsListener' interface.
SiteStreamsListener.onUserListSubscription ( int p1, User p2, User p3, UserList p4 ):
This abstract method is from 'SiteStreamsListener' interface.
SiteStreamsListener.onUserListUpdate ( int p1, User p2, UserList p3 ):
This abstract method is from 'SiteStreamsListener' interface.
SiteStreamsListener.onUserProfileUpdate ( int p1, User p2 ):
This abstract method is from 'SiteStreamsListener' interface.
TwitterStream.addListener ( SiteStreamsListener listener ):
1st parameter 'listener' of this method has type 'SiteStreamsListener'.
[+] UserStreamListener (3)
|
Abstract method UserStreamListener.onUserListMemberAddition ( User p1, User p2, UserList p3 ) 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 onUserListMemberAddition(User, User, UserList) in UserStreamListener. |
Abstract method UserStreamListener.onUserListMemberDeletion ( User p1, User p2, UserList p3 ) 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 onUserListMemberDeletion(User, User, UserList) in UserStreamListener. |
Abstract method UserStreamListener.onUserListUnsubscription ( User p1, User p2, UserList p3 ) 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 onUserListUnsubscription(User, User, UserList) in UserStreamListener. |
[+] affected methods (21)
TwitterStream.addListener ( UserStreamListener listener ):
1st parameter 'listener' of this method has type 'UserStreamListener'.
TwitterStream.addUserStreamListener ( UserStreamListener userStreamListener ):
1st parameter 'userStreamListener' of this method has type 'UserStreamListener'.
TwitterStream.setUserStreamListener ( UserStreamListener listener ):
1st parameter 'listener' of this method has type 'UserStreamListener'.
TwitterStreamFactory.TwitterStreamFactory ( String configTreePath, UserStreamListener listener ):
2nd parameter 'listener' of this method has type 'UserStreamListener'.
TwitterStreamFactory.TwitterStreamFactory ( conf.Configuration conf, UserStreamListener listener ):
2nd parameter 'listener' of this method has type 'UserStreamListener'.
TwitterStreamFactory.TwitterStreamFactory ( UserStreamListener listener ):
1st parameter 'listener' of this method has type 'UserStreamListener'.
UserStream.next ( UserStreamListener p1 ):
1st parameter 'p1' of this abstract method has type 'UserStreamListener'.
UserStreamListener.onBlock ( User p1, User p2 ):
This abstract method is from 'UserStreamListener' interface.
UserStreamListener.onDeletionNotice ( long p1, int p2 ):
This abstract method is from 'UserStreamListener' interface.
UserStreamListener.onDirectMessage ( DirectMessage p1 ):
This abstract method is from 'UserStreamListener' interface.
UserStreamListener.onFavorite ( User p1, User p2, Status p3 ):
This abstract method is from 'UserStreamListener' interface.
UserStreamListener.onFollow ( User p1, User p2 ):
This abstract method is from 'UserStreamListener' interface.
UserStreamListener.onFriendList ( int[] p1 ):
This abstract method is from 'UserStreamListener' interface.
UserStreamListener.onRetweet ( User p1, User p2, Status p3 ):
This abstract method is from 'UserStreamListener' interface.
UserStreamListener.onUnblock ( User p1, User p2 ):
This abstract method is from 'UserStreamListener' interface.
UserStreamListener.onUnfavorite ( User p1, User p2, Status p3 ):
This abstract method is from 'UserStreamListener' interface.
UserStreamListener.onUserListCreation ( User p1, UserList p2 ):
This abstract method is from 'UserStreamListener' interface.
UserStreamListener.onUserListDeletion ( User p1, UserList p2 ):
This abstract method is from 'UserStreamListener' interface.
UserStreamListener.onUserListSubscription ( User p1, User p2, UserList p3 ):
This abstract method is from 'UserStreamListener' interface.
UserStreamListener.onUserListUpdate ( User p1, UserList p2 ):
This abstract method is from 'UserStreamListener' interface.
UserStreamListener.onUserProfileUpdate ( User p1 ):
This abstract method is from 'UserStreamListener' interface.
package twitter4j.api
[+] AccountMethods (3)
|
Abstract method AccountMethods.updateProfileBackgroundImage ( java.io.InputStream p1, boolean 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 updateProfileBackgroundImage(java.io.InputStream, boolean) in AccountMethods. |
Abstract method AccountMethods.updateProfileImage ( java.io.InputStream p1 ) 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 updateProfileImage(java.io.InputStream) in AccountMethods. |
Abstract method AccountMethods.updateProfile ( String p1, String p2, String p3, String p4, String p5 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method updateProfile(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String) in interface AccountMethods. |
[+] affected methods (8)
AccountMethods.getAccountSettings ( ):
This abstract method is from 'AccountMethods' interface.
AccountMethods.getAccountTotals ( ):
This abstract method is from 'AccountMethods' interface.
AccountMethods.getRateLimitStatus ( ):
This abstract method is from 'AccountMethods' interface.
AccountMethods.updateProfile ( String p1, String p2, String p3, String p4 ):
This abstract method is from 'AccountMethods' interface.
AccountMethods.updateProfileBackgroundImage ( java.io.File p1, boolean p2 ):
This abstract method is from 'AccountMethods' interface.
AccountMethods.updateProfileColors ( String p1, String p2, String p3, String p4, String p5 ):
This abstract method is from 'AccountMethods' interface.
AccountMethods.updateProfileImage ( java.io.File p1 ):
This abstract method is from 'AccountMethods' interface.
AccountMethods.verifyCredentials ( ):
This abstract method is from 'AccountMethods' interface.
[+] AccountMethodsAsync (3)
|
Abstract method AccountMethodsAsync.updateProfileBackgroundImage ( java.io.InputStream p1, boolean 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 updateProfileBackgroundImage(java.io.InputStream, boolean) in AccountMethodsAsync. |
Abstract method AccountMethodsAsync.updateProfileImage ( java.io.InputStream p1 ) 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 updateProfileImage(java.io.InputStream) in AccountMethodsAsync. |
Abstract method AccountMethodsAsync.updateProfile ( String p1, String p2, String p3, String p4, String p5 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method updateProfile(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String) in interface AccountMethodsAsync. |
[+] affected methods (8)
AccountMethodsAsync.getAccountSettings ( ):
This abstract method is from 'AccountMethodsAsync' interface.
AccountMethodsAsync.getAccountTotals ( ):
This abstract method is from 'AccountMethodsAsync' interface.
AccountMethodsAsync.getRateLimitStatus ( ):
This abstract method is from 'AccountMethodsAsync' interface.
AccountMethodsAsync.updateProfile ( String p1, String p2, String p3, String p4 ):
This abstract method is from 'AccountMethodsAsync' interface.
AccountMethodsAsync.updateProfileBackgroundImage ( java.io.File p1, boolean p2 ):
This abstract method is from 'AccountMethodsAsync' interface.
AccountMethodsAsync.updateProfileColors ( String p1, String p2, String p3, String p4, String p5 ):
This abstract method is from 'AccountMethodsAsync' interface.
AccountMethodsAsync.updateProfileImage ( java.io.File p1 ):
This abstract method is from 'AccountMethodsAsync' interface.
AccountMethodsAsync.verifyCredentials ( ):
This abstract method is from 'AccountMethodsAsync' interface.
to the top
Problems with Methods, Medium risk (7)
twitter4j-core-2.1.10.jar, AsyncTwitter
package twitter4j
[+] AsyncTwitter.getRelatedResults ( long statusId ):void (1)
[ run-time name: twitter4j/AsyncTwitter.getRelatedResults:(J)V ]
|
Removed TwitterException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override getRelatedResults(long) in AsyncTwitter; overridden method does not throw TwitterException. |
[+] AsyncTwitter.reportSpam ( int userId ):void (1)
[ run-time name: twitter4j/AsyncTwitter.reportSpam:(I)V ]
|
Removed TwitterException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override reportSpam(int) in AsyncTwitter; overridden method does not throw TwitterException. |
[+] AsyncTwitter.reportSpam ( String screenName ):void (1)
[ run-time name: twitter4j/AsyncTwitter.reportSpam:(Ljava/lang/String;)V ]
|
Removed twitter4j.TwitterException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override reportSpam(java.lang.String) in twitter4j.AsyncTwitter; overridden method does not throw twitter4j.TwitterException. |
twitter4j-core-2.1.10.jar, NewTwitterMethodsAsync
package twitter4j.api
[+] NewTwitterMethodsAsync.getRelatedResults ( long p1 ) [abstract]:void (1)
[ run-time name: twitter4j/api/NewTwitterMethodsAsync.getRelatedResults:(J)V ]
|
Removed twitter4j.TwitterException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override getRelatedResults(long) in twitter4j.api.NewTwitterMethodsAsync; overridden method does not throw twitter4j.TwitterException. |
twitter4j-core-2.1.10.jar, SpamReportingMethodsAsync
package twitter4j.api
[+] SpamReportingMethodsAsync.reportSpam ( int p1 ) [abstract]:void (1)
[ run-time name: twitter4j/api/SpamReportingMethodsAsync.reportSpam:(I)V ]
|
Removed twitter4j.TwitterException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override reportSpam(int) in SpamReportingMethodsAsync; overridden method does not throw twitter4j.TwitterException. |
[+] SpamReportingMethodsAsync.reportSpam ( String p1 ) [abstract]:void (1)
[ run-time name: twitter4j/api/SpamReportingMethodsAsync.reportSpam:(Ljava/lang/String;)V ]
|
Removed twitter4j.TwitterException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override reportSpam(java.lang.String) in twitter4j.api.SpamReportingMethodsAsync; overridden method does not throw twitter4j.TwitterException. |
twitter4j-core-2.1.10.jar, TwitterStream
package twitter4j
[+] TwitterStream.filter ( FilterQuery query ):void (1)
[ run-time name: twitter4j/TwitterStream.filter:(Ltwitter4j/FilterQuery;)V ]
|
Removed twitter4j.TwitterException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override filter(twitter4j.FilterQuery) in twitter4j.TwitterStream; overridden method does not throw twitter4j.TwitterException. |
to the top
Problems with Data Types, Low risk (5)
twitter4j-core-2.1.10.jar
package twitter4j.conf
[+] PropertyConfiguration (1)
|
Field HTTP_PRETTY_DEBUG has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to HTTP_PRETTY_DEBUG is ambiguous. |
[+] affected methods (27)
PropertyConfiguration.getBoolean ( java.util.Properties props, String prefix, String name ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getDispatcherImpl ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getHttpStreamingReadTimeout ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getIntProperty ( java.util.Properties props, String prefix, String name ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getMediaProvider ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getMediaProviderAPIKey ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthAccessToken ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthAccessTokenSecret ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthAccessTokenURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthAuthenticationURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthAuthorizationURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthRequestTokenURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getRequestHeaders ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getRestBaseURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getSearchBaseURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getSiteStreamBaseURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getStreamBaseURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getString ( java.util.Properties props, String prefix, String name ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getUserStreamBaseURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.hashCode ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isIncludeEntitiesEnabled ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isIncludeRTsEnabled ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isUserStreamRepliesAllEnabled ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.PropertyConfiguration ( java.io.InputStream is ):
This constructor is from 'PropertyConfiguration' class.
PropertyConfiguration.PropertyConfiguration ( java.util.Properties props ):
This constructor is from 'PropertyConfiguration' class.
PropertyConfiguration.PropertyConfiguration ( java.util.Properties props, String treePath ):
This constructor is from 'PropertyConfiguration' class.
PropertyConfiguration.toString ( ):
This method is from 'PropertyConfiguration' class.
package twitter4j.json
[+] JSONObjectType (4)
|
Field UNFOLLOW has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to UNFOLLOW is ambiguous. |
Field USER_LIST_MEMBER_ADDED has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to USER_LIST_MEMBER_ADDED is ambiguous. |
Field USER_LIST_MEMBER_DELETED has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to USER_LIST_MEMBER_DELETED is ambiguous. |
Field USER_LIST_UNSUBSCRIBED has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to USER_LIST_UNSUBSCRIBED is ambiguous. |
[+] affected methods (5)
JSONObjectType.determine ( twitter4j.internal.org.json.JSONObject json ):
This method is from 'JSONObjectType' class.
JSONObjectType.equals ( Object o ):
This method is from 'JSONObjectType' class.
JSONObjectType.getName ( ):
This method is from 'JSONObjectType' class.
JSONObjectType.hashCode ( ):
This method is from 'JSONObjectType' class.
JSONObjectType.toString ( ):
This method is from 'JSONObjectType' class.
to the top
Java ARchives (2)
twitter4j-core-2.1.10.jar
twitter4j-media-support-2.1.10.jar
to the top
Classes (185)
package twitter4j
AbstractStreamImplementation
AbstractStreamImplementation.StreamEvent
AccountSettings
AccountSettingsJSONImpl
AccountTotals
AccountTotalsJSONImpl
Annotation
Annotations
AsyncTwitter
AsyncTwitter.AsyncTask
AsyncTwitterFactory
Category
CategoryJSONImpl
ConnectionLifeCycleListener
CursorSupport
DirectMessage
DirectMessageJSONImpl
ExceptionDiagnosis
FilterQuery
Friendship
FriendshipJSONImpl
GeoLocation
GeoQuery
HashtagEntity
HashtagEntityJSONImpl
IDs
IDsJSONImpl
Location
LocationJSONImpl
PagableResponseList
PagableResponseListImpl
Paging
Place
PlaceJSONImpl
ProfileImage
ProfileImage.ImageSize
ProfileImageImpl
Query
QueryResult
QueryResultJSONImpl
RateLimitStatus
RateLimitStatusEvent
RateLimitStatusJSONImpl
RateLimitStatusListener
RelatedResults
RelatedResultsJSONImpl
Relationship
RelationshipJSONImpl
ResponseList
ResponseListImpl
SavedSearch
SavedSearchJSONImpl
SimilarPlaces
SimilarPlacesImpl
SiteStreamsAdapter
SiteStreamsImpl
SiteStreamsListener
Status
StatusAdapter
StatusDeletionNotice
StatusDeletionNoticeImpl
StatusJSONImpl
StatusListener
StatusStream
StatusStreamImpl
StatusUpdate
StreamImplementation
StreamingReadTimeoutConfiguration
StreamListener
Trend
TrendJSONImpl
Trends
TrendsJSONImpl
Tweet
TweetJSONImpl
Twitter
TwitterAdapter
TwitterBase
TwitterException
TwitterFactory
TwitterListener
TwitterMethod
TwitterOAuthSupportBase
TwitterOAuthSupportBaseImpl
TwitterResponse
TwitterResponseImpl
TwitterStream
TwitterStream.TwitterStreamConsumer
TwitterStreamFactory
URLEntity
URLEntityJSONImpl
User
UserJSONImpl
UserList
UserListJSONImpl
UserMentionEntity
UserMentionEntityJSONImpl
UserStream
UserStreamAdapter
UserStreamImpl
UserStreamListener
package twitter4j.api
AccountMethods
AccountMethodsAsync
BlockMethods
BlockMethodsAsync
DirectMessageMethods
DirectMessageMethodsAsync
FavoriteMethods
FavoriteMethodsAsync
FriendsFollowersMethods
FriendsFollowersMethodsAsync
FriendshipMethods
FriendshipMethodsAsync
GeoMethods
GeoMethodsAsync
HelpMethods
HelpMethodsAsync
LegalResources
LegalResourcesAsync
ListMembersMethods
ListMembersMethodsAsync
ListMethods
ListMethodsAsync
ListSubscribersMethods
ListSubscribersMethodsAsync
LocalTrendsMethods
LocalTrendsMethodsAsync
NewTwitterMethods
NewTwitterMethodsAsync
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.json
DataObjectFactory
JSONObjectType
package twitter4j.media
AbstractImageUploadImpl
ImageUpload
ImageUploaderFactory
ImgLyUpload
MediaProvider
PlixiUpload
TwippleUpload
TwitgooUpload
TwitpicUpload
Version
YFrogUpload
package twitter4j.util
CharacterUtil
ImageUpload.ImgLyOAuthUploader
ImageUpload.TweetPhotoOAuthUploader
ImageUpload.TwippleUploader
ImageUpload.TwitgooOAuthUploader
ImageUpload.TwitpicBasicAuthUploader
ImageUpload.TwitpicOAuthUploader
ImageUpload.YFrogBasicAuthUploader
ImageUpload.YFrogOAuthUploader
TimeSpanConverter
to the top
Generated on Fri Mar 4 22:18:48 2011 for Twitter4J by Java API Compliance Checker 1.0
The cross-platform tool for verifying backward compatibility of a Java Library API