]> git.uio.no Git - ifi-stolz-refaktor.git/history - software/no.uio.ifi.refaktor.tests/src/no
CompilationUnitTextSelectionTest: optimizing
[ifi-stolz-refaktor.git] / software / no.uio.ifi.refaktor.tests / src / no /
2014-02-28 Erlend KristiansenCompilationUnitTextSelectionTest: optimizing
2014-02-28 Erlend KristiansenLegalStatementsTest: refactoring
2014-02-28 Erlend KristiansenTextSelectionsGenerator: now handling switch statements
2014-02-27 Erlend KristiansenTextSelectionsGenerator: now handling while statements
2014-02-27 Erlend KristiansenTextSelectionsGenerator: now handling labeled statements
2014-02-27 Erlend KristiansenTextSelectionsGenerator: now handling if-else statements
2014-02-27 Erlend KristiansenTextSelectionsGenerator: now handling for statements
2014-02-27 Erlend KristiansenTextSelectionsGenerator: now handling enhanced for...
2014-02-27 Erlend KristiansenTextSelectionsGenerator: now handles do statements
2014-02-27 Erlend KristiansenCompilationUnitTextSelection: refactoring
2014-02-27 Erlend KristiansenCompilationUnitTextSelection: can now find local declar...
2014-02-27 Erlend KristiansenCompilationUnitTextSelection: can now find anonymous...
2014-02-27 Erlend KristiansenRefaktorHandleUtils: can now find method in local class
2014-02-27 Erlend KristiansenRefaktorHandleUtils: can now find methods in anonymous...
2014-02-26 Erlend KristiansenTextSelectionsGenerator: now searches through every...
2014-02-26 Erlend KristiansenTextSelectionsGeneratorTest: generalizing
2014-02-25 Erlend KristiansenTextSelectionsGeneratorTest: adding
2014-02-24 Erlend KristiansenUnfixesCollector: adding SingleVariableDeclaration...
2014-02-22 Erlend KristiansenExtractAndMoveMethodAnalyzer: adding check for super...
2014-02-18 Erlend KristiansenMerge branch 'master' of git.uio.no:ifi-stolz-refaktor
2014-02-18 Volker StolzMerge branch 'master' of git.uio.no:ifi-stolz-refaktor
2014-02-17 Volker StolzReview
2014-02-17 Erlend KristiansenCleaning up some code
2014-02-17 Erlend KristiansenMethodSignature: fixing bug when final is used in parameter
2014-02-17 Erlend KristiansenRefaktorHandleUtils: now make use of MethodSignature
2014-02-16 Erlend KristiansenMethodSignature: refining
2014-02-16 Erlend KristiansenMethodSignature: trying to find a way to reliably find...
2014-02-16 Erlend KristiansenSignatureUtils: fixing bug with normalization
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-01-31 Erlend KristiansenTwo test classes: removing 'SearchBased' from their...
2014-01-31 Erlend KristiansenTwo changer classes: removing 'SearchBased' from their...
2014-01-31 Erlend KristiansenChanging method signature and adding Javaodoc to Executor.
2014-01-30 Erlend KristiansenRenaming RefaktorChanger.executeChange to *.execute
2014-01-30 Erlend KristiansenFixing some naming mixup.
2014-01-30 Erlend KristiansenMoving executors to no.uio.ifi.refaktor.change.executors
2014-01-30 Erlend KristiansenMoving changers into no.uio.ifi.refaktor.change.changer
2014-01-30 Erlend KristiansenRenaming no.uio.ifi.refaktor.changers to no.uio.ifi...
2014-01-30 Erlend KristiansenMoving some assertion code into no.uio.ifi.refaktor...
2014-01-30 Erlend KristiansenMoving some exceptions to no.uio.ifi.refaktor.changer...
2014-01-30 Erlend KristiansenMoving some exceptions into no.uio.ifi.refaktor.analyze...
2014-01-30 Erlend KristiansenMoving analyzers to no.uio.ifi.refaktor.analyze.analyzers
2014-01-30 Erlend KristiansenMoving comparators to no.uio.ifi.refaktor.analyze.compa...
2014-01-29 Erlend KristiansenMoving ProjectWideSearchBasedExtractAndMoveMethodChanger.
2014-01-29 Erlend KristiansenAdding test and implementation for ProjectWideSearchBas...
2014-01-29 Erlend KristiansenAdding test and code for analyzing and changing a package.
2014-01-28 Erlend KristiansenAdding tests for the ExampleCodeManager.
2014-01-27 Erlend KristiansenAdding assert to SearchBasedExtractAndMoveMethodChanger...
2014-01-16 Erlend KristiansenFixing incompatibilities between the Hamcrest libraries...
2014-01-15 Erlend KristiansenAdding tests to extend the definition of an unfix to...
2014-01-15 Erlend KristiansenOrganizing imports.
2014-01-15 Erlend KristiansenRefactoring to facilitate the addition of a new testcas...
2014-01-15 Erlend KristiansenMaking use of the Hamcrest hasItem matcher in UnfixesCo...
2014-01-15 Erlend KristiansenAdding test to define a simple name as a prefix if...
2014-01-15 Erlend KristiansenAdding tests for PrefixesCollector.
2014-01-14 Erlend KristiansenAdding some more data to ExtractAndMoveMethodAnalysisRe...
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-06 Erlend KristiansenReplacing the calls to org.hamcrest.MatcherAssert.asser...
2014-01-05 Erlend KristiansenAdding test to UnfixesCollectorTest.
2014-01-05 Erlend KristiansenFixing bug with unfixesCollector that made it crash...
2014-01-04 Erlend KristiansenDoing some refactoring.
2014-01-04 Erlend KristiansenAdding tests to SearchBasedExtractAndMoveMethodAnalyzer...
2013-12-21 Erlend KristiansenAdding more test cases to CompilationUnitTextSelectionTest.
2013-12-21 Erlend KristiansenAdding a unit test for CompilationUnitTextSelection.
2013-12-21 Erlend KristiansenChanging name.
2013-12-21 Erlend KristiansenAdding code to benchmark/testrun in large scale, the
2013-12-20 Erlend KristiansenChanging test to utilize the hamcrest instanceOf matcher.
2013-12-19 Erlend KristiansenThe SearchBasedExtractAndMoveMethodAnalyzer is now...
2013-12-19 Erlend KristiansenThe SearchBasedExtractAndMoveMethodAnalyzer now works...
2013-12-17 Erlend KristiansenAdding first draft of SearchBasedExtractAndMoveMethodAn...
2013-12-17 Erlend KristiansenChanging name of a method in a test case.
2013-12-16 Erlend KristiansenMoving some test code into ExampleCodeManager.
2013-12-16 Erlend KristiansenAdding test data for SearchBasedExtractAndMoveMethodCha...
2013-12-16 Erlend KristiansenInlining the get undo undo manager call the only place...
2013-12-16 Erlend KristiansenSetting up test for SearchBasedExtractAndMoveMethodChanger.
2013-12-15 Erlend KristiansenRemoving precondition checking from the Executor interface.
2013-12-15 Erlend KristiansenAdding SingleExecutionViolationException.
2013-12-11 Erlend KristiansenRenaming "extractors" to "analyzers".
2013-12-10 Erlend KristiansenMoving away from one RefaktorChangerException with...
2013-12-09 Erlend KristiansenAdding the interface PropertiesExtractor.
2013-12-04 Erlend KristiansenDoing some refactoring.
2013-11-29 Erlend KristiansenCleaning some code.
2013-11-29 Erlend KristiansenExchanging the SmartTextSelection in favor of a
2013-11-29 Erlend KristiansenRenaming SmartTextSelection to DocumentTextSelection.
2013-11-29 Erlend KristiansenMoving Reason class from ExtractAndMoveMethodChanger...
2013-11-29 Erlend KristiansenMoving RefaktorChangerException to no.uio.ifi.refaktor...
2013-11-29 Erlend KristiansenAdding the use of exceptions to handle precondition...
2013-11-28 Erlend KristiansenChanging prefix equality to also consider the variable...
2013-11-27 Erlend KristiansenChanging the name of the UnionOfLongestCommonPrefixesEx...
2013-11-27 Erlend KristiansenMaking prefix collectors work on all qualified names
2013-11-27 Erlend KristiansenMaking prefix collectors work on all method invocations
2013-11-27 Erlend KristiansenAdding test to expose cases where a variable declaratio...
2013-11-26 Erlend KristiansenMoving Prefix and PrefixSet into the package no.uio...
2013-11-08 Erlend KristiansenChanging test to get a higher degree of code coverage.
2013-11-05 Erlend KristiansenNow using Set instead of Map for prefixes in extractors.
2013-11-04 Erlend KristiansenExtractAndMoveMethodPrefixesExtractor filters out those...
next