98c328fb23493025036665ac1ad82849e01c8f70
Files Diff
- Added: 1
- Removed: 2
- Renamed: 0
- Modified: 35
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 14 | ||
Rename Method public execute() : void renamed to public produce() : void in class org.eclipse.jetty.util.thread.ExecutionStrategy | From | To | |
Rename Method public isCallbackNonBlocking() : boolean renamed to public getCallbackInvocationType() : InvocationType in class org.eclipse.jetty.io.WriteFlusher | From | To | |
Rename Method public isNonBlocking() : boolean renamed to public getInvocationType() : InvocationType in class org.eclipse.jetty.util.Callback.Nested | From | To | |
Rename Method public execute() : void renamed to public produce() : void in class org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume | From | To | |
Rename Method public isNonBlocking() : boolean renamed to public getInvocationType() : InvocationType in class org.eclipse.jetty.client.util.OutputStreamContentProvider | From | To | |
Rename Method private runActions() : Runnable renamed to private nextAction() : Runnable in class org.eclipse.jetty.io.ManagedSelector.SelectorProducer | From | To | |
Rename Method public isNonBlocking() : boolean renamed to public getInvocationType() : InvocationType in class org.eclipse.jetty.server.HttpConnection.SendCallback | From | To | |
Rename Method public execute() : void renamed to public produce() : void in class org.eclipse.jetty.util.thread.strategy.ProduceExecuteConsume | From | To | |
Rename Method private testStarvation(executionFactory ExecutionStrategy.Factory) : void renamed to public testReadStarvation() : void in class org.eclipse.jetty.server.ThreadStarvationTest | From | To | |
Rename Method public reject() : void renamed to public close() : void in class org.eclipse.jetty.http2.server.HTTP2ServerConnection.ServerHttpChannelOverHTTP2 | From | To | |
Rename Method public isNonBlocking() : boolean renamed to public getInvocationType() : InvocationType in class org.eclipse.jetty.client.HttpSender.LastContentCallback | From | To | |
Rename Method public isNonBlocking() : boolean renamed to public getInvocationType() : InvocationType in class org.eclipse.jetty.client.HttpSender.CommitCallback | From | To | |
Rename Method public isNonBlocking() : boolean renamed to public getInvocationType() : InvocationType in class org.eclipse.jetty.util.IteratingNestedCallback | From | To | |
Rename Method public execute() : void renamed to public produce() : void in class org.eclipse.jetty.util.thread.strategy.ProduceConsume | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type blocking : boolean to invocation : InvocationType in method public Completable(invocation InvocationType) in class org.eclipse.jetty.util.Callback.Completable | From | To | |
Change Parameter Type blocking : boolean to invocation : InvocationType in method public from(completable CompletableFuture<?>, invocation InvocationType) : Callback in class org.eclipse.jetty.util.Callback | From | To | |
Inline Method | 3 | ||
Inline Method private produceExecuteConsume() : boolean inlined to private produceConsume() : void in class org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume | From | To | |
Inline Method private executeProduceConsume() : void inlined to private produceConsume() : void in class org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume | From | To | |
Inline Method private runChange(change Runnable) : void inlined to private nextAction() : Runnable in class org.eclipse.jetty.io.ManagedSelector.SelectorProducer | From | To | |
Rename Variable | 5 | ||
Rename Variable readable : boolean to fillable : boolean in method public onSelected() : Runnable in class org.eclipse.jetty.io.ChannelEndPoint | From | To | |
Rename Variable writable : boolean to flushable : boolean in method public onSelected() : Runnable in class org.eclipse.jetty.io.ChannelEndPoint | From | To | |
Rename Variable change : Runnable to action : Runnable in method private nextAction() : Runnable in class org.eclipse.jetty.io.ManagedSelector.SelectorProducer | From | To | |
Rename Variable callback : BlockingCallback to blocker : Blocker in method public testIterationOnNonBlockedStall() : void in class org.eclipse.jetty.io.WriteFlusherTest | From | To | |
Rename Variable idle : boolean to dispatch : boolean in method private produceConsume() : void in class org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume | From | To | |
Change Return Type | 7 | ||
Change Return Type boolean to InvocationType in method public getInvocationType() : InvocationType in class org.eclipse.jetty.util.Callback.Nested | From | To | |
Change Return Type boolean to InvocationType in method public getCallbackInvocationType() : InvocationType in class org.eclipse.jetty.io.WriteFlusher | From | To | |
Change Return Type boolean to InvocationType in method public getInvocationType() : InvocationType in class org.eclipse.jetty.client.HttpSender.CommitCallback | From | To | |
Change Return Type boolean to InvocationType in method public getInvocationType() : InvocationType in class org.eclipse.jetty.util.IteratingNestedCallback | From | To | |
Change Return Type boolean to InvocationType in method public getInvocationType() : InvocationType in class org.eclipse.jetty.client.HttpSender.LastContentCallback | From | To | |
Change Return Type boolean to InvocationType in method public getInvocationType() : InvocationType in class org.eclipse.jetty.server.HttpConnection.SendCallback | From | To | |
Change Return Type boolean to InvocationType in method public getInvocationType() : InvocationType in class org.eclipse.jetty.client.util.OutputStreamContentProvider | From | To | |
Rename Class | 2 | ||
Rename Class org.eclipse.jetty.http2.HTTP2Connection.FillCallback renamed to org.eclipse.jetty.http2.HTTP2Connection.FillableCallback | From | To | |
Rename Class org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.RunExecute renamed to org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.RunProduce | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.eclipse.jetty.io.ManagedSelector.NonBlockingAction from classes [org.eclipse.jetty.io.ManagedSelector.Acceptor, org.eclipse.jetty.io.ManagedSelector.Accept, org.eclipse.jetty.io.ManagedSelector.Connect, org.eclipse.jetty.io.ManagedSelector.ConnectTimeout, org.eclipse.jetty.io.ManagedSelector.CloseEndPoints, org.eclipse.jetty.io.ManagedSelector.CloseSelector] | From | To | |
Rename Attribute | 3 | ||
Rename Attribute fillCallback : Callback to fillableCallback : Callback in class org.eclipse.jetty.http2.HTTP2Connection.HTTP2Producer | From | To | |
Rename Attribute _runExecute : Runnable to _runProduce : Runnable in class org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume | From | To | |
Rename Attribute blocking : boolean to invocation : InvocationType in class org.eclipse.jetty.util.Callback.Completable | From | To | |
Change Variable Type | 1 | ||
Change Variable Type callback : BlockingCallback to blocker : Blocker in method public testIterationOnNonBlockedStall() : void in class org.eclipse.jetty.io.WriteFlusherTest | From | To | |
Extract Variable | 1 | ||
Extract Variable failCallback : Runnable in method protected failedCallback(callback Callback, x Throwable) : void from class org.eclipse.jetty.io.AbstractConnection | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type blocking : boolean to invocation : InvocationType in class org.eclipse.jetty.util.Callback.Completable | From | To | |
Rename Parameter | 2 | ||
Rename Parameter blocking : boolean to invocation : InvocationType in method public Completable(invocation InvocationType) in class org.eclipse.jetty.util.Callback.Completable | From | To | |
Rename Parameter blocking : boolean to invocation : InvocationType in method public from(completable CompletableFuture<?>, invocation InvocationType) : Callback in class org.eclipse.jetty.util.Callback | From | To |