41a19ab6e30a695806dbd2657b3c630ca2bd83ac
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getAttrs() : Map<String,String> renamed to public getAttributes() : Map<String,String> in class org.adoptopenjdk.jitwatch.model.Tag | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute child : Tag to attrs : Map<String,String> in method public containsAttribute(name String) : boolean in class org.adoptopenjdk.jitwatch.model.Tag | From | To | |
Change Variable Type | 1 | ||
Change Variable Type child : Tag to attrs : Map<String,String> in method public containsAttribute(name String) : boolean in class org.adoptopenjdk.jitwatch.model.Tag | From | To | |
Extract Method | 2 | ||
Extract Method public containsAttribute(name String) : boolean extracted from public getNamedChildrenWithAttribute(tagName String, attrName String, attrValue String) : List<Tag> in class org.adoptopenjdk.jitwatch.model.Tag | From | To | |
Extract Method private drawLabel(text String, xPos double, yPos double, backgroundColour Color) : void extracted from private drawLabel(text String, xPos double, yPos double) : void in class org.adoptopenjdk.jitwatch.ui.graphing.TimeLineStage | From | To |