a05590f4b21a29456e068416f2308a9645a3e052
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Class | 1 | ||
Rename Class org.neo4j.kernel.impl.util.DebugUtil.Stack renamed to org.neo4j.kernel.impl.util.DebugUtil.CallStack | From | To | |
Change Variable Type | 3 | ||
Change Variable Type entry : Map.Entry<Stack,AtomicInteger> to entry : Map.Entry<CallStack,AtomicInteger> in method public print(out PrintStream, interestThreshold int) : void in class org.neo4j.kernel.impl.util.DebugUtil.StackTracer | From | To | |
Change Variable Type o : Stack to o : CallStack in method public equals(obj Object) : boolean in class org.neo4j.kernel.impl.util.DebugUtil.CallStack | From | To | |
Change Variable Type key : Stack to key : CallStack in method public add(t Throwable) : AtomicInteger in class org.neo4j.kernel.impl.util.DebugUtil.StackTracer | From | To | |
Split Attribute | 1 | ||
Split Attribute stackTrace : Throwable to [message : String, elements : StackTraceElement[]] in class org.neo4j.kernel.impl.util.DebugUtil.CallStack | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type uniqueStackTraces : Map<Stack,AtomicInteger> to uniqueStackTraces : Map<CallStack,AtomicInteger> in class org.neo4j.kernel.impl.util.DebugUtil.StackTracer | From | To |