forked from eclipse-platform/eclipse.platform.ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename method in SmartImportJob and add getCurrentImportJob
- Rename "getImportJob" to "createOrGetConfiguredImportJob" to better express its behavior and also change its JavaDoc. - Add a new method "getCurrentImportJob" that merely retrieves the current job (without creating/configuring anything). - Extract private method in SmartImportTests - Remove calls to waitForJobs(...) in SmartImportTests and join the SmartImportJob instead. Fixes: eclipse-platform#1427 Fixes: eclipse-platform#1807
- Loading branch information
1 parent
2e5b0bd
commit e033414
Showing
3 changed files
with
50 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters