Source compatibility report for the Twitter4J library from version 2.1.1 to 2.1.2
Summary
1 |
121 |
1574 / 94 |
Incompatible |
Problem Summary
Added Methods (51)
twitter4j-core-2.1.2.jar, AsyncTwitter.class
package twitter4j
AsyncTwitter.getIncomingFriendships ( long cursor ):void
[ run-time name: twitter4j/AsyncTwitter.getIncomingFriendships:(J)V ]
AsyncTwitter.getOutgoingFriendships ( long cursor ):void
[ run-time name: twitter4j/AsyncTwitter.getOutgoingFriendships:(J)V ]
twitter4j-core-2.1.2.jar, Authorization.class
package twitter4j.http
Authorization.getAuthorizationHeader ( twitter4j.internal.http.HttpRequest p1 ) [abstract]:String
[ run-time name: twitter4j/http/Authorization.getAuthorizationHeader:(Ltwitter4j/internal/http/HttpRequest;)Ljava/lang/String; ]
twitter4j-core-2.1.2.jar, BasicAuthorization.class
package twitter4j.http
BasicAuthorization.getAuthorizationHeader ( twitter4j.internal.http.HttpRequest req ):String
[ run-time name: twitter4j/http/BasicAuthorization.getAuthorizationHeader:(Ltwitter4j/internal/http/HttpRequest;)Ljava/lang/String; ]
twitter4j-core-2.1.2.jar, CharacterUtil.class
package twitter4j.util
CharacterUtil.count ( String text ) [static]:int
[ run-time name: twitter4j/util/CharacterUtil.count:(Ljava/lang/String;)I ]
CharacterUtil.isExceedingLengthLimitation ( String text ) [static]:boolean
[ run-time name: twitter4j/util/CharacterUtil.isExceedingLengthLimitation:(Ljava/lang/String;)Z ]
twitter4j-core-2.1.2.jar, ConfigurationBuilder.class
package twitter4j.conf
ConfigurationBuilder.setDispatcherImpl ( String dispatcherImpl ):ConfigurationBuilder
[ run-time name: twitter4j/conf/ConfigurationBuilder.setDispatcherImpl:(Ljava/lang/String;)Ltwitter4j/conf/ConfigurationBuilder; ]
twitter4j-core-2.1.2.jar, FilterQuery.class
package twitter4j
FilterQuery.count ( int count ):FilterQuery
[ run-time name: twitter4j/FilterQuery.count:(I)Ltwitter4j/FilterQuery; ]
FilterQuery.equals ( Object o ):boolean
[ run-time name: twitter4j/FilterQuery.equals:(Ljava/lang/Object;)Z ]
FilterQuery.FilterQuery ( )
[ run-time name: twitter4j/FilterQuery."<init>":()V ]
FilterQuery.FilterQuery ( int count, int[] follow )
[ run-time name: twitter4j/FilterQuery."<init>":(I[I)V ]
FilterQuery.FilterQuery ( int count, int[] follow, String[] track )
[ run-time name: twitter4j/FilterQuery."<init>":(I[I[Ljava/lang/String;)V ]
FilterQuery.FilterQuery ( int count, int[] follow, String[] track, double[][] locations )
[ run-time name: twitter4j/FilterQuery."<init>":(I[I[Ljava/lang/String;[[D)V ]
FilterQuery.FilterQuery ( int[] follow )
[ run-time name: twitter4j/FilterQuery."<init>":([I)V ]
FilterQuery.follow ( int[] follow ):FilterQuery
[ run-time name: twitter4j/FilterQuery.follow:([I)Ltwitter4j/FilterQuery; ]
FilterQuery.hashCode ( ):int
[ run-time name: twitter4j/FilterQuery.hashCode:()I ]
FilterQuery.locations ( double[][] locations ):FilterQuery
[ run-time name: twitter4j/FilterQuery.locations:([[D)Ltwitter4j/FilterQuery; ]
FilterQuery.toString ( ):String
[ run-time name: twitter4j/FilterQuery.toString:()Ljava/lang/String; ]
FilterQuery.track ( String[] track ):FilterQuery
[ run-time name: twitter4j/FilterQuery.track:([Ljava/lang/String;)Ltwitter4j/FilterQuery; ]
twitter4j-core-2.1.2.jar, FriendshipMethods.class
package twitter4j.api
FriendshipMethods.getIncomingFriendships ( long p1 ) [abstract]:twitter4j.IDs
[ run-time name: twitter4j/api/FriendshipMethods.getIncomingFriendships:(J)Ltwitter4j/IDs; ]
FriendshipMethods.getOutgoingFriendships ( long p1 ) [abstract]:twitter4j.IDs
[ run-time name: twitter4j/api/FriendshipMethods.getOutgoingFriendships:(J)Ltwitter4j/IDs; ]
twitter4j-core-2.1.2.jar, FriendshipMethodsAsync.class
package twitter4j.api
FriendshipMethodsAsync.getIncomingFriendships ( long p1 ) [abstract]:void
[ run-time name: twitter4j/api/FriendshipMethodsAsync.getIncomingFriendships:(J)V ]
FriendshipMethodsAsync.getOutgoingFriendships ( long p1 ) [abstract]:void
[ run-time name: twitter4j/api/FriendshipMethodsAsync.getOutgoingFriendships:(J)V ]
twitter4j-core-2.1.2.jar, NullAuthorization.class
package twitter4j.http
NullAuthorization.getAuthorizationHeader ( twitter4j.internal.http.HttpRequest req ):String
[ run-time name: twitter4j/http/NullAuthorization.getAuthorizationHeader:(Ltwitter4j/internal/http/HttpRequest;)Ljava/lang/String; ]
twitter4j-core-2.1.2.jar, OAuthAuthorization.class
package twitter4j.http
OAuthAuthorization.getAuthorizationHeader ( twitter4j.internal.http.HttpRequest req ):String
[ run-time name: twitter4j/http/OAuthAuthorization.getAuthorizationHeader:(Ltwitter4j/internal/http/HttpRequest;)Ljava/lang/String; ]
twitter4j-core-2.1.2.jar, Place.class
package twitter4j
Place.getStreetAddress ( ) [abstract]:String
[ run-time name: twitter4j/Place.getStreetAddress:()Ljava/lang/String; ]
twitter4j-core-2.1.2.jar, PropertyConfiguration.class
package twitter4j.conf
PropertyConfiguration.getDispatcherImpl ( ):String
[ run-time name: twitter4j/conf/PropertyConfiguration.getDispatcherImpl:()Ljava/lang/String; ]
twitter4j-core-2.1.2.jar, ResponseList.class
package twitter4j
ResponseList.getFeatureSpecificRateLimitStatus ( ):RateLimitStatus
[ run-time name: twitter4j/ResponseList.getFeatureSpecificRateLimitStatus:()Ltwitter4j/RateLimitStatus; ]
twitter4j-core-2.1.2.jar, Status.class
package twitter4j
Status.getContributors ( ) [abstract]:String[]
[ run-time name: twitter4j/Status.getContributors:()[Ljava/lang/String; ]
twitter4j-core-2.1.2.jar, TimeSpanUtil.class
package twitter4j.util
TimeSpanUtil.toTimeSpanString ( int deltaInSeconds ) [static]:String
[ run-time name: twitter4j/util/TimeSpanUtil.toTimeSpanString:(I)Ljava/lang/String; ]
TimeSpanUtil.toTimeSpanString ( java.util.Date date ) [static]:String
[ run-time name: twitter4j/util/TimeSpanUtil.toTimeSpanString:(Ljava/util/Date;)Ljava/lang/String; ]
TimeSpanUtil.toTimeSpanString ( long milliseconds ) [static]:String
[ run-time name: twitter4j/util/TimeSpanUtil.toTimeSpanString:(J)Ljava/lang/String; ]
twitter4j-core-2.1.2.jar, Twitter.class
package twitter4j
Twitter.getIncomingFriendships ( long cursor ):IDs
[ run-time name: twitter4j/Twitter.getIncomingFriendships:(J)Ltwitter4j/IDs; ]
Twitter.getOutgoingFriendships ( long cursor ):IDs
[ run-time name: twitter4j/Twitter.getOutgoingFriendships:(J)Ltwitter4j/IDs; ]
twitter4j-core-2.1.2.jar, TwitterAdapter.class
package twitter4j
TwitterAdapter.gotIncomingFriendships ( IDs ids ):void
[ run-time name: twitter4j/TwitterAdapter.gotIncomingFriendships:(Ltwitter4j/IDs;)V ]
TwitterAdapter.gotOutgoingFriendships ( IDs ids ):void
[ run-time name: twitter4j/TwitterAdapter.gotOutgoingFriendships:(Ltwitter4j/IDs;)V ]
twitter4j-core-2.1.2.jar, TwitterException.class
package twitter4j
TwitterException.equals ( Object o ):boolean
[ run-time name: twitter4j/TwitterException.equals:(Ljava/lang/Object;)Z ]
TwitterException.exceededRateLimitation ( ):boolean
[ run-time name: twitter4j/TwitterException.exceededRateLimitation:()Z ]
TwitterException.getFeatureSpecificRateLimitStatus ( ):RateLimitStatus
[ run-time name: twitter4j/TwitterException.getFeatureSpecificRateLimitStatus:()Ltwitter4j/RateLimitStatus; ]
TwitterException.getRateLimitStatus ( ):RateLimitStatus
[ run-time name: twitter4j/TwitterException.getRateLimitStatus:()Ltwitter4j/RateLimitStatus; ]
TwitterException.hashCode ( ):int
[ run-time name: twitter4j/TwitterException.hashCode:()I ]
TwitterException.isCausedByNetworkIssue ( ):boolean
[ run-time name: twitter4j/TwitterException.isCausedByNetworkIssue:()Z ]
TwitterException.resourceNotFound ( ):boolean
[ run-time name: twitter4j/TwitterException.resourceNotFound:()Z ]
TwitterException.toString ( ):String
[ run-time name: twitter4j/TwitterException.toString:()Ljava/lang/String; ]
TwitterException.TwitterException ( String msg, internal.http.HttpResponse res )
[ run-time name: twitter4j/TwitterException."<init>":(Ljava/lang/String;Ltwitter4j/internal/http/HttpResponse;)V ]
twitter4j-core-2.1.2.jar, TwitterListener.class
package twitter4j
TwitterListener.gotIncomingFriendships ( IDs p1 ) [abstract]:void
[ run-time name: twitter4j/TwitterListener.gotIncomingFriendships:(Ltwitter4j/IDs;)V ]
TwitterListener.gotOutgoingFriendships ( IDs p1 ) [abstract]:void
[ run-time name: twitter4j/TwitterListener.gotOutgoingFriendships:(Ltwitter4j/IDs;)V ]
twitter4j-core-2.1.2.jar, TwitterStream.class
package twitter4j
TwitterStream.filter ( FilterQuery query ):void
[ run-time name: twitter4j/TwitterStream.filter:(Ltwitter4j/FilterQuery;)V ]
TwitterStream.getFilterStream ( FilterQuery query ):StatusStream
[ run-time name: twitter4j/TwitterStream.getFilterStream:(Ltwitter4j/FilterQuery;)Ltwitter4j/StatusStream; ]
twitter4j-core-2.1.2.jar, User.class
package twitter4j
User.getLang ( ) [abstract]:String
[ run-time name: twitter4j/User.getLang:()Ljava/lang/String; ]
User.isContributorsEnabled ( ) [abstract]:boolean
[ run-time name: twitter4j/User.isContributorsEnabled:()Z ]
to the top
Removed Methods (12)
twitter4j-core-2.1.1.jar, Authorization.class
package twitter4j.http
Authorization.setAuthorizationHeader ( String p1, String p2, twitter4j.internal.http.HttpParameter[] p3, java.net.HttpURLConnection p4 ) [abstract]:void
[ run-time name: twitter4j/http/Authorization.setAuthorizationHeader:(Ljava/lang/String;Ljava/lang/String;[Ltwitter4j/internal/http/HttpParameter;Ljava/net/HttpURLConnection;)V ]
twitter4j-core-2.1.1.jar, BasicAuthorization.class
package twitter4j.http
BasicAuthorization.setAuthorizationHeader ( String method, String url, twitter4j.internal.http.HttpParameter[] params, java.net.HttpURLConnection con ):void
[ run-time name: twitter4j/http/BasicAuthorization.setAuthorizationHeader:(Ljava/lang/String;Ljava/lang/String;[Ltwitter4j/internal/http/HttpParameter;Ljava/net/HttpURLConnection;)V ]
twitter4j-core-2.1.1.jar, Configuration.class
package twitter4j.conf
Configuration.getAsyncNumThreads ( ) [abstract]:int
[ run-time name: twitter4j/conf/Configuration.getAsyncNumThreads:()I ]
twitter4j-core-2.1.1.jar, NullAuthorization.class
package twitter4j.http
NullAuthorization.setAuthorizationHeader ( String method, String url, twitter4j.internal.http.HttpParameter[] params, java.net.HttpURLConnection con ):void
[ run-time name: twitter4j/http/NullAuthorization.setAuthorizationHeader:(Ljava/lang/String;Ljava/lang/String;[Ltwitter4j/internal/http/HttpParameter;Ljava/net/HttpURLConnection;)V ]
twitter4j-core-2.1.1.jar, OAuthAuthorization.class
package twitter4j.http
OAuthAuthorization.setAuthorizationHeader ( String method, String url, twitter4j.internal.http.HttpParameter[] params, java.net.HttpURLConnection con ):void
[ run-time name: twitter4j/http/OAuthAuthorization.setAuthorizationHeader:(Ljava/lang/String;Ljava/lang/String;[Ltwitter4j/internal/http/HttpParameter;Ljava/net/HttpURLConnection;)V ]
twitter4j-core-2.1.1.jar, PlaceJSONImpl.class
package twitter4j
PlaceJSONImpl.setRateLimitStatus ( RateLimitStatus x0 ):void
[ run-time name: twitter4j/PlaceJSONImpl.setRateLimitStatus:(Ltwitter4j/RateLimitStatus;)V ]
twitter4j-core-2.1.1.jar, PropertyConfiguration.class
package twitter4j.conf
PropertyConfiguration.toString ( ):String
[ run-time name: twitter4j/conf/PropertyConfiguration.toString:()Ljava/lang/String; ]
twitter4j-core-2.1.1.jar, StatusDeletionNotice.class
package twitter4j
StatusDeletionNotice.equals ( Object o ):boolean
[ run-time name: twitter4j/StatusDeletionNotice.equals:(Ljava/lang/Object;)Z ]
StatusDeletionNotice.hashCode ( ):int
[ run-time name: twitter4j/StatusDeletionNotice.hashCode:()I ]
StatusDeletionNotice.toString ( ):String
[ run-time name: twitter4j/StatusDeletionNotice.toString:()Ljava/lang/String; ]
twitter4j-core-2.1.1.jar, TwitterException.class
package twitter4j
TwitterException.createRateLimitedTwitterException ( String msg, int statusCode, int retryAfter ) [static]:TwitterException
[ run-time name: twitter4j/TwitterException.createRateLimitedTwitterException:(Ljava/lang/String;II)Ltwitter4j/TwitterException; ]
TwitterException.TwitterException ( String msg, int statusCode )
[ run-time name: twitter4j/TwitterException."<init>":(Ljava/lang/String;I)V ]
to the top
Problems with Data Types, High risk (20)
twitter4j-core-2.1.1.jar
package twitter4j
[+] Place (2)
|
Abstract method Place.getStreetAddress ( ) 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 getStreetAddress() in Place. |
Added super-interface java.lang.Comparable. | 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 java.lang.Comparable. |
[+] affected methods (17)
api.GeoMethods.getGeoDetails ( String p1 ):
Return value of this abstract method has type 'Place'.
Place.getBoundingBoxCoordinates ( ):
This abstract method is from 'Place' interface.
Place.getBoundingBoxType ( ):
This abstract method is from 'Place' interface.
Place.getContainedWithIn ( ):
This abstract method is from 'Place' interface.
Place.getCountry ( ):
This abstract method is from 'Place' interface.
Place.getCountryCode ( ):
This abstract method is from 'Place' interface.
Place.getFullName ( ):
This abstract method is from 'Place' interface.
Place.getGeometryCoordinates ( ):
This abstract method is from 'Place' interface.
Place.getGeometryType ( ):
This abstract method is from 'Place' interface.
Place.getId ( ):
This abstract method is from 'Place' interface.
Place.getName ( ):
This abstract method is from 'Place' interface.
Place.getPlaceType ( ):
This abstract method is from 'Place' interface.
Place.getURL ( ):
This abstract method is from 'Place' interface.
Status.getPlace ( ):
Return value of this abstract method has type 'Place'.
Twitter.getGeoDetails ( String id ):
Return value of this method has type 'Place'.
TwitterAdapter.gotGeoDetails ( Place place ):
1st parameter 'place' of this method has type 'Place'.
TwitterListener.gotGeoDetails ( Place p1 ):
1st parameter 'p1' of this abstract method has type 'Place'.
[+] SavedSearch (1)
|
Added super-interface java.lang.Comparable. | 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 java.lang.Comparable. |
[+] affected methods (11)
api.SavedSearchesMethods.createSavedSearch ( String p1 ):
Return value of this abstract method has type 'SavedSearch'.
api.SavedSearchesMethods.destroySavedSearch ( int p1 ):
Return value of this abstract method has type 'SavedSearch'.
api.SavedSearchesMethods.showSavedSearch ( int p1 ):
Return value of this abstract method has type 'SavedSearch'.
SavedSearch.getCreatedAt ( ):
This abstract method is from 'SavedSearch' interface.
SavedSearch.getId ( ):
This abstract method is from 'SavedSearch' interface.
SavedSearch.getName ( ):
This abstract method is from 'SavedSearch' interface.
SavedSearch.getPosition ( ):
This abstract method is from 'SavedSearch' interface.
SavedSearch.getQuery ( ):
This abstract method is from 'SavedSearch' interface.
Twitter.createSavedSearch ( String query ):
Return value of this method has type 'SavedSearch'.
Twitter.destroySavedSearch ( int id ):
Return value of this method has type 'SavedSearch'.
Twitter.showSavedSearch ( int id ):
Return value of this method has type 'SavedSearch'.
[+] Status (2)
|
Abstract method Status.getContributors ( ) 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 getContributors() in Status. |
Added super-interface java.lang.Comparable. | 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 java.lang.Comparable. |
[+] affected methods (48)
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.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 ( ):
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.isTruncated ( ):
This abstract method is from 'Status' interface.
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'.
[+] StatusStream (1)
|
This class become interface. | Recompilation of a client program may be terminated with the message: StatusStream is abstract; cannot be instantiated. |
[+] affected methods (7)
StatusStream.close ( ):
This method is from 'StatusStream' class.
StatusStream.next ( StatusListener listener ):
This method is from 'StatusStream' class.
TwitterStream.getFilterStream ( int count, int[] follow, String[] track ):
Return value of this method has type 'StatusStream'.
TwitterStream.getFirehoseStream ( int count ):
Return value of this method has type 'StatusStream'.
TwitterStream.getLinksStream ( int count ):
Return value of this method has type 'StatusStream'.
TwitterStream.getRetweetStream ( ):
Return value of this method has type 'StatusStream'.
TwitterStream.getSampleStream ( ):
Return value of this method has type 'StatusStream'.
[+] Tweet (1)
|
Added super-interface java.lang.Comparable. | 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 java.lang.Comparable. |
[+] affected methods (11)
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.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.
[+] TwitterListener (2)
|
Abstract method TwitterListener.gotIncomingFriendships ( IDs 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 gotIncomingFriendships(IDs) in TwitterListener. |
Abstract method TwitterListener.gotOutgoingFriendships ( IDs 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 gotOutgoingFriendships(IDs) in TwitterListener. |
[+] affected methods (79)
AsyncTwitter.AsyncTwitter ( String screenName, String password, TwitterListener listener ):
3rd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitterFactory.AsyncTwitterFactory ( String configTreePath, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitterFactory.AsyncTwitterFactory ( conf.Configuration conf, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitterFactory.AsyncTwitterFactory ( TwitterListener listener ):
1st parameter 'listener' of this method has type 'TwitterListener'.
TwitterListener.addedUserListMember ( 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.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.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 ( java.util.List 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.gotFollowersStatuses ( PagableResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotFriendsIDs ( IDs p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotFriendsStatuses ( PagableResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotFriendsTimeline ( ResponseList 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.gotLocationTrends ( Trends p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotMentions ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotNearByPlaces ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotPublicTimeline ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRateLimitStatus ( RateLimitStatus p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRetweetedByMe ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRetweetedToMe ( 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.gotSuggestedUserCategories ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotTrends ( Trends 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 ( java.util.List 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.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.updatedDeliveryDevice ( User 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.
[+] User (3)
|
Abstract method User.getLang ( ) 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 getLang() in User. |
Abstract method User.isContributorsEnabled ( ) 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 isContributorsEnabled() in User. |
Added super-interface java.lang.Comparable. | 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 java.lang.Comparable. |
[+] affected methods (120)
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'.
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'.
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.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.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'.
[+] UserList (1)
|
Added super-interface java.lang.Comparable. | 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 java.lang.Comparable. |
[+] affected methods (42)
api.ListMembersMethods.addUserListMember ( int p1, int p2 ):
Return value of this abstract method has type 'UserList'.
api.ListMembersMethods.deleteUserListMember ( int p1, int p2 ):
Return value of this abstract method has type 'UserList'.
api.ListMethods.createUserList ( String p1, boolean p2, String p3 ):
Return value of this abstract method has type 'UserList'.
api.ListMethods.destroyUserList ( int p1 ):
Return value of this abstract method has type 'UserList'.
api.ListMethods.showUserList ( String p1, int p2 ):
Return value of this abstract method has type 'UserList'.
api.ListMethods.updateUserList ( int p1, String p2, boolean p3, String p4 ):
Return value of this abstract method has type 'UserList'.
api.ListSubscribersMethods.subscribeUserList ( String p1, int p2 ):
Return value of this abstract method has type 'UserList'.
api.ListSubscribersMethods.unsubscribeUserList ( String p1, int p2 ):
Return value of this abstract method has type 'UserList'.
Twitter.addUserListMember ( int listId, int userId ):
Return value of this method has type 'UserList'.
Twitter.createUserList ( String listName, boolean isPublicList, String description ):
Return value of this method has type 'UserList'.
Twitter.deleteUserListMember ( int listId, int userId ):
Return value of this method has type 'UserList'.
Twitter.destroyUserList ( int listId ):
Return value of this method has type 'UserList'.
Twitter.showUserList ( String listOwnerScreenName, int id ):
Return value of this method has type 'UserList'.
Twitter.subscribeUserList ( String listOwnerScreenName, int listId ):
Return value of this method has type 'UserList'.
Twitter.unsubscribeUserList ( String listOwnerScreenName, int listId ):
Return value of this method has type 'UserList'.
Twitter.updateUserList ( int listId, String newListName, boolean isPublicList, String newDescription ):
Return value of this method has type 'UserList'.
TwitterAdapter.addedUserListMember ( UserList userList ):
1st parameter 'userList' of this method has type 'UserList'.
TwitterAdapter.createdUserList ( UserList userList ):
1st parameter 'userList' of this method has type 'UserList'.
TwitterAdapter.deletedUserListMember ( UserList userList ):
1st parameter 'userList' of this method has type 'UserList'.
TwitterAdapter.destroyedUserList ( UserList userList ):
1st parameter 'userList' of this method has type 'UserList'.
TwitterAdapter.gotShowUserList ( UserList userList ):
1st parameter 'userList' of this method has type 'UserList'.
TwitterAdapter.subscribedUserList ( UserList userList ):
1st parameter 'userList' of this method has type 'UserList'.
TwitterAdapter.unsubscribedUserList ( UserList userList ):
1st parameter 'userList' of this method has type 'UserList'.
TwitterAdapter.updatedUserList ( UserList userList ):
1st parameter 'userList' of this method has type 'UserList'.
TwitterListener.addedUserListMember ( UserList p1 ):
1st parameter 'p1' of this abstract method has type 'UserList'.
TwitterListener.createdUserList ( UserList p1 ):
1st parameter 'p1' of this abstract method has type 'UserList'.
TwitterListener.deletedUserListMember ( UserList p1 ):
1st parameter 'p1' of this abstract method has type 'UserList'.
TwitterListener.destroyedUserList ( UserList p1 ):
1st parameter 'p1' of this abstract method has type 'UserList'.
TwitterListener.gotShowUserList ( UserList p1 ):
1st parameter 'p1' of this abstract method has type 'UserList'.
TwitterListener.subscribedUserList ( UserList p1 ):
1st parameter 'p1' of this abstract method has type 'UserList'.
TwitterListener.unsubscribedUserList ( UserList p1 ):
1st parameter 'p1' of this abstract method has type 'UserList'.
TwitterListener.updatedUserList ( UserList p1 ):
1st parameter 'p1' of this abstract method has type 'UserList'.
UserList.getDescription ( ):
This abstract method is from 'UserList' interface.
UserList.getFullName ( ):
This abstract method is from 'UserList' interface.
UserList.getId ( ):
This abstract method is from 'UserList' interface.
UserList.getMemberCount ( ):
This abstract method is from 'UserList' interface.
UserList.getName ( ):
This abstract method is from 'UserList' interface.
UserList.getSlug ( ):
This abstract method is from 'UserList' interface.
UserList.getSubscriberCount ( ):
This abstract method is from 'UserList' interface.
UserList.getURI ( ):
This abstract method is from 'UserList' interface.
UserList.getUser ( ):
This abstract method is from 'UserList' interface.
UserList.isPublic ( ):
This abstract method is from 'UserList' interface.
package twitter4j.api
[+] FriendshipMethods (2)
|
Abstract method FriendshipMethods.getIncomingFriendships ( long 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 getIncomingFriendships(long) in FriendshipMethods. |
Abstract method FriendshipMethods.getOutgoingFriendships ( long 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 getOutgoingFriendships(long) in FriendshipMethods. |
[+] affected methods (9)
FriendshipMethods.createFriendship ( int p1 ):
This abstract method is from 'FriendshipMethods' interface.
FriendshipMethods.createFriendship ( int p1, boolean p2 ):
This abstract method is from 'FriendshipMethods' interface.
FriendshipMethods.createFriendship ( String p1 ):
This abstract method is from 'FriendshipMethods' interface.
FriendshipMethods.createFriendship ( String p1, boolean p2 ):
This abstract method is from 'FriendshipMethods' interface.
FriendshipMethods.destroyFriendship ( int p1 ):
This abstract method is from 'FriendshipMethods' interface.
FriendshipMethods.destroyFriendship ( String p1 ):
This abstract method is from 'FriendshipMethods' interface.
FriendshipMethods.existsFriendship ( String p1, String p2 ):
This abstract method is from 'FriendshipMethods' interface.
FriendshipMethods.showFriendship ( int p1, int p2 ):
This abstract method is from 'FriendshipMethods' interface.
FriendshipMethods.showFriendship ( String p1, String p2 ):
This abstract method is from 'FriendshipMethods' interface.
[+] FriendshipMethodsAsync (2)
|
Abstract method FriendshipMethodsAsync.getIncomingFriendships ( long 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 getIncomingFriendships(long) in FriendshipMethodsAsync. |
Abstract method FriendshipMethodsAsync.getOutgoingFriendships ( long 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 getOutgoingFriendships(long) in FriendshipMethodsAsync. |
[+] affected methods (9)
FriendshipMethodsAsync.createFriendship ( int p1 ):
This abstract method is from 'FriendshipMethodsAsync' interface.
FriendshipMethodsAsync.createFriendship ( int p1, boolean p2 ):
This abstract method is from 'FriendshipMethodsAsync' interface.
FriendshipMethodsAsync.createFriendship ( String p1 ):
This abstract method is from 'FriendshipMethodsAsync' interface.
FriendshipMethodsAsync.createFriendship ( String p1, boolean p2 ):
This abstract method is from 'FriendshipMethodsAsync' interface.
FriendshipMethodsAsync.destroyFriendship ( int p1 ):
This abstract method is from 'FriendshipMethodsAsync' interface.
FriendshipMethodsAsync.destroyFriendship ( String p1 ):
This abstract method is from 'FriendshipMethodsAsync' interface.
FriendshipMethodsAsync.existsFriendship ( String p1, String p2 ):
This abstract method is from 'FriendshipMethodsAsync' interface.
FriendshipMethodsAsync.showFriendship ( int p1, int p2 ):
This abstract method is from 'FriendshipMethodsAsync' interface.
FriendshipMethodsAsync.showFriendship ( String p1, String p2 ):
This abstract method is from 'FriendshipMethodsAsync' interface.
package twitter4j.conf
[+] Configuration (1)
|
Abstract method Configuration.getAsyncNumThreads ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getAsyncNumThreads() in interface Configuration. |
[+] affected methods (42)
twitter4j.AsyncTwitterFactory.AsyncTwitterFactory ( Configuration conf ):
1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.AsyncTwitterFactory.AsyncTwitterFactory ( Configuration conf, twitter4j.TwitterListener listener ):
1st parameter 'conf' of this method has type 'Configuration'.
Configuration.getClientURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.getClientVersion ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpConnectionTimeout ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpProxyHost ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpProxyPassword ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpProxyPort ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpProxyUser ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpReadTimeout ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpRetryCount ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpRetryIntervalSeconds ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpStreamingReadTimeout ( ):
This abstract method is from 'Configuration' interface.
Configuration.getOAuthAccessToken ( ):
This abstract method is from 'Configuration' interface.
Configuration.getOAuthAccessTokenSecret ( ):
This abstract method is from 'Configuration' interface.
Configuration.getOAuthAccessTokenURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.getOAuthAuthenticationURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.getOAuthAuthorizationURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.getOAuthConsumerKey ( ):
This abstract method is from 'Configuration' interface.
Configuration.getOAuthConsumerSecret ( ):
This abstract method is from 'Configuration' interface.
Configuration.getOAuthRequestTokenURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.getPassword ( ):
This abstract method is from 'Configuration' interface.
Configuration.getRequestHeaders ( ):
This abstract method is from 'Configuration' interface.
Configuration.getRestBaseURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.getSearchBaseURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.getSource ( ):
This abstract method is from 'Configuration' interface.
Configuration.getStreamBaseURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.getUser ( ):
This abstract method is from 'Configuration' interface.
Configuration.getUserAgent ( ):
This abstract method is from 'Configuration' interface.
Configuration.isDalvik ( ):
This abstract method is from 'Configuration' interface.
Configuration.isDebugEnabled ( ):
This abstract method is from 'Configuration' interface.
ConfigurationBuilder.build ( ):
Return value of this method has type 'Configuration'.
ConfigurationContext.getInstance ( ):
Return value of this method has type 'Configuration'.
ConfigurationContext.getInstance ( String configTreePath ):
Return value of this method has type 'Configuration'.
ConfigurationFactory.getInstance ( ):
Return value of this abstract method has type 'Configuration'.
ConfigurationFactory.getInstance ( String p1 ):
Return value of this abstract method has type 'Configuration'.
twitter4j.http.AuthorizationFactory.getInstance ( Configuration conf, boolean supportsOAuth ):
1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.http.OAuthAuthorization.OAuthAuthorization ( Configuration conf, String consumerKey, String consumerSecret ):
1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.http.OAuthAuthorization.OAuthAuthorization ( Configuration conf, String consumerKey, String consumerSecret, twitter4j.http.AccessToken accessToken ):
1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.TwitterFactory.TwitterFactory ( Configuration conf ):
1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.TwitterStreamFactory.TwitterStreamFactory ( Configuration conf ):
1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.TwitterStreamFactory.TwitterStreamFactory ( Configuration conf, twitter4j.StatusListener listener ):
1st parameter 'conf' of this method has type 'Configuration'.
package twitter4j.http
[+] Authorization (2)
|
Abstract method Authorization.getAuthorizationHeader ( twitter4j.internal.http.HttpRequest 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 getAuthorizationHeader(twitter4j.internal.http.HttpRequest) in Authorization. |
Abstract method Authorization.setAuthorizationHeader ( String p1, String p2, twitter4j.internal.http.HttpParameter[] p3, java.net.HttpURLConnection p4 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method setAuthorizationHeader(java.lang.String, java.lang.String, twitter4j.internal.http.HttpParameter[], java.net.HttpURLConnection) in interface Authorization. |
[+] affected methods (6)
twitter4j.AsyncTwitterFactory.getInstance ( Authorization auth ):
1st parameter 'auth' of this method has type 'Authorization'.
Authorization.isEnabled ( ):
This abstract method is from 'Authorization' interface.
AuthorizationFactory.getBasicAuthorizationInstance ( String screenName, String password ):
Return value of this method has type 'Authorization'.
AuthorizationFactory.getInstance ( twitter4j.conf.Configuration conf, boolean supportsOAuth ):
Return value of this method has type 'Authorization'.
twitter4j.TwitterFactory.getInstance ( Authorization auth ):
1st parameter 'auth' of this method has type 'Authorization'.
twitter4j.TwitterStreamFactory.getInstance ( Authorization auth ):
1st parameter 'auth' of this method has type 'Authorization'.
to the top
Problems with Data Types, Low risk (3)
twitter4j-core-2.1.1.jar
package twitter4j
[+] TwitterListener (2)
|
Field INCOMING_FRIENDSHIP has been added to this interface. | An added static field from a super-interface of a client class may hide a 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 INCOMING_FRIENDSHIP is ambiguous. |
Field OUTGOING_FRIENDSHIPS has been added to this interface. | An added static field from a super-interface of a client class may hide a 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 OUTGOING_FRIENDSHIPS is ambiguous. |
[+] affected methods (79)
AsyncTwitter.AsyncTwitter ( String screenName, String password, TwitterListener listener ):
3rd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitterFactory.AsyncTwitterFactory ( String configTreePath, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitterFactory.AsyncTwitterFactory ( conf.Configuration conf, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitterFactory.AsyncTwitterFactory ( TwitterListener listener ):
1st parameter 'listener' of this method has type 'TwitterListener'.
TwitterListener.addedUserListMember ( 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.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.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 ( java.util.List 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.gotFollowersStatuses ( PagableResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotFriendsIDs ( IDs p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotFriendsStatuses ( PagableResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotFriendsTimeline ( ResponseList 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.gotLocationTrends ( Trends p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotMentions ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotNearByPlaces ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotPublicTimeline ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRateLimitStatus ( RateLimitStatus p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRetweetedByMe ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRetweetedToMe ( 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.gotSuggestedUserCategories ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotTrends ( Trends 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 ( java.util.List 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.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.updatedDeliveryDevice ( User 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.
package twitter4j.conf
[+] PropertyConfiguration (1)
|
Field ASYNC_DISPATCHER_IMPL 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 ASYNC_DISPATCHER_IMPL is ambiguous. |
[+] affected methods (17)
PropertyConfiguration.equals ( Object x0 ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getBoolean ( java.util.Properties props, String prefix, String name ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getHttpStreamingReadTimeout ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getIntProperty ( java.util.Properties props, String prefix, String name ):
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.getStreamBaseURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getString ( java.util.Properties props, String prefix, String name ):
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.
to the top
Java ARchives (1)
twitter4j-core-2.1.1.jar
to the top
Classes (121)
package twitter4j
AsyncTwitter
AsyncTwitter.AsyncTask
AsyncTwitterFactory
Category
CategoryJSONImpl
CursorSupport
Device
DirectMessage
DirectMessageJSONImpl
Dispatcher
ExecuteThread
GeoLocation
GeoQuery
IDs
IDsJSONImpl
Location
LocationJSONImpl
PagableResponseList
Paging
ParseUtil
Place
PlaceJSONImpl
Query
QueryResult
QueryResultJSONImpl
RateLimitStatus
RateLimitStatusEvent
RateLimitStatusJSONImpl
RateLimitStatusListener
Relationship
RelationshipJSONImpl
ResponseList
SavedSearch
SavedSearchJSONImpl
Status
StatusDeletionNotice
StatusJSONImpl
StatusListener
StatusStream
StatusUpdate
StreamingReadTimeoutConfiguration
TimeSpanUtil
Trend
TrendJSONImpl
Trends
TrendsJSONImpl
Tweet
TweetJSONImpl
Twitter
TwitterAdapter
TwitterBase
TwitterException
TwitterFactory
TwitterListener
TwitterMethod
TwitterOAuthSupportBase
TwitterResponse
TwitterResponseImpl
TwitterStream
TwitterStream.StreamHandlingThread
TwitterStreamFactory
User
UserJSONImpl
UserList
UserListJSONImpl
Version
package twitter4j.api
AccountMethods
AccountMethodsAsync
BlockMethods
BlockMethodsAsync
DirectMessageMethods
DirectMessageMethodsAsync
FavoriteMethods
FavoriteMethodsAsync
FriendshipMethods
FriendshipMethodsAsync
GeoMethods
GeoMethodsAsync
HelpMethods
HelpMethodsAsync
ListMembersMethods
ListMembersMethodsAsync
ListMethods
ListMethodsAsync
ListSubscribersMethods
ListSubscribersMethodsAsync
LocalTrendsMethods
LocalTrendsMethodsAsync
NotificationMethods
NotificationMethodsAsync
SavedSearchesMethods
SavedSearchesMethodsAsync
SearchMethods
SearchMethodsAsync
SocialGraphMethods
SocialGraphMethodsAsync
SpamReportingMethods
SpamReportingMethodsAsync
StatusMethods
StatusMethodsAsync
TimelineMethods
TimelineMethodsAsync
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
to the top
Generated on Fri Mar 4 22:19:46 2011 for Twitter4J by Java API Compliance Checker 1.0
The cross-platform tool for verifying backward compatibility of a Java Library API