-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Story Points:1
-
Sprint:M-CORD SPRINT 11 (Developing)
In CfmMepManager.java in method deleteMep(MdId..,..,..): arrayList alreadyHandledDevices is created to check the devices which are handled.
But, this list is initialized inside the for loop, so in every iteration new list is created and already added deviceId are lost.
So, need to initialize this outside the for loop.