Commit Graph

48 Commits

Author SHA1 Message Date
nik
5dff73ead7 cleanup: remove useless '@author nik' from javadoc comments
The fact that I created these files in the past doesn't mean that I still actively maintain them, or that I still the best person to ask about them, or that one should ask for my confirmation before editing them, etc. If there are questions about some code in these files one should use git history to find the real author of that code anyway, so these '@author' tags are useless and just occupy space.

GitOrigin-RevId: ae6081fafe19481c51c9032939b4dcaca0ec9a3b
2020-01-17 06:42:32 +00:00
Sergey Ignatov
f6498b18d6 more dynamic bundles
GitOrigin-RevId: f440550fdfe119a71860961b9bcbdddd3cea0eda
2019-12-18 19:31:34 +00:00
Sergey Ignatov
13067744ab get rid of our own hash map
GitOrigin-RevId: 1784630fb97d82515cef30282d942bb0b4d07133
2019-07-29 12:20:20 +03:00
Rustam Vishnyakov
123242c4b2 EditorConfig documentation test
GitOrigin-RevId: fd52ace3d7a32ecd02c2c5ab90e077967604c15e
2019-06-16 04:03:21 +03:00
Egor Zhdan
c1813cfb52 Cleanup: NotNull/Nullable
GitOrigin-RevId: b8e892f32ea84c2115973155dba7127b892cc36e
2019-06-16 04:02:08 +03:00
Anna Kozlova
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
39d2d77155 Cleanup: NotNull/Nullable
GitOrigin-RevId: b8e892f32ea84c2115973155dba7127b892cc36e
2019-06-13 03:14:35 +03:00
nik
5a7e8b88e4 openshift: remove unused methods and get rid of dependency on remoteServers.java
Since Openshift plugin doesn't declare dependency on Java modules it shouldn't depend on modules which are going to be moved to a Java plugin (IDEA-195719).

GitOrigin-RevId: a679a614b4e211371b93a92c0470a5f85867ef31
2019-05-28 18:10:34 +03:00
Gregory.Shrago
bb784376e7 deprecate SearchScopeProvider and move its methods to a better place
SearchScopeProvider is a confusing name for a utility class like that.
2019-04-08 00:48:29 +03:00
Sergey Ignatov
6cd1405f52 such an awesome haul, part two
remove ~35 unused abstract classes
2018-12-29 03:42:35 +03:00
nik
0be3657ad0 cleanup: remove 'public' modifier from constructors in non-public classes (IDEA-195931)
public constructors in non-public classes may be confusing, and removing them makes code shorter.
2018-09-06 16:49:46 +03:00
Alexey Kudravtsev
eec77c6320 notnull various listeners 2018-08-30 14:20:34 +03:00
Vladimir Krivosheev
0e91550e74 add override 2018-08-14 17:49:35 +02:00
Alexey Kudravtsev
1ba903c124 removed deprecated members 2018-06-24 14:47:40 +03:00
Michael Golubev
0a6f1749ae IDEA-164756 - Docker - old log tabs remains after re-creating container
- separate unique vs sticky / presentable name for AgentApplication's
2018-05-31 15:11:54 +02:00
Anna.Kozlova
48d3ce215c make private fields final 2018-02-07 09:44:30 +01:00
nik
c9620ce099 IDEA project configuration: the great module rename
Rename all modules in IntelliJ IDEA sources to ensure that they follow a consistent naming scheme.

Update *.iml files.
2018-01-25 12:59:02 +03:00
nik
16410c2321 IDEA project configuration: the great module rename
Rename all modules in IntelliJ IDEA sources to ensure that they follow a consistent naming scheme.

Rename iml files.
2018-01-25 12:59:02 +03:00
peter
315b7969c1 migrate most usages of deprecated com.intellij.util.containers.HashMap/Set to java.util 2018-01-19 22:26:30 +01:00
peter
a09fc34ef2 remove unused ModuleType/Builder#getBigIcon and the related icons 2017-03-14 15:34:11 +01:00
Michael Golubev
cf3e7aa05d IDEA-152069 - During development IntelliJ IDEA should support development with WAS Liberty from workspace - Update and (Re)Deploy actions
(cherry picked from commit 539f8ed)
2016-10-11 20:12:21 +02:00
Michael Golubev
c8f6dedc9b IDEA-152069 - During development IntelliJ IDEA should support development with WAS Liberty from workspace - jps plugin
(cherry picked from commit e3ee304)
2016-10-11 20:12:21 +02:00
Anna.Kozlova
78d1492242 explicit types to diamonds 2016-08-08 17:08:03 +02:00
Michael Golubev
a5a6550e8a IDEA-152069 - During development IntelliJ IDEA should support development with WAS Liberty from workspace - exclude artifacts from build 2016-06-16 19:30:57 +02:00
Daniil Ovchinnikov
ad2ee7def6 [debugger] get rid of unused isPollConnection() method 2016-06-05 23:54:35 +03:00
Egor.Ushakov
2662b7fcea deprecated DebugProcessAdapter, use DebugProcessListener with default methods instead 2016-05-20 19:08:18 +03:00
Anna.Kozlova
36ee7203f6 anonym -> lambda 2016-05-18 12:04:12 +02:00
Vladimir Krivosheev
e68462d50a ComponentManagerConfigurationTest in Kotlin 2015-08-28 17:04:26 +02:00
Egor.Ushakov
5236ae13a8 cleanup 2015-08-13 20:02:17 +03:00
Michael Golubev
455b62b631 IDEA-133575 - Exceptions during java cloud debugging 2014-11-27 20:03:18 +01:00
Michael Golubev
c6c10cdab5 CR-IC-6007 - IDEA-127974 - Allow to choose artifact-only clouds in the Clouds module builder 2014-10-31 14:49:50 +01:00
Vladimir Krivosheev
2ff1570268 continue: avoid to register XDebugSessionTab as disposable parent — to avoid memory leaks (Disposer holds instance of XDebugSession)
lazy init LogFilesManager (not required for all xdebug session tabs)
2014-09-04 20:50:00 +02:00
Michael Golubev
80603dba4d IDEA-128791 - IDEA CE: New Project wizard: Clouds template is present though no plugins are available 2014-08-21 21:16:51 +02:00
Michael Golubev
122a6ac883 IDEA-127974 - Allow to choose artifact-only clouds in the Clouds module builder 2014-08-04 21:36:44 +02:00
Michael Golubev
cb6e80a4b4 IDEA-127620 - Clouds move frameworks to the top level in new module project wizard - detect module structure 2014-08-04 19:22:36 +02:00
Michael Golubev
047cbb9dcb IDEA-127620 - Clouds: move frameworks to the top level in new module/project wizard - refactoring of import 2014-07-22 22:43:48 +02:00
Michael Golubev
fd0bb1e4df IDEA-127620 - Clouds: move frameworks to the top level in new module/project wizard 2014-07-21 14:03:15 +02:00
Vassiliy
c44d318f90 IDEA-104484 Console ExceptionFilters are added twice for debugging java app 2014-06-05 12:56:06 +04:00
Michael Golubev
8e482449cf IDEA-119822 - Support Heroku Debug 2014-03-10 16:33:10 +01:00
Michael Golubev
f370545bbf OpenShift integration - deploy EAR artifacts 2013-12-10 15:09:31 +01:00
Michael Golubev
cae473de65 Cloud integrations - refactor artifacts deploy 2013-12-09 16:06:46 +01:00
Michael Golubev
336ba4897e CR-IU-410 - git repository in idea.system.path 2013-12-02 11:50:22 +01:00
Michael Golubev
6534861611 CR-IU-410 - replace init method with constructor 2013-11-27 19:47:04 +01:00
Michael Golubev
554b244b91 CR-IU-410 - drop unused import 2013-11-27 18:29:21 +01:00
Michael Golubev
036cc96b37 Cloud integrations - deploy artifacts to git clouds 2013-11-26 23:52:59 +01:00
nik
2e3c259805 notnullification 2013-09-09 13:59:06 +04:00
nik
0d23c765b3 remote servers: java-dependent classes extracted to separate modules 2013-08-23 11:59:54 +04:00
nik
c21a46195a remote servers: support for deployment in debug mode 2013-08-20 13:03:09 +04:00