61705c164bddc8fc86d3e68736f3b1582f5575c3
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 87
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private logLeakedThread(thread Thread) : void renamed to public prettyPringStacktrace(thread Thread) : String in class org.infinispan.commons.test.ThreadLeakChecker | From | To | |
| Move Method | 3 | ||
| Move Method private checkClassAnnotations(errors List<String>, processedClasses Set<Class>, m ITestNGMethod) : void from class org.infinispan.commons.test.TestNGTestListener to private checkClassAnnotations(errors List<String>, processedClasses Set<Class>, m ITestNGMethod) : void from class org.infinispan.commons.test.TestNGSuiteChecksTest | From | To | |
| Move Method private checkAnnotations(errors List<String>, classes Set<Class>, methods Collection<ITestNGMethod>) : void from class org.infinispan.commons.test.TestNGTestListener to private checkAnnotations(errors List<String>, classes Set<Class>, methods Collection<ITestNGMethod>) : void from class org.infinispan.commons.test.TestNGSuiteChecksTest | From | To | |
| Move Method private checkMethodAnnotations(errors List<String>, m ITestNGMethod) : void from class org.infinispan.commons.test.TestNGTestListener to private checkMethodAnnotations(errors List<String>, m ITestNGMethod) : void from class org.infinispan.commons.test.TestNGSuiteChecksTest | From | To | |
| Rename Variable | 1 | ||
| Rename Variable noTestsRunning : boolean to noRunningTest : boolean in method public testFinished(testName String) : void in class org.infinispan.commons.test.ThreadLeakChecker | From | To | |
| Change Return Type | 1 | ||
| Change Return Type void to String in method public prettyPringStacktrace(thread Thread) : String in class org.infinispan.commons.test.ThreadLeakChecker | From | To | |
| Move Attribute | 2 | ||
| Move Attribute private REQUIRED_GROUPS : Set<String> from class org.infinispan.commons.test.TestNGTestListener to private REQUIRED_GROUPS : Set<String> from class org.infinispan.commons.test.TestNGSuiteChecksTest | From | To | |
| Move Attribute private ALLOWED_GROUPS : Set<String> from class org.infinispan.commons.test.TestNGTestListener to private ALLOWED_GROUPS : Set<String> from class org.infinispan.commons.test.TestNGSuiteChecksTest | From | To | |
| Extract Class | 1 | ||
| Extract Class org.infinispan.commons.test.TestNGSuiteChecksTest from class org.infinispan.commons.test.TestNGTestListener | From | To | |
| Extract Method | 2 | ||
| Extract Method public updateThreadOwnership(availableOwners List<String>) : void extracted from public testFinished(testName String) : void in class org.infinispan.commons.test.ThreadLeakChecker | From | To | |
| Extract Method public updateThreadOwnership(availableOwners List<String>) : void extracted from private performCheck() : void in class org.infinispan.commons.test.ThreadLeakChecker | From | To |