-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 4.1.0.Final
-
Component/s: Eclipse Plugin, Tooling API
-
Labels:None
-
Story Points:14
The context menu of the Issue Explorer is extremely slow when right clicking on an issue. I believe this has to do with finding/computing the ruleset associated with the rule that generated the hint/classification (the algorithm needs to go through each ruleset, open it, and search for a rule with the same ID as assigned to the hint). Ideally, it would be best if the Hint/Classification tooling API could include necessary information for tracking down the associated ruleset responsible for creating that respective Hint/Classification.