Skip to content

Commit

Permalink
Fix spotbugs issues
Browse files Browse the repository at this point in the history
  • Loading branch information
gabilang authored Jul 27, 2023
1 parent f68273a commit eee2d4d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions compiler-plugin-tests/spotbugs-exclude.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,14 @@
<Class name="io.ballerina.stdlib.http.compiler.codeaction.AddInterceptorMethodTest" />
<Bug pattern="UPM_UNCALLED_PRIVATE_METHOD" />
</Match>
<Match>
<Class name="io.ballerina.stdlib.http.compiler.completion.AbstractCompletionTest$TestConfig" />
<Method name="getItems" />
<Bug pattern="EI_EXPOSE_REP" />
</Match>
<Match>
<Class name="io.ballerina.stdlib.http.compiler.completion.AbstractCompletionTest$TestConfig" />
<Method name="setItems" />
<Bug pattern="EI_EXPOSE_REP2" />
</Match>
</FindBugsFilter>

0 comments on commit eee2d4d

Please sign in to comment.