|
2 | 2 | <!-- see http://mojo.codehaus.org/clirr-maven-plugin/examples/ignored-differences.html --> |
3 | 3 |
|
4 | 4 | <differences> |
5 | | - <!-- 3003 (Added final modifier to class): className --> |
6 | | - <difference> |
7 | | - <differenceType>3003</differenceType> |
8 | | - <className>com/google/api/client/googleapis/GoogleUtils</className> |
9 | | - </difference> |
10 | | - <!-- 5001 (Removed class from the set of superclasses): className, to (as a path expression) --> |
11 | | - <difference> |
12 | | - <differenceType>5001</differenceType> |
13 | | - <className>com/google/api/client/googleapis/auth/oauth2/GoogleIdToken</className> |
14 | | - <to>com/google/api/client/auth/jsontoken/JsonWebSignature</to> |
15 | | - </difference> |
16 | | - <difference> |
17 | | - <differenceType>5001</differenceType> |
18 | | - <className>com/google/api/client/googleapis/auth/oauth2/GoogleIdToken</className> |
19 | | - <to>com/google/api/client/auth/jsontoken/JsonWebToken</to> |
20 | | - </difference> |
21 | | - <difference> |
22 | | - <differenceType>5001</differenceType> |
23 | | - <className>com/google/api/client/googleapis/auth/oauth2/GoogleIdToken$Payload</className> |
24 | | - <to>com/google/api/client/auth/jsontoken/JsonWebToken$Payload</to> |
25 | | - </difference> |
26 | | - <difference> |
27 | | - <differenceType>5001</differenceType> |
28 | | - <className>com/google/api/client/googleapis/auth/oauth2/GoogleTokenResponse</className> |
29 | | - <to>com/google/api/client/auth/openidconnect/IdTokenResponse</to> |
30 | | - </difference> |
31 | | - <!-- 7005 (Method Argument Type changed): className, method, to (to is a full new signature) --> |
32 | | -<!-- TODO(yanivi): figure out why Clirr shows ArrayList cast bug |
33 | | - <difference> |
34 | | - <differenceType>7005</differenceType> |
35 | | - <className>com/google/api/client/googleapis/auth/oauth2/GoogleIdToken</className> |
36 | | - <method>GoogleIdToken(com.google.api.client.auth.jsontoken.JsonWebSignature$Header, com.google.api.client.googleapis.auth.oauth2.GoogleIdToken$Payload, byte[], byte[])</method> |
37 | | - <to>GoogleIdToken(com.google.api.client.json.webtoken.JsonWebSignature$Header, com.google.api.client.googleapis.auth.oauth2.GoogleIdToken$Payload, byte[], byte[])</to> |
38 | | - </difference> |
39 | | ---> |
40 | | - <!-- 7006 (Method Return Type changed): className, method, to (to is just the return type) --> |
41 | | - <difference> |
42 | | - <differenceType>7006</differenceType> |
43 | | - <className>com/google/api/client/googleapis/auth/oauth2/GoogleIdToken</className> |
44 | | - <method>com.google.api.client.auth.jsontoken.JsonWebToken$Payload getPayload()</method> |
45 | | - <to>com.google.api.client.auth.openidconnect.IdToken$Payload</to> |
46 | | - </difference> |
47 | | - <!-- 7009 (Method is now Less Accessible): className, method --> |
48 | | - <difference> |
49 | | - <differenceType>7009</differenceType> |
50 | | - <className>com/google/api/client/googleapis/GoogleUtils</className> |
51 | | - <method>GoogleUtils()</method> |
52 | | - </difference> |
53 | | - <!-- 8001 (Class removed): className --> |
54 | | - <difference> |
55 | | - <differenceType>8001</differenceType> |
56 | | - <className>com/google/api/client/googleapis/services/GoogleKeyInitializer</className> |
57 | | - </difference> |
58 | 5 | </differences> |
59 | | - |
0 commit comments