(final SketchFile file)
| 1474 | } |
| 1475 | |
| 1476 | public EditorTab findTab(final SketchFile file) { |
| 1477 | return tabs.get(findTabIndex(file)); |
| 1478 | } |
| 1479 | |
| 1480 | /** |
| 1481 | * Finds the index of the tab showing the given file. Matches the file against |
no test coverage detected