spotbugs-exclude.xml (85 lines of code) (raw):
<?xml version="1.0" encoding="UTF-8"?>
<FindBugsFilter
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://github.com/spotbugs/filter/3.0.0"
xsi:schemaLocation="https://github.com/spotbugs/filter/3.0.0 https://raw.githubusercontent.com/spotbugs/spotbugs/3.1.0/spotbugs/etc/findbugsfilter.xsd">
<Match>
<Class name="com.epam.eco.commons.avro.AvroUtils"/>
<Bug pattern="EXS_EXCEPTION_SOFTENING_NO_CONSTRAINTS"/>
</Match>
<Match>
<Class name="com.epam.eco.commons.avro.AvroUtils"/>
<Method name="schemaFromFile"/>
<Bug pattern="PATH_TRAVERSAL_IN"/>
</Match>
<Match>
<Class name="com.epam.eco.commons.avro.Path"/>
<Bug pattern="REDOS"/>
</Match>
<Match>
<Class name="com.epam.eco.commons.avro.converter.AvroCaster"/>
<Method name="castEnumSymbol"/>
<Bug pattern="UP_UNUSED_PARAMETER"/>
</Match>
<Match>
<Class name="com.epam.eco.commons.avro.avpath.AvPath"/>
<Method name="operateUpdate"/>
<Bug pattern="ITC_INHERITANCE_TYPE_CHECKING"/>
</Match>
<Match>
<Class name="com.epam.eco.commons.avro.Path"/>
<Method name="updatePathString"/>
<Bug pattern="UCPM_USE_CHARACTER_PARAMETERIZED_METHOD"/>
</Match>
<Match>
<Class name="com.epam.eco.commons.avro.modification.CachedSchemaModifications"/>
<Method name="of"/>
<Bug pattern="NP_NULL_PARAM_DEREF"/>
</Match>
<Match>
<Class name="com.epam.eco.commons.avro.modification.SchemaModifications"/>
<Method name="of"/>
<Bug pattern="NP_NULL_PARAM_DEREF"/>
</Match>
<Match>
<Class name="com.epam.eco.commons.avro.modification.RemoveSchemaProperties"/>
<Method name="with"/>
<Bug pattern="NP_NULL_PARAM_DEREF"/>
</Match>
<Match>
<Class name="com.epam.eco.commons.avro.FieldInfo"/>
<Bug pattern="EI_EXPOSE_REP"/>
</Match>
<Match>
<Class name="com.epam.eco.commons.avro.FieldInfo"/>
<Bug pattern="EI_EXPOSE_REP2"/>
</Match>
<Match>
<Class name="com.epam.eco.commons.avro.avpath.PathTemplate"/>
<Bug pattern="EI_EXPOSE_REP"/>
</Match>
<Match>
<Class name="com.epam.eco.commons.avro.avpath.PathTemplate"/>
<Bug pattern="EI_EXPOSE_REP2"/>
</Match>
<Match>
<Class name="com.epam.eco.commons.avro.modification.AddSchemaFieldToPath"/>
<Bug pattern="EI_EXPOSE_REP"/>
</Match>
<Match>
<Class name="com.epam.eco.commons.avro.modification.AddSchemaFieldToPath"/>
<Bug pattern="EI_EXPOSE_REP2"/>
</Match>
<Match>
<Class name="com.epam.eco.commons.avro.modification.ChangeSchemaFieldNamesCase"/>
<Bug pattern="EI_EXPOSE_REP"/>
</Match>
<Match>
<Class name="com.epam.eco.commons.avro.validation.DetailedSchemaValidationException"/>
<Bug pattern="EI_EXPOSE_REP"/>
</Match>
<Match>
<Class name="com.epam.eco.commons.avro.validation.DetailedSchemaValidationException"/>
<Bug pattern="EI_EXPOSE_REP2"/>
</Match>
</FindBugsFilter>