jeffoffutt / muJava

Mutation system for Java programs, including OO mutation operators.
Apache License 2.0
66 stars 43 forks source link

How is file refactored? #24

Closed sjoon2455 closed 2 years ago

sjoon2455 commented 2 years ago

Hi,

I am curious on how the refactoring goes.

When we create new test session, the source file is put into result/{program}/original/{program}.java.

What do I have to do in order to write a code that does the same refactoring?

I am looking at the code, but have no idea on this.

I would appreciate any help.