501d3436e224a2d38a783425dc8117f200b8c656
Files Diff
- Added: 0
- Removed: 2
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type contentTypeBlacklist : ImmutableList<String> to contentTypeBlacklist : ImmutableSet<String> in method private TikaConfiguration(enabled boolean, cacheEnabled boolean, host String, port int, timeoutInMillis int, cacheEvictionPeriod Duration, cacheWeightInBytes long, contentTypeBlacklist ImmutableSet<String>) in class org.apache.james.mailbox.tika.TikaConfiguration | From | To | |
Change Parameter Type contentTypeBlacklist : List<String> to contentTypeBlacklist : Set<String> in method public contentTypeBlacklist(contentTypeBlacklist Set<String>) : Builder in class org.apache.james.mailbox.tika.TikaConfiguration.Builder | From | To | |
Change Parameter Type textExtractorConfiguration : TextExtractorConfiguration to contentTypeBlacklist : ImmutableSet<String> in method public ContentTypeFilteringTextExtractor(textExtractor TextExtractor, contentTypeBlacklist ImmutableSet<String>) in class org.apache.james.mailbox.tika.ContentTypeFilteringTextExtractor | From | To | |
Change Return Type | 1 | ||
Change Return Type List<String> to ImmutableSet<String> in method public getContentTypeBlacklist() : ImmutableSet<String> in class org.apache.james.mailbox.tika.TikaConfiguration | From | To | |
Rename Attribute | 1 | ||
Rename Attribute textExtractorConfiguration : TextExtractorConfiguration to contentTypeBlacklist : ImmutableSet<String> in class org.apache.james.mailbox.tika.ContentTypeFilteringTextExtractor | From | To | |
Change Variable Type | 1 | ||
Change Variable Type contentTypeBlacklist : List<String> to contentTypeBlacklist : Set<String> in method public readTikaConfiguration(configuration Configuration) : TikaConfiguration in class org.apache.james.modules.mailbox.TikaConfigurationReader | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type contentTypeBlacklist : ImmutableList.Builder<String> to contentTypeBlacklist : ImmutableSet.Builder<String> in class org.apache.james.mailbox.tika.TikaConfiguration.Builder | From | To | |
Change Attribute Type contentTypeBlacklist : ImmutableList<String> to contentTypeBlacklist : ImmutableSet<String> in class org.apache.james.mailbox.tika.TikaConfiguration | From | To | |
Change Attribute Type textExtractorConfiguration : TextExtractorConfiguration to contentTypeBlacklist : ImmutableSet<String> in class org.apache.james.mailbox.tika.ContentTypeFilteringTextExtractor | From | To | |
Rename Parameter | 1 | ||
Rename Parameter textExtractorConfiguration : TextExtractorConfiguration to contentTypeBlacklist : ImmutableSet<String> in method public ContentTypeFilteringTextExtractor(textExtractor TextExtractor, contentTypeBlacklist ImmutableSet<String>) in class org.apache.james.mailbox.tika.ContentTypeFilteringTextExtractor | From | To |