7a2ba10ed62d4727ecc993d07583072f03935e0c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method public testSetAttributesForArrayTypeAttribue() : void renamed to public testSetAttributesForArrayTypeAttribute() : void in class org.eclipse.jetty.jmx.ObjectMBeanUtilTest | From | To | |
| Rename Method public testToVariableName() : void renamed to public testToAttributeName() : void in class org.eclipse.jetty.jmx.ObjectMBeanUtilTest | From | To | |
| Rename Method public testGetAttributeReflectionException() : void renamed to public testGetAttributeMBeanException() : void in class org.eclipse.jetty.jmx.ObjectMBeanUtilTest | From | To | |
| Move Method | 1 | ||
| Move Method private findConstructor(klass Class<?>) : Constructor<?> from class org.eclipse.jetty.jmx.MetaData to private findConstructor(klass Class<?>) : Constructor<?> from class org.eclipse.jetty.jmx.MBeanContainer | From | To | |
| Inline Method | 2 | ||
| Inline Method private setUpGetAttribute(property String, value String) : void inlined to public testGetAttributeMBeanException() : void in class org.eclipse.jetty.jmx.ObjectMBeanUtilTest | From | To | |
| Inline Method private setUpGetAttribute(property String, value String) : void inlined to public testSetAttributeWithCorrectAttrName() : void in class org.eclipse.jetty.jmx.ObjectMBeanUtilTest | From | To | |
| Rename Variable | 7 | ||
| Rename Variable opinfos : MBeanOperationInfo[] to operationInfos : MBeanOperationInfo[] in method public testDerivedOperations() : void in class org.eclipse.jetty.jmx.ObjectMBeanTest | From | To | |
| Rename Variable toss : MBeanInfo to managedInfo : MBeanInfo in method public testDerivedAttributes() : void in class org.eclipse.jetty.jmx.ObjectMBeanTest | From | To | |
| Rename Variable mbean : ObjectMBean to derivedMBean : ObjectMBean in method public testDerivedAttributes() : void in class org.eclipse.jetty.jmx.ObjectMBeanTest | From | To | |
| Rename Variable info : MBeanInfo to derivedInfo : MBeanInfo in method public testDerivedAttributes() : void in class org.eclipse.jetty.jmx.ObjectMBeanTest | From | To | |
| Rename Variable pinfos : MBeanParameterInfo[] to parameterInfos : MBeanParameterInfo[] in method public testDerivedOperations() : void in class org.eclipse.jetty.jmx.ObjectMBeanTest | From | To | |
| Rename Variable opinfo : MBeanOperationInfo to operationInfo : MBeanOperationInfo in method public testDerivedOperations() : void in class org.eclipse.jetty.jmx.ObjectMBeanTest | From | To | |
| Rename Variable derivedes : Derived[] to deriveds : Derived[] in method private getArrayTypeAttribute() : Derived[] in class org.eclipse.jetty.jmx.ObjectMBeanUtilTest | From | To | |
| Extract Variable | 1 | ||
| Extract Variable managed : Managed in method public testDerivedAttributes() : void from class org.eclipse.jetty.jmx.ObjectMBeanTest | From | To | |
| Extract And Move Method | 1 | ||
| Extract And Move Method private toMBeanException(x InvocationTargetException) : MBeanException extracted from public invoke(args Object[], mbean ObjectMBean) : Object in class org.eclipse.jetty.jmx.MetaData.OperationInfo & moved to class org.eclipse.jetty.jmx.MetaData | From | To |