Community
Participate
Working Groups
When I right-click an item to run as a JUnit test, the "Run" context menu takes several seconds to appear. It used to be almost immediate. This breaks the test/code rhythm when I need to switch test classes.
This occurs in 3.0rc1
This appears not to happen all the time. It /does/ happen more often when JUnit Test is the only item in the Run context menu.
Move to JDT/UI
The content of the context menu is computed when it opens to save CPU cycles on selection changes. So this is for sure slow the first time you open the menu, but should be faster when used the next time. Darin, do you have any profile numbers regarding resolving the Run/Debug menu. Moving to Debug.
When I choose Run on a resource I haven't Run before, that's when this menu is slow. After that I can just press Ctrl+F11, so there's no need to select Run again for the same resource, so I'll never see the performance benefit.
*** This bug has been marked as a duplicate of 63115 ***