Skip to content

Commit

Permalink
Mgmt: suppress spotbugs (Azure#18438)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenTanyi authored Jan 5, 2021
1 parent 9f544e3 commit f9dac62
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2264,13 +2264,18 @@
<!-- SIC_INNER_SHOULD_BE_STATIC_ANON - Known issue in autorest of inner Enumeration for InputStream response -->
<!-- UPM_UNCALLED_PRIVATE_METHOD - Known issue in autorest to generate method that might not be called -->
<!-- SKIPPED_CLASS_TOO_BIG - Nothing we can do about this -->
<!-- PZLA_PREFER_ZERO_LENGTH_ARRAYS - byte array will return null by generator -->
<Match>
<Or>
<Class name="~com\.azure\.resourcemanager(\.[^.]+)*\.fluent\.([^.]+)Client"/>
<Class name="~com\.azure\.resourcemanager(\.[^.]+)*\.implementation\.([^.]+)ClientImpl"/>
</Or>
<Bug pattern="NP_LOAD_OF_KNOWN_NULL_VALUE,SKIPPED_CLASS_TOO_BIG,UPM_UNCALLED_PRIVATE_METHOD"/>
</Match>
<Match>
<Class name="~com\.azure\.resourcemanager(\.[^.]+)*\.fluent(\.[^.]+)*"/>
<Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
</Match>
<Match>
<Class name="~com\.azure\.resourcemanager(\.[^.]+)*\.implementation\.([^.]+)ClientImpl([^.]*)"/>
<Bug pattern="SIC_INNER_SHOULD_BE_STATIC_ANON"/>
Expand Down

0 comments on commit f9dac62

Please sign in to comment.