862e6d008e99223ad048860dd69c19914732a4f7
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 19
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type clazz : Class<?> to clazz : Class<T> in method public lookupNamingEntries(scope Object, clazz Class<T>) : List<? extends T> in class org.eclipse.jetty.plus.jndi.NamingEntryUtil | From | To | |
| Rename Variable | 1 | ||
| Rename Variable size : int to extras : int in method public dumpObjects(out Appendable, indent String, object Object, extraChildren Object...) : void in class org.eclipse.jetty.util.component.Dumpable | From | To | |
| Change Return Type | 1 | ||
| Change Return Type List<Object> to List<? extends T> in method public lookupNamingEntries(scope Object, clazz Class<T>) : List<? extends T> in class org.eclipse.jetty.plus.jndi.NamingEntryUtil | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type _attributes : AttributesMap to _attributes : AttributeContainerMap in class org.eclipse.jetty.server.Server | From | To | |
| Extract Method | 6 | ||
| Extract Method public dumpIterable(out Appendable, indent String, iterable Iterable<?>, last boolean) : void extracted from public dumpObjects(out Appendable, indent String, object Object, extraChildren Object...) : void in class org.eclipse.jetty.util.component.Dumpable | From | To | |
| Extract Method protected toStringMetaData() : String extracted from public toString() : String in class org.eclipse.jetty.plus.jndi.NamingEntry | From | To | |
| Extract Method public dumpMapEntries(out Appendable, indent String, map Map<?,?>, last boolean) : void extracted from public dumpObjects(out Appendable, indent String, object Object, extraChildren Object...) : void in class org.eclipse.jetty.util.component.Dumpable | From | To | |
| Extract Method private doBindings(envCtx Context, scope Object) : void extracted from public bindEnvEntries(context WebAppContext) : void in class org.eclipse.jetty.plus.webapp.EnvConfiguration | From | To | |
| Extract Method public dumpContainer(out Appendable, indent String, object Container, last boolean) : void extracted from public dumpObjects(out Appendable, indent String, object Object, extraChildren Object...) : void in class org.eclipse.jetty.util.component.Dumpable | From | To |