Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into Azure-core
  • Loading branch information
sima-zhu committed Jun 21, 2019
2 parents 6dc875f + ea2c8c9 commit b808e6e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,14 @@
<Bug pattern="UPM_UNCALLED_PRIVATE_METHOD"/>
</Match>

<Match>
<Or>
<Class name="com.azure.core.util.polling.PollResponseJavaDocCodeSnippets"/>
<Class name="com.azure.core.util.polling.PollerJavaDocCodeSnippets"/>
</Or>
<Bug pattern="URF_UNREAD_FIELD,NP_LOAD_OF_KNOWN_NULL_VALUE,DLS_DEAD_LOCAL_STORE,NP_ALWAYS_NULL,UPM_UNCALLED_PRIVATE_METHOD,SIC_INNER_SHOULD_BE_STATIC_ANON"/>
</Match>

<!-- Field initialized by jackson property annotation -->
<Match>
<Class name="com.azure.keyvault.keys.models.webkey.JsonWebKey"/>
Expand Down
1 change: 1 addition & 0 deletions eng/spotbugs-aggregate-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
<source>..\..\appconfiguration\client\src\main\java</source>
<source>..\..\appconfiguration\client\src\samples\java</source>
<source>..\..\core\azure-core\src\main\java</source>
<source>..\..\core\azure-core\src\samples\java</source>
<source>..\..\core\azure-core-auth\src\main\java</source>
<source>..\..\core\azure-core-management\src\main\java</source>
<source>..\..\core\azure-core-test\src\main\java</source>
Expand Down
1 change: 1 addition & 0 deletions pom.client.xml
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,7 @@
So, path for aggregate reports have to be defined relative to parent pom -->
<additionalOptions>-maxLineLength 120
-snippetpath ${project.basedir}/applicationconfig/client/src/samples/java
-snippetpath ${project.basedir}/core/azure-core/src/samples/java
-snippetpath ${project.basedir}/keyvault/client/keys/src/samples/java
-snippetpath ${project.basedir}/keyvault/client/secrets/src/samples/java
</additionalOptions>
Expand Down

0 comments on commit b808e6e

Please sign in to comment.