a2be737c8c1d4e33b59038ef761a054feab79e5d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 2 | ||
Change Return Type Optional<Integer> to OptionalInt in method public getPort() : OptionalInt in class com.speedment.internal.core.config.db.immutable.ImmutableDbms | From | To | |
Change Return Type String to Optional<String> in method public getAlias() : Optional<String> in class com.speedment.internal.core.config.db.immutable.ImmutableColumn | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type alias : String to alias : Optional<String> in class com.speedment.internal.core.config.db.immutable.ImmutableColumn | From | To | |
Rename Parameter | 1 | ||
Rename Parameter instantiator : BiFunction<P,Map<String,Object>,T> to constructor : BiFunction<P,Map<String,Object>,T> in method public children(key String, constructor BiFunction<P,Map<String,Object>,T>) : Stream<T> in class com.speedment.config.Document | From | To |