fc432d9bfc2682da0dcc99bacbb2e718259849fd
Files Diff
- Added: 7
- Removed: 20
- Renamed: 0
- Modified: 16
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Rename Method | 1 | ||
| Move And Rename Method public Destination(destination String) from class org.glassfish.jersey.examples.rx.domain.Destination to public Recommendation(destination String) from class org.glassfish.jersey.examples.rx.domain.Recommendation | From | To | |
| Move Source Folder | 1 | ||
| Move Source Folder examples/rx-client-java8-webapp to examples/rx-client-webapp | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private executor : ExecutorService from class org.glassfish.jersey.examples.rx.agent.AsyncAgentResource to private executor : ExecutorService from class org.glassfish.jersey.examples.rx.agent.AsyncAgentResource | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type response : AgentResponse to response : Response in method public testRxObservableClient() : void in class org.glassfish.jersey.examples.rx.RxClientsTest | From | To | |
| Change Variable Type response : AgentResponse to response : Response in method public testAsyncClient() : void in class org.glassfish.jersey.examples.rx.RxClientsTest | From | To | |
| Change Variable Type response : AgentResponse to response : Response in method public testSyncClient() : void in class org.glassfish.jersey.examples.rx.RxClientsTest | From | To |