]> git.uio.no Git - ifi-stolz-refaktor.git/shortlog
ifi-stolz-refaktor.git
2013-12-20 Erlend KristiansenAdding eclipse.jdt.core.git submodule under eclipse_sou...
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-16 Erlend KristiansenChanged a name.
2013-12-16 Erlend KristiansenDelegating the calculation of the original target ...
2013-12-16 Erlend KristiansenChanging a name.
2013-12-15 Erlend KristiansenRemoving precondition checking from the Executor interface.
2013-12-15 Erlend KristiansenAdding SingleExecutionViolationException.
2013-12-15 Erlend KristiansenRemoving precondition checking from the ExecutorManager...
2013-12-13 Erlend KristiansenRemoving unused import.
2013-12-12 Erlend KristiansenMaking method private.
2013-12-12 Erlend KristiansenRemoving the storage of safe prefixes in ExtractAndMove...
2013-12-12 Erlend KristiansenRaising the bar for what kind of failures that shall...
2013-12-12 Erlend KristiansenRenaming a field and removing redundant configuration of
2013-12-11 Erlend KristiansenRenaming "extractors" to "analyzers".
2013-12-11 Erlend KristiansenBreaking up long static method to strip a text selectio...
2013-12-10 Erlend KristiansenRemoving some unused code.
2013-12-10 Erlend KristiansenSeparating the execution logic for the extract method...
2013-12-10 Erlend KristiansenSome simple renamings.
2013-12-10 Erlend KristiansenMoving away from one RefaktorChangerException with...
2013-12-10 Erlend KristiansenMoving the selection validation checking to the Selecti...
2013-12-09 Erlend KristiansenAdding the interface PropertiesExtractor.
2013-12-09 Erlend KristiansenRefactoring a bit of the precondition checking.
2013-12-08 Erlend KristiansenAdding final modifier to executorManager.
2013-12-08 Erlend KristiansenRemoving some garbage code from SaferRefactoring*.
2013-12-07 Erlend KristiansenIntroducing the Executor/ExecutorManager pattern for...
2013-12-07 Erlend KristiansenAdding Executor interface and ExecutorManager.
2013-12-07 Erlend KristiansenRenaming RefactoringExecutor to RefactoringPerformer.
2013-12-07 Erlend KristiansenMade RefactoringExecutor interface and a concrete imple...
2013-12-07 Erlend KristiansenFixing some names.
2013-12-06 Erlend KristiansenSetting some members to private.
2013-12-06 Erlend KristiansenSome small refactorings in PrefixSet.
2013-12-06 Erlend KristiansenRemoving some use of null values in Prefix.
2013-12-06 Erlend KristiansenRemoving some Reasons from RefaktorChangerException.
2013-12-05 Erlend KristiansenCleaning up.
2013-12-05 Erlend KristiansenAdding MoveMethodTargetFinder to ExtractAndMoveMethodCh...
2013-12-05 Erlend KristiansenRefactoring.
2013-12-05 Erlend KristiansenFixing possible problem with finding move target from...
2013-12-05 Erlend KristiansenRefactoring some code.
2013-12-04 Erlend KristiansenSome refactoring. Getting rid of IDocument dependency...
2013-12-04 Erlend KristiansenDoing some refactoring.
2013-12-02 Erlend KristiansenDoing some refactoring.
2013-11-29 Erlend KristiansenSome more cleaning.
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 KristiansenDid some refactoring on the initialization of ExtractAn...
2013-11-29 Erlend KristiansenMoving Reason class from ExtractAndMoveMethodChanger...
2013-11-29 Erlend KristiansenFixing bug regarding faulty use of own RefaktorChanger...
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-29 Erlend KristiansenChanging the RefaktorHandleUtils.findCompilationUnitFro...
2013-11-29 Erlend KristiansenAdding method to find file from editor in DocumentUtils.
2013-11-29 Erlend KristiansenSplitting method with to many responsibilities (includi...
2013-11-28 Erlend KristiansenChanging prefix equality to also consider the variable...
2013-11-27 Erlend KristiansenAdding the output of unfixes and safe prefixes to the...
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 KristiansenDeleting some unused classes.
2013-11-27 Erlend KristiansenAdding test to expose cases where a variable declaratio...
2013-11-26 Erlend KristiansenAdding a TODO in the code.
2013-11-26 Erlend KristiansenAdding to the thesis about property collectors.
2013-11-26 Erlend KristiansenDoing some minor refactoring.
2013-11-26 Erlend KristiansenMoving Prefix and PrefixSet into the package no.uio...
2013-11-26 Erlend KristiansenRefactoring some names and adds some JavaDoc.
2013-11-25 Erlend KristiansenUnifying logic from PrefixesCollector and LongestCommon...
2013-11-25 Erlend KristiansenSeparating the logic of extractors into collectors. ++
2013-11-24 Erlend KristiansenThesis work. Writing about the Extract and Move Method...
2013-11-24 Erlend KristiansenImproving the method in Prefix for finding the name...
2013-11-20 Erlend KristiansenAdding to the section about Eclipse shortcomings.
2013-11-20 Erlend KristiansenAdding a file listing some files with Eclipse source...
2013-11-20 Erlend KristiansenDoing some refactoring.
2013-11-19 Erlend KristiansenStarting to write about Eclipse shortcomings.
2013-11-19 Erlend KristiansenWriting more about the design of the LTK.
2013-11-18 Erlend KristiansenStarting on the chapter about the design of refactoring...
2013-11-18 Erlend KristiansenWriting about hacking the refactoring undo management.
2013-11-14 Erlend KristiansenMinor changes.
2013-11-08 Erlend KristiansenChanging test to get a higher degree of code coverage.
2013-11-07 Erlend KristiansenAdding some outlines to the thesis.
2013-11-07 Erlend KristiansenAdding some JavaDoc and cleaning up a bit.
2013-11-07 Erlend KristiansenMoving ExtractAndMoveMethodPrefixesExtractor to
2013-11-07 Erlend KristiansenSome small improvement changes.
2013-11-07 Erlend KristiansenFixing logical flaw in Prefix.shadows().
2013-11-07 Erlend KristiansenSub-prefixes of a prefix is now returned as a PrefixSet.
2013-11-07 Erlend KristiansenRemoving a lot of package files.
2013-11-06 Erlend KristiansenSome small refactoring.
2013-11-06 Erlend KristiansenMoving functionality from ExtractAndMoveMethodPrefixesE...
2013-11-06 Erlend KristiansenMoving some functionality from UnionOfLongestCommonPref...
2013-11-05 Erlend KristiansenNow using custom PrefixSet instead of Set<Prefix> in...
2013-11-05 Erlend KristiansenNow using Set instead of Map for prefixes in extractors.
2013-11-04 Erlend KristiansenExtractAndMoveMethodPrefixesExtractor filters out those...
2013-11-01 Erlend KristiansenAdding ObjectAid class diagram of some refator classes.
next