|
2 | 2 | <!-- see http://mojo.codehaus.org/clirr-maven-plugin/examples/ignored-differences.html -->
|
3 | 3 |
|
4 | 4 | <differences>
|
| 5 | + <!-- 6001 (removed field): className, field) --> |
5 | 6 | <difference>
|
6 |
| - <!-- 8001 (Class removed): className --> |
7 |
| - <differenceType>8001</differenceType> |
8 |
| - <className>com/google/api/client/repackaged/**</className> |
9 |
| - </difference> |
10 |
| - <difference> |
11 |
| - <!-- 7006 (Method Return Type changed): className, method, to (to is just the return type) --> |
12 |
| - <differenceType>7006</differenceType> |
13 |
| - <className>com/google/api/client/testing/http/MockLowLevelHttpResponse</className> |
14 |
| - <method>void addHeader(java.lang.String, java.lang.String)</method> |
15 |
| - <to>com.google.api.client.testing.http.MockLowLevelHttpResponse</to> |
16 |
| - </difference> |
17 |
| - <difference> |
18 |
| - <!-- 6001 (removed field): className, field) --> |
19 | 7 | <differenceType>6001</differenceType>
|
20 | 8 | <className>com/google/api/client/util/Data</className>
|
21 | 9 | <field>NULL_UNSIGNED_INTEGER</field>
|
22 | 10 | </difference>
|
23 | 11 | <difference>
|
24 |
| - <!-- 6001 (removed field): className, field) --> |
25 | 12 | <differenceType>6001</differenceType>
|
26 | 13 | <className>com/google/api/client/util/Data</className>
|
27 | 14 | <field>NULL_UNSIGNED_LONG</field>
|
28 | 15 | </difference>
|
| 16 | + <!-- 7002 (method removed): className, method --> |
29 | 17 | <difference>
|
30 |
| - <!-- 7002 (method removed): className, method --> |
31 | 18 | <differenceType>7002</differenceType>
|
32 | 19 | <className>com/google/api/client/json/JsonGenerator</className>
|
33 | 20 | <method>void writeNumber(com.google.common.primitives.UnsignedInteger)</method>
|
34 | 21 | </difference>
|
35 | 22 | <difference>
|
36 |
| - <!-- 7002 (method removed): className, method --> |
37 | 23 | <differenceType>7002</differenceType>
|
38 | 24 | <className>com/google/api/client/json/JsonGenerator</className>
|
39 | 25 | <method>void writeNumber(com.google.common.primitives.UnsignedLong)</method>
|
40 | 26 | </difference>
|
41 | 27 | <difference>
|
42 |
| - <!-- 7002 (method removed): className, method --> |
43 | 28 | <differenceType>7002</differenceType>
|
44 | 29 | <className>com/google/api/client/json/JsonParser</className>
|
45 | 30 | <method>com.google.common.primitives.UnsignedInteger getUnsignedIntegerValue()</method>
|
46 | 31 | </difference>
|
47 | 32 | <difference>
|
48 |
| - <!-- 7002 (method removed): className, method --> |
49 | 33 | <differenceType>7002</differenceType>
|
50 | 34 | <className>com/google/api/client/json/JsonParser</className>
|
51 | 35 | <method>com.google.common.primitives.UnsignedLong getUnsignedLongValue()</method>
|
52 | 36 | </difference>
|
53 | 37 | <difference>
|
54 |
| - <!-- 7002 (method removed): className, method --> |
55 | 38 | <differenceType>7002</differenceType>
|
56 | 39 | <className>com/google/api/client/testing/http/json/MockJsonGenerator</className>
|
57 | 40 | <method>void writeNumber(com.google.common.primitives.UnsignedInteger)</method>
|
58 | 41 | </difference>
|
59 | 42 | <difference>
|
60 |
| - <!-- 7002 (method removed): className, method --> |
61 | 43 | <differenceType>7002</differenceType>
|
62 | 44 | <className>com/google/api/client/testing/http/json/MockJsonGenerator</className>
|
63 | 45 | <method>void writeNumber(com.google.common.primitives.UnsignedLong)</method>
|
64 | 46 | </difference>
|
65 | 47 | <difference>
|
66 |
| - <!-- 7002 (method removed): className, method --> |
67 | 48 | <differenceType>7002</differenceType>
|
68 | 49 | <className>com/google/api/client/testing/http/json/MockJsonParser</className>
|
69 | 50 | <method>com.google.common.primitives.UnsignedInteger getUnsignedIntegerValue()</method>
|
70 | 51 | </difference>
|
71 | 52 | <difference>
|
72 |
| - <!-- 7002 (method removed): className, method --> |
73 | 53 | <differenceType>7002</differenceType>
|
74 | 54 | <className>com/google/api/client/testing/http/json/MockJsonParser</className>
|
75 | 55 | <method>com.google.common.primitives.UnsignedLong getUnsignedLongValue()</method>
|
76 | 56 | </difference>
|
| 57 | + <!-- 7006 (Method Return Type changed): className, method, to (to is just the return type) --> |
| 58 | + <difference> |
| 59 | + <differenceType>7006</differenceType> |
| 60 | + <className>com/google/api/client/testing/http/MockLowLevelHttpResponse</className> |
| 61 | + <method>void addHeader(java.lang.String, java.lang.String)</method> |
| 62 | + <to>com.google.api.client.testing.http.MockLowLevelHttpResponse</to> |
| 63 | + </difference> |
| 64 | + <!-- 8001 (Class removed): className --> |
| 65 | + <difference> |
| 66 | + <differenceType>8001</differenceType> |
| 67 | + <className>com/google/api/client/repackaged/**</className> |
| 68 | + </difference> |
77 | 69 | </differences>
|
78 | 70 |
|
0 commit comments