Skip to content

Commit

Permalink
Suppressing unconfirmed casts because we know the cast is correct but…
Browse files Browse the repository at this point in the history
… the APIs weren't designed for it
  • Loading branch information
conniey committed Feb 27, 2019
1 parent 708d291 commit c9a44be
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>

<FindBugsFilter>
<!-- These existing KeyVault Attribute APIs return their super class rather than the actual type. -->
<Match>
<Class name="~com\.microsoft\.azure\.keyvault\.requests\.\w+Request"/>
<Bug pattern="BC_UNCONFIRMED_CAST_OF_RETURN_VALUE"/>
</Match>

<!-- These keyvault models are already publicly released APIs with name
matching the simple name of superclass -->
<Match>
Expand Down

0 comments on commit c9a44be

Please sign in to comment.