7d1941347a594ecc3faa4fa8b1d244c080a186f7
Files Diff
- Added: 3
- Removed: 2
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public partialMatchShouldResultInNoMatch() : void renamed to public emptyConditionShouldNotMatch() : void in class com.navercorp.pinpoint.bootstrap.resolver.condition.SystemPropertyConditionTest | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type property : SystemProperty to property : SimpleProperty in method public PropertyCondition(property SimpleProperty) in class com.navercorp.pinpoint.bootstrap.resolver.condition.PropertyCondition | From | To | |
| Rename Variable | 2 | ||
| Rename Variable matches : boolean to keyExists : boolean in method public testNoMatch() : void in class com.navercorp.pinpoint.bootstrap.resolver.condition.SystemPropertyConditionTest | From | To | |
| Rename Variable matches : boolean to firstKeyExists : boolean in method public testMatch() : void in class com.navercorp.pinpoint.bootstrap.resolver.condition.SystemPropertyConditionTest | From | To | |
| Change Return Type | 1 | ||
| Change Return Type SystemProperty to SimpleProperty in method public getValue() : SimpleProperty in class com.navercorp.pinpoint.bootstrap.resolver.condition.PropertyCondition | From | To | |
| Rename Class | 1 | ||
| Rename Class com.navercorp.pinpoint.bootstrap.resolver.condition.SystemPropertyCondition renamed to com.navercorp.pinpoint.bootstrap.resolver.condition.PropertyCondition | From | To | |
| Change Variable Type | 4 | ||
| Change Variable Type systemPropertyCondition : SystemPropertyCondition to systemPropertyCondition : PropertyCondition in method public testNoMatch() : void in class com.navercorp.pinpoint.bootstrap.resolver.condition.SystemPropertyConditionTest | From | To | |
| Change Variable Type systemPropertyCondition : SystemPropertyCondition to systemPropertyCondition : PropertyCondition in method public nullConditionShouldNotMatch() : void in class com.navercorp.pinpoint.bootstrap.resolver.condition.SystemPropertyConditionTest | From | To | |
| Change Variable Type systemPropertyCondition : SystemPropertyCondition to systemPropertyCondition : PropertyCondition in method public emptyConditionShouldNotMatch() : void in class com.navercorp.pinpoint.bootstrap.resolver.condition.SystemPropertyConditionTest | From | To | |
| Change Variable Type systemPropertyCondition : SystemPropertyCondition to systemPropertyCondition : PropertyCondition in method public testMatch() : void in class com.navercorp.pinpoint.bootstrap.resolver.condition.SystemPropertyConditionTest | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type property : SystemProperty to property : SimpleProperty in class com.navercorp.pinpoint.bootstrap.resolver.condition.PropertyCondition | From | To | |
| Inline Variable | 1 | ||
| Inline Variable nullCondition : String[] in method public nullConditionShouldNotMatch() : void from class com.navercorp.pinpoint.bootstrap.resolver.condition.SystemPropertyConditionTest | From | To |