ef95510da4742526bc45ded9838d293c5f6aff37
Files Diff
- Added: 13
- Removed: 12
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public repeat() : void renamed to public loop() : void in class org.keycloak.testsuite.performance.PerformanceTest.Runnable | From | To | |
Rename Method public getMetric() : String renamed to public getStatistic() : String in class org.keycloak.testsuite.performance.OperationTimeoutException | From | To | |
Rename Variable | 1 | ||
Rename Variable count : long to checkCount : long in method protected pauseWithErrorChecking(millis long, checkDurationMillis long) : void in class org.keycloak.testsuite.performance.PerformanceTest | From | To | |
Move And Rename Class | 6 | ||
Move And Rename Class org.keycloak.testsuite.performance.metrics.Metric moved and renamed to org.keycloak.testsuite.performance.statistics.Statistic | From | To | |
Move And Rename Class org.keycloak.testsuite.performance.metrics.ComputedMetric moved and renamed to org.keycloak.testsuite.performance.statistics.UpdatableStatistic | From | To | |
Move And Rename Class org.keycloak.testsuite.performance.metrics.impl.Result moved and renamed to org.keycloak.testsuite.performance.statistics.SimpleStatistic | From | To | |
Move And Rename Class org.keycloak.testsuite.performance.metrics.ComputedMetrics moved and renamed to org.keycloak.testsuite.performance.statistics.UpdatableStatistics | From | To | |
Move And Rename Class org.keycloak.testsuite.performance.metrics.Metrics moved and renamed to org.keycloak.testsuite.performance.statistics.Statistics | From | To | |
Move And Rename Class org.keycloak.testsuite.performance.metrics.impl.MovingAverageMetric moved and renamed to org.keycloak.testsuite.performance.statistics.MovingUpdatableStatistic | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.keycloak.testsuite.performance.LoopingRunnable from classes [org.keycloak.testsuite.performance.PerformanceTest.Runnable] | From | To | |
Rename Attribute | 5 | ||
Rename Attribute metrics : PerformanceTestMetrics to statistics : PerformanceStatistics in class org.keycloak.testsuite.performance.PerformanceTest | From | To | |
Rename Attribute timeouts : PerformanceTestMetrics to timeoutStatistics : PerformanceStatistics in class org.keycloak.testsuite.performance.PerformanceTest | From | To | |
Rename Attribute SLEEP_BETWEEN_REPEATS : Integer to SLEEP_BETWEEN_LOOPS : Integer in class org.keycloak.testsuite.performance.PerformanceTest | From | To | |
Rename Attribute timeoutResultsList : List<ResultsWithThroughput> to measurements : List<PerformanceMeasurement> in class org.keycloak.testsuite.performance.PerformanceTest | From | To | |
Rename Attribute metric : String to statistic : String in class org.keycloak.testsuite.performance.OperationTimeoutException | From | To | |
Extract Variable | 2 | ||
Extract Variable examplesRealm : RealmRepresentation in method public addAdapterTestRealms(testRealms List<RealmRepresentation>) : void from class org.keycloak.testsuite.performance.htmlunit.HtmlUnitLoginLogoutPerfTest | From | To | |
Extract Variable examplesRealm : RealmRepresentation in method public addAdapterTestRealms(testRealms List<RealmRepresentation>) : void from class org.keycloak.testsuite.performance.httpclient.HttpClientLoginLogoutPerfTest | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type metrics : PerformanceTestMetrics to statistics : PerformanceStatistics in class org.keycloak.testsuite.performance.PerformanceTest | From | To | |
Change Attribute Type timeouts : PerformanceTestMetrics to timeoutStatistics : PerformanceStatistics in class org.keycloak.testsuite.performance.PerformanceTest | From | To | |
Change Attribute Type timeoutResultsList : List<ResultsWithThroughput> to measurements : List<PerformanceMeasurement> in class org.keycloak.testsuite.performance.PerformanceTest | From | To | |
Rename Parameter | 4 | ||
Rename Parameter checkIntervals : long to checkDurationMillis : long in method protected pauseWithErrorChecking(millis long, checkDurationMillis long) : void in class org.keycloak.testsuite.performance.PerformanceTest | From | To | |
Rename Parameter metric : String to statistic : String in method public addValue(statistic String, value long) : void in class org.keycloak.testsuite.performance.statistics.UpdatableStatistics | From | To | |
Rename Parameter metric : String to statistic : String in method public OperationTimeoutException(statistic String, value long, cause Throwable) in class org.keycloak.testsuite.performance.OperationTimeoutException | From | To | |
Rename Parameter metric : String to statistic : String in method public OperationTimeoutException(statistic String, cause Throwable) in class org.keycloak.testsuite.performance.OperationTimeoutException | From | To |