Commit Graph
881 Commits
Author SHA1 Message Date
Leonid Bushuevandintellij-monorepo-bot 9f35a30458 SQL code style per dialect: UI
GitOrigin-RevId: 72cca4d6a23a5e2aa2089c03932ab2e9d08bfa48
2019-05-03 01:36:24 +03:00
nikandintellij-monorepo-bot c0565ff05a cleanup: refactor RepositoryAttachDialog to simplify code
'kindsOf' method was moved from JarRepositoryManager to ArtifactKind, and return JpsMavenRepositoryLibraryDescriptor from RepositoryAttachDialog to ensure that selected packaging is always used.

GitOrigin-RevId: 32006b18bed0b16ce64197c313df118bf61bc140
2019-04-28 14:31:00 +03:00
Alexey Kudravtsev ce8f0b3e84 cleanup 2019-04-10 15:14:51 +03:00
Anton Makeev ceb1bbb2d1 VfsUtilCore.fileToUrl API: VfsUtilCore.pathToUrl should also path convert to system-independent name 2019-04-01 13:05:26 +02:00
Alexey Kudravtsev 516c50d8ee extend marker interface VirtualFilePointerCapableFileSystem to all file systems able to support file pointers for consistency and simplification 2019-03-25 13:32:15 +03:00
Tagir Valeev 7abc8c2cb3 ContainerUtil.newHashSet -> new HashSet<> 2019-03-13 16:32:54 +07:00
Vassiliy.Kudryashov bcc14685ef Get rid of vertical gaps in 'Application' run configuration editor 2019-03-01 14:00:21 +03:00
Tagir Valeev c162891747 ExceptionWorker: off-by-one error fixed (EA-137926 - IOOBE: LineSet.checkLineIndex) 2019-02-27 11:34:08 +07:00
Dmitry Batkovich 707eb35a6f Code coverage: when include a class for exclusion and save the item is added to include dialog box (IDEA-206286) 2019-02-25 17:45:11 +03:00
Dmitriy.Panov 4e34c86389 generating icon classes with size in javadoc instead of plain comment: one-liner javadoc 2019-02-23 12:47:17 +03:00
Tagir Valeev 29f95fb03a ExceptionWorker: cosmetic 2019-02-22 13:18:53 +07:00
Yann Cébron 5bafeec468 DataKeys: deprecate 2019-02-20 10:03:37 +01:00
Bas Leijdekkers b99c75afab Replace Arrays.asList() used as constant with ContainerUtil.immutableList() 2019-02-18 12:28:40 +01:00
Roman Shevchenko b608dff278 [java] same nullability contract on both variants of JavaSdk#createJdk
(loosely related to IDEA-207196)
2019-02-13 22:07:14 +01:00
Tagir Valeev d472470240 ExceptionWorker: check if lineNumber is positive (EA-135836 - IOOBE: LineSet.checkLineIndex) 2019-02-05 16:11:04 +07:00
Sergey Ignatov 1fa8fc67b5 cleanup: replace statement lambda with expression lambda 2019-02-02 01:47:35 +03:00
Anna.Kozlova c70be8885a remove redundant junit dependency 2019-01-31 18:22:13 +01:00
Alexey Kudravtsev 9b12644892 avoid "project already disposed" 2019-01-29 16:57:44 +03:00
Alexey Kudravtsev d47409c3d0 notnull 2019-01-29 16:52:11 +03:00
Alexey Kudravtsev 2848a94926 cleanup: fix signatures 2019-01-28 14:02:58 +03:00
Sergey Patrikeev 3943b7fda9 IJSDK-550: Clean up @since javadoc tags.
@ApiStatus.AvailableSince annotations are automatically generated on the build server for each build, and get published to the IntelliJ Artifacts Repository.
2019-01-24 22:28:38 +03:00
Tagir Valeev a0505f9e61 ExceptionWorker: limited lambdas support 2019-01-24 19:08:35 +07:00
Tagir Valeev c0f973a2d4 ExceptionWorker: disable column finder in dumb mode (EA-134489 - INRE: IndexNotReadyException) 2019-01-23 10:40:40 +07:00
Tagir Valeev ec926e80f4 Fixes in exception column finder (IDEA-CR-42121)
1. Process hierarchy when actually called method is declared in the subclass
2. Check whether document is committed
3. Parse exception string manually for performance
2019-01-18 15:54:23 +07:00
Tagir Valeev 3059ccc695 ExceptionWorker: cosmetic 2019-01-16 10:18:17 +07:00
Tagir Valeev 554aea463a IDEA-205404 When navigating from Java stacktrace try to find the relevant position within line 2019-01-15 11:47:40 +07:00
Dmitriy.Panov 88d8c771ba generating icon classes with size in javadoc instead of plain comment 2019-01-11 14:06:11 +03:00
Vladimir Krivosheev a4761bd487 cleanup (notNull) 2019-01-09 17:36:45 +01:00
Vladimir Krivosheev adbc566c1e lang, java - remove unused NanoXML dependency 2019-01-09 13:37:04 +01:00
Anna.Kozlova a7bac2c14c coverage: split settings so it's clear what enabled/disabled states are (IDEA-200520) 2019-01-07 15:45:56 +01:00
Vladimir Krivosheev e5bb1f3f28 IDEA-CR-40529 remove unnecessary icon-robots.txt 2018-11-27 12:09:52 +01:00
Sergey Malenkov 0e0a07123c Update PNGs to SVGs in the intellij.java module 2018-11-22 11:09:16 +03:00
Eugene Zhuravlev fc21ba46da general support custom artifact extensions; used for 'aar' artifact packaging 2018-10-19 13:14:49 +02:00
Alexey Kudravtsev fd68fe8c9b Use bounded wildcards in API in constructors/final methods to make it more conventional and flexible 2018-10-02 14:24:09 +03:00
Yann Cébron 1f269f9798 IDEA-199595 MetaAnnotationUtil: improve performance/interruptibility
improve note (IDEA-CR-37369)
2018-09-28 14:18:05 +02:00
Yann Cébron 2500cca72c IDEA-199595 MetaAnnotationUtil: improve performance/interruptibility 2018-09-27 17:10:52 +02:00
Vladimir Krivosheev d9d353ef58 make icon classes final 2018-09-27 11:58:24 +02:00
Vladimir Krivosheev 1df8e797c7 make icon classes final 2018-09-27 11:58:23 +02:00
Vladimir Krivosheev 4d3eb96aae deprecate Extensions.getExtensions(ExtensionPointName) in favour of ExtensionPointName.getExtensionList() 2018-09-25 15:42:23 +02:00
Alexey Kudravtsev fc17e38a2d notnull 2018-09-14 13:23:26 +03:00
Sergey Malenkov 70d588487c IDEA-197007: deprecate Diff & CurrentLine icons in AllIcons.Diff 2018-09-12 20:48:22 +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
Alexey Kudravtsev 9f97070926 bounded wildcards in API 2018-08-29 14:42:06 +03:00
Vladimir Krivosheev bd202ecfc7 add override 2018-08-14 17:49:34 +02:00
Alexey Kudravtsev 6d50c545cf annotate AnActionEvent parameter @NotNull 2018-08-07 12:33:03 +03:00
Alexey Kudravtsev a2783ed229 annotated AnActionEvent parameter @NotNull 2018-08-06 15:29:49 +03:00
Egor Ushakov 41f02ffc3a IDEA-186962 Allow user defined Async annotations 2018-08-01 19:40:07 +03:00
Max Medvedev 44dfc3dd78 Annotate parameters of InsertHandler#handleInsert and LookupElement#handleInsert with @NotNull 2018-07-30 13:27:42 +03:00
Alexey Kudravtsev 7f2bb6c2d9 removed dangerous unused method 2018-07-23 17:46:01 +03:00