-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add test for newly detected Split Method refactoring
- Loading branch information
Showing
10 changed files
with
2,400 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
src/test/resources/mappings/checkstyle-08d6efe49d2960d9bd61bfb9cca65910f0c19b58.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
public configure(aConfig Configuration) : void -> protected setupChild(aChildConf Configuration) : void | ||
line range:148-152==line range:158-162 | ||
line range:153-153==line range:163-163 | ||
line range:156-156==line range:166-166 | ||
line range:160-162==line range:170-172 | ||
line range:146-146==line range:156-156 | ||
line range:154-154==line range:164-164 | ||
line range:155-155==line range:165-165 | ||
line range:147-163==line range:157-173 | ||
line range:158-163==line range:168-173 | ||
public configure(aConfig Configuration) : void -> public finishLocalSetup() : void | ||
line range:138-138==line range:140-140 | ||
line range:139-139==line range:141-141 | ||
line range:141-141==line range:143-143 | ||
line range:142-142==line range:144-144 |
1 change: 1 addition & 0 deletions
1
src/test/resources/oracle/commits/checkstyle-08d6efe49d2960d9bd61bfb9cca65910f0c19b58.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"parentCommitId":"987da3a4c5fac3476a4461892c919c0f6d9248bd","currentCommitId":"08d6efe49d2960d9bd61bfb9cca65910f0c19b58","filesBefore":["src/checkstyle/com/puppycrawl/tools/checkstyle/Checker.java","src/checkstyle/com/puppycrawl/tools/checkstyle/TreeWalker.java","src/checkstyle/com/puppycrawl/tools/checkstyle/api/AutomaticBean.java"],"filesCurrent":["src/checkstyle/com/puppycrawl/tools/checkstyle/Checker.java","src/checkstyle/com/puppycrawl/tools/checkstyle/TreeWalker.java","src/checkstyle/com/puppycrawl/tools/checkstyle/api/AutomaticBean.java"],"renamedFilesHint":{},"repositoryDirectoriesBefore":["src","src/checkstyle/com","src/checkstyle/com/puppycrawl/tools/checkstyle","src/checkstyle/com/puppycrawl/tools","src/checkstyle","src/checkstyle/com/puppycrawl","src/checkstyle/com/puppycrawl/tools/checkstyle/api"],"repositoryDirectoriesCurrent":["src","src/checkstyle/com","src/checkstyle/com/puppycrawl/tools/checkstyle","src/checkstyle/com/puppycrawl/tools","src/checkstyle","src/checkstyle/com/puppycrawl","src/checkstyle/com/puppycrawl/tools/checkstyle/api"],"commitTime":0,"authoredTime":0,"commitAuthorName":null} |
Oops, something went wrong.