JetBrains-Research / JetBrains-Research/plugin-utilities
Correctly open projects that can be opened with several "project configurations"
- Dominant language
- Kotlin
- Stars
- 4
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
There are projects that can be opened with several "project configurations".

But headless IDEA automatically picks the first project configuration and this approach does not work for all projects.
**Possible solution**: try to open those projects with all possible project configurations.
This can be done (probably) with `SelectProjectOpenProcessorDialog#setTestDialog`
**Examples of such projects**:
All listed projects are Eclipse projects so this issue might be related only to Eclipse projects
https://github.com/Etar-Group/Etar-Calendar
https://github.com/javamelody/javamelody
https://github.com/amaembo/streamex
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.