e1482ab88248440ee94d5dd927dce475d301a14c
Files Diff
- Added: 9
- Removed: 4
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public getWeblogicExcludeUrlFilter() : Filter<String> renamed to public getExcludeUrlFilter() : Filter<String> in class com.navercorp.pinpoint.plugin.weblogic.WeblogicConfiguration | From | To | |
Rename Method public isWeblogicEnabled() : boolean renamed to public isEnable() : boolean in class com.navercorp.pinpoint.plugin.weblogic.WeblogicConfiguration | From | To | |
Move Attribute | 1 | ||
Move Attribute private excludeUrlFilter : Filter<String> from class com.navercorp.pinpoint.plugin.weblogic.interceptor.AbstractServerHandleInterceptor to private excludeUrlFilter : Filter<String> from class com.navercorp.pinpoint.plugin.weblogic.WeblogicConfiguration | From | To | |
Rename Attribute | 3 | ||
Rename Attribute weblogicBootstrapMains : List<String> to bootstrapMains : List<String> in class com.navercorp.pinpoint.plugin.weblogic.WeblogicConfiguration | From | To | |
Rename Attribute weblogicExcludeUrlFilter : Filter<String> to excludeUrlFilter : Filter<String> in class com.navercorp.pinpoint.plugin.weblogic.WeblogicConfiguration | From | To | |
Rename Attribute weblogicEnabled : boolean to enable : boolean in class com.navercorp.pinpoint.plugin.weblogic.WeblogicConfiguration | From | To |