]> git.uio.no Git - ifi-stolz-refaktor.git/history - software/no.uio.ifi.refaktor/src/no/uio/ifi/refaktor/analyze
TextSelectionsGenerator: now handling enhanced for statements
[ifi-stolz-refaktor.git] / software / no.uio.ifi.refaktor / src / no / uio / ifi / refaktor / analyze /
2014-02-27 Erlend KristiansenTextSelectionsGenerator: now handling enhanced for...
2014-02-27 Erlend KristiansenTextSelectionsGenerator: now handles do statements
2014-02-26 Erlend KristiansenTextSelectionsGenerator: now searches through every...
2014-02-25 Erlend KristiansenTextSelectionsGeneratorTest: adding
2014-02-25 Erlend KristiansenStatisticsAspect: adding results from executions of...
2014-02-25 Erlend KristiansenStatisticsAspect: adding the possibility to generate...
2014-02-24 Erlend KristiansenAdding exceptions for some bindings that are null
2014-02-24 Erlend KristiansenUnfixesCollector: adding SingleVariableDeclaration...
2014-02-23 Erlend KristiansenCompilationUnitTextSelection: removing the explicit...
2014-02-23 Erlend KristiansenRefaktorHandleUtils: fixing problem with finding second...
2014-02-22 Erlend KristiansenExtractAndMoveMethodAnalyzer: adding check for super...
2014-02-20 Erlend KristiansenAnalysisStatistics: removing and leaving the responsibi...
2014-02-19 Erlend KristiansenAnalysisStatistics: moving package functionality to...
2014-02-19 Erlend KristiansenAnalysisStatistics: moving CU functionality to Statisti...
2014-02-19 Erlend KristiansenAnalysisStatistics: moving type functionality to Statis...
2014-02-19 Erlend KristiansenAnalysisStatistics: removing method statistics
2014-02-19 Erlend KristiansenAdding StatisticsAspect
2014-02-18 Volker StolzMerge branch 'master' of git.uio.no:ifi-stolz-refaktor
2014-02-15 Erlend KristiansenAdding checks for return statements. (A lot.)
2014-02-14 Erlend KristiansenSearchBasedExtractAndMoveMethodAnalyzer: refactoring...
2014-02-12 Erlend KristiansenExtractAndMoveMethodAnalyzer: filtering out simple...
2014-02-06 Erlend KristiansenUnfixesCollector: adding local classes to unfixes
2014-02-05 Erlend KristiansenUnfixesCollector: fixing bug regarding array variables...
2014-02-05 Erlend KristiansenAdding PerPackageSearchBasedExtractAndMoveMethodChanger...
2014-02-05 Erlend KristiansenExtractAndMoveMethodExecutor: Adding some info to Refac...
2014-01-31 Erlend KristiansenTypeWideExtractAndMoveMethodAnalyzer: adding Javadoc
2014-01-31 Erlend KristiansenCompilationUnitWideExtractAndMoveMethodAnalyzer: adding...
2014-01-31 Erlend KristiansenPackageWideExtractAndMoveMethodAnalyzer: adding Javadoc
2014-01-31 Erlend KristiansenProjectWideExtractAndMoveMethodAnalyzer: adding Javadoc
2014-01-31 Erlend KristiansenTwo analyzer classes: removing 'SearchBased' from their...
2014-01-31 Erlend KristiansenA lot of classes: removing 'SearchBased' from its name
2014-01-31 Erlend KristiansenAggregationAnalyzer: making it generic
2014-01-31 Erlend KristiansenSearchBasedAnalyzer: Renaming to AggregationAnalyzer...
2014-01-31 Erlend KristiansenAnalyzer: Adding Javadoc
2014-01-30 Erlend KristiansenRenaming RefaktorChanger.executeChange to *.execute
2014-01-30 Erlend KristiansenCreating RefaktorAnalyzerException.
2014-01-30 Erlend KristiansenFixing some naming mixup.
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 KristiansenAdding SearchBasedExtractAndMoveMethodChangerBenchmark.
2014-01-29 Erlend KristiansenFixing bug in debug output for SearchBasedExtractAndMov...
2014-01-29 Erlend KristiansenFixing menu for analyzing and changing java projects.
2014-01-29 Erlend KristiansenMaking the SearchBasedExtractAndMoveMethodAnalyzer...
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-27 Erlend KristiansenFilling in SearchBasedExtractAndMoveMethodChanger.
2014-01-24 Erlend KristiansenExtracting superclass from a lot of search based handlers.
2014-01-24 Erlend KristiansenPackageFragmentRootWideSearchBasedExtractAndMoveMethodA...
2014-01-24 Erlend KristiansenExtracting superclass from ProjectWideSearchBasedExtrac...
2014-01-23 Erlend KristiansenAnalysisStatistics now gives time in milliseconds
2014-01-23 Erlend KristiansenFixing "bug" leading to all packages in the classpath...
2014-01-23 Erlend KristiansenAdding command + handler for analyzing projects.
2014-01-23 Erlend KristiansenAdding command + handler for analyzing packages.
2014-01-23 Erlend KristiansenAdding command + handler for analyzing ICompilationUnits.
2014-01-23 Erlend KristiansenMoving some functionality from ProjectWideSearchBasedEx...
2014-01-23 Erlend KristiansenRefactoring the ProjectWideSearchBasedExtractAndMoveMet...
2014-01-23 Erlend KristiansenMoving debug statements to SearchBasedExtractAndMoveMet...
2014-01-23 Erlend KristiansenInlining and removing method that is not used elsewhere.
2014-01-15 Erlend KristiansenAdding tests to extend the definition of an unfix to...
2014-01-15 Erlend KristiansenAdding test to define a simple name as a prefix if...
2014-01-14 Erlend KristiansenAdding information about declaring type of method in
2014-01-14 Erlend KristiansenMaking the ExtractAndMoveMethodAnalysisResult lightweig...
2014-01-14 Erlend KristiansenAdding some more data to ExtractAndMoveMethodAnalysisRe...
2014-01-14 Erlend KristiansenRemoving unneeded suppression of restriction warning.
2014-01-14 Erlend KristiansenSuppressing restriction on ASTNodeSearchUtil in SearchB...
2014-01-11 Erlend KristiansenRemoving a debug statement to eliminate a call to the...
2014-01-10 Erlend KristiansenAdding test to capture bug regarding overloaded methods.
2014-01-08 Erlend KristiansenAdding a CompilationUnitRecentlyUsedCache to be used...
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 KristiansenFixing bug with unfixesCollector that made it crash...
2014-01-04 Erlend KristiansenChanging the assert framework for a statement in favor...
2014-01-04 Erlend KristiansenDoing some refactoring.
2014-01-04 Erlend KristiansenFixed bug that made the SearchBasedExtractAndMoveMethod...
2014-01-04 Erlend KristiansenFixing bug that made the SearchBasedExtractAndMoveMetho...
2014-01-03 Erlend KristiansenAdding cache for compilation units to avoid a lot of...
2013-12-21 Erlend KristiansenAdding guard statement regarding ArrayAccess in Unfixes...
2013-12-21 Erlend KristiansenAdding code to benchmark/testrun in large scale, the
2013-12-21 Erlend KristiansenAdding action to run the SearchBasedExtractAndMoveMetho...
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-16 Erlend KristiansenInlining the get undo undo manager call the only place...
2013-12-16 Erlend KristiansenChanged a name.
2013-12-16 Erlend KristiansenDelegating the calculation of the original target ...
2013-12-12 Erlend KristiansenMaking method private.
2013-12-12 Erlend KristiansenRemoving the storage of safe prefixes in ExtractAndMove...
2013-12-11 Erlend KristiansenRenaming "extractors" to "analyzers".