Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 366636

Summary: Method XList.removeAll() does not clear the listList member
Product: [Technology] OSEE Reporter: S. Cook <shawn.f.cook>
Component: OSEE Application FrameworkAssignee: S. Cook <shawn.f.cook>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: ryan.d.brooks
Version: 0.9.9   
Target Milestone: 0.9.9   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
Method XList.removeAll() does not clear the listList member ryan.d.brooks: iplog+

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