| Summary: | Invalid thread access in Import project wizard | ||
|---|---|---|---|
| Product: | [Technology] EGit | Reporter: | Benjamin Muskalla <b.muskalla> |
| Component: | UI | Assignee: | Project Inbox <egit.ui-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | mathias.kinzler |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Benjamin Muskalla
How can I reproduce this? Is this happening during some UI tests? I tried to reproduce this by forcing the offending call to setErrorMessage every time when the page is opened, but couldn't see the problem in the normal UI. Happens to me when running GitRepositoriesViewTest#testImportWizard and can reproduce manually with the steps above: * create empty repository with git init * clone the repo * Right click > Import Projects... * Import Existing and Try to share automatically * Next Only happens the first time when clicking next. Going back and forth again, the exception does not occur and the error message is shown. (In reply to comment #2) > Happens to me when running GitRepositoriesViewTest#testImportWizard and can > reproduce manually with the steps above: > > * create empty repository with git init > * clone the repo > * Right click > Import Projects... > * Import Existing and Try to share automatically > * Next > > Only happens the first time when clicking next. Going back and forth again, the > exception does not occur and the error message is shown. Thanks, now I got it. Code review at http://egit.eclipse.org/r/#change,1090 Merged as 22b1d4d478f200c8348109991a457148f07b98cc |