c80b423fef3b82dd0221b3a236e6e32e30ecccb1
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected createTestSuite(context TestExecutionContext, javaProject IJavaProject, methodAnnotation String, classAnnotation String) : List<String> renamed to protected findTests(context TestExecutionContext, javaProject IJavaProject, methodAnnotation String, classAnnotation String) : List<String> in class org.eclipse.che.plugin.java.testing.AbstractJavaTestRunner | From | To | |
Extract Variable | 2 | ||
Extract Variable filePath : String in method public detectTests(context TestDetectionContext) : List<TestPosition> from class org.eclipse.che.plugin.java.testing.AbstractJavaTestRunner | From | To | |
Extract Variable fileName : String in method public RunDebugTestAbstractAction(eventBus EventBus, testResultPresenter TestResultPresenter, testingHandler TestingHandler, debugConfigurationsManager DebugConfigurationsManager, client TestServiceClient, dtoFactory DtoFactory, appContext AppContext, notificationManager NotificationManager, perspectives List<String>, description String, text String, icon SVGResource) from class org.eclipse.che.plugin.testing.ide.action.RunDebugTestAbstractAction | From | To |