Community
Participate
Working Groups
Created attachment 127463 [details] Screenshot I20090303-0800, probably introduced with bug 190438 See screenshot. - Initially, the projects you see selected in the Package Explorer were only in the JUnit working set. - I selected the projects and chose "Assign Working Sets...". - In the "Working Set Assignments" dialog, I unchecked 'JUnit'. - I clicked "New...", gave the new working set the name 'JUnit/Hamcrest', and confirmed => Now, you can see that the working set has really been created (it shows up at the end of the Package Explorer), but it's not visible in the "Working Set Assignments" dialog. Hint: When I toggle the "Show only in Package Explorer" checkbox, the new WS magically appears.
Created attachment 127654 [details] Patch with the fix. The bug was not from 190438, but because addNewWorkingSet(workingSet), was always called before manager.addWorkingSet(workingSet) when new working sets were created . Swapped them
Created attachment 127655 [details] Pls take this one.The bug was not from 190438, but because addNewWorkingSet(workingSet), was always called before manager.addWorkingSet(workingSet) when new working sets were created. Swapped them.
Thanks, released to HEAD.