e050f1948abedc1f298ce2c10392309801039f49
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testVisitMultipleTryCatchBlocksWithProbe() : void renamed to public testVisitTryCatchBlockWithProbeBeforeStart() : void in class org.jacoco.core.internal.flow.MethodProbesAdapterTest | From | To | |
Rename Variable | 1 | ||
Rename Variable target : Label to probe : Label in method public testVisitTryCatchBlockWithProbeBeforeStart() : void in class org.jacoco.core.internal.flow.MethodProbesAdapterTest | From | To | |
Rename Attribute | 2 | ||
Rename Attribute adapter : MethodVisitor to expectedVisitor : MethodProbesVisitor in class org.jacoco.core.internal.flow.MethodProbesAdapterTest | From | To | |
Rename Attribute expectedVisitor : MethodProbesVisitor to adapter : MethodVisitor in class org.jacoco.core.internal.flow.MethodProbesAdapterTest | From | To | |
Extract Method | 1 | ||
Extract Method private getTryCatchLabel(label Label) : Label extracted from public visitTryCatchBlock(start Label, end Label, handler Label, type String) : void in class org.jacoco.core.internal.flow.MethodProbesAdapter | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type adapter : MethodVisitor to expectedVisitor : MethodProbesVisitor in class org.jacoco.core.internal.flow.MethodProbesAdapterTest | From | To | |
Change Attribute Type expectedVisitor : MethodProbesVisitor to adapter : MethodVisitor in class org.jacoco.core.internal.flow.MethodProbesAdapterTest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter start : Label to label : Label in method private getTryCatchLabel(label Label) : Label in class org.jacoco.core.internal.flow.MethodProbesAdapter | From | To |