IntelliJ IDEA 2019.2.2 is here!

A bug-fix update for v2019.2 is here! IntelliJ IDEA 2019.2.2 comes with several notable bug fixes, regression fixes, and performance improvements.
Here’s a list of the most notable changes:
- Fixed the performance issue so the editor doesn’t hang on copying an existing Java class and pasting it with a different name: IDEA-219505.
- Fixed the issue causing broken tool windows when opening a project: IDEA-199472.
- The “Enter Full Screen” and “Exit Full Screen” actions now execute when invoked from Find Action: IDEA-192504.
- JDK 12’s –enable-preview flag is now is recognized in the Maven pom.xml file: IDEA-212618.
- Fixed the regression: the IDE saves the settings for New Projects: IDEA-211731.
- Fixed the regression: you can navigate to the source of a problem from the Build tool window: IDEA-220999.
- Fixed the regression: the IDE imports a Gradle project if the wrapper distribution file has a non-standard naming pattern: IDEA-216892.
- Fixed the regression: the IDE now runs tests with Gradle and TestNG frameworks: IDEA-221159.
- Fixed the regression: the IDE imports a Maven project if the old Maven version (3.0.3) is used: IDEA-220010.
JBR 11 was updated to v11.0.3+12-b304.56
- Fixed the corrupted fonts on the Welcome Screen on Windows: JBR-1777.
- Fixed the issue that caused incorrect font (italics) in the editor: JBR-1778.
For more details please read the IDE and JBR release notes.
All your feedback is very welcome here in the comments, in our issue tracker, or on Twitter.
Happy Development!
Comments below can no longer be edited.
Mahmoud Aref says:
September 7, 2019guys please fix those issues with debug mode ! it’s not always working , also it makes a build every 3 seconds ! says no class changed for swap
A girl says:
September 16, 2019I keep getting the error:
Port cannot be opened if Chrome having the same User Data Directory is already launched.
Please guys debug mode was working well before I switched to this version of the app.
TimReset says:
September 9, 2019When will you fix https://intellij-support.jetbrains.com/hc/en-us/community/posts/360004371379-2019-2-GIT-branch-Compare-With-Current-changed ?
Firoz Shaikh says:
September 11, 2019When the fix for the issue – https://intellij-support.jetbrains.com/hc/en-us/community/posts/360004371099-Scene-Builder-does-not-work-anymore-after-update-to-2019-2-version will be available?
Olga Klisho says:
September 11, 2019Please follow the issue created for this problem: https://youtrack.jetbrains.com/issue/IDEA-209562. Thank you
roberto says:
September 11, 2019if I update com.android.tools.build:gradle:3.1.0 to 3.5.0 and gradle wrapper to 5.4.1 the instant run does not work.
java.lang.Throwable: Unknown instant run support status reported: 7
Michael says:
September 18, 2019I have troubles updating Idea.
It downloads the patch file, restarts, and then it breaks with this exception (from idea_updater.log):
java.nio.file.FileAlreadyExistsException: /home/kuli/.IdeaIC2019.2/system/log/idea.updater.files.15127526646984767579/backup.tmp.0
at java.base/sun.nio.fs.UnixCopyFile.copy(UnixCopyFile.java:573)
at java.base/sun.nio.fs.UnixFileSystemProvider.copy(UnixFileSystemProvider.java:254)
at java.base/java.nio.file.Files.copy(Files.java:1294)
at com.intellij.updater.Utils$2.visitFile(Utils.java:194)
at com.intellij.updater.Utils$2.visitFile(Utils.java:179)
at java.base/java.nio.file.Files.walkFileTree(Files.java:2724)
at java.base/java.nio.file.Files.walkFileTree(Files.java:2796)
at com.intellij.updater.Utils.copyDirectory(Utils.java:179)
at com.intellij.updater.Runner.install(Runner.java:422)
at com.intellij.updater.Runner.main(Runner.java:122)
This never happened before, but now it happens all the time. I even tried to outwit idea by running `rm -rf .IdeaIC2019.2/system/log/idea.updater.files.15127526646984767579` in an endless loop in parallel, but with no avail.
Has someone an idea how to solve this without completely reinstalling idea?
Yangmin says:
September 18, 2019After updated to 2019.2.2, I cannot find Service Tool Window anymore. It is really useful to view SQL results and I deeply depend on it. And now when I execute SQL in database console, it does not open any result window.
Tried but nothing worked:
* View -> Tool Windows
* double shift – “Search action”
* try run a docker task and SpringBoot project
Is this a bug or just something I ignored? Or was it removed/replaced by another window? Thanks!
Konstantin Aleev says:
September 18, 2019Hello, Yangmin. It looks like a bug. Could you please report an issue in our tracker: https://youtrack.jetbrains.com/issues
Marc says:
September 23, 2019I keep getting an error when trying to update. Like said above, this is repeatable.
idea_updater.log:
23/09 15:51:19 INFO Runner.cleanup – Cleaning up…
23/09 15:51:19 INFO Utils.cleanup – deleted working directory: /home/username/.IntelliJIdea2019.2/system/log/idea.updater.files.16414679209194088073
23/09 15:51:51 INFO Runner.initLogger – — Updater started —
23/09 15:51:51 INFO Runner.main – args: [batch-install, /opt/intellijidea, /home/username/.IntelliJIdea2019.2/system/tmp/patch-update/IU-192.5728.98-192.6262.58-patch-jbr11-unix.jar:/home/username/.IntelliJIdea2019.2/system/tmp/patch-update/IU-192.6262.58-192.6603.28-patch-jbr11-unix.jar]
23/09 15:51:51 INFO Runner.main – destFolder: /opt/intellijidea, case-sensitive: true
23/09 15:51:52 INFO Runner.install – Extracting patch files…
23/09 15:51:52 INFO Runner.install – Unpacking IU-192.5728.98-192.6262.58-patch-jbr11-unix.jar
23/09 15:51:52 INFO Utils.getTempFile – created working directory: /home/username/.IntelliJIdea2019.2/system/log/idea.updater.files.3175267186134151863
23/09 15:51:52 INFO Utils.getZipEntry – entryPath: patch-file.zip
23/09 15:51:52 INFO Runner.install – Unpacking IU-192.6262.58-192.6603.28-patch-jbr11-unix.jar
23/09 15:51:52 INFO Utils.getZipEntry – entryPath: patch-file.zip
23/09 15:51:52 INFO Runner.install – Backing up files…
23/09 15:51:52 INFO Utils.copyDirectory – /opt/intellijidea -> /home/username/.IntelliJIdea2019.2/system/log/idea.updater.files.3175267186134151863/backup.tmp.0
23/09 15:51:52 INFO Utils$2.visitFile – /opt/intellijidea -> /home/username/.IntelliJIdea2019.2/system/log/idea.updater.files.3175267186134151863/backup.tmp.0
23/09 15:51:52 ERROR Runner.install – prepare failed
java.nio.file.FileAlreadyExistsException: /home/username/.IntelliJIdea2019.2/system/log/idea.updater.files.3175267186134151863/backup.tmp.0
at java.base/sun.nio.fs.UnixCopyFile.copy(UnixCopyFile.java:573)
at java.base/sun.nio.fs.UnixFileSystemProvider.copy(UnixFileSystemProvider.java:254)
at java.base/java.nio.file.Files.copy(Files.java:1294)
at com.intellij.updater.Utils$2.visitFile(Utils.java:194)
at com.intellij.updater.Utils$2.visitFile(Utils.java:179)
at java.base/java.nio.file.Files.walkFileTree(Files.java:2724)
at java.base/java.nio.file.Files.walkFileTree(Files.java:2796)
at com.intellij.updater.Utils.copyDirectory(Utils.java:179)
at com.intellij.updater.Runner.install(Runner.java:422)
at com.intellij.updater.Runner.main(Runner.java:122)
Marc says:
September 26, 2019Following https://youtrack.jetbrains.com/issue/IDEA-205262
I could update, I am using symlinks. But i am using them all the time and never had any problems upgrading. Please fix this, so symlinks work as they used to.
Břeťa Šopík says:
September 24, 2019IDEA offered me to upgrade this morning. After doing so it often totally freezes soon after the start and shows no file names in tab labels:
IntelliJ IDEA 2019.2.2 (Community Edition)
Build #IC-192.6603.28, built on September 6, 2019
Runtime version: 11.0.3+12-b304.56 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Linux 5.0.0-29-generic
GC: ParNew, ConcurrentMarkSweep
Memory: 1923M
Cores: 8
Registry: ide.tree.ui.experimental=false, ide.balloon.shadow.size=0
Non-Bundled Plugins: Twelf Plugin, codes.rudolph.idea.cfg, com.github.redfoos.logstash-intellij-plugin, com.jetbrains.plugins.ini4idea, mobi.hsz.idea.gitignore, com.demonwav.minecraft-dev, com.chrisrm.idea.MaterialThemeUI, org.intellij.scala, org.jetbrains.plugins.hocon, BashSupport, PythonCore, org.scalafmt.ScalaFmt
Břeťa Šopík says:
September 24, 2019The reported bug with tab labels was related to Material Theme plugin. Please remove this bug report. Thanks!
Carlos says:
October 17, 2019Worst version of IntelliJ ever
doesn’t import dependencies unless you delete the .idea file and restart it. Support is simply NOT getting back to me.
Why am I paying again?