30cb4ba3b57acb8f35f2915b9e5c16adb8a0fddd
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 45
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 7 | ||
Rename Method public setKlass(id String, klass Tag) : void renamed to public putKlass(id String, klass Tag) : void in class org.adoptopenjdk.jitwatch.model.IParseDictionary | From | To | |
Rename Method public setType(id String, type Tag) : void renamed to public putType(id String, type Tag) : void in class org.adoptopenjdk.jitwatch.model.IParseDictionary | From | To | |
Rename Method public setMethod(id String, method Tag) : void renamed to public putMethod(id String, method Tag) : void in class org.adoptopenjdk.jitwatch.model.ParseDictionary | From | To | |
Rename Method private setCompilation() : void renamed to private updateBytecodeAndAssembly(selectSourceLine boolean) : void in class org.adoptopenjdk.jitwatch.ui.triview.TriView | From | To | |
Rename Method public setType(id String, type Tag) : void renamed to public putType(id String, type Tag) : void in class org.adoptopenjdk.jitwatch.model.ParseDictionary | From | To | |
Rename Method public setKlass(id String, klass Tag) : void renamed to public putKlass(id String, klass Tag) : void in class org.adoptopenjdk.jitwatch.model.ParseDictionary | From | To | |
Rename Method public setMethod(id String, method Tag) : void renamed to public putMethod(id String, method Tag) : void in class org.adoptopenjdk.jitwatch.model.IParseDictionary | From | To | |
Move Method | 2 | ||
Move Method protected fix(pixel double) : double from class org.adoptopenjdk.jitwatch.ui.graphing.AbstractGraphStage to public fix(pixel double) : double from class org.adoptopenjdk.jitwatch.util.UserInterfaceUtil | From | To | |
Move Method public getJDKSourceZip() : File from class org.adoptopenjdk.jitwatch.core.JITWatchConfig to public getJDKSourceZip() : File from class org.adoptopenjdk.jitwatch.util.FileUtil | From | To | |
Rename Variable | 2 | ||
Rename Variable memberName : String to member : IMetaMember in method private getLabelText(node CompileNode) : String in class org.adoptopenjdk.jitwatch.ui.CompileChainStage | From | To | |
Rename Variable argumentsTypeId : String to arguments : String in method public getMethodTagArguments(methodTag Tag, parseDictionary IParseDictionary) : List<String> in class org.adoptopenjdk.jitwatch.util.ParseUtil | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable typeAttrName : String to typeName : String in method public expandParseDictionaryTypeName(typeName String) : String in class org.adoptopenjdk.jitwatch.util.ParseUtil | From | To | |
Change Variable Type | 1 | ||
Change Variable Type memberName : String to member : IMetaMember in method private getLabelText(node CompileNode) : String in class org.adoptopenjdk.jitwatch.ui.CompileChainStage | From | To | |
Extract Variable | 4 | ||
Extract Variable canHighlight : boolean in method public setMember(member IMetaMember, force boolean, jumpToSource boolean) : void from class org.adoptopenjdk.jitwatch.ui.triview.TriView | From | To | |
Extract Variable row : CompilationTableRow in method package setSelectedMetaMember(member IMetaMember) : void from class org.adoptopenjdk.jitwatch.ui.JITWatchUI | From | To | |
Extract Variable sourceFilename : String in method public parse(fqClassName String, bytecodeLines String[], cacheBytecode boolean) : ClassBC from class org.adoptopenjdk.jitwatch.loader.BytecodeLoader | From | To | |
Extract Variable toolTipString : String in method public highlightBytecodeForSuggestion(suggestion Suggestion) : void from class org.adoptopenjdk.jitwatch.ui.triview.bytecode.ViewerBytecode | From | To | |
Extract Method | 5 | ||
Extract Method public isConstructor() : boolean extracted from public getSignatureRegEx() : String in class org.adoptopenjdk.jitwatch.model.AbstractMetaMember | From | To | |
Extract Method public expandParseDictionaryTypeName(typeName String) : String extracted from public lookupType(typeOrKlassID String, parseDictionary IParseDictionary) : String in class org.adoptopenjdk.jitwatch.util.ParseUtil | From | To | |
Extract Method public isConstructor() : boolean extracted from private returnTypeMatches(msp MemberSignatureParts) : boolean in class org.adoptopenjdk.jitwatch.model.AbstractMetaMember | From | To | |
Extract Method public cleanup() : void extracted from public handleReadComplete() : void in class org.adoptopenjdk.jitwatch.ui.JITWatchUI | From | To | |
Inline Variable | 3 | ||
Inline Variable compiletime : long in method private buildLabel(nextJournalEvent Tag, journalEventTime long, compilation Compilation) : String from class org.adoptopenjdk.jitwatch.ui.graphing.TimeLineStage | From | To | |
Inline Variable compileTime : long in method public visit(mm IMetaMember) : void from class org.adoptopenjdk.jitwatch.histo.CompileTimeHistoWalker | From | To | |
Inline Variable compileTime : long in method public visit(mm IMetaMember) : void from class org.adoptopenjdk.jitwatch.toplist.CompileTimeTopListVisitable | From | To | |
Rename Parameter | 1 | ||
Rename Parameter lastTask : Task to task : Task in method private getParsePhase(task Task) : Tag in class org.adoptopenjdk.jitwatch.compilation.CompilationUtil | From | To |