7b00e6f79e33b67edaa0ce5a5b8118e67814506c
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type passwordAlgorithms : Set<PasswordAlgorithm> to passwordAlgorithms : Map<String,PasswordAlgorithm> in method public PasswordAlgorithmFactory(passwordAlgorithms Map<String,PasswordAlgorithm>, defaultPasswordAlgorithm PasswordAlgorithm) in class org.graylog2.users.PasswordAlgorithmFactory | From | To | |
Move Method | 1 | ||
Move Method private bindPasswordAlgorithms() : void from class org.graylog2.bindings.ServerBindings to private bindPasswordAlgorithms() : void from class org.graylog2.bindings.PasswordAlgorithmBindings | From | To | |
Change Return Type | 1 | ||
Change Return Type Multibinder<PasswordAlgorithm> to MapBinder<String,PasswordAlgorithm> in method protected passwordAlgorithmBinder() : MapBinder<String,PasswordAlgorithm> in class org.graylog2.plugin.inject.Graylog2Module | From | To | |
Rename Attribute | 1 | ||
Rename Attribute passwordAlgorithmSet : Set<PasswordAlgorithm> to passwordAlgorithms : Map<String,PasswordAlgorithm> in class org.graylog2.users.PasswordAlgorithmFactoryTest | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type passwordAlgorithmSet : Set<PasswordAlgorithm> to passwordAlgorithms : Map<String,PasswordAlgorithm> in class org.graylog2.users.PasswordAlgorithmFactoryTest | From | To | |
Change Attribute Type passwordAlgorithms : Set<PasswordAlgorithm> to passwordAlgorithms : Map<String,PasswordAlgorithm> in class org.graylog2.users.PasswordAlgorithmFactory | From | To |