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 |
70 |
6 |
0 |
67 |
org.mycore.frontend.xeditor.MCREditorSubmission
Bug |
Category |
Details |
Line |
Priority |
org.mycore.frontend.xeditor.MCREditorSubmission.setDefaultValues() makes inefficient use of keySet iterator instead of entrySet iterator |
PERFORMANCE |
WMI_WRONG_MAP_ITERATOR |
162 |
Medium |
org.mycore.frontend.xeditor.MCREditorSubmission.setSubmittedValues(Map) makes inefficient use of keySet iterator instead of entrySet iterator |
PERFORMANCE |
WMI_WRONG_MAP_ITERATOR |
115 |
Medium |
org.mycore.frontend.xeditor.MCRXEditorTransformer
Bug |
Category |
Details |
Line |
Priority |
org.mycore.frontend.xeditor.MCRXEditorTransformer.getAdditionalParameters() makes inefficient use of keySet iterator instead of entrySet iterator |
PERFORMANCE |
WMI_WRONG_MAP_ITERATOR |
339 |
Medium |
org.mycore.frontend.xeditor.jaxen.MCRJaxenXPathFactory$ExtensionFunction
Bug |
Category |
Details |
Line |
Priority |
Should org.mycore.frontend.xeditor.jaxen.MCRJaxenXPathFactory$ExtensionFunction be a _static_ inner class? |
PERFORMANCE |
SIC_INNER_SHOULD_BE_STATIC |
96-107 |
Medium |
org.mycore.frontend.xeditor.target.MCRDebugTarget$Step
Bug |
Category |
Details |
Line |
Priority |
Should org.mycore.frontend.xeditor.target.MCRDebugTarget$Step be a _static_ inner class? |
PERFORMANCE |
SIC_INNER_SHOULD_BE_STATIC |
100-115 |
Medium |
org.mycore.frontend.xeditor.tracker.MCRChangeTracker
Bug |
Category |
Details |
Line |
Priority |
org.mycore.frontend.xeditor.tracker.MCRChangeTracker.clone() does not call super.clone() |
BAD_PRACTICE |
CN_IDIOM_NO_SUPER_CALL |
104-106 |
Medium |