007ac4a9ddd5e10383d28978fff895eca167415d
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Pull Up Method | 3 | ||
| Pull Up Method protected condensePackageString(classname String) : String from class org.eclipse.jetty.util.log.StdErrLog to protected condensePackageString(classname String) : String from class org.eclipse.jetty.util.log.AbstractLogger | From | To | |
| Pull Up Method protected getLevelId(levelSegment String, levelName String) : int from class org.eclipse.jetty.util.log.StdErrLog to protected getLevelId(levelSegment String, levelName String) : int from class org.eclipse.jetty.util.log.AbstractLogger | From | To | |
| Pull Up Method public getLoggingProperty(props Properties, name String, property String) : String from class org.eclipse.jetty.util.log.StdErrLog to public getLoggingProperty(props Properties, name String, property String) : String from class org.eclipse.jetty.util.log.AbstractLogger | From | To | |
| Pull Up Attribute | 5 | ||
| Pull Up Attribute public LEVEL_DEBUG : int from class org.eclipse.jetty.util.log.StdErrLog to public LEVEL_DEBUG : int from class org.eclipse.jetty.util.log.AbstractLogger | From | To | |
| Pull Up Attribute public LEVEL_OFF : int from class org.eclipse.jetty.util.log.StdErrLog to public LEVEL_OFF : int from class org.eclipse.jetty.util.log.AbstractLogger | From | To | |
| Pull Up Attribute public LEVEL_ALL : int from class org.eclipse.jetty.util.log.StdErrLog to public LEVEL_ALL : int from class org.eclipse.jetty.util.log.AbstractLogger | From | To | |
| Pull Up Attribute public LEVEL_WARN : int from class org.eclipse.jetty.util.log.StdErrLog to public LEVEL_WARN : int from class org.eclipse.jetty.util.log.AbstractLogger | From | To | |
| Pull Up Attribute public LEVEL_INFO : int from class org.eclipse.jetty.util.log.StdErrLog to public LEVEL_INFO : int from class org.eclipse.jetty.util.log.AbstractLogger | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type log : StdErrLog to log : AbstractLogger in method public testGetChildLogger_NullParent() : void in class org.eclipse.jetty.util.log.StdErrLogTest | From | To | |
| Extract And Move Method | 1 | ||
| Extract And Move Method public lookupLoggingLevel(props Properties, name String) : int extracted from public getLoggingLevel(props Properties, name String) : int in class org.eclipse.jetty.util.log.StdErrLog & moved to class org.eclipse.jetty.util.log.AbstractLogger | From | To |