View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005022 | JEDI VCL | 00 JVCL Components | public | 2009-11-17 13:31 | 2011-06-10 16:09 |
Reporter | tetardd | Assigned To | obones | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | Daily / GIT | ||||
Target Version | Fixed in Version | 3.40 | |||
Summary | 0005022: Useless Finally clauses in TJvCustomRichEdit? | ||||
Description | Here 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? | ||||
Tags | No tags attached. | ||||
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 |