9baa815a697cc4bf935bf80482fb28170740ee52
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getLastLine() : String renamed to public getLastLines() : Collection<String> in class org.glassfish.jersey.test.maven.runner.ShellMojoExecutionException | From | To | |
Change Return Type | 1 | ||
Change Return Type String to Collection<String> in method public getLastLines() : Collection<String> in class org.glassfish.jersey.test.maven.runner.ShellMojoExecutionException | From | To | |
Rename Attribute | 1 | ||
Rename Attribute lastLine : String to lastLines : Collection<String> in class org.glassfish.jersey.test.maven.runner.ShellMojoExecutionException | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type lastLine : String to lastLines : Collection<String> in class org.glassfish.jersey.test.maven.runner.ShellMojoExecutionException | From | To |