|
Change Parameter Type result : Map<Integer,LineAnnotation> to result : Map<Integer,List<LineAnnotation>> in method private checkLine(result Map<Integer,List<LineAnnotation>>, index int, annotation String, colour Color) : void in class org.adoptopenjdk.jitwatch.test.TestBytecodeAnnotationBuilder |
From |
To |
|
Change Parameter Type result : Map<Integer,LineAnnotation> to result : Map<Integer,List<LineAnnotation>> in method private storeAnnotation(bci int, annotation LineAnnotation, result Map<Integer,List<LineAnnotation>>) : void in class org.adoptopenjdk.jitwatch.model.bytecode.BytecodeAnnotationBuilder |
From |
To |
|
Change Parameter Type result : Map<Integer,LineAnnotation> to result : Map<Integer,List<LineAnnotation>> in method private buildParseTagAnnotations(parseTag Tag, result Map<Integer,List<LineAnnotation>>, instructions List<BytecodeInstruction>, compilerName CompilerName) : void in class org.adoptopenjdk.jitwatch.model.bytecode.BytecodeAnnotationBuilder |
From |
To |
|
Change Parameter Type annotations : Map<Integer,LineAnnotation> to annotations : Map<Integer,List<LineAnnotation>> in method private createLabel(instruction BytecodeInstruction, maxOffset int, line int, annotations Map<Integer,List<LineAnnotation>>, member IMetaMember, lineIndex int) : BytecodeLabel in class org.adoptopenjdk.jitwatch.ui.triview.bytecode.ViewerBytecode |
From |
To |
|
Rename Variable annotation : LineAnnotation to annotationList : List<LineAnnotation> in method private createLabel(instruction BytecodeInstruction, maxOffset int, line int, annotations Map<Integer,List<LineAnnotation>>, member IMetaMember, lineIndex int) : BytecodeLabel in class org.adoptopenjdk.jitwatch.ui.triview.bytecode.ViewerBytecode |
From |
To |
|
Rename Variable line : LineAnnotation to lines : List<LineAnnotation> in method private checkLine(result Map<Integer,List<LineAnnotation>>, index int, annotation String, colour Color) : void in class org.adoptopenjdk.jitwatch.test.TestBytecodeAnnotationBuilder |
From |
To |
|
Rename Variable eliminationTag : Tag to child : Tag in method public visitOptimizerTagsOfLastTask(member IMetaMember, visitable IJournalVisitable) : void in class org.adoptopenjdk.jitwatch.journal.JournalUtil |
From |
To |
|
Change Variable Type line : LineAnnotation to lines : List<LineAnnotation> in method private checkLine(result Map<Integer,List<LineAnnotation>>, index int, annotation String, colour Color) : void in class org.adoptopenjdk.jitwatch.test.TestBytecodeAnnotationBuilder |
From |
To |
|
Change Variable Type result : Map<Integer,LineAnnotation> to result : Map<Integer,List<LineAnnotation>> in method public testJava8TieredChain() : void in class org.adoptopenjdk.jitwatch.test.TestBytecodeAnnotationBuilder |
From |
To |
|
Change Variable Type result : Map<Integer,LineAnnotation> to result : Map<Integer,List<LineAnnotation>> in method public testJava7TieredLeaf() : void in class org.adoptopenjdk.jitwatch.test.TestBytecodeAnnotationBuilder |
From |
To |
|
Change Variable Type result : Map<Integer,LineAnnotation> to result : Map<Integer,List<LineAnnotation>> in method public testJava7NonTieredChain() : void in class org.adoptopenjdk.jitwatch.test.TestBytecodeAnnotationBuilder |
From |
To |
|
Change Variable Type result : Map<Integer,LineAnnotation> to result : Map<Integer,List<LineAnnotation>> in method public testJava7NonTieredLeaf() : void in class org.adoptopenjdk.jitwatch.test.TestBytecodeAnnotationBuilder |
From |
To |
|
Change Variable Type result : Map<Integer,LineAnnotation> to result : Map<Integer,List<LineAnnotation>> in method public testJava7TieredChain() : void in class org.adoptopenjdk.jitwatch.test.TestBytecodeAnnotationBuilder |
From |
To |
|
Change Variable Type result : Map<Integer,LineAnnotation> to result : Map<Integer,List<LineAnnotation>> in method public testJava8NonTieredLeaf() : void in class org.adoptopenjdk.jitwatch.test.TestBytecodeAnnotationBuilder |
From |
To |
|
Change Variable Type result : Map<Integer,LineAnnotation> to result : Map<Integer,List<LineAnnotation>> in method public testJava8TieredLeaf() : void in class org.adoptopenjdk.jitwatch.test.TestBytecodeAnnotationBuilder |
From |
To |
|
Change Variable Type annotation : LineAnnotation to annotationList : List<LineAnnotation> in method private createLabel(instruction BytecodeInstruction, maxOffset int, line int, annotations Map<Integer,List<LineAnnotation>>, member IMetaMember, lineIndex int) : BytecodeLabel in class org.adoptopenjdk.jitwatch.ui.triview.bytecode.ViewerBytecode |
From |
To |
|
Change Variable Type annotations : Map<Integer,LineAnnotation> to annotations : Map<Integer,List<LineAnnotation>> in method public setContent(member IMetaMember, metaClassBytecode ClassBC, classLocations List<String>) : void in class org.adoptopenjdk.jitwatch.ui.triview.bytecode.ViewerBytecode |
From |
To |
|
Change Variable Type result : Map<Integer,LineAnnotation> to result : Map<Integer,List<LineAnnotation>> in method private buildAnnotations(member IMetaMember, compiler CompilerName, logLines String[], bytecodeLines String[]) : Map<Integer,List<LineAnnotation>> in class org.adoptopenjdk.jitwatch.test.TestBytecodeAnnotationBuilder |
From |
To |