93cf957de0773a84cba8f0af077cf4358c0644fb
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable report : double to value : double in method private stdDeviation(values Collection<Double>) : double in class org.neo4j.kernel.stresstests.transaction.checkpoint.TransactionThroughputChecker | From | To | |
Rename Variable report : double to value : Double in method private average(values Collection<Double>) : double in class org.neo4j.kernel.stresstests.transaction.checkpoint.TransactionThroughputChecker | From | To | |
Rename Attribute | 1 | ||
Rename Attribute CHECK_POINT_INTERVAL_SECONDS : int to CHECK_POINT_INTERVAL_MINUTES : int in class org.neo4j.kernel.stresstests.transaction.checkpoint.CheckPointingLogRotationStressTesting | From | To | |
Change Variable Type | 1 | ||
Change Variable Type report : double to value : Double in method private average(values Collection<Double>) : double in class org.neo4j.kernel.stresstests.transaction.checkpoint.TransactionThroughputChecker | From | To | |
Extract Method | 3 | ||
Extract Method private stdDeviation(values Collection<Double>) : double extracted from public assertThroughput(out PrintStream) : void in class org.neo4j.kernel.stresstests.transaction.checkpoint.TransactionThroughputChecker | From | To | |
Extract Method private printThroughputReports(out PrintStream) : void extracted from public assertThroughput(out PrintStream) : void in class org.neo4j.kernel.stresstests.transaction.checkpoint.TransactionThroughputChecker | From | To | |
Extract Method private average(values Collection<Double>) : double extracted from public assertThroughput(out PrintStream) : void in class org.neo4j.kernel.stresstests.transaction.checkpoint.TransactionThroughputChecker | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type reports : List<Double> to reports : Map<String,Double> in class org.neo4j.kernel.stresstests.transaction.checkpoint.TransactionThroughputChecker | From | To |