Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create the default project only when it is necessary. #3140

Merged
merged 1 commit into from
May 2, 2024

Commits on May 2, 2024

  1. Create the default project only when it is necessary.

    - Default project is configured with a (default) JRE, that will produce
      unwanted symbols when other projects don't use the default JRE
    - Place default project creation logic into the invisible project
      importer since that is the importer requiring it
    - Continue to support some special cases where default project should be
      created (eg. Maven/Gradle project & opening a standalone file)
    - Update testcases & add a testcase
    
    Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
    rgrunber committed May 2, 2024
    Configuration menu
    Copy the full SHA
    6dc892a View commit details
    Browse the repository at this point in the history