]
Mario Fusco commented on DROOLS-1150:
-------------------------------------
Infinite recursions and other minor issues fixed by this commit
I'm leaving this ticket open since there are other FindBugs reports that deserves to
be investigated.
Problems found by FindBugs in drools-core
-----------------------------------------
Key: DROOLS-1150
URL:
https://issues.jboss.org/browse/DROOLS-1150
Project: Drools
Issue Type: Bug
Affects Versions: 7.0.0.Final
Reporter: Tibor Zimányi
Assignee: Mario Fusco
Attachments: findBugsDroolsCore.ods, FindBugsResult_4_29_16-drools-core.html
I ran FindBugs analysis on drools-core module on master. There is 880 warnings in the
report. So a pretty decent number. I picked some for start. See attachments. Also we
should focus on concurrency warnings. You can find them in the report under
"Multithreaded correctness Warnings" section.
For better description of the warnings, you can install FindBugs-IDEA plugin and run the
analysis in IDE. Each warning has some short description, sometimes with a link pointing
to an article or more detailed info about the problem.