Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 366636 - Method XList.removeAll() does not clear the listList member
Summary: Method XList.removeAll() does not clear the listList member
Status: CLOSED FIXED
Alias: None
Product: OSEE
Classification: Technology
Component: OSEE Application Framework (show other bugs)
Version: 0.9.9   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 0.9.9   Edit
Assignee: S. Cook CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-13 16:36 EST by S. Cook CLA
Modified: 2012-01-25 13:58 EST (History)
1 user (show)

See Also:


Attachments
Method XList.removeAll() does not clear the listList member (1.04 KB, patch)
2011-12-13 16:38 EST, S. Cook CLA
ryan.d.brooks: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description S. Cook CLA 2011-12-13 16:36:19 EST
Need to add one line of code to the method XList.removeAll() so the member named listList is cleared.

   public void removeAll() {
      items.clear();
      listList.removeAll();
   }
Comment 1 S. Cook CLA 2011-12-13 16:36:56 EST
Line of code added to clear the listList member in the method XList.removeAll().
Comment 2 S. Cook CLA 2011-12-13 16:38:27 EST
Created attachment 208353 [details]
Method XList.removeAll() does not clear the listList member
Comment 3 Ryan Brooks CLA 2011-12-14 03:29:53 EST
Don Dunne applied this patch to 0.9.9_SR4 on Tue Dec 13 15:07:22 2011 -0700
Comment 4 S. Cook CLA 2012-01-25 13:58:56 EST
Pushed by: ddunne <donald.g.dunne@boeing.com>  2011-12-13 15:07:22
Released: Tag: 0.9.9.v201112191206_SR4