bcbacae45d02f6d65671b3ee91b9d32e899bb2c9
Files Diff
- Added: 7
- Removed: 20
- Renamed: 0
- Modified: 15
Link to commit
Third party dependencies:
| Dependency Action | |
|---|---|
| Updated | |
| From org.glassfish.jersey.media:html-json 2.26-SNAPSHOT To 3.0-SNAPSHOT | |
| From org.glassfish.jersey.ext.rx:jersey-rx-client-java8 2.26-SNAPSHOT To 3.0-SNAPSHOT | |
| From org.glassfish.jersey.ext.rx:jersey-rx-client-rxjava 2.26-SNAPSHOT To 3.0-SNAPSHOT | |
| From org.glassfish.jersey.ext.rx:jersey-rx-client 2.26-SNAPSHOT To 3.0-SNAPSHOT | |
| From org.glassfish.jersey.ext.rx:jersey-rx-client-guava 2.26-SNAPSHOT To 3.0-SNAPSHOT | |
| From org.glassfish.jersey.ext.rx:jersey-rx-client-jsr166e 2.26-SNAPSHOT To 3.0-SNAPSHOT |
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 testSyncClient() : void in class org.glassfish.jersey.examples.rx.RxClientsTest | From | To | |
| 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 |