Ticket #2484 (closed bug: obsolete)
copy-pate-frame-on-server-book-throws-an-exception - Copy, paste frame on serer book throws an exception.
Reported by: | todor | Owned by: | mira |
---|---|---|---|
Priority: | major | Milestone: | X3 |
Component: | uncategorized | Version: | 2.0 |
Keywords: | Cc: | ||
Category: | unknown | Effort: | |
Importance: | 90 | Ticket_group: | |
Estimated Number of Hours: | 0 | Add Hours to Ticket: | 0 |
Billable?: | yes | Total Hours: | 0 |
Analysis_owners: | todor | Design_owners: | mira |
Imp._owners: | mira | Test_owners: | |
Analysis_reviewers: | mira | Changelog: | Changelog |
Design_reviewers: | Imp._reviewers: | ||
Test_reviewers: | Analysis_score: | 3 | |
Design_score: | 0 | Imp._score: | 0 |
Test_score: | 0 |
Description
If you have a server book and try to copy and then paste frame, an exception occurs.
Attachments
Change History
comment:2 Changed 15 years ago by mira
- Design_owners set to mira
- Status changed from s1b_analysis_finished to s2a_design_started
comment:3 Changed 15 years ago by mira
- Status changed from s2a_design_started to s2b_design_finished
The copy/paste logic of frames relies on the ResourceChanger in strage way. For it to work the SubResourceChanger should not return the same effect (reads and writes) as its parent, but change the keys to start from its sub root key. I think this is the correct behaviour also and it was not implemented this way because no one was using it.
Make the method subList(begin, end) of NaiveImmList usable and use it to transform the keys in the getReads() and getWrites() methods of the sub changer.
comment:5 Changed 15 years ago by mira
- Owner set to mira
- Status changed from s2c_design_ok to s3a_implementation_started
Note: See
TracTickets for help on using
tickets.