when gradle/maven project is opened in headless mode (e.g. to run offline inspections...
authornik <Nikolay.Chashnikov@jetbrains.com>
Wed, 28 Oct 2015 12:51:00 +0000 (15:51 +0300)
committernik <Nikolay.Chashnikov@jetbrains.com>
Thu, 29 Oct 2015 08:26:17 +0000 (11:26 +0300)
commitfc09d0ce08776f0e85231b9eb27008817eda7316
treee5a71d78829083d3dd6d3e00cf1d56f0d51c815b
parent77c054a6541a67fd429df4d5d07f685e5ae4ff25
when gradle/maven project is opened in headless mode (e.g. to run offline inspections) open existing project and run import to ensure that old IDE-specific configuration (e.g. inspection profiles) won't be deleted and project model will be updated (IDEA-119815)
java/idea-ui/src/com/intellij/projectImport/ProjectOpenProcessorBase.java