25f08f3c8b42ad5a25106b6c691a471a54d204e6
Files Diff
- Added: 12
- Removed: 10
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable jar : String to arg : String in method public main(args String[]) : void in class org.adoptopenjdk.jitwatch.jarscan.JarScan | From | To | |
| Move And Rename Class | 4 | ||
| Move And Rename Class org.adoptopenjdk.jitwatch.jarscan.invokecounter.InvokeCounter moved and renamed to org.adoptopenjdk.jitwatch.jarscan.invokecount.InvokeCountOperation | From | To | |
| Move And Rename Class org.adoptopenjdk.jitwatch.jarscan.FreqInlineCounter moved and renamed to org.adoptopenjdk.jitwatch.jarscan.freqinlinesize.FreqInlineSizeOperation | From | To | |
| Move And Rename Class org.adoptopenjdk.jitwatch.jarscan.bytecodefrequency.BytecodeFrequencyTree moved and renamed to org.adoptopenjdk.jitwatch.jarscan.nextopcode.NextOpcodeOperation | From | To | |
| Move And Rename Class org.adoptopenjdk.jitwatch.jarscan.chains.ChainCounter moved and renamed to org.adoptopenjdk.jitwatch.jarscan.sequencecount.SequenceCountOperation | From | To | |
| Move Class | 5 | ||
| Move Class org.adoptopenjdk.jitwatch.jarscan.bytecodefrequency.NextBytecode moved to org.adoptopenjdk.jitwatch.jarscan.nextopcode.NextBytecode | From | To | |
| Move Class org.adoptopenjdk.jitwatch.jarscan.bytecodefrequency.NextBytecodeList moved to org.adoptopenjdk.jitwatch.jarscan.nextopcode.NextBytecodeList | From | To | |
| Move Class org.adoptopenjdk.jitwatch.jarscan.invokecounter.InvokeCountMap moved to org.adoptopenjdk.jitwatch.jarscan.invokecount.InvokeCountMap | From | To | |
| Move Class org.adoptopenjdk.jitwatch.jarscan.chains.OpcodeSequence moved to org.adoptopenjdk.jitwatch.jarscan.sequencecount.OpcodeSequence | From | To | |
| Move Class org.adoptopenjdk.jitwatch.jarscan.invokecounter.OpcodeInvokeCountMap moved to org.adoptopenjdk.jitwatch.jarscan.invokecount.OpcodeInvokeCountMap | From | To | |
| Change Variable Type | 8 | ||
| Change Variable Type counter : ChainCounter to counter : SequenceCountOperation in method public testLongBytecodeChain6() : void in class org.adoptopenjdk.jitwatch.test.TestJarScan | From | To | |
| Change Variable Type counter : ChainCounter to counter : SequenceCountOperation in method public testInfiniteLoopChain1() : void in class org.adoptopenjdk.jitwatch.test.TestJarScan | From | To | |
| Change Variable Type counter : ChainCounter to counter : SequenceCountOperation in method public testFollowGotoChain2() : void in class org.adoptopenjdk.jitwatch.test.TestJarScan | From | To | |
| Change Variable Type counter : ChainCounter to counter : SequenceCountOperation in method public testInfiniteLoopChain2() : void in class org.adoptopenjdk.jitwatch.test.TestJarScan | From | To | |
| Change Variable Type counter : ChainCounter to counter : SequenceCountOperation in method public testAthrow() : void in class org.adoptopenjdk.jitwatch.test.TestJarScan | From | To | |
| Change Variable Type counter : ChainCounter to counter : SequenceCountOperation in method public testLongBytecodeChain1() : void in class org.adoptopenjdk.jitwatch.test.TestJarScan | From | To | |
| Change Variable Type counter : ChainCounter to counter : SequenceCountOperation in method public testInfiniteLoopChain3() : void in class org.adoptopenjdk.jitwatch.test.TestJarScan | From | To | |
| Change Variable Type counter : ChainCounter to counter : SequenceCountOperation in method public testFollowGotoChain1() : void in class org.adoptopenjdk.jitwatch.test.TestJarScan | From | To | |
| Change Package | 2 | ||
| Change Package org.adoptopenjdk.jitwatch.jarscan.invokecounter to org.adoptopenjdk.jitwatch.jarscan.invokecount | From | To | |
| Change Package org.adoptopenjdk.jitwatch.jarscan.bytecodefrequency to org.adoptopenjdk.jitwatch.jarscan.nextopcode | From | To |