Ticket #2484 (closed bug: obsolete)

Opened 15 years ago

Last modified 13 years ago

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

serverBooksCopyPaste.patch (2.4 KB) - added by mira 15 years ago.

Change History

comment:1 Changed 15 years ago by todor

  • Status changed from new to s1b_analysis_finished

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:4 Changed 15 years ago by mira

  • Status changed from s2b_design_finished to s2c_design_ok

comment:5 Changed 15 years ago by mira

  • Owner set to mira
  • Status changed from s2c_design_ok to s3a_implementation_started

comment:6 Changed 15 years ago by mira

  • Status changed from s3a_implementation_started to s3b_implementation_finished
  • Imp._owners set to mira
  • Analysis_reviewers set to mira

The implementation is attached in a patch file to this ticket. It is very simple and it is done according to the design.

Changed 15 years ago by mira

comment:7 Changed 15 years ago by mira

  • Analysis_score changed from 0 to 3

comment:8 Changed 13 years ago by meddle

  • Status changed from s3b_implementation_finished to closed
  • Resolution set to obsolete

Closing all the tickets before M Y1

Note: See TracTickets for help on using tickets.