2673ae98c2d44c1253366e7d3205109ae0f6d4b8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 2 | ||
Change Variable Type attributeInfos : List<MBeanAttributeInfo> to attributeInfos : Set<MBeanAttributeInfo> in method private buildMBeanInfo(klass Class<?>) : MBeanInfo in class org.eclipse.jetty.jmx.MetaData | From | To | |
Change Variable Type operationInfos : List<MBeanOperationInfo> to operationInfos : Set<MBeanOperationInfo> in method private buildMBeanInfo(klass Class<?>) : MBeanInfo in class org.eclipse.jetty.jmx.MetaData | From | To | |
Extract Variable | 2 | ||
Extract Variable attributes : MBeanAttributeInfo[] in method private buildMBeanInfo(klass Class<?>) : MBeanInfo from class org.eclipse.jetty.jmx.MetaData | From | To | |
Extract Variable operations : MBeanOperationInfo[] in method private buildMBeanInfo(klass Class<?>) : MBeanInfo from class org.eclipse.jetty.jmx.MetaData | From | To |