FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.0

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
55 4 0 0

org.apache.johnzon.mapper.Mapper

Bug Category Details Line Priority
La méthode org.apache.johnzon.mapper.Mapper.buildObject(Type, JsonObject) utilise le même code pour deux branches STYLE DB_DUPLICATE_BRANCHES 577 Medium
Found reliance on default encoding in org.apache.johnzon.mapper.Mapper.writeArray(Collection, OutputStream): new java.io.OutputStreamWriter(OutputStream) I18N DM_DEFAULT_ENCODING 222 High
Found reliance on default encoding in org.apache.johnzon.mapper.Mapper.writeIterable(Iterable, OutputStream): new java.io.OutputStreamWriter(OutputStream) I18N DM_DEFAULT_ENCODING 257 High
Return value of putIfAbsent is ignored, but enumConverter is reused in org.apache.johnzon.mapper.Mapper.findConverter(Type) MT_CORRECTNESS RV_RETURN_VALUE_OF_PUTIFABSENT_IGNORED 190 High