|
3 | 3 | xmlns="https://github.com/spotbugs/filter/3.0.0" |
4 | 4 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
5 | 5 | xsi:schemaLocation="https://github.com/spotbugs/filter/3.0.0 https://raw.githubusercontent.com/spotbugs/spotbugs/3.1.0/spotbugs/etc/findbugsfilter.xsd"> |
6 | | - <Match> |
| 6 | + <Match><!-- TODO remove for v3--> |
7 | 7 | <Class name="com.microsoft.graph.authentication.BaseAuthenticationProviderTest" /> |
8 | 8 | <Method name="providerDoesNotAddTokenOnNullUrls" /> |
9 | 9 | <Bug code="NP" /> |
10 | 10 | </Match> |
| 11 | + <Match><!-- TODO remove for v3--> |
| 12 | + <Class name="com.microsoft.graph.authentication.TokenCredentialAuthProvider" /> |
| 13 | + <Bug code="CT" /> |
| 14 | + </Match> |
| 15 | + <Match><!-- TODO remove for v3--> |
| 16 | + <Class name="com.microsoft.graph.httpcore.middlewareoption.RedirectOptions" /> |
| 17 | + <Bug code="CT" /> |
| 18 | + </Match> |
| 19 | + <Match><!-- TODO remove for v3--> |
| 20 | + <Class name="com.microsoft.graph.httpcore.middlewareoption.RetryOptions" /> |
| 21 | + <Bug code="CT" /> |
| 22 | + </Match> |
| 23 | + <Match><!-- TODO remove for v3--> |
| 24 | + <Class name="com.microsoft.graph.options.Option" /> |
| 25 | + <Bug code="CT" /> |
| 26 | + </Match> |
| 27 | + <Match><!-- TODO remove for v3--> |
| 28 | + <Class name="com.microsoft.graph.options.Option" /> |
| 29 | + <Bug code="PI" /> |
| 30 | + </Match> |
| 31 | + <Match><!-- TODO remove for v3--> |
| 32 | + <Class name="com.microsoft.graph.core.Multipart" /> |
| 33 | + <Bug code="PI" /> |
| 34 | + </Match> |
| 35 | + <Match><!-- TODO remove for v3--> |
| 36 | + <Class name="com.microsoft.graph.http.GraphError" /> |
| 37 | + <Bug code="PA" /> |
| 38 | + </Match> |
| 39 | + <Match><!-- TODO remove for v3--> |
| 40 | + <Class name="com.microsoft.graph.http.GraphInnerError" /> |
| 41 | + <Bug code="PA" /> |
| 42 | + </Match> |
| 43 | + <Match> |
| 44 | + <Class name="com.microsoft.graph.content.BatchRequestContent" /> |
| 45 | + <Field name="requests" /> |
| 46 | + <Bug code="PA" /> |
| 47 | + </Match> |
11 | 48 | <Match> |
12 | 49 | <Class name="com.microsoft.graph.tasks.LargeFileUploadRequest" /> |
13 | 50 | <Bug code="Dm" /> |
|
0 commit comments