ddeee88d3e9c2a8de4e8cdae943e502edf52684b
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getLineAttributes(line String) : Map<String,String> renamed to public attributeStringToMap(line String) : Map<String,String> in class org.adoptopenjdk.jitwatch.util.StringUtil | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type compiledAttributes : Map<String,String> to compiledAttributes : String in class org.adoptopenjdk.jitwatch.model.AbstractMetaMember | From | To | |
Change Attribute Type queuedAttributes : Map<String,String> to queuedAttributes : String in class org.adoptopenjdk.jitwatch.model.AbstractMetaMember | From | To |