Files
openide/platform/tasks-platform-impl
Aleksey Pivovarov 8e9954a0aa vcs: deprecate setters in LocalChangeList
Prior to the recent fix, `ChangeListWorker.getCopyByName()` didn't
perform a defensive copying of LocalChangeList.
As a result, `ChangeListManager.findChangeList("").setComment("")`
might'vs actually work.
But it didn't notify listeners and the change might've been reverted,
if performed during CLM refresh.
Also, `setName()` could break inner mappings in ChangeListWorker.

We can't remove these setters from API yet, so just replace them with
an actual call to the ChangeListManager.
2017-05-29 21:33:41 +03:00
..