Menu

ASTReproduce 0.0.1 Alpha Released

The Eclipse plugin is packed as zip file and can be downloaded here: http://sourceforge.net/project/showfiles.php?group_id=172840

* Creates code for reproduction for any ASTNode

* Code is nicely structured and can be easily included into your code manipulating applications (e.g. refactoring)

* This is the first code-exposure of the ASTReproduce project... Download and have a look at it! Comments are very welcome :)

There is no manual yet, though running the reproducer is very simple at the current point of development:

ApplicationBuilder.createClipboardApplicationBuilder().buildApplication(anyASTNodeInstance);

copys reproduction code into the clipboard.

ApplicationBuilder.createDefault(lwCompilationUnit).buildApplication(anyASTNodeInstance);

Adds the reproduction code to the first type in lwCompilationUnit.

Posted by Thomas Kuhn 2006-08-21

Log in to post a comment.