-
Type:
Sub-task
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: None
-
Component/s: CIJ Plugin
-
None
Currently when a line in the Test Runs becomes visible it starts computation of contribution coverage, using invokeLater()
The queue is not bound and not cancellable, as the result if you scroll the view for Jira CPU will be hogged for a long time.
UI becomes less responsive, although it does not block completely.
Solution:
- create a manageable queue to be calculated off the UI thread
- make the process cancellable.