Ticket #1729 (closed bug: fixed)

Opened 16 years ago

Last modified 16 years ago

An error appears when an unexisting book is opened

Reported by: deyan Owned by: mira
Priority: major Milestone: M09_BETA1
Component: uncategorized Version: 2.0
Keywords: Cc:
Category: unknown Effort:
Importance: Ticket_group:
Estimated Number of Hours: Add Hours to Ticket:
Billable?: Total Hours:
Analysis_owners: deyan Design_owners: mira
Imp._owners: mira Test_owners:
Analysis_reviewers: Changelog:
Design_reviewers: pap Imp._reviewers: pap
Test_reviewers: Analysis_score: 0
Design_score: 0 Imp._score: 3.5
Test_score: 0

Description

Open Sophie, go to "File->Open" and type in unexisting filename.

Attachments

1729.txt (24.3 KB) - added by deyan 16 years ago.

Change History

comment:1 Changed 16 years ago by deyan

  • Owner set to deyan
  • Status changed from new to s1a_analysis_started

comment:2 Changed 16 years ago by deyan

  • Status changed from s1a_analysis_started to s1b_analysis_finished

Changed 16 years ago by deyan

comment:3 Changed 16 years ago by mira

  • Status changed from s1b_analysis_finished to s1c_analysis_ok

comment:4 Changed 16 years ago by mira

  • Owner changed from deyan to mira
  • Status changed from s1c_analysis_ok to s2a_design_started

comment:5 Changed 16 years ago by mira

  • Design_owners set to mira
  • Status changed from s2a_design_started to s2b_design_finished

Open Sophie, go to "File->Open" and type in unexisting filename.

The file name is found invalid inside the persistence logic but the caller should handle it. There should be added logic for rethrowing the exceptions from the persisters.

A throws clause should be added to the persist method of the interface and proper handling.

comment:6 Changed 16 years ago by mira

  • Status changed from s2b_design_finished to s2c_design_ok

Open Sophie, go to "File->Open" and type in unexisting filename.

The file name is found invalid inside the persistence logic but the caller should handle it. There should be added logic for rethrowing the exceptions from the persisters.

A throws clause should be added to the persist method of the interface and proper handling.

comment:7 Changed 16 years ago by mira

  • Status changed from s2c_design_ok to s3a_implementation_started

comment:8 Changed 16 years ago by mira

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

It is done - #3858

comment:9 Changed 16 years ago by pap

  • Status changed from s3b_implementation_finished to closed
  • Design_reviewers set to pap
  • Resolution set to fixed
  • Imp._score changed from 0 to 3.5
  • Imp._reviewers set to pap

Committed to trunk revision 3893

Note: See TracTickets for help on using tickets.