Rustam Vishnyakov and intellij-monorepo-bot
123242c4b2
EditorConfig documentation test
...
GitOrigin-RevId: fd52ace3d7a32ecd02c2c5ab90e077967604c15e
2019-06-16 04:03:21 +03:00
Egor Zhdan and intellij-monorepo-bot
c1813cfb52
Cleanup: NotNull/Nullable
...
GitOrigin-RevId: b8e892f32ea84c2115973155dba7127b892cc36e
2019-06-16 04:02:08 +03:00
Anna Kozlova and intellij-monorepo-bot
91f7445298
constructor reference: don't ignore constructor parameters during method reference inference (IDEA-185578)
...
GitOrigin-RevId: e836468e05db28157713e9edd3c70382f8ecdebc
2019-06-13 03:15:49 +03:00
Egor Zhdan and intellij-monorepo-bot
39d2d77155
Cleanup: NotNull/Nullable
...
GitOrigin-RevId: b8e892f32ea84c2115973155dba7127b892cc36e
2019-06-13 03:14:35 +03:00
Aleksey Rostovskiy and intellij-monorepo-bot
185284cee6
get rid of intellij.build.toolbox.litegen parameter and use BuildOptions.TOOLBOX_LITE_GEN_STEP to skip it instead
...
GitOrigin-RevId: 9aac8ee4ed1ebf2a29de18a238825fafb1ab88f9
2019-05-27 15:08:08 +03:00
Alexandr Suhinin and intellij-monorepo-bot
9215f4240b
[duplicates] enable duplicates analysis in PyCharm/WebStorm/PhpStorm/RubyMine
...
GitOrigin-RevId: 1545b79fdca4888f4b94f47f22703fd37694fa7a
2019-05-27 15:07:30 +03:00
Tagir Valeev and intellij-monorepo-bot
0c7edc2939
IDEA-168309 Completion inside Class.forName starts suggesting root packages again when something unknown entered
...
1. getCompletionContext() should not return root packages if context reference is present but cannot be resolved
2. InstanceofExpressionPostfixTemplate should not be available inside the string literals
GitOrigin-RevId: ad08e280cec09ddb6896c9d358c41cfc68b2cb8e
2019-05-21 15:11:13 +03:00
Pavel Dolgov
4dfff46920
Java: Provide completion for nested class names in reflection API (IDEA-181545)
2017-11-09 13:06:59 +03:00
Pavel Dolgov
aedc783354
Java: Avoid duplicates for shadowed members in completion list for arguments of reflection calls. Simplify building the list of method names with PsiClass.getVisibleSignatures() (IDEA-167250)
2017-03-03 12:04:52 +03:00
Pavel Dolgov
e4ec230e5d
Java: Added priorities in the completion list for arguments of getField() and getMethod() (IDEA-167250)
2017-02-14 17:11:55 +03:00
Pavel Dolgov
bcb8f9b8e8
Java: Provide completion inside literal argument of Class.forName() and ClassLoader.loadClass() (IDEA-167267)
2017-02-06 17:49:05 +03:00
Pavel Dolgov
69b3a8c6cb
Java: Improved completion for arguments of getField() and getMethod() - extract the type information from forName() and getClass() to provide code assistance (IDEA-167250)
2017-02-06 15:40:31 +03:00
Pavel Dolgov
8a73604580
Java: Improved completion for arguments of reflection calls getField() and getMethod() - extract the actual type from Class.forName and from generic type parameter to provide the code assistance (IDEA-167250)
2017-02-02 14:55:52 +03:00
peter
faa69a6aa2
IDEA-134123 Reflection code completion generates Type....class instead of Type[].class for varargs
2015-01-02 17:19:54 +01:00
Konstantin Bulenkov
343fc4bea6
IDEA-91588 Reflection completion generates generics types
2012-09-14 19:02:31 +04:00
Konstantin Bulenkov
d84822f977
+forName
2012-03-26 12:28:27 +02:00
Konstantin Bulenkov
ab3a58a664
reflection fix + tests
2012-03-23 18:06:28 +01:00