Source compatibility report for the Twitter4J library from version 2.0.5 to 2.0.6
Summary
Problem Summary
Added Methods (1)
twitter4j-2.0.6.jar, Query.class
package twitter4j
Query.setGeoCode ( double latitude, double longtitude, double radius, String unit ):void
[ run-time name: twitter4j/Query.setGeoCode:(DDDLjava/lang/String;)V ]
to the top
Removed Methods (1)
twitter4j-2.0.5.jar, Query.class
package twitter4j
Query.setGeoCode ( double latitude, double longtitude, String unit ):void
[ run-time name: twitter4j/Query.setGeoCode:(DDLjava/lang/String;)V ]
to the top
Problems with Data Types, Medium risk (2)
twitter4j-2.0.5.jar
package twitter4j
[+] Query (2)
|
Field KILOMETERS become final. | Recompilation of a client program may be terminated with the message: cannot assign a value to final variable KILOMETERS. |
Field MILES become final. | Recompilation of a client program may be terminated with the message: cannot assign a value to final variable MILES. |
[+] affected methods (19)
AsyncTwitter.searchAcync ( Query query, TwitterListener listener ):
1st parameter 'query' of this method has type 'Query'.
Query.asPostParameters ( ):
This method is from 'Query' class.
Query.equals ( Object o ):
This method is from 'Query' class.
Query.getGeocode ( ):
This method is from 'Query' class.
Query.getLang ( ):
This method is from 'Query' class.
Query.getPage ( ):
This method is from 'Query' class.
Query.getQuery ( ):
This method is from 'Query' class.
Query.getRpp ( ):
This method is from 'Query' class.
Query.getSinceId ( ):
This method is from 'Query' class.
Query.hashCode ( ):
This method is from 'Query' class.
Query.Query ( ):
This constructor is from 'Query' class.
Query.Query ( String query ):
This constructor is from 'Query' class.
Query.setLang ( String lang ):
This method is from 'Query' class.
Query.setPage ( int page ):
This method is from 'Query' class.
Query.setQuery ( String query ):
This method is from 'Query' class.
Query.setRpp ( int rpp ):
This method is from 'Query' class.
Query.setSinceId ( long sinceId ):
This method is from 'Query' class.
Query.toString ( ):
This method is from 'Query' class.
Twitter.search ( Query query ):
1st parameter 'query' of this method has type 'Query'.
to the top
Java ARchives (1)
twitter4j-2.0.5.jar
to the top
Classes (54)
package twitter4j
AsyncTwitter
AsyncTwitter.AsyncTask
Configuration
DirectMessage
Dispatcher
ExecuteThread
IDs
Paging
Query
QueryResult
RateLimitStatus
Status
StatusListener
StatusStream
Trend
Trends
Tweet
Twitter
Twitter.Device
TwitterAdapter
TwitterException
TwitterListener
TwitterResponse
TwitterStream
TwitterStream.StreamHandlingThread
TwitterSupport
User
Version
package twitter4j.http
AccessToken
BASE64Encoder
HTMLEntity
HttpClient
OAuth
OAuthToken
PostParameter
RequestToken
Response
package twitter4j.org.json
CDL
Cookie
CookieList
HTTP
HTTPTokener
JSONArray
JSONException
JSONML
JSONObject
JSONObject.Null
JSONString
JSONStringer
JSONTokener
JSONWriter
Test
XML
XMLTokener
to the top
Generated on Fri Mar 4 22:20:21 2011 for Twitter4J by Java API Compliance Checker 1.0
The cross-platform tool for verifying backward compatibility of a Java Library API