SpotBugs Bug Detector Report

The following document contains the results of SpotBugs

SpotBugs Version is 4.8.6

Threshold is medium

Effort is default

Summary

Classes Bugs Errors Missing Classes
17 2 0 0

Files

Class Bugs
org.djutils.eval.Eval 2

org.djutils.eval.Eval

Bug Category Details Line Priority
org.djutils.eval.Eval.setUserDefinedFunctions(Map) may expose internal representation by storing an externally mutable object into Eval.userDefinedFunctions MALICIOUS_CODE EI_EXPOSE_REP2 285 Medium
Switch statement found in org.djutils.eval.Eval.evalLhs(int) where one case falls through to the next case STYLE SF_SWITCH_FALLTHROUGH 367-371 Medium