Anonymous | Login | 12-09-2019 10:28 UTC |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||||||
0004827 | [Squeak] Kernel | minor | always | 09-09-06 17:30 | 07-25-13 10:24 | ||||||||
Reporter | Krivanek | View Status | public | ||||||||||
Assigned To | FrankShearar | ||||||||||||
Priority | normal | Resolution | no change required | ||||||||||
Status | resolved | Product Version | 3.10 | ||||||||||
Summary | 0004827: [KernelImageOverride] FileExistsException defaultAction | ||||||||||||
Description |
FileExistsException >> defaultAction original: defaultAction "The default action taken if the exception is signaled." ^self readOnly ifTrue: [StandardFileStream readOnlyFileDoesNotExistUserHandling: self fileName] ifFalse: [StandardFileStream fileDoesNotExistUserHandling: self fileName] override: defaultAction "The default action taken if the exception is signaled." ^ UIManager default fileDoesNotExistsDefaultAction: self Maybe the rising of unhandled error will be better solution for KI than special UIManager message |
||||||||||||
Additional Information | |||||||||||||
Attached Files | |||||||||||||
|
![]() |
|
(0014422 - 97 - 97 - 97 - 97 - 97 - 97) FrankShearar 07-25-13 10:24 |
Files-fbs.125 and System-fbs.563 address this by moving the #defaultAction to the System package. |
Mantis 1.0.8[^]
Copyright © 2000 - 2007 Mantis Group
35 total queries executed. 30 unique queries executed. |