View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002625 | JEDI VCL | 00 JVCL Components | public | 2005-02-11 06:29 | 2005-02-12 02:54 |
Reporter | francois_piette | Assigned To | obones | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.00 BETA 2 | ||||
Target Version | Fixed in Version | 3.00 | |||
Summary | 0002625: SimplePluginDemo has unused procedure | ||||
Description | The following procedure is never called and should be removed. procedure TForm1.uilPluginManagerAfterLoading(Sender: TObject); begin //uilPluginManager.GetLoadedPlugins(clbPlugins.Items); lbStatus.Items.Add('Finished loading Plug-ins'); end; | ||||
Steps To Reproduce | Put a breakpoint on the first line of the procedure and run the demo. You never hit the breakpoint. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2005-02-11 06:29 | francois_piette | New Issue | |
2005-02-12 02:54 | obones | Status | new => resolved |
2005-02-12 02:54 | obones | Fixed in Version | => 3.00 |
2005-02-12 02:54 | obones | Resolution | open => fixed |
2005-02-12 02:54 | obones | Assigned To | => obones |
2005-02-12 02:54 | obones | Note Added: 0006468 |