1001adda9a37f262c6162c1fec99487a5a79e7fa
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 59
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testGetLineNumber() : void renamed to public line_should_implement_toString() : void in class org.jacoco.core.test.validation.SourceTest | From | To | |
Rename Variable | 1 | ||
Rename Variable tags : Set<String> to gotoTags : Set<String> in method private getTagsWithGotos() : Set<String> in class org.jacoco.core.test.validation.java5.FinallyTest | From | To | |
Change Return Type | 1 | ||
Change Return Type List<String> to List<Line> in method public getLines() : List<Line> in class org.jacoco.core.test.validation.Source | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type lines : List<String> to lines : List<Line> in class org.jacoco.core.test.validation.Source | From | To | |
Extract Method | 1 | ||
Extract Method private getTagsWithGotos() : Set<String> extracted from public gotos() : void in class org.jacoco.core.test.validation.java5.FinallyTest | From | To |