View Issue Details

IDProjectCategoryView StatusLast Update
0004413JEDI VCL00 JVCL Componentspublic2008-08-08 12:27
ReporterKiriakosAssigned Tojfudickar 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product VersionDaily / GIT 
Target VersionFixed in Version 
Summary0004413: JvProgramVersionCheck crashes if AppStorage is not assigned
DescriptionThe 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;
TagsNo tags attached.

Activities

jfudickar

2008-08-07 12:33

developer   ~0014478

Fixed in SVN
Now an Exception is raised

Kiriakos

2008-08-07 17:29

reporter   ~0014479

Why raise an exception? JvProgramVersionCheck can work just fine without an appstorage assigned. In fact I have been using it in that fashion.

jfudickar

2008-08-07 23:39

developer   ~0014480

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

jfudickar

2008-08-08 12:26

developer   ~0014482

Accepted and changed and Commited

Issue History

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