Skip to content

Commit

Permalink
Revert "Update dependencies (fix spotbugs errors) #3307"
Browse files Browse the repository at this point in the history
This reverts commit afc1de7.
  • Loading branch information
gorbunkov committed Feb 26, 2024
1 parent afc1de7 commit 1ddc176
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions codestyle/exclude-filter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -426,22 +426,4 @@
<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 1ddc176

Please sign in to comment.