e6ef1744d7a3d639d0c77df574c7064f2ba1e75d
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 6 | ||
Change Parameter Type rule : List<DLPConfigurationItem> to rule : DLPRules in method public store(domain Domain, rule DLPRules) : void in class org.apache.james.dlp.api.DLPConfigurationStore | From | To | |
Change Parameter Type dlpConfigurations : Stream<DLPConfigurationItem> to dlpConfigurations : DLPRules in method public toDTO(dlpConfigurations DLPRules) : DLPConfigurationDTO in class org.apache.james.webadmin.dto.DLPConfigurationDTO | From | To | |
Change Parameter Type items : Stream<DLPConfigurationItem> to items : DLPRules in method private toRules(items DLPRules) : DlpDomainRules in class org.apache.james.transport.matchers.dlp.DlpRulesLoader.Impl | From | To | |
Change Parameter Type rules : List<DLPConfigurationItem> to rules : DLPRules in method public StoreCommand(domain Domain, rules DLPRules) in class org.apache.james.dlp.eventsourcing.commands.StoreCommand | From | To | |
Change Parameter Type updatedRules : List<DLPConfigurationItem> to updatedRules : DLPRules in method public store(updatedRules DLPRules) : List<Event> in class org.apache.james.dlp.eventsourcing.aggregates.DLPDomainConfiguration | From | To | |
Change Parameter Type rules : List<DLPConfigurationItem> to rules : DLPRules in method public store(domain Domain, rules DLPRules) : void in class org.apache.james.dlp.eventsourcing.EventSourcingDLPConfigurationStore | From | To | |
Change Return Type | 4 | ||
Change Return Type List<DLPConfigurationItem> to DLPRules in method public getRules() : DLPRules in class org.apache.james.dlp.eventsourcing.commands.StoreCommand | From | To | |
Change Return Type Stream<DLPConfigurationItem> to DLPRules in method public list(domain Domain) : DLPRules in class org.apache.james.dlp.eventsourcing.EventSourcingDLPConfigurationStore | From | To | |
Change Return Type Stream<DLPConfigurationItem> to DLPRules in method public retrieveRules() : DLPRules in class org.apache.james.dlp.eventsourcing.aggregates.DLPDomainConfiguration | From | To | |
Change Return Type Stream<DLPConfigurationItem> to DLPRules in method public list(domain Domain) : DLPRules in class org.apache.james.dlp.api.DLPConfigurationLoader | From | To | |
Change Variable Type | 1 | ||
Change Variable Type dlpConfigurations : Stream<DLPConfigurationItem> to dlpConfigurations : DLPRules in method public defineList(service Service) : void in class org.apache.james.webadmin.routes.DLPConfigurationRoutes | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type rules : List<DLPConfigurationItem> to rules : DLPRules in class org.apache.james.dlp.eventsourcing.commands.StoreCommand | From | To | |
Rename Parameter | 1 | ||
Rename Parameter firstRules : DLPConfigurationItem to firstRule : DLPConfigurationItem in method public store(domain Domain, firstRule DLPConfigurationItem, rules DLPConfigurationItem...) : void in class org.apache.james.dlp.api.DLPConfigurationStore | From | To |