Bug #147
Method Extract: Mislabeled IN on variables that are initialized in the method
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Start date:
05/31/2019
Due date:
% Done:
0%
Description
If you have code at the top that says:
Move True To bVar1
Move 0 To iVar2
and those lines are not in a if/then block then the variables are going to be local, perhaps OUT, but certainly not IN.