Bug #146
Method Extract: Changing to function does put return type in invocation
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Start date:
05/31/2019
Due date:
% Done:
0%
Description
When extracting code to a function that ended as "function boolean var1 string var2 integer var3 integer var4 returns number" in the function declaration then on the invocation line it had
get myfunction var1 var2 var3 var4 number to FIXME"
Of course it should not have "number" in there.
History
#1 Updated by Wil van Antwerpen over 5 years ago
Fixed. Returns didn't get parsed out correctly.
#2 Updated by Wil van Antwerpen over 5 years ago
- Status changed from New to Resolved
#3 Updated by Wil van Antwerpen over 5 years ago
- Status changed from Resolved to Closed