89e476c0c064b08a26aabeaa28cd8cc24f8260a0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 2 | ||
Move Method public createGetterPropName(originalPropName String) : String from class com.google.javascript.jscomp.newtypes.JSType to public createGetterPropName(originalPropName String) : String from class com.google.javascript.jscomp.newtypes.JSTypes | From | To | |
Move Method public createSetterPropName(originalPropName String) : String from class com.google.javascript.jscomp.newtypes.JSType to public createSetterPropName(originalPropName String) : String from class com.google.javascript.jscomp.newtypes.JSTypes | From | To | |
Inline Method | 1 | ||
Inline Method public getAllPropsOfInterface() : ImmutableSet<String> inlined to public getPropertyNames() : ImmutableSet<String> in class com.google.javascript.jscomp.newtypes.NominalType | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method package getPropertyNames() : ImmutableSet<String> extracted from package getPropertyNames() : ImmutableSet<String> in class com.google.javascript.jscomp.newtypes.NominalType & moved to class com.google.javascript.jscomp.newtypes.RawNominalType | From | To |