]> git.uio.no Git - ifi-stolz-refaktor.git/history - software/no.uio.ifi.refaktor.examples
Altering some settings.
[ifi-stolz-refaktor.git] / software / no.uio.ifi.refaktor.examples /
2014-03-10 Erlend KristiansenAltering some settings.
2014-03-06 Erlend KristiansenEnclosingInstanceReferenceChecker: adding to LegalState...
2014-03-05 Erlend KristiansenMultipleReturnValuesNeededChecker: handling one assignm...
2014-03-05 Erlend KristiansenMultipleReturnValuesNeededChecker: adding
2014-03-02 Erlend KristiansenAdding code that exposes bug in Move Method refactoring...
2014-03-02 Erlend KristiansenIllegalStatementsChecker: adding check for assignment...
2014-03-02 Erlend KristiansenUnfixesCollector: simple name in null test is unfix
2014-03-01 Erlend KristiansenIllegalStatementsChecker: now working for enhanced...
2014-02-28 Erlend KristiansenIllegalStatementsChecker: now handling continue in...
2014-02-28 Erlend KristiansenIllegalStatementsChecker: now handling break inside...
2014-02-28 Erlend KristiansenTextSelectionsGenerator: now handling switch statements
2014-02-27 Erlend KristiansenCompilationUnitTextSelection: can now find anonymous...
2014-02-27 Erlend KristiansenRefaktorHandleUtils: can now find methods in anonymous...
2014-02-26 Erlend KristiansenTextSelectionsGeneratorTest: generalizing
2014-02-25 Erlend KristiansenTextSelectionsGeneratorTest: adding
2014-02-24 Erlend KristiansenUnfixesCollector: adding SingleVariableDeclaration...
2014-02-23 Erlend KristiansenRefaktorHandleUtils: fixing problem with finding second...
2014-02-22 Erlend KristiansenExtractAndMoveMethodAnalyzer: adding check for super...
2014-02-18 Volker StolzMerge branch 'master' of git.uio.no:ifi-stolz-refaktor
2014-02-16 Erlend KristiansenSignatureUtils: fixing bug with normalization
2014-02-16 Erlend KristiansenTests: no more crap :-)
2014-02-15 Erlend KristiansenAdding checks for return statements. (A lot.)
2014-02-13 Erlend KristiansenCompilationUnitTextSelection: fixing bug regarding...
2014-02-12 Erlend KristiansenExtractAndMoveMethodAnalyzer: filtering out simple...
2014-02-12 Erlend KristiansenRefaktorHandleUtils: fixing bug with methods declaring...
2014-02-06 Erlend KristiansenUnfixesCollector: adding local classes to unfixes
2014-02-05 Erlend KristiansenUnfixesCollector: fixing bug regarding array variables...
2014-01-30 Erlend KristiansenMoving some assertion code into no.uio.ifi.refaktor...
2014-01-29 Erlend KristiansenRefactoring PackageWideSearchBasedExtractAndMoveMethodC...
2014-01-29 Erlend KristiansenAdding test and code for analyzing and changing a package.
2014-01-28 Erlend KristiansenCatching exception in the method testing fro project...
2014-01-28 Erlend KristiansenRefactoring ExampleCodeManager.
2014-01-24 Erlend KristiansenRefactoring example project to make it more comprehensible.
2014-01-15 Erlend KristiansenAdding tests to extend the definition of an unfix to...
2014-01-15 Erlend KristiansenAdding tests for PrefixesCollector.
2014-01-10 Erlend KristiansenAdding test to capture bug regarding overloaded methods.
2014-01-07 Erlend KristiansenRemoving some Java assert statements in favor of assert...
2014-01-06 Erlend KristiansenFixing bug that made the SearchBasedExtractAndMoveMetho...
2014-01-05 Erlend KristiansenAdding test to UnfixesCollectorTest.
2014-01-05 Erlend KristiansenFixing bug with unfixesCollector that made it crash...
2014-01-04 Erlend KristiansenAdding tests to SearchBasedExtractAndMoveMethodAnalyzer...
2013-12-21 Erlend KristiansenAdding a unit test for CompilationUnitTextSelection.
2013-12-21 Erlend KristiansenAdding code to benchmark/testrun in large scale, the
2013-12-17 Erlend KristiansenAdding first draft of SearchBasedExtractAndMoveMethodAn...
2013-12-16 Erlend KristiansenAdding test data for SearchBasedExtractAndMoveMethodCha...
2013-12-11 Erlend KristiansenRenaming "extractors" to "analyzers".
2013-11-28 Erlend KristiansenChanging prefix equality to also consider the variable...
2013-11-04 Erlend KristiansenExtractAndMoveMethodPrefixesExtractor filters out those...
2013-11-01 Erlend KristiansenAdding failing test for ExtractAndMoveMethodChanger...
2013-10-23 Erlend KristiansenAdding test for ExtractAndMoveMethodChanger.
2013-09-06 Erlend KristiansenFirst try on extracting a union of common prefixes.
2013-08-15 Erlend KristiansenFirst attempt on making a framework for extracting...
2013-04-10 Volker StolzCI: drop version restriction.
2013-04-08 Erlend KristiansenSaferRefactoring with assert statement working on ...
2013-04-08 Erlend KristiansenChanging the name of the example project from 'InNeedOf...
2013-03-18 Erlend KristiansenAdding example code for "a simple example" as in original
2013-03-14 Volker StolzAdd test to check whether exanoke refactoring gets...
2013-03-07 Erlend KristiansenRenaming RefactoringTestOne to no.uio.ifi.refaktor.
2013-03-07 Volker StolzExports
2013-03-07 Erlend KristiansenRemoving override annotation from init method in LoadEx...
2013-03-05 Volker StolzMerge remote-tracking branch 'origin/master'
2013-03-05 Volker StolzAn Eclipse wizard to extract the example source-code...