test Rename refactoring
  [[ 
     [[bbb ]] = id
  ]] refactor rename("foo") to [[
     foo = id
  ]]
  1. rename(“foo”) must lead to refactoring input term (input, selected, position, ast, path, proj-path), with input is “foo”.

  2. input can be a tuple:
    extract-entity((“Address”,“address”))

  3. or empty: “None()” is used as input

Submitted by Maartje on 26 July 2011 at 09:28

On 26 July 2011 at 09:28 Maartje tagged testing

On 26 July 2011 at 09:28 Maartje tagged refactoring

On 26 July 2011 at 10:33 Lennart Kats commented:

What is the issue here?


On 26 July 2011 at 11:19 Maartje commented:

On this moment a “builder” input term is constructed: (selected, position, ast, path, proj-path), this should be a refactoring input term: (input, selected, position, ast, path, proj-path) whereby input value depends on specification of refactor … to.
So: refactor rename(“foo”) to => (“foo”, selected, position, ast, path, proj-path)


On 2 August 2011 at 13:25 Maartje commented:

fixed


On 2 August 2011 at 13:25 Maartje closed this issue.

On 9 September 2011 at 09:45 Lennart Kats tagged @maartje

On 9 September 2011 at 09:45 Lennart Kats tagged 1.0

Log in to post comments