]> git.uio.no Git - ifi-stolz-refaktor.git/commit
Made RefactoringExecutor interface and a concrete implementation that is
authorErlend Kristiansen <erlenkr@ifi.uio.no>
Sat, 7 Dec 2013 15:20:49 +0000 (16:20 +0100)
committerErlend Kristiansen <erlenkr@ifi.uio.no>
Sat, 7 Dec 2013 15:20:49 +0000 (16:20 +0100)
commit569116c60a63ae5a849fd858c179a597dbdf94fb
tree50aa6e79c6d249d6d4777dc794a54f19d7cd544b
parent95ac15a9935bf82d2243ae45c6326c2afe2d36bb
Made RefactoringExecutor interface and a concrete implementation that is
used for actually executing refactorings.
software/no.uio.ifi.refaktor/src/no/uio/ifi/refaktor/changers/ExtractAndMoveMethodChanger.java
software/no.uio.ifi.refaktor/src/no/uio/ifi/refaktor/changers/MoveMethodRefactoringTargetFinder.java [new file with mode: 0644]
software/no.uio.ifi.refaktor/src/no/uio/ifi/refaktor/changers/RefactoringExecutor.java [new file with mode: 0644]
software/no.uio.ifi.refaktor/src/no/uio/ifi/refaktor/changers/RefaktorChanger.java
software/no.uio.ifi.refaktor/src/no/uio/ifi/refaktor/changers/RefaktorRefactoringChanger.java
software/no.uio.ifi.refaktor/src/no/uio/ifi/refaktor/changers/SimpleRefactoringExecutor.java [new file with mode: 0644]