Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
Description
Checking the code with FindBugs warned about calling equals between object of different classes (variable o1 and number 02). It seems to be a sneaky typo. Looking at the rest of the code, it shouldn't change result of comparison, but may reduce performance.