View Issue Details

IDProjectCategoryView StatusLast Update
0005022JEDI VCL00 JVCL Componentspublic2011-06-10 16:09
ReportertetarddAssigned Toobones 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product VersionDaily / GIT 
Target VersionFixed in Version3.40 
Summary0005022: Useless Finally clauses in TJvCustomRichEdit?
DescriptionHere is a code fragment for
function TJvCustomRichEdit.ObjectPropertiesDialog: Boolean;
begin
  ...
  try
        ...
  finally
  end;
end;

What is the point of that (useless??) Finally/end section? Why do we need the overhead of managing exception in the try/finally block if they are not managed at all?
TagsNo tags attached.

Activities

obones

2009-12-04 15:21

administrator   ~0016937

Thanks, this has been fixed in SVN

Issue History

Date Modified Username Field Change
2009-11-17 13:31 tetardd New Issue
2009-12-04 15:21 obones Note Added: 0016937
2009-12-04 15:21 obones Status new => resolved
2009-12-04 15:21 obones Fixed in Version => Daily / SVN
2009-12-04 15:21 obones Resolution open => fixed
2009-12-04 15:21 obones Assigned To => obones
2011-06-10 16:09 obones Fixed in Version Daily / SVN => 3.40