﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1243	Variable renaming doesn't work on specific case	Frederico Caldeira Knabben		"The following input:

{{{
function Test()
{
  for ( var idx = 0 ; idx < 10; idx++ )
  {
    if ( ( idx / 2 ) == x( idx / 2 ) )
       alert( idx ) ;
  }
}
}}}

Outputs like this:

{{{
function Test(){for (var A=0;A<10;A++){if ((A / 2 ) == x( idx / 2)) alert(A);}}
}}}

The ""idx"" variable is not always replaced by ""A"".

There are also some spaces that could be safely removed (near /), but this is another (minor) issue."	Bug	closed	Normal		Project : CKPackager		fixed		
