diff options
Diffstat (limited to 'findbugs.xml')
-rw-r--r-- | findbugs.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/findbugs.xml b/findbugs.xml index 18fba5c9a..d7890baac 100644 --- a/findbugs.xml +++ b/findbugs.xml @@ -1,6 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> <FindBugsFilter> <Match> + <Method name="~get.*Time" /> + <Bug pattern="EI_EXPOSE_REP" /> + </Match> + <Match> + <Method name="~set.*Time" /> + <Bug pattern="EI_EXPOSE_REP2" /> + </Match> + <Match> <Class name="org.traccar.notification.PropertiesProvider" /> <Method name="getBoolean" /> <Bug pattern="NP_BOOLEAN_RETURN_NULL" /> |