57a65be5acd3ec252c3d83106f818d244027d5bc
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public test100ContinueHandled() : void renamed to public test100ContinueHandledManually() : void in class io.vertx.test.core.HttpTest | From | To | |
Rename Method public test100ContinueDefault() : void renamed to public test100ContinueHandledAutomatically() : void in class io.vertx.test.core.HttpTest | From | To | |
Extract Method | 1 | ||
Extract Method package write100Continue() : void extracted from private processMessage(msg Object) : void in class io.vertx.core.http.impl.ServerConnection | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public setHandle100ContinueAutomatically(handle100ContinueAutomatically boolean) : HttpServerOptions extracted from public setUp() : void in class io.vertx.test.core.HttpTest & moved to class io.vertx.core.http.HttpServerOptions | From | To |