SpotBugs Bug Detector Report
The following document contains the results of SpotBugs
SpotBugs Version is 3.1.0-RC7
Threshold is low
Effort is max
Summary
Classes |
Bugs |
Errors |
Missing Classes |
763 |
9 |
0 |
0 |
org.lightjason.agentspeak.action.builtin.collection.list.CSymmetricDifference
Bug |
Category |
Details |
Line |
Priority |
Check for oddness that won't work for negative numbers in org.lightjason.agentspeak.action.builtin.collection.list.CSymmetricDifference.lambda$execute$0(Multiset$Entry) |
STYLE |
IM_BAD_CHECK_FOR_ODD |
86 |
Medium |
org.lightjason.agentspeak.action.builtin.collection.multimap.CPutMultiple
org.lightjason.agentspeak.action.builtin.collection.multimap.CPutSingle
org.lightjason.agentspeak.action.builtin.math.linearprogram.CSolve
Bug |
Category |
Details |
Line |
Priority |
Use of non-localized String.toUpperCase() or String.toLowerCase() in org.lightjason.agentspeak.action.builtin.math.linearprogram.CSolve.lambda$execute$0(ITerm) |
I18N |
DM_CONVERT_CASE |
114 |
Low |
org.lightjason.agentspeak.action.builtin.web.IBaseWeb
Bug |
Category |
Details |
Line |
Priority |
Use of non-localized String.toUpperCase() or String.toLowerCase() in org.lightjason.agentspeak.action.builtin.web.IBaseWeb.lambda$flatmap$0(Map$Entry) |
I18N |
DM_CONVERT_CASE |
205 |
Low |
org.lightjason.agentspeak.common.CCommon
Bug |
Category |
Details |
Line |
Priority |
Use of non-localized String.toUpperCase() or String.toLowerCase() in org.lightjason.agentspeak.common.CCommon.lambda$languages$0(String) |
I18N |
DM_CONVERT_CASE |
119 |
Low |
org.lightjason.agentspeak.common.CPath
Bug |
Category |
Details |
Line |
Priority |
Use of non-localized String.toUpperCase() or String.toLowerCase() in org.lightjason.agentspeak.common.CPath.lambda$lower$4(Integer) |
I18N |
DM_CONVERT_CASE |
260 |
Low |
Use of non-localized String.toUpperCase() or String.toLowerCase() in org.lightjason.agentspeak.common.CPath.lambda$upper$5(Integer) |
I18N |
DM_CONVERT_CASE |
268 |
Low |
org.lightjason.agentspeak.language.execution.expressionbinary.EOperator
Bug |
Category |
Details |
Line |
Priority |
org.lightjason.agentspeak.language.execution.expressionbinary.EOperator.apply(Number, Number) uses the same code for two switch clauses |
STYLE |
DB_DUPLICATE_SWITCH_CLAUSES |
73 |
Low |