|
6 | 6 | <LastVersion value="-1" relOp="NEQ"/> |
7 | 7 | <!-- The following have not yet been investigated --> |
8 | 8 |
|
9 | | - <!-- The following are known to be bugs and should be fixed --> |
10 | | - <And> |
11 | | - <Package name="com.google.api.client.googleapis.auth.clientlogin"/> |
12 | | - </And> |
13 | | - |
14 | 9 | <!-- The following are known to NOT be bugs and should not be fixed --> |
15 | 10 | <And> |
16 | | - <Bug pattern="EQ_DOESNT_OVERRIDE_EQUALS"/> |
17 | | - <!-- Class doesn't override equals in superclass --> |
| 11 | + <Bug pattern="EQ_DOESNT_OVERRIDE_EQUALS"/> |
| 12 | + <!-- Class doesn't override equals in superclass --> |
18 | 13 | <Class name="com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeRequestUrl"/> |
19 | 14 | </And> |
20 | 15 | <And> |
21 | | - <Bug pattern="EQ_DOESNT_OVERRIDE_EQUALS"/> |
| 16 | + <Bug pattern="EQ_DOESNT_OVERRIDE_EQUALS"/> |
22 | 17 | <Class name="com.google.api.client.googleapis.auth.oauth2.GoogleBrowserClientRequestUrl"/> |
23 | 18 | </And> |
24 | 19 | <And> |
25 | | - <Bug pattern="EQ_DOESNT_OVERRIDE_EQUALS"/> |
| 20 | + <Bug pattern="EQ_DOESNT_OVERRIDE_EQUALS"/> |
26 | 21 | <Class name="com.google.api.client.googleapis.GoogleUrl"/> |
27 | 22 | </And> |
28 | 23 | <And> |
|
88 | 83 | <And> |
89 | 84 | <Bug pattern="DM_STRING_CTOR"/> |
90 | 85 | <!-- Method invokes inefficient new String(String) constructor --> |
91 | | - <Class name="com.google.api.client.googleapis.batch.BatchRequest"/> |
92 | | - </And> |
| 86 | + <Class name="com.google.api.client.googleapis.batch.BatchRequest"/> |
| 87 | + </And> |
93 | 88 | <And> |
94 | 89 | <Bug pattern="DM_STRING_CTOR"/> |
95 | 90 | <!-- Method invokes inefficient new String(String) constructor --> |
96 | | - <Class name="com.google.api.client.googleapis.services.AbstractGoogleClient"/> |
97 | | - </And> |
| 91 | + <Class name="com.google.api.client.googleapis.services.AbstractGoogleClient"/> |
| 92 | + </And> |
98 | 93 | <And> |
99 | 94 | <Bug pattern="DM_STRING_CTOR"/> |
100 | 95 | <!-- Method invokes inefficient new String(String) constructor --> |
101 | | - <Class name="com.google.api.client.googleapis.extensions.android.gms.auth.GoogleAccountCredential"/> |
102 | | - </And> |
| 96 | + <Class name="com.google.api.client.googleapis.extensions.android.gms.auth.GoogleAccountCredential"/> |
| 97 | + </And> |
103 | 98 | <And> |
104 | 99 | <Bug pattern="DM_STRING_CTOR"/> |
105 | 100 | <!-- Method invokes inefficient new String(String) constructor --> |
106 | | - <Class name="com.google.api.client.googleapis.extensions.android.gms.auth.GoogleAccountCredential$RequestHandler"/> |
107 | | - </And> |
| 101 | + <Class name="com.google.api.client.googleapis.extensions.android.gms.auth.GoogleAccountCredential$RequestHandler"/> |
| 102 | + </And> |
108 | 103 | <And> |
109 | 104 | <Bug pattern="DM_STRING_CTOR"/> |
110 | 105 | <!-- Method invokes inefficient new String(String) constructor --> |
111 | | - <Class name="com.google.api.client.googleapis.xml.atom.MultiKindFeedParser"/> |
112 | | - </And> |
| 106 | + <Class name="com.google.api.client.googleapis.xml.atom.MultiKindFeedParser"/> |
| 107 | + </And> |
113 | 108 | </FindBugsFilter> |
0 commit comments