ouniali / flexible-refactoring-tools

Automatically exported from code.google.com/p/flexible-refactoring-tools
1 stars 0 forks source link

Write AST History Files #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Create two sets of files:
Set 1: Keep the whole file that was changed, where name of file is timestamp
Set 2: Keep just the changed part, also file name time stamp

If files happen to have same timestamp, then add character to end.

Original issue reported on code.google.com by captain....@gmail.com on 4 May 2011 at 8:59

GoogleCodeExporter commented 9 years ago
Done. A new class called ASTFileSaver is added to handle this job by saving 
both the full and concise version of source code change.

Original comment by xge.nc...@gmail.com on 6 May 2011 at 4:32

GoogleCodeExporter commented 9 years ago

Original comment by captain....@gmail.com on 6 May 2011 at 10:28