745a5a996587d081f8bde6591e3b13ebd95fe9a6
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 50
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable clazz : Class<?> to val : Object in method public create(id short) : T in class org.jgroups.conf.ClassConfigurator | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable m : short to prot_id : short in method protected alreadyInProtocolsMap(prot_id short, classname String) : void in class org.jgroups.conf.ClassConfigurator | From | To | |
Change Variable Type | 1 | ||
Change Variable Type clazz : Class<?> to val : Object in method public create(id short) : T in class org.jgroups.conf.ClassConfigurator | From | To | |
Extract Variable | 1 | ||
Extract Variable val : Object in method public add(magic short, clazz Class) : void from class org.jgroups.conf.ClassConfigurator | From | To | |
Extract Method | 3 | ||
Extract Method protected alreadyInMagicMap(magic short, classname String) : void extracted from protected init() : void in class org.jgroups.conf.ClassConfigurator | From | To | |
Extract Method protected alreadyInProtocolsMap(prot_id short, classname String) : void extracted from protected init() : void in class org.jgroups.conf.ClassConfigurator | From | To | |
Extract Method protected alreadyInMagicMap(magic short, classname String) : void extracted from public add(magic short, clazz Class) : void in class org.jgroups.conf.ClassConfigurator | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type magicMapUser : Map<Short,Class> to magicMapUser : Map<Short,Object> in class org.jgroups.conf.ClassConfigurator | From | To |