Tagir Valeev
bed291f661
Simpler and more correct fix for IDEA-240933
...
Review ID: IDEA-CR-63039
GitOrigin-RevId: 378ecb574a8228992f4cdfa398cc0cacb95e52dd
2020-05-27 09:33:25 +03:00
Tagir Valeev
f0d25cffcb
Suppress pointless arithmetics (here it's used for code symmetry)
...
GitOrigin-RevId: 8080accaf9ffb053ad80d96b2efe13c2ea7b66a6
2020-05-27 09:33:24 +03:00
Tagir Valeev
126e6eda88
StdFileTypes.JAVA replaced with JavaFileType.INSTANCE where possible
...
GitOrigin-RevId: 2af926d71e5c5cb44c30ce4544ae1988d1cd2b0f
2020-05-27 09:33:20 +03:00
Alexandr Evstigneev
80c6307836
IDEA-238968 Clarification about default element in AnnotationBuilder created by AnnotationHolder
...
GitOrigin-RevId: ef3af2d0584650bbc63bddb62f185b389ff06594
2020-05-27 09:31:46 +03:00
Evgeniy.Stepanov
abb8c9be91
Fix module path
...
GitOrigin-RevId: c884b610a2d810cebf65f0fa72c88474f582419c
2020-05-27 08:59:51 +03:00
Artemiy Sartakov
4cc6996898
Problems view: report problem for child reference when parent reference cannot be resolved (IDEA-CR-62997)
...
GitOrigin-RevId: 3461506c1d6ff4d853b8752017c41af92a2d59a3
2020-05-27 07:43:30 +03:00
Tagir Valeev
128370d4e3
Unnecessary qualifiers removed, some other cleanup
...
GitOrigin-RevId: 906af988c0b66ecaee588dfb5e16a1801051df97
2020-05-27 07:24:15 +03:00
Tagir Valeev
713978d722
Inner class may be static fixed
...
GitOrigin-RevId: bd8475197e4aa070793c300601fdbabeb5345523
2020-05-27 06:55:52 +03:00
Julia Beliaeva
5c6072acfd
[git-index] merge stage-plugin.xml to plugin.xml
...
GitOrigin-RevId: 71f7512c0cce8f30d5e0ce37f25eb45f62a67bd9
2020-05-27 05:34:57 +03:00
Sergey Malenkov
384f894915
IDEA-238791: remove Configure Highlighting Level from Problems View
...
GitOrigin-RevId: 9c25bbedf36ac6d55d09a1932318ec14d53129ad
2020-05-27 01:48:17 +03:00
Sergey Malenkov
5382634f77
IDEA-238791: use AllIcons.Toolwindows.Problems/Empty according to project errors amount
...
GitOrigin-RevId: 577d02024218d79632283a47558a713e1cf280bb
2020-05-27 01:48:16 +03:00
Sergey Malenkov
55d34f5363
IDEA-237117: Replace Hector popup with Highlighting Level list popup
...
GitOrigin-RevId: e211d76c8f3e93eb7f1c5bcef96b6d17d09d1fc5
2020-05-27 01:48:16 +03:00
Sergey Malenkov
7be390022e
IDEA-238791: use icons from HighlightDisplayLevel
...
GitOrigin-RevId: 07bce6c76cc4dbff9d7a92a53c740d599277413d
2020-05-27 01:48:15 +03:00
Vyacheslav Karpukhin
0cfb4de02b
Fixed NPE in "incompatible-with" support
...
GitOrigin-RevId: 57b68ef052ec2826e38198b4b431096225dd8993
2020-05-27 01:20:54 +03:00
Alexander Zolotov
e416ce4c7c
get rid of yellow code
...
GitOrigin-RevId: bdfaec165ee0c655d2feb4417f9e1cf67ef47270
2020-05-27 01:07:51 +03:00
Alexander Zolotov
56201c31ea
[platform] split KeyboardLayoutUtil in two parts: awt/non-awt
...
moved non-awt part to util module and reverted nasty changes with passing char-conversion function to matchers
GitOrigin-RevId: 95ecac61932ee7ca5bf29295c899b835367fa7d8
2020-05-27 01:07:51 +03:00
Sergey Patrikeev
b989af754c
Index diagnostic: print aggregate part of total content loading time.
...
GitOrigin-RevId: 951291aa3df29537c480424e5c543a797d6222db
2020-05-27 01:00:36 +03:00
Sergey Patrikeev
d1dacf115d
Index diagnostic: introduce a class for percentages.
...
GitOrigin-RevId: c5c25dd39f0733de14d8b8e67ae56c6412d6d7b3
2020-05-27 01:00:36 +03:00
Sergey Patrikeev
6b4eaf2764
Index diagnostic: calculate aggregate percentage of total indexing/content loading times.
...
GitOrigin-RevId: 32279ba0cdf54a6f0df9dfc199331c0c351cabf4
2020-05-27 01:00:35 +03:00
Sergey Patrikeev
5621caab84
Index diagnostic: calculate percentage of total indexing/content loading time (per file type).
...
GitOrigin-RevId: 37adaab5595e5b556fef3ce25833770c81641ee0
2020-05-27 01:00:35 +03:00
Sergey Patrikeev
0732bbb74e
Index diagnostic: rename MaxNTimeBucket to TimeStats.
...
GitOrigin-RevId: bf882d96e157d49d47b7653ad3ff976551e2c00b
2020-05-27 01:00:34 +03:00
Sergey Patrikeev
04797fff0e
Index diagnostic: add total number of files per file type.
...
GitOrigin-RevId: c82cc63e5d5af9fac37e699ad471c341d161fb25
2020-05-27 01:00:34 +03:00
Sergey Patrikeev
64e3605876
Index diagnostic: comma.
...
GitOrigin-RevId: e1aa9612b4ca7adfac4608631ec54e733e84286e
2020-05-27 01:00:33 +03:00
Sergey Patrikeev
39d66c2c79
Index diagnostic: add total number of files to be indexed in a session.
...
GitOrigin-RevId: 86d131ee152cc59f0c01f5021e1f8ab8c0656c4a
2020-05-27 01:00:33 +03:00
Eugene Petrenko
7fcd50760f
CommandLineInspectionProjectConfigurator - add getName and getDescription
...
Preparation step to allow providing configurator hints for a project
GitOrigin-RevId: 5e6422cd64abad9d81fef8249195eea12dbb8422
2020-05-27 00:15:28 +03:00
Nikolay Chashnikov
c741263fab
[junit] automatically set scope to 'test' when dependency on JUnit5 library is added
...
JUnit5 depends on apiguardian-api JAR which may be used not only in tests, so let's suppose that the library is a JUnit library if more than half of its JARs are for testing.
GitOrigin-RevId: 3888bbf5ecccbe1515c25e377772893a428e57bb
2020-05-26 22:48:33 +03:00
Anna Kozlova
9858c931fc
assert equals between incompatible types: fix testdata so the classes are correct tests
...
GitOrigin-RevId: e7ee7c52a057ce5ead0ad1c4cfc9977426d062ab
2020-05-26 22:47:56 +03:00
Anna Kozlova
ae6908dca1
testng: cleanup warnings
...
GitOrigin-RevId: c9e1f96d30d9947d8a20d42828faf5654418bcd6
2020-05-26 22:47:54 +03:00
Anna Kozlova
845ecfa350
java redundant cast: additional test data for conditional (IDEA-218757)
...
GitOrigin-RevId: 0ba2a3f2e8ce25b076ee21a234545b440d849d29
2020-05-26 22:47:51 +03:00
Eugene Petrenko
9efbf9499d
ProgressManager - more tests for contracts IDEA-241785
...
GitOrigin-RevId: 2cf2fa4d9f28987133847571ae92c5fdb453a1d9
2020-05-26 22:42:37 +03:00
Vassiliy.Kudryashov
7ca844e3e2
https://youtrack.jetbrains.com/issue/IDEA-237480#focus=streamItem-27-4085610.0-0
...
GitOrigin-RevId: 6e3d98107da4791e3202f1961ab8a56f53240ef8
2020-05-26 22:36:15 +03:00
Evgeniy.Stepanov
5be80e3934
Redesign code with me test framework modules according to guidelines
...
GitOrigin-RevId: edfd3c539ceac36347f27a59802af0890eed5c59
2020-05-26 22:29:17 +03:00
Daniil Ovchinnikov
d947d054d9
[groovy] adapt test recompile one file that triggers chunk rebuild inside to 2.5.x
...
GitOrigin-RevId: 6bf9aafedbac835f944ef2dbc8bfe7e66e7b8e00
2020-05-26 22:14:39 +03:00
Nikolay Chashnikov
27408be52a
[all] cleanup: replace ExtensionPointName::getPoint(null) calls by getPoint()
...
...to simplify code and get rid of usages of deprecated method.
GitOrigin-RevId: 9a287f20b0c23ba612d516ef45191ab9593a1cc6
2020-05-26 22:10:45 +03:00
Anton Tarasov
3667b77fe9
IDEA-241623 Shortcuts and input stop working in IDEA after creating markdown file
...
GitOrigin-RevId: 9eb1c0a0b24d267e14b3714dac389074796696ce
2020-05-26 21:55:44 +03:00
Daniil Ovchinnikov
8e32c52777
[groovy] bring back testMakeInDependentModuleAfterChunkRebuild test name because it was correct
...
GitOrigin-RevId: 622d9a33f0bdc1e4443cde109e7276078870e0e4
2020-05-26 21:52:44 +03:00
Mikhail Sokolov
ab51e65e7b
IDEA-238425 Search everywhere popup does not remember its size after reopening
...
GitOrigin-RevId: 1c35351606b0a684613b66d9d38aa8d452ccf521
2020-05-26 21:49:27 +03:00
Peter Gromov
b31e754fe2
revert record augmenter changes for now, as they break tests
...
GitOrigin-RevId: f047089753e360c3e876271bbd843debe9c19f2e
2020-05-26 21:28:57 +03:00
Bas Leijdekkers
76f4d19276
SSR: don't create java existing templates for sql profile
...
GitOrigin-RevId: 49576ea3f7e04126a7950a89f4e20d7b11071be2
2020-05-26 21:25:02 +03:00
Bas Leijdekkers
a37a448da4
SSR: avoid deprecated method
...
GitOrigin-RevId: 709d24472dc85e35829c1aaea9330f115f623988
2020-05-26 21:25:01 +03:00
Bas Leijdekkers
5267e53b43
SSR: Do not populate 'Meta data' of new inspection (IDEA-241611)
...
GitOrigin-RevId: f0792178f1fee72b63448d75393a85f26cce2d39
2020-05-26 21:25:01 +03:00
Bas Leijdekkers
a3f17ba4d3
SSR: notify consumer when selected item is changed by method call (IDEA-241730)
...
fixup! SSR: notify consumer when selected item is changed by method call
GitOrigin-RevId: 1f377b8d85c560602890ca7cc28ec43349a725f1
2020-05-26 21:25:01 +03:00
Bas Leijdekkers
f1c4118cbe
IG: fix false positive in fully qualified anonymous class (IDEA-241471)
...
for "Unnecessary fully qualified name" inspection
GitOrigin-RevId: ba9fe1731fa66b1fb72b8997807e5391b596cf24
2020-05-26 21:25:00 +03:00
Daniil Ovchinnikov
216085397b
[groovy] adapt testMakeIndependentModuleAfterChunkRebuild to 2.5.x
...
The test was named `testMakeInDependentModuleAfterChunkRebuild` before the change.
GitOrigin-RevId: b979f809769a963ca93d62e45e5e554df23de0fd
2020-05-26 21:17:44 +03:00
Nikolay Chashnikov
0c57485914
[devkit] fix "Update IDE from Sources" action: add proper groovy version to classpath
...
The action was broken after updating to Groovy 2.5 because paths to libraries were hardcoded. Now they are taken from the project configuration, and groovy-cli-commons is added to classpath (it contains groovy.util.CliBuilder which is used by Gant). (Dependency on groovy-cli-commons in intellij.idea.ultimate.build should be removed after we update jps-build-script-dependencies-bootstrap library.)
GitOrigin-RevId: 728ca2e1a00f920d4d8203436d57c984d8daf57d
2020-05-26 20:51:54 +03:00
Alex Plate
f23b5b1c85
[Workspace Model] Revert isEmpty method for EntityFamily
...
GitOrigin-RevId: 9c175e433f2a8eae0706a06ae126a5611a199239
2020-05-26 20:46:07 +03:00
Daniil Ovchinnikov
fb1c950409
[groovy] simplify test extend groovy classes with additional dependencies and adapt to 2.5.x
...
GitOrigin-RevId: f08832db3ecaad50b70f751f74d5579216bf43c3
2020-05-26 20:43:01 +03:00
Eugene Petrenko
59722fbbaa
fix ProjectSdksModelTest
...
GitOrigin-RevId: 3eb4c2c63912e4d7bafe03ad845eac0ed2ae58d6
2020-05-26 20:41:26 +03:00
Eugene Petrenko
f561ee8cc7
ProgressManager - remove unneeded contract tests
...
IDEA-241785
GitOrigin-RevId: 91b213a3d0c27e67bada0c6c92e73a22449061ba
2020-05-26 20:41:25 +03:00
Eugene Petrenko
d06c5194b1
ProgressManager - cleanup tests
...
IDEA-241785
GitOrigin-RevId: 304e48712578729f17daac324c4d07f8541412f2
2020-05-26 20:41:23 +03:00