Fixed
Details
Assignee
Marius OehlerMarius OehlerReporter
Marius OehlerMarius OehlerIntegrator
Ivan SenicIvan SenicSprint
NoneFix versions
Priority
Medium
Details
Details
Assignee
Marius Oehler
Marius OehlerReporter
Marius Oehler
Marius OehlerIntegrator
Ivan Senic
Ivan SenicSprint
None
Fix versions
Priority
Created November 24, 2016 at 1:03 PM
Updated November 25, 2016 at 1:12 PM
Resolved November 25, 2016 at 1:12 PM
When removing a profile from a load environment the ConfigurationInterfaceManager uses the checkProfiles(..) method to remove the profile from the environment. In this case it is directly removed from the actual environment's profile map. There is no way to keep track of this deletion.
When comparing the updated environment to the old environment, the profile deletion can not be figured out because they refer the same profile-map.
p.s.: this fix is necessary for the dynamic instrumentation.