7efa1d6ec145aa48fc75fbdc9e403faf478e7f96
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getNeedsDelayedInfo() : Map<JClassType,Set<JMethod>> renamed to public getMethodAttributes() : Map<JClassType,Map<JMethod,Set<MethodAttribute>>> in class com.vaadin.server.widgetsetutils.metadata.ConnectorBundle | From | To | |
Change Return Type | 1 | ||
Change Return Type Map<JClassType,Set<JMethod>> to Map<JClassType,Map<JMethod,Set<MethodAttribute>>> in method public getMethodAttributes() : Map<JClassType,Map<JMethod,Set<MethodAttribute>>> in class com.vaadin.server.widgetsetutils.metadata.ConnectorBundle | From | To | |
Rename Attribute | 1 | ||
Rename Attribute needsDelayedInfo : Map<JClassType,Set<JMethod>> to methodAttributes : Map<JClassType,Map<JMethod,Set<MethodAttribute>>> in class com.vaadin.server.widgetsetutils.metadata.ConnectorBundle | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type needsDelayedInfo : Map<JClassType,Set<JMethod>> to methodAttributes : Map<JClassType,Map<JMethod,Set<MethodAttribute>>> in class com.vaadin.server.widgetsetutils.metadata.ConnectorBundle | From | To |