b488f178ab372f49f35a7aaec5fb0bc716160b4f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type pluginKeys : List<String> to pluginKeys : Collection<String> in method public License(editionKey String, pluginKeys Collection<String>, content String) in class org.sonar.server.edition.License | From | To | |
Change Return Type | 1 | ||
Change Return Type List<String> to Set<String> in method public getPluginKeys() : Set<String> in class org.sonar.server.edition.License | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type pluginKeys : List<String> to pluginKeys : Set<String> in class org.sonar.server.edition.License | From | To |