Skip to content

Commit

Permalink
Update dependencies (fix spotbugs errors) #3307
Browse files Browse the repository at this point in the history
(cherry picked from commit afc1de7)
  • Loading branch information
gorbunkov committed Feb 20, 2024
1 parent 3b3984a commit a3ba9f7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions codestyle/exclude-filter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -426,4 +426,22 @@
<Class name="com.haulmont.cuba.web.gui.components.WebLookupScreenFacet"/>
</Match>

<Match>
<Bug pattern="NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE"/>
<Class name="com.haulmont.cuba.gui.model.impl.ObservableList"/>
<Method name="sort"/>
</Match>

<Match>
<Bug pattern="NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE"/>
<Class name="com.haulmont.cuba.gui.xml.layout.loaders.AbstractComponentLoader"/>
<Method name="loadShortcutFromAlias"/>
</Match>

<Match>
<Bug pattern="NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE"/>
<Class name="com.haulmont.chile.core.model.utils.MethodsCache"/>
<Method name="&lt;init&gt;"/>
</Match>

</FindBugsFilter>

0 comments on commit a3ba9f7

Please sign in to comment.