| Summary: | ThemeCssProperty consumes too much memory | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Benjamin Muskalla <b.muskalla> | ||||||
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> | ||||||
| Status: | RESOLVED FIXED | QA Contact: | |||||||
| Severity: | enhancement | ||||||||
| Priority: | P3 | ||||||||
| Version: | 1.2 | ||||||||
| Target Milestone: | 1.3 M1 | ||||||||
| Hardware: | All | ||||||||
| OS: | All | ||||||||
| Whiteboard: | sr121 | ||||||||
| Attachments: |
|
||||||||
|
Description
Benjamin Muskalla
Created attachment 139794 [details]
heap analysis
.
The type field was needed during the property/css switch. Don't remember why the description came into th class. I agree that we can eliminate (I)ThemeCssProperty and replace it with String. The same for (I)ThemeCssAttribute. The description field can also be removed from (I)ThemeCssElement. Created attachment 140405 [details] Proposed patch This patch removes the obsolete types mentioned in comment 2 Committed patch to HEAD. Someone please revise for SR1. (In reply to comment #4) > Committed patch to HEAD. Someone please revise for SR1. Looks good to me. +1 to commit in v12_Maintenance branch. Applied patch to 1.2 maintenance branch. |