Ticket #1729 (closed bug: fixed)
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
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
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