Community
Participate
Working Groups
R4E should use separate threads (Eclipse jobs) to run long-running operations Long-running operations includes: - Create new Review Items manually - Create new Review Items from a Version Control System Changeset - Open Review Groups from the Navigator view - Open Reviews from the Navigator view - Open Editor from Navigator view - Open Compare Editor from Navigator view - Add new Anomaly - Add new Linked Anomaly - Restore Element in Review Navigator View
Function implemented. All commands now run within their own thread. For all commands except FindReviewItems, this is a UIThread Job, as they update the UI. For the FindReviewItems, which is longer, the items are gathered in a background job, but the UI is updated in the UI Thread.
Implementation completed