]> git.uio.no Git - ifi-stolz-refaktor.git/shortlog
ifi-stolz-refaktor.git
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.
2013-09-26 Volker StolzJust skip unknown AST nodes for now (instead of crashin...
2013-09-24 Erlend KristiansenRemoving call to System.lineSeparator() to comply with...
2013-09-24 Erlend KristiansenMerge
2013-09-24 Erlend KristiansenIn ExtractAndMoveMethodHandler a method is now found...
2013-09-24 Volker Stolzmerge?
2013-09-24 Volker StolzMerge branch 'master' of gitolite@git.uio.no:ifi-stolz...
2013-09-24 Volker StolzTidy (for my definition of "tidy" -- e.g. less static...
2013-09-24 Volker StolzNo idea what this line was doing there -- it's the...
2013-09-20 Erlend KristiansenAdding print(Object) methods to RefaktorDebug.
2013-09-20 Erlend KristiansenRenaming Debug to RefaktorDebug to avoid confusion
2013-09-20 Erlend KristiansenRenaming RefaktorDebugUtils to Debug and adding print...
2013-09-19 Erlend KristiansenMerge branch 'master' of git.uio.no:ifi-stolz-refaktor
2013-09-19 Volker StolzQuick and dirty (but working) view which shows LongestP...
2013-09-19 Erlend KristiansenExtractAndMoveMethodHandler now moves the method to...
2013-09-19 Erlend KristiansenFirst attempt on using move method in Extract and Move...
2013-09-17 Erlend KristiansenFirst attempt on using extract method in Extract and...
2013-09-16 Erlend KristiansenMoving some methods from handlers to SelectionUtils.
2013-09-16 Erlend KristiansenMoving refactorings, descriptors and contributions...
2013-09-16 Erlend KristiansenAdding skeleton for a future "Extract and Move Method...
2013-09-16 Erlend KristiansenAdding "Extract and Move Method" command to the selecti...
2013-09-16 Erlend KristiansenRefactoring some handlers.
2013-09-13 Erlend KristiansenAdding test of UnionOfLongestCommonPrefixesExtractor. prefix_union
2013-09-13 Erlend KristiansenDoing some refactoring and adding some javadoc.
2013-09-06 Erlend KristiansenWorking on the AST instead of strings for finding prefixes.
2013-09-06 Erlend KristiansenFirst try on extracting a union of common prefixes.
2013-09-02 Erlend KristiansenAdding tests for LongestCommonPrefixExtractor.
2013-08-22 Erlend KristiansenAdding test for PropertyExtractorExecutor.
2013-08-20 Erlend KristiansenAdding information about covering and covered node in
2013-08-20 Erlend KristiansenMaking the property type independent of the general...
2013-08-20 Erlend KristiansenPropertyExtractor is now responsible for deciding wheth...
2013-08-16 Erlend KristiansenRenaming AttributeExtractor to PropertyExtractor.
2013-08-15 Erlend KristiansenFirst attempt on making a framework for extracting...
2013-08-07 Erlend KristiansenChanging the name of the 'Text Selection Information...
2013-08-06 Erlend KristiansenRemoving version number from org.eclipse.jface.text...
2013-08-06 Erlend KristiansenAdding Text Selection Information command to context...
2013-08-02 Volker StolzReview
2013-07-30 Volker StolzMerge branch 'master' of gitolite@git.uio.no:ifi-stolz...
2013-07-30 Volker StolzAdd target spec for CI builds. Hudson was using the...
2013-07-25 Erlend KristiansenFixing some exception handling.
2013-07-25 Erlend KristiansenAdding Cyclomatic Complexity Action to IMethod context...
2013-07-25 Erlend KristiansenAdding metrics library from http://eclipse-metrics...
2013-07-17 Erlend KristiansenSaferRefactoring/TestRefactoring: Using constructors...
2013-07-17 Volker StolzCheck status, otherwise it may NPE later.
2013-05-14 Erlend KristiansenSaferRefactoring is one step closer to be general.
2013-04-11 Volker Stolz- Exception handling: add static helper
2013-04-10 Erlend KristiansenSaferAction now works for 'aSimpleExample.C.f'.
2013-04-10 Volker StolzAdd context menu on Java methods.
2013-04-10 Volker StolzCI: drop version restriction.
2013-04-10 Volker StolzMe too.
2013-04-10 Volker StolzUse plugin, not package.
2013-04-10 Volker StolzCI: Do I want a bundle or a feature? I don't know...
2013-04-10 Volker StolzPreliminary continuous integration-files for Buckminster.
2013-04-08 Erlend KristiansenSaferRefactoring is now working for 'a simple example',
next