]> git.uio.no Git - ifi-stolz-refaktor.git/shortlog
ifi-stolz-refaktor.git
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.
2013-11-01 Erlend KristiansenAdding failing test for ExtractAndMoveMethodChanger...
2013-10-30 Erlend KristiansenCode example for submitted bug regarding the Move Metho...
2013-10-25 Erlend KristiansenMade the retrieval of the extracted IMethod, for use...
2013-10-24 Erlend KristiansenExtractAndMoveMethodHandler: Adding the possibility...
2013-10-24 Erlend KristiansenFixed ASimpleExampleExtractTempTest
2013-10-24 Erlend KristiansenDoing some small refactorings.
2013-10-24 Erlend KristiansenFixing bug that made handlers reuse the last changer...
2013-10-24 Erlend KristiansenAdding test.
2013-10-23 Erlend KristiansenAdding test for ExtractAndMoveMethodChanger.
2013-10-23 Erlend KristiansenMaking the abstraction of a RefaktorChanger that can...
2013-09-26 Volker StolzYou wouldn't believe this...
2013-09-26 Volker StolzMerge branch 'master' of gitolite@git.uio.no:ifi-stolz...
2013-09-26 Volker StolzLalalala...
2013-09-26 Volker StolzBuckminster, again.
2013-09-26 Erlend KristiansenMerge branch 'master' of git.uio.no:ifi-stolz-refaktor
2013-09-26 Erlend KristiansenMinor changes. Changing/adding some debug statements.
2013-09-26 Volker StolzBuckminster #3 (and final try)
2013-09-26 Volker StolzBuckminster #2
2013-09-26 Volker StolzExperimental fix for Buckminster -- annotations are...
2013-09-26 Volker Stolzwibbles whlie thinking about REFA-8.
next