2f7767fa19d8f5c220121f6eaab0c5f7f87ab65c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public shouldNotRotatesLogWhenSizeExceededByNotDelay() : void renamed to public shouldNotRotateLogWhenSizeExceededButNotDelay() : void in class org.neo4j.logging.RotatingFileOutputStreamSupplierTest | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type outputStream : OutputStream to supplier : RotatingFileOutputStreamSupplier in method private write(supplier RotatingFileOutputStreamSupplier, line String) : void in class org.neo4j.logging.RotatingFileOutputStreamSupplierTest | From | To | |
Rename Variable | 2 | ||
Rename Variable exception2 : IOException to exception : IOException in method public shouldCloseAllStreamsDespiteError() : void in class org.neo4j.logging.RotatingFileOutputStreamSupplierTest | From | To | |
Rename Variable outputStream : OutputStream to mockStream : OutputStream in method public shouldCloseAllStreamsDespiteError() : void in class org.neo4j.logging.RotatingFileOutputStreamSupplierTest | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute newStream : OutputStream to streamWrapper : OutputStream in method private rotate() : void in class org.neo4j.logging.RotatingFileOutputStreamSupplier | From | To | |
Inline Variable | 1 | ||
Inline Variable outputStream2 : OutputStream in method public shouldNotifyListenerWhenNewLogIsCreated() : void from class org.neo4j.logging.RotatingFileOutputStreamSupplierTest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter outputStream : OutputStream to supplier : RotatingFileOutputStreamSupplier in method private write(supplier RotatingFileOutputStreamSupplier, line String) : void in class org.neo4j.logging.RotatingFileOutputStreamSupplierTest | From | To |