]> git.uio.no Git - ifi-stolz-refaktor.git/history - software/no.uio.ifi.refaktor/src/no/uio/ifi/refaktor/handlers/TestPropertyExtractorHandler.java
skeleton done!
[ifi-stolz-refaktor.git] / software / no.uio.ifi.refaktor / src / no / uio / ifi / refaktor / handlers / TestPropertyExtractorHandler.java
2013-11-29 Erlend KristiansenExchanging the SmartTextSelection in favor of a
2013-11-28 Erlend KristiansenChanging prefix equality to also consider the variable...
2013-11-27 Erlend KristiansenChanging the name of the UnionOfLongestCommonPrefixesEx...
2013-11-26 Erlend KristiansenMoving Prefix and PrefixSet into the package no.uio...
2013-11-05 Erlend KristiansenNow using Set instead of Map for prefixes in extractors.
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-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-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.