d1009c37a34f28d266dd2d11b535a0932a4525d4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Variable | 1 | ||
Extract Variable className : String in method protected buildLog(loggingClass Class) : FormattedLog from class org.neo4j.logging.FormattedLogProvider | From | To | |
Extract Method | 2 | ||
Extract Method private buildLog(context String, level Level) : FormattedLog extracted from protected buildLog(name String) : FormattedLog in class org.neo4j.logging.FormattedLogProvider | From | To | |
Extract Method private newFormattedLogProvider(writer StringWriter, levels Map<String,Level>) : FormattedLogProvider extracted from private newFormattedLogProvider(writer StringWriter) : FormattedLogProvider in class org.neo4j.logging.FormattedLogProviderTest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter name : String to context : String in method private buildLog(context String, level Level) : FormattedLog in class org.neo4j.logging.FormattedLogProvider | From | To |