Testing Refactoring errors and warnings
output of (single AST) refactorings has the form ([(ast, ast-t)], fatal-errors, errors, warnings) whereby fatal-errors, errors, warnings are lists.
The (number of) fatal-errors, errors, warnings should be testable. For example:Submitted by Maartje on 26 July 2011 at 09:30
test Rename refactoring
bbb = id
refactor rename(“foo”) to
foo = id
1 errors
2 warnings
Issue Log
On 26 July 2011 at 09:30 Maartje tagged refactoring
On 3 August 2011 at 08:36 Maartje closed this issue.
On 3 August 2011 at 08:36 Maartje commented:
implemented.
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