75b2c1d0015a329b28a672e45d865e2e7c8300ef
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method protected toVariableName(methodName String) : String from class org.eclipse.jetty.jmx.ObjectMBean to package toAttributeName(methodName String) : String from class org.eclipse.jetty.jmx.MetaData | From | To | |
Rename Variable | 1 | ||
Rename Variable old_loader : ClassLoader to prevLoader : ClassLoader in method public invoke(name String, params Object[], signature String[]) : Object in class org.eclipse.jetty.jmx.ObjectMBean | From | To | |
Move Attribute | 1 | ||
Move Attribute private _info : MBeanInfo from class org.eclipse.jetty.jmx.ObjectMBean to private _info : MBeanInfo from class org.eclipse.jetty.jmx.MetaData | From | To | |
Change Variable Type | 2 | ||
Change Variable Type e : MBeanException to e : ReflectionException in method public testInvokeMBeanException() : void in class org.eclipse.jetty.jmx.ObjectMBeanUtilTest | From | To | |
Change Variable Type e : ReflectionException to e : MBeanException in method public testInvokeReflectionException() : void in class org.eclipse.jetty.jmx.ObjectMBeanUtilTest | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method package mbeanFor(container MBeanContainer, o Object) : Object extracted from public mbeanFor(o Object) : Object in class org.eclipse.jetty.jmx.ObjectMBean & moved to class org.eclipse.jetty.jmx.MBeanContainer | From | To | |
Rename Parameter | 2 | ||
Rename Parameter attrs : AttributeList to attributes : AttributeList in method public setAttributes(attributes AttributeList) : AttributeList in class org.eclipse.jetty.jmx.ObjectMBean | From | To | |
Rename Parameter attr : Attribute to attribute : Attribute in method public setAttribute(attribute Attribute) : void in class org.eclipse.jetty.jmx.ObjectMBean | From | To |