Skip to content

Commit

Permalink
Update dependencies: fix spotbugs #3307
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavrilov-Ivan committed Jan 13, 2025
1 parent 1d46a61 commit b0de24c
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 b0de24c

Please sign in to comment.