Actions
Bug #148
closedMethod Extract: Procedure without parameters not called
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Start date:
05/31/2019
Due date:
% Done:
0%
Estimated time:
Description
If you extract a procedure without any parameters then it does not get invoked from the location where the method is extracted.
Updated by Wil van Antwerpen almost 7 years ago
- Status changed from New to Resolved
Some of the code that determined the method name was inside a parameter check.
Moved it out and this now works as expected.
Actions