| Summary: | Method XList.removeAll() does not clear the listList member | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Technology] OSEE | Reporter: | S. Cook <shawn.f.cook> | ||||
| Component: | OSEE Application Framework | Assignee: | 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: |
|
||||||
Line of code added to clear the listList member in the method XList.removeAll(). Created attachment 208353 [details]
Method XList.removeAll() does not clear the listList member
Don Dunne applied this patch to 0.9.9_SR4 on Tue Dec 13 15:07:22 2011 -0700 Pushed by: ddunne <donald.g.dunne@boeing.com> 2011-12-13 15:07:22 Released: Tag: 0.9.9.v201112191206_SR4 |
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(); }