T O P I C R E V I E W |
mar10us |
Posted - Nov 04 2008 : 05:31:46 AM I'm using VAX1649 on VS6 and VS2005 C++. Is there a parameter limit of 10 on the "extract method"? I know it is better to avoid these amounts of parameters but VAX will extract the method and will break references...
Is it possible to show a warning if this limit (if there is one) is exceeded? |
2 L A T E S T R E P L I E S (Newest First) |
support |
Posted - Dec 01 2008 : 07:39:12 AM case=5802 is fixed in build 1707 |
accord |
Posted - Nov 04 2008 : 1:41:25 PM Extract Method only passes the first 10 parameters. This is a known issue:
case=5802 |