The updated built-in SSH client is now compatible with the new GitHub cryptographic standards.
The Eclipse compiler bundled with IntelliJ IDEA now supports Java 9 sources: IDEA-184951.
The Change Signature dialog now uses the system-wide color sсheme for the parameters list: IDEA-134545.
The JDK has been updated to 1.8.0_152-release-1024-b15, with the following fixes integrated:
Unlimited cryptographic policy is enabled by default: JRE-638.
The issue of empty Memory View in Debug session of application running with JRE 9 was fixed: JRE-641.
For more details, please refer to the blog post.
+
The IntelliJ IDEA 2017.3.5 bug-fix update is now released!
The updated built-in SSH client is now compatible with the new GitHub cryptographic standards.
The Eclipse compiler bundled with IntelliJ IDEA now supports Java 9 sources: IDEA-184951.
The Change Signature dialog now uses the system-wide color scheme for the parameters list: IDEA-134545.
The JDK has been updated to 1.8.0_152-release-1024-b15, with the following fixes integrated:
Unlimited cryptographic policy is enabled by default: JRE-638.
The issue of empty Memory View in Debug session of application running with JRE 9 was fixed: JRE-641.
For more details, please refer to the blog post.
]]>
diff --git a/java/java-indexing-impl/src/com/intellij/psi/impl/search/JavaNullMethodArgumentIndex.java b/java/java-indexing-impl/src/com/intellij/psi/impl/search/JavaNullMethodArgumentIndex.java
index 7db8d1bd6fe0..f6ccc8cb5803 100644
--- a/java/java-indexing-impl/src/com/intellij/psi/impl/search/JavaNullMethodArgumentIndex.java
+++ b/java/java-indexing-impl/src/com/intellij/psi/impl/search/JavaNullMethodArgumentIndex.java
@@ -44,7 +44,7 @@ public class JavaNullMethodArgumentIndex extends ScalarIndexExtension this expression is a package reference.
// This expression may also be a class reference, and this is handled in [resolveUnqualifiedType].
for (parent in strictParents()) {