Community
Participate
Working Groups
Build ID: M20080911-1700 Steps To Reproduce: 1. Using the org.eclipse.ptp.perf.configurationTabs extension point, I added more than one tab in one plugin. 2. When I tried to open the Profile run dialog and access a perf tools configuration, I got NPE. More information: The array storing the tabs in the (Parallel)PerformanceLaunchConfigurationTabGroup does not process the new tab extensions correctly. It always overwrites the last tab. Thus, not initializing all the elements in the array. This leads to a NPE when the Profile configuration is accessed.
Created attachment 126792 [details] Proposed patch
This has been fixed for quite a while.