FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
5 7 0 0

edu.columbia.rascal.common.CalendarTransformer

Bug Category Details Line Priority
Boxing/unboxing to parse a primitive edu.columbia.rascal.common.CalendarTransformer.toCalendar(String) PERFORMANCE DM_BOXED_PRIMITIVE_FOR_PARSING 243 High
Primitive boxed just to call toString in edu.columbia.rascal.common.CalendarTransformer.toDateTimeSecondString(Calendar) PERFORMANCE DM_BOXED_PRIMITIVE_TOSTRING 307 High
Primitive boxed just to call toString in edu.columbia.rascal.common.CalendarTransformer.toDateTimeString(Calendar) PERFORMANCE DM_BOXED_PRIMITIVE_TOSTRING 374 High
Primitive boxed just to call toString in edu.columbia.rascal.common.CalendarTransformer.toString(Calendar) PERFORMANCE DM_BOXED_PRIMITIVE_TOSTRING 399 High
Primitive boxed just to call toString in edu.columbia.rascal.common.CalendarTransformer.toTimeString(Calendar) PERFORMANCE DM_BOXED_PRIMITIVE_TOSTRING 451 High

edu.columbia.rascal.common.PersistentTextFormatter

Bug Category Details Line Priority
Return value of Character.valueOf(char) ignored, but method has no side effect STYLE RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECT 28 Medium

edu.columbia.rascal.common.RascalProperties

Bug Category Details Line Priority
Write to static field edu.columbia.rascal.common.RascalProperties.properties from instance method edu.columbia.rascal.common.RascalProperties.setProperties(Properties) STYLE ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD 24 High