051c0fe15780df5e6e262f89ca54b2e4d84dc6b8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 16
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private createDocument(key String, data Map<String,Object>) : DocumentProperty renamed to private createChild(key String, data Map<String,Object>) : DocumentProperty in class com.speedment.internal.ui.config.AbstractDocumentProperty | From | To | |
| Rename Variable | 3 | ||
| Rename Variable value : Number to prop : IntegerProperty in method public getAsInt(key String) : OptionalInt in class com.speedment.internal.ui.config.AbstractDocumentProperty | From | To | |
| Rename Variable value : Number to prop : DoubleProperty in method public getAsDouble(key String) : OptionalDouble in class com.speedment.internal.ui.config.AbstractDocumentProperty | From | To | |
| Rename Variable value : Number to prop : LongProperty in method public getAsLong(key String) : OptionalLong in class com.speedment.internal.ui.config.AbstractDocumentProperty | From | To | |
| Change Return Type | 2 | ||
| Change Return Type Stream<DocumentProperty> to Stream<? extends DocumentProperty> in method public children() : Stream<? extends DocumentProperty> in class com.speedment.internal.ui.config.AbstractDocumentProperty | From | To | |
| Change Return Type Optional<? extends Document> to Optional<? extends DocumentProperty> in method public getParent() : Optional<? extends DocumentProperty> in class com.speedment.internal.ui.config.AbstractRootDocumentProperty | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute documents : ObservableMap<String,ObservableList<DocumentProperty>> to children : ObservableMap<String,ObservableList<DocumentProperty>> in class com.speedment.internal.ui.config.AbstractDocumentProperty | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type value : Number to prop : LongProperty in method public getAsLong(key String) : OptionalLong in class com.speedment.internal.ui.config.AbstractDocumentProperty | From | To | |
| Change Variable Type value : Number to prop : IntegerProperty in method public getAsInt(key String) : OptionalInt in class com.speedment.internal.ui.config.AbstractDocumentProperty | From | To | |
| Change Variable Type value : Number to prop : DoubleProperty in method public getAsDouble(key String) : OptionalDouble in class com.speedment.internal.ui.config.AbstractDocumentProperty | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type config : ObservableMap<String,Object> to config : Map<String,Object> in class com.speedment.internal.ui.config.AbstractDocumentProperty | From | To | |
| Change Attribute Type properties : Map<String,Property<?>> to properties : ObservableMap<String,Property<?>> in class com.speedment.internal.ui.config.AbstractDocumentProperty | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter value : Object to val : Object in method public put(key String, val Object) : void in class com.speedment.internal.ui.config.AbstractDocumentProperty | From | To |