847008c60e5ba3f5546ce1ea4ff3d6a8af2d7719
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 17
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getBytecodeAtOffset(bci int) : BytecodeInstruction renamed to public getInstructionAtBCI(bci int) : BytecodeInstruction in class org.adoptopenjdk.jitwatch.model.bytecode.MemberBytecode | From | To | |
Move Method | 2 | ||
Move Method private getInstructions(lines String[]) : List<BytecodeInstruction> from class org.adoptopenjdk.jitwatch.test.TestJarScan to private getInstructions(lines String[]) : List<BytecodeInstruction> from class org.adoptopenjdk.jitwatch.test.UnitTestUtil | From | To | |
Move Method private createMemberBytecode(lines String[]) : MemberBytecode from class org.adoptopenjdk.jitwatch.test.TestJarScan to public createMemberBytecode(lines String[]) : MemberBytecode from class org.adoptopenjdk.jitwatch.test.UnitTestUtil | From | To | |
Extract Variable | 1 | ||
Extract Variable attrs : Map<String,String> in method public setTagTaskQueued(tagTaskQueued Tag) : void from class org.adoptopenjdk.jitwatch.model.Compilation | From | To |