e09396db4ef5800160a77cb0f08388a140e2432a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 6 | ||
Rename Variable bean : ObjectName to objectName : ObjectName in method public beanRemoved(parent Container, obj Object) : void in class org.eclipse.jetty.jmx.MBeanContainer | From | To | |
Rename Variable pname : ObjectName to parentObjectName : ObjectName in method public beanAdded(parent Container, obj Object) : void in class org.eclipse.jetty.jmx.MBeanContainer | From | To | |
Rename Variable e : Exception to x : Throwable in method private unregister(objectName ObjectName) : void in class org.eclipse.jetty.jmx.MBeanContainer | From | To | |
Rename Variable e : Exception to x : Throwable in method public beanAdded(parent Container, obj Object) : void in class org.eclipse.jetty.jmx.MBeanContainer | From | To | |
Rename Variable oname : ObjectName to objectName : ObjectName in method public beanAdded(parent Container, obj Object) : void in class org.eclipse.jetty.jmx.MBeanContainer | From | To | |
Rename Variable e : InstanceNotFoundException to x : MBeanRegistrationException|InstanceNotFoundException in method private unregister(objectName ObjectName) : void in class org.eclipse.jetty.jmx.MBeanContainer | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable bean : ObjectName to objectName : ObjectName in method private unregister(objectName ObjectName) : void in class org.eclipse.jetty.jmx.MBeanContainer | From | To | |
Change Variable Type | 4 | ||
Change Variable Type e : Exception to x : Throwable in method public beanAdded(parent Container, obj Object) : void in class org.eclipse.jetty.jmx.MBeanContainer | From | To | |
Change Variable Type e : InstanceNotFoundException to x : MBeanRegistrationException|InstanceNotFoundException in method private unregister(objectName ObjectName) : void in class org.eclipse.jetty.jmx.MBeanContainer | From | To | |
Change Variable Type e : Exception to x : Throwable in method private unregister(objectName ObjectName) : void in class org.eclipse.jetty.jmx.MBeanContainer | From | To | |
Change Variable Type buf : StringBuffer to buf : StringBuilder in method public beanAdded(parent Container, obj Object) : void in class org.eclipse.jetty.jmx.MBeanContainer | From | To | |
Extract Method | 1 | ||
Extract Method private unregister(objectName ObjectName) : void extracted from public beanRemoved(parent Container, obj Object) : void in class org.eclipse.jetty.jmx.MBeanContainer | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type _beans : WeakHashMap<Object,ObjectName> to _beans : Map<Object,ObjectName> in class org.eclipse.jetty.jmx.MBeanContainer | From | To | |
Rename Parameter | 1 | ||
Rename Parameter oname : ObjectName to objectName : ObjectName in method public findBean(objectName ObjectName) : Object in class org.eclipse.jetty.jmx.MBeanContainer | From | To |