999195fdb79296b9aa6374890ad6f1e9d23acc8b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected setProperty(key String, value String, getter Function<String,String>, setter BiFunction<String,String,Void>, source String) : boolean renamed to protected processProperty(key String, value String, source String, getter Function<String,String>) : Property in class org.eclipse.jetty.start.StartArgs | From | To | |
Change Return Type | 1 | ||
Change Return Type boolean to Property in method protected processProperty(key String, value String, source String, getter Function<String,String>) : Property in class org.eclipse.jetty.start.StartArgs | From | To |