Files
traccar/findbugs.xml
2018-01-22 19:53:48 +13:00

32 lines
922 B
XML

<?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" />
</Match>
<Match>
<Class name="org.traccar.protocol.TrvProtocolDecoder" />
<Method name="decodeOptionalValue" />
<Bug pattern="NP_BOOLEAN_RETURN_NULL" />
</Match>
<Match>
<Class name="org.traccar.protocol.Gps056ProtocolDecoder" />
<Method name="decodeCoordinate" />
<Bug pattern="ICAST_IDIV_CAST_TO_DOUBLE" />
</Match>
<Match>
<Class name="org.traccar.protocol.PricolProtocolDecoder" />
<Method name="decode" />
<Bug pattern="ICAST_IDIV_CAST_TO_DOUBLE" />
</Match>
</FindBugsFilter>