View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004413 | JEDI VCL | 00 JVCL Components | public | 2008-08-05 19:07 | 2008-08-08 12:27 |
Reporter | Kiriakos | Assigned To | jfudickar | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | Daily / GIT | ||||
Target Version | Fixed in Version | ||||
Summary | 0004413: JvProgramVersionCheck crashes if AppStorage is not assigned | ||||
Description | The second line of the following method should check that AppStorage is Assigned as below. procedure TJvProgramVersionCheck.Execute; var ReleaseType: TJvProgramReleaseType; begin FExecuteVersionInfo := nil; if Assigned(AppStorage) and not Appstorage.PathExists(AppStoragePath) then StoreProperties; | ||||
Tags | No tags attached. | ||||
|
Fixed in SVN Now an Exception is raised |
|
Why raise an exception? JvProgramVersionCheck can work just fine without an appstorage assigned. In fact I have been using it in that fashion. |
|
Ok, i will look into it again. Yesterday i was thinking, that it would not work without. It seems to be to long ago, that i created this component :-) Greetings Jens |
|
Accepted and changed and Commited |
Date Modified | Username | Field | Change |
---|---|---|---|
2008-08-05 19:07 | Kiriakos | New Issue | |
2008-08-07 12:33 | jfudickar | Status | new => resolved |
2008-08-07 12:33 | jfudickar | Resolution | open => fixed |
2008-08-07 12:33 | jfudickar | Assigned To | => jfudickar |
2008-08-07 12:33 | jfudickar | Note Added: 0014478 | |
2008-08-07 17:29 | Kiriakos | Status | resolved => feedback |
2008-08-07 17:29 | Kiriakos | Resolution | fixed => reopened |
2008-08-07 17:29 | Kiriakos | Note Added: 0014479 | |
2008-08-07 23:39 | jfudickar | Note Added: 0014480 | |
2008-08-08 12:26 | jfudickar | Status | feedback => resolved |
2008-08-08 12:26 | jfudickar | Resolution | reopened => fixed |
2008-08-08 12:26 | jfudickar | Note Added: 0014482 |