Commit Graph
38800 Commits
Author SHA1 Message Date
Anna Kozlovaandintellij-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 Zhdanandintellij-monorepo-bot 39d2d77155 Cleanup: NotNull/Nullable
GitOrigin-RevId: b8e892f32ea84c2115973155dba7127b892cc36e
2019-06-13 03:14:35 +03:00
Roman Shevchenkoandintellij-monorepo-bot 46634d926b Cleanup (minor optimization; typos; formatting)
GitOrigin-RevId: c0c5ca102b81db60372f3f17345344894045cf85
2019-06-12 14:23:14 +03:00
Roman Shevchenkoandintellij-monorepo-bot 400a313dfc Cleanup (warnings; typos; formatting)
GitOrigin-RevId: ca04f6493fc5c9a3e62ba6bb53d652652acc3997
2019-06-12 14:22:14 +03:00
Roman Shevchenkoandintellij-monorepo-bot bdfcb18277 Cleanup (formatting)
GitOrigin-RevId: 0841d10c7b4c8812bac930b06abcfda3e8033e89
2019-06-12 14:21:44 +03:00
Anna Kozlovaandintellij-monorepo-bot 5d39400130 enable Deannotate intention on references
GitOrigin-RevId: dd392091c47ef6d49f0464070c2b483c6629b8cb
2019-06-12 14:20:44 +03:00
Roman Shevchenkoandintellij-monorepo-bot 2cd589c0de [project] quick fix of IDEA startup crash
A proper fix would be correcting the layout; in progress.

GitOrigin-RevId: 2518136d35da9b9f1c5beb016b2b8028adbf2cec
2019-06-12 14:17:42 +03:00
Dmitry Batkovichandintellij-monorepo-bot 18cd279232 stub partial re-serialization
GitOrigin-RevId: ac5614de964eb5effcb829d060b7081734d73778
2019-06-12 14:14:04 +03:00
Dmitry Batkovichandintellij-monorepo-bot 07353a7229 java null argument indexing: do not increment index after creation
GitOrigin-RevId: 086661cd6544e6f4ce8e8451289378d4694f2b4f
2019-06-12 14:12:30 +03:00
Dmitry Batkovichandintellij-monorepo-bot 593cc6f022 notnull
GitOrigin-RevId: c4362ac6475b03e20b76d7cdb488240188581220
2019-06-12 14:11:59 +03:00
Dmitry Batkovichandintellij-monorepo-bot d0e8bc8204 properly capitalize fix family name
GitOrigin-RevId: 9cd535c92f7f39341cad41df9b8165fe7717d015
2019-06-12 14:11:27 +03:00
peterandintellij-monorepo-bot 7bbe5d2b80 migrate IndexedFilesListener to async API
GitOrigin-RevId: fa8a7dbf64e56843354fdda9c150326d577e7326
2019-06-12 14:08:51 +03:00
Vladislav.Sorokaandintellij-monorepo-bot 5be6a2dfe4 ES: better name for ModifiableModelsProvider created from ProjectStructure dialog IDEA-187832
GitOrigin-RevId: 75da08832823347c639bc81926d3e95bffea126c
2019-06-12 14:06:15 +03:00
Vladislav.Sorokaandintellij-monorepo-bot 2b7b56f75a ES: distinguish ModifiableModelsProvider created from ProjectStructure dialog IDEA-187832
GitOrigin-RevId: e226d6fc2f94e5a5aa35d87672fee1eab3fc7341
2019-06-12 14:04:10 +03:00
Vladislav.Sorokaandintellij-monorepo-bot c73b162661 ES: move externalSystem API to the core plugin distribution IDEA-187832
GitOrigin-RevId: 0e4f9e6d8d7fa2f0d70d464c5f70ab71a8f5bb92
2019-06-11 18:21:35 +03:00
Vladislav.Sorokaandintellij-monorepo-bot 589035d638 ES: extract 'java.execution' features IDEA-187832
Extract task debugger, JavaRunConfigurationExtensionManager usages, LanguageLevelModuleExtension usages and CompilerConfiguration setup.
Fix ExternalSystemTaskActivator to use ProjectTaskManager listener

GitOrigin-RevId: 27f6369e2a18ab599ec888f634facf9faca4d5d2
2019-06-11 18:20:01 +03:00
Vladislav.Sorokaandintellij-monorepo-bot 04f0ce478f ES: extract java sdk provider IDEA-187832
GitOrigin-RevId: 4eb55cbb1d415b252be7d94ac7b888080001fbb9
2019-06-11 18:18:59 +03:00
Vladislav.Sorokaandintellij-monorepo-bot 9c5ffd4573 ES: extract packaging modifiable models to java plugin IDEA-187832
GitOrigin-RevId: 67f8209b711806a587d041fd1adc9529ea002916
2019-06-11 18:18:28 +03:00
Vladislav.Sorokaandintellij-monorepo-bot 8dbc95f646 ES: remove intellij.java.compiler dependency from ES api module IDEA-187832
GitOrigin-RevId: 6c6c411afaaf73bbd286a795608227055329f4ee
2019-06-11 18:17:57 +03:00
Bas Leijdekkersandintellij-monorepo-bot db13b7b767 SSR: improve "should show problem" api
GitOrigin-RevId: 790be8f55944bbf5db274c762fa8c22dc97b6b2b
2019-06-11 18:09:38 +03:00
Bas Leijdekkersandintellij-monorepo-bot 6b36d4a30f SSR: allow to disable in editor problem highlighting
GitOrigin-RevId: aab198ae69ef7e208260cfe90128c4062aadcfb0
2019-06-11 18:08:04 +03:00
peterandintellij-monorepo-bot 3a0ee456a8 push VFS event merger into IndexedFilesListener to simplify implementations
GitOrigin-RevId: e3fd2227841b274f8dd41d326153498b6c2cbc37
2019-06-11 18:07:33 +03:00
Vladimir Krivosheevandintellij-monorepo-bot 7839d203ef loadAndOpenProject - accept File and VirtualFile to reduce usages of unclear strings in tests
GitOrigin-RevId: 77b3a5ca43a720be0be4c759909412404bdff880
2019-06-11 18:06:30 +03:00
Roman.Ivanovandintellij-monorepo-bot db442bde43 IfStatementWithIdenticalBranchesInspection: tail call heuristic
GitOrigin-RevId: 8c74e25df2a005a28f2d0e711b61b5b128ad7979
2019-06-11 18:03:21 +03:00
Anna Kozlovaandintellij-monorepo-bot 6c24e5d020 introduce parameter: set convert to functional to true (IDEA-215812)
GitOrigin-RevId: a5a143b2bbe78e17c5074444454c6f51ac068903
2019-06-11 18:01:47 +03:00
Anna Kozlovaandintellij-monorepo-bot ef962be9b2 test only: exclude call arguments from highlighting
GitOrigin-RevId: adc4b9995d180401516139f592083661dc7fd999
2019-06-11 18:01:16 +03:00
Tagir Valeevandintellij-monorepo-bot 4018b8bad1 NullableNotNullManagerImpl: fix possible NPE when PsiFile is null (EA-144018)
GitOrigin-RevId: 386a1481d4ffab829053134139e916842c4ad527
2019-06-11 17:59:42 +03:00
Anna Kozlovaandintellij-monorepo-bot d9ce39b812 copy paste: add import sby default, add notification & allow to delete when wrong (IDEA-210515)
GitOrigin-RevId: 2c63c3ce112749a34dd18b176d7b8dd3d81df6b5
2019-06-11 17:57:36 +03:00
Roman Shevchenkoandintellij-monorepo-bot 57e7cc56a0 [project] non-runtime code should not use directly use runtime classes
Reverting SystemInfo -> SystemInfoRt change

GitOrigin-RevId: a4a8c2b339e037cbf9209f9730c2ae30db485932
2019-06-11 17:48:13 +03:00
Roman Shevchenkoandintellij-monorepo-bot 0a664c6d57 Cleanup (warnings; typos; formatting)
GitOrigin-RevId: de1211bf23fa93bd2f680e2eb61a8a6c47144a2a
2019-06-11 17:45:36 +03:00
Bas Leijdekkersandintellij-monorepo-bot 319759361c SSR: highlight template problems in the editor (IDEA-193706)
GitOrigin-RevId: 877a7d7257e20e6499dedc921edd0033832f10eb
2019-06-11 17:43:01 +03:00
Bas Leijdekkersandintellij-monorepo-bot 4635ede0a0 member fragments for java
GitOrigin-RevId: 462f1aea94204baf0dd7a579b4826adf82d712a6
2019-06-11 17:41:58 +03:00
Roman Shevchenkoandintellij-monorepo-bot ab07305151 [java] text blocks: skipping opening whitespaces (IDEA-215312)
GitOrigin-RevId: 8561a8ac4a415146a8e971937a99a9900df41401
2019-06-11 17:38:49 +03:00
Roman Shevchenkoandintellij-monorepo-bot 29ae5908d7 [java] text blocks: skipping opening whitespaces (IDEA-215312)
GitOrigin-RevId: c842a0428825fea0389be979adfaca93b586b9e2
2019-06-11 17:38:17 +03:00
Roman Shevchenkoandintellij-monorepo-bot d3342d3335 [java] text blocks: basic highlighting (IDEA-215312)
GitOrigin-RevId: 66780cacc839496911748c788ef8ca79a6cd0c9d
2019-06-10 21:09:06 +03:00
Dmitry Avdeevandintellij-monorepo-bot 1d391ce66b fixing test (excluding "Run with Profiler")
GitOrigin-RevId: d09a76d8d5b4914db02fd213ae444410fa3fc4f0
2019-06-10 18:09:04 +03:00
Alexey Kudravtsevandintellij-monorepo-bot 7c297749c5 cleanup
GitOrigin-RevId: 5ea5ad0b8ea51bdf9f474ace20644e355dae034e
2019-06-10 16:08:40 +03:00
Alexey Kudravtsevandintellij-monorepo-bot 40b9aebf67 optimization: try to search for private and package-private members unconditionally - they are unlikely to have millions of usages; in case of method search for all its supers
GitOrigin-RevId: c592c09d825c7707ce33f15e3817effb22c0d41a
2019-06-10 16:07:30 +03:00
Artem Gainanovandintellij-monorepo-bot 1fa6cf8702 WEB-30455 Suspicious name combination inspection false positive on Math functions
GitOrigin-RevId: 6c125bc9350e8e333866a04536365c855a96e522
2019-06-10 14:06:59 +03:00
Julia Beliaevaandintellij-monorepo-bot 3fee046d20 [vcs-log] cleanup RootCellRenderer
GitOrigin-RevId: bba216626193ac756cd133b8ae9bc4e577abea42
2019-06-10 04:10:14 +03:00
Eldar Abusalimovandintellij-monorepo-bot dcaeb8f8c7 OC-4061: ApplicationUtil: Make runWithCheckCanceled() return result
GitOrigin-RevId: 3aa9f23cc5097e644eddf82a4faca669759b4760
2019-06-10 04:09:35 +03:00
Roman Shevchenkoandintellij-monorepo-bot 92618aa563 Cleanup (warnings; formatting)
GitOrigin-RevId: 66bfab21c8145dc58fe480030b367492b9420c70
2019-06-09 09:06:33 +03:00
Bas Leijdekkersandintellij-monorepo-bot 86c05e25f1 SSR: rework pattern context and move up into structural search profile
GitOrigin-RevId: 5468a2907780483d552fd90dee8f85ac6dfb5eb7
2019-06-08 19:12:26 +03:00
Bas Leijdekkersandintellij-monorepo-bot 3035d740eb SSR: modifying existing template to search for both methods and constructors simultaneously
"methods of the class" -> "constructors & methods"

GitOrigin-RevId: 4c5ec30c18ea9b0f650df46f8ce54384909e60a1
2019-06-08 19:11:25 +03:00
Roman Shevchenkoandintellij-monorepo-bot ccfadedd24 [java] adds "13" and "13-preview" language levels; maps text blocks to the latter (IDEA-215312)
GitOrigin-RevId: 38b0eb1deb6ea7d6d9646b0683858be4bd2ce4e6
2019-06-08 14:08:14 +03:00
Roman Shevchenkoandintellij-monorepo-bot cbb6824bf1 [test framework] restores annotations to please Kotlin's type inference
GitOrigin-RevId: 24b4fed0828aeab45c1db42c86519dc76af5b6e7
2019-06-08 00:10:49 +03:00
Roman Shevchenkoandintellij-monorepo-bot b85d54a64e [test framework] moves preview/experimental language level acceptance code into a base class
GitOrigin-RevId: 862e656ca92992c1263c3c0e3116826f055d4d93
2019-06-08 00:10:18 +03:00
Roman Shevchenkoandintellij-monorepo-bot 5d089b8531 Cleanup (annotations)
GitOrigin-RevId: f30558cb1ff6ab82f51c2528dae78c1bf07d08b5
2019-06-08 00:09:47 +03:00
Roman Shevchenkoandintellij-monorepo-bot e70f528310 [java] PsiLiteralExpression#getValue for text block literals (IDEA-215312)
GitOrigin-RevId: acff1b9d8ed3134ff4127141bd43abeb328b1488
2019-06-08 00:09:17 +03:00
Roman Shevchenkoandintellij-monorepo-bot c1608bd5b5 Cleanup (minor optimization; formatting)
GitOrigin-RevId: c233432cd9a9236634fddccfc47059219732ba6d
2019-06-08 00:08:40 +03:00