Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
vzakharchenko committed Jul 25, 2021
1 parent 1be4ddb commit ef95be8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions analizers/findbugs-exclude.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,12 @@
<Class name="com.github.vzakharchenko.dynamic.orm.core.dynamic.schema.DatabaseSchemaLoader"/>
<Bug pattern="CE_CLASS_ENVY"/>
</Match>
<Match>
<Class name="com.github.vzakharchenko.dynamic.orm.core.helper.PrimaryKeyHelper, com.github.vzakharchenko.dynamic.orm.core.helper.PrimaryKeyHelper"/>
<Bug pattern="NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE"/>
</Match>
<Match>
<Class name="com.github.vzakharchenko.dynamic.orm.core.query.UnionBuilderImpl, com.github.vzakharchenko.dynamic.orm.core.query.UnionBuilderImpl"/>
<Bug pattern="NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE"/>
</Match>
</FindBugsFilter>

0 comments on commit ef95be8

Please sign in to comment.