596ffd0c6f50bd84d9eebfc0738808e061e5b509
Files Diff
- Added: 4
- Removed: 5
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type textExtractor : AbstractTextExtractor to textExtractor : Extractable in method public parseTextFiles(textFilesMap Map<Object,URI>, textExtractor Extractable, conf Configuration) : Dataframe in class com.datumbox.common.dataobjects.Dataframe.Builder | From | To | |
Move And Rename Class | 2 | ||
Move And Rename Class com.datumbox.framework.utilities.text.cleaners.HTMLCleaner moved and renamed to com.datumbox.framework.utilities.text.parsers.HTMLParser | From | To | |
Move And Rename Class com.datumbox.framework.utilities.text.cleaners.HTMLCleanerTest moved and renamed to com.datumbox.framework.utilities.text.parsers.HTMLParserTest | From | To | |
Move Class | 2 | ||
Move Class com.datumbox.framework.utilities.text.cleaners.StringCleaner moved to com.datumbox.common.utilities.StringCleaner | From | To | |
Move Class com.datumbox.framework.utilities.text.cleaners.StringCleanerTest moved to com.datumbox.common.utilities.StringCleanerTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type expResult : Map<HTMLCleaner.HyperlinkPart,List<String>> to expResult : Map<HTMLParser.HyperlinkPart,List<String>> in method public testExtractHyperlinks() : void in class com.datumbox.framework.utilities.text.parsers.HTMLParserTest | From | To | |
Extract Variable | 2 | ||
Extract Variable id : Integer in method public values() : Iterable<Record> from class com.datumbox.common.dataobjects.Dataframe | From | To | |
Extract Variable id : Integer in method public next() : Record from class com.datumbox.common.dataobjects.Dataframe.values | From | To | |
Change Package | 1 | ||
Change Package com.datumbox.framework.utilities.text.cleaners to com.datumbox.common.utilities | From | To |