Skip to content

Commit

Permalink
minor: Suppressed nullness Checker error via patch
Browse files Browse the repository at this point in the history
  • Loading branch information
MANISH-K-07 authored and romani committed Mar 17, 2024
1 parent 66caa42 commit 386360b
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@
<lineContent>return result.toArray(EMPTY_MODIFIER_ARRAY);</lineContent>
</checkerFrameworkError>

<checkerFrameworkError unstable="false">
<fileName>src/main/java/com/puppycrawl/tools/checkstyle/Checker.java</fileName>
<specifier>argument</specifier>
<message>incompatible argument for parameter args of Checker.getLocalizedMessage.</message>
<lineContent>getLocalizedMessage(&quot;Checker.setupChildModule&quot;, name, ex.getMessage()), ex);</lineContent>
<details>
found : @Initialized @Nullable String
required: @Initialized @NonNull Object
</details>
</checkerFrameworkError>

<checkerFrameworkError unstable="false">
<fileName>src/main/java/com/puppycrawl/tools/checkstyle/Checker.java</fileName>
<specifier>argument</specifier>
Expand Down

0 comments on commit 386360b

Please sign in to comment.