This project is mirrored from https://gitee.com/mirrors/intellij-community.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
- 03 Apr, 2019 40 commits
-
-
Roman Shevchenko authored
-
Aleksey Pivovarov authored
fix regression after 3af57a81
-
Roman Shevchenko authored
-
nik authored
kotlin: fix false positives for 'suspicious package-private access' inspection nested object literal expressions in Kotlin This is an improvement for cdd60556 which also fixes IDEA-210253. JavaResolveUtil.canAccessProtectedMember doesn't work properly for Kotlin because of KT-30759 and KT-30752, so its code is rewritten to use UAST to find outer class.
-
Alexey Kudravtsev authored
-
Alexey Kudravtsev authored
-
Roman Shevchenko authored
-
Mikhail Sokolov authored
-
Mikhail Sokolov authored
-
Mikhail Sokolov authored
-
Gregory.Shrago authored
-
Gregory.Shrago authored
-
Gregory.Shrago authored
-
Gregory.Shrago authored
-
Rustam Vishnyakov authored
-
Kirill Kirichenko authored
-
Gregory.Shrago authored
-
Gregory.Shrago authored
-
Egor Ushakov authored
-
nik authored
-
Dmitry Batrak authored
-
Dmitry Batrak authored
-
Yann Cébron authored
-
Dmitry Avdeev authored
-
Rustam Vishnyakov authored
-
Roman.Ivanov authored
-
Tagir Valeev authored
-
Vladimir Krivosheev authored
-
Vladimir Krivosheev authored
-
Vladimir Krivosheev authored
-
Artemiy Sartakov authored
CharsetObjectCanBeUsedInspection: suggest replacing Charset.forName(XYZ) with StandardCharsets.XYZ (IDEA-210209)
-
nik authored
build scripts: provide common option to enable injection of URL of custom plugins repository to ApplicationInfo.xml Replace 'intellij.build.prepare.plugin.repository' system property which is used in IDEA only by the common 'intellij.build.use.teamcity.as.plugins.repository' property so we can enable builtin plugin repository in nightly build of other IDEs as well. Also the new property enables only adding reference to TeamCity artifacts into the product, the custom repository xml file is always generated in TeamCity artifacts so it can be used manually even for public builds.
-
nik authored
IDEA project configuration: enable inspection about access to package-private members from different module This is needed to avoid such code because it'll lead to IllegalAccessError if e.g. Java support code is loaded as a plugin via a different classloader (see IDEA-200277). Modules belonging to same plugins are listed in the inspection settings and accessing package-private member between classes from them aren't reported. There are some false-positives because of bugs in the inspection (see IDEA-210216, IDEA-210253), they are temporarily suppressed.
-
Roman.Ivanov authored
-
Roman.Ivanov authored
-
Roman.Ivanov authored
-
Roman.Ivanov authored
-
Tagir Valeev authored
IDEA-210298 Result of method call ignored false-positive on Validate.nonNull check from commons-lang3
-
Tagir Valeev authored
-
Tagir Valeev authored
-