Community
Participate
Working Groups
Build F2 (20020602) Win2K, Motif, and GTK2 Try this in windows: 1. Open java perspective 2. Create new java project 3. Create new class called "C" 4. Paste the following code in it and then save & compile -------------------------- public class C { static int test; public static void main(String[] args) { test++; } } -------------------------- 5. Highlight the first "test" 6. Right-click on it, Search->References->Workspace 7. Close search view 8. repeat #6 (search again) Now the search results don't come up. Instead, the task view looks messed up. Try double clicking on the Task view.. all the views disappear! The same happens in Motif, but in GTK2, an error message comes up saying "Unable to create view part".
double clicking task view zooms into so this is expected. >Now the search results don't come up. Instead, the task view looks messed up. looks like the same symptoms as 18642. Moving to Platform UI
CCing McQ for the GTK difference. Eduardo, can you confirm this is a dup of 18642?
*** This bug has been marked as a duplicate of 18929 ***