Details
-
Bug
-
Status: Resolved
-
Resolution: Fixed
-
2.5
-
None
-
Operating System: All
Platform: All
-
49350
Description
Their is a small mistake in AFPResourceLevel#equals method, which renders the equals method incorrect:
The level field is compared to itself (level == level)
and not to the other object field (level == rl.level)
-> The level is always equals to itself.