Skip to content

Commit

Permalink
add specific reflection builder
Browse files Browse the repository at this point in the history
  • Loading branch information
leleuj committed Feb 21, 2023
1 parent 3c19518 commit 6fb21b1
Show file tree
Hide file tree
Showing 4 changed files with 993 additions and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@
<effort>Low</effort>
<threshold>Max</threshold>
<failOnError>true</failOnError>
<excludeFilterFile>${basedir}/spotbugs-exclude.xml</excludeFilterFile>
<includeTests>true</includeTests>
</configuration>
<executions>
Expand Down
10 changes: 10 additions & 0 deletions spotbugs-exclude.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<FindBugsFilter>
<Match>
<Class name="~.*Pac4jReflectionBuilder.*"/>
<Bug pattern="SIC_INNER_SHOULD_BE_STATIC"/>
</Match>
<Match>
<Class name="~.*Pac4jReflectionBuilder.*"/>
<Bug pattern="DM_BOXED_PRIMITIVE_FOR_PARSING"/>
</Match>
</FindBugsFilter>
Loading

0 comments on commit 6fb21b1

Please sign in to comment.