Commit Graph
179505 Commits
Author SHA1 Message Date
peter e040a3d284 IDEA-157893 Autocompletion should not use static import in case of conflict 2016-09-20 16:41:43 +02:00
peter e3e321d056 issue dfa warnings when comparing non-final variables with constant values (IDEA-157871) 2016-09-20 16:41:43 +02:00
peter b08872448c IDEA-161061 Quick-fix to replace nullableExpr.equals(...) with Objects.equals(nullableExpr, ...) 2016-09-20 16:41:43 +02:00
Anna Kozlova f8a835dc97 junit: include in rerun tests from dependant modules if initial configuration was configured on module with dependencies (IDEA-161400) 2016-09-20 17:26:25 +03:00
Pavel Dolgov c89ba17d1d Java inspection: In "Manual Array Copy" inspection check that the array expression doesn't depend on the loop index (IDEA-152285) 2016-09-20 17:06:23 +03:00
Vassiliy.Kudryashov 7a13ac3c85 NPE fix 2016-09-20 16:58:19 +03:00
Dmitry Avdeev e5e7f76850 running progress in its own frame 2016-09-20 16:56:10 +03:00
Vladislav.Soroka 129f25d1cd maven: npe fix 2016-09-20 16:50:27 +03:00
Dmitry Batrak c7fe930dae IDEA-160461 Sort fonts case-insensitively 2016-09-20 16:46:13 +03:00
Anton Tarasov e50379a6d0 Add util methods to retrieve size of an Image/JBHiDPIScaledImage in user space 2016-09-20 16:40:18 +03:00
Dmitry Batrak 9068a81208 adjust presentation of inline parameter hints 2016-09-20 16:35:14 +03:00
Dmitry Batrak 4667043843 IDEA-159399 Selection gets broken for multi clicking Alt+Shift+Middle Mouse Button 2016-09-20 16:26:15 +03:00
Anton Tarasov 2002124b39 Add some keys description to registry.properties 2016-09-20 16:19:14 +03:00
Aleksey Pivovarov 78d6134d6a build scripts: copy libpty in "update from sources" 2016-09-20 16:07:49 +03:00
Vladimir Krivosheev 8d492e9bb9 do not use .idea for default project 2016-09-20 15:05:02 +02:00
Vladimir Krivosheev ab2e387d1e FileTypeUsagesCollector — do not use Project.DIRECTORY_STORE_FOLDER 2016-09-20 15:03:49 +02:00
Vassiliy.Kudryashov bdb0a3285e EA-88360 - IAE: UIUtil.$$$reportNull$$$ 2016-09-20 16:02:30 +03:00
Vladimir Krivosheev 72c4e23fe5 DefaultVcsRootPolicy — do not use Project.DIRECTORY_STORE_FOLDER 2016-09-20 14:38:26 +02:00
Vladimir Krivosheev 1ea5c5eb18 FileTemplatesLoader — do not use Project.DIRECTORY_STORE_FOLDER 2016-09-20 14:38:26 +02:00
Vladimir Krivosheev bcdcf09248 CoreProjectLoader — do not use Project.DIRECTORY_STORE_FOLDER 2016-09-20 14:38:25 +02:00
Dmitry Batrak e67053b281 IDEA-98074 Line spacing makes cursor oversized 2016-09-20 15:30:47 +03:00
Konstantin Kolosovsky 79b1c6ff93 Restored "IgnoreSettingsType", "UnexpectedFormElementException"
Deleted by mistake in d1e96fae4f
2016-09-20 15:25:21 +03:00
Eugene Kudelevsky 34987f9b0f Add getter for myHgFile to use in Upsource plugin 2016-09-20 14:54:38 +03:00
Vladimir Krivosheev 2b9e064c1d FileTemplateManagerImpl — do not use Project.DIRECTORY_STORE_FOLDER 2016-09-20 13:46:14 +02:00
Dmitry Avdeev 3afe8c2c8f synchronous toolwindows initializing to prevent re-layout during startup 2016-09-20 14:41:33 +03:00
Vladislav.Soroka 9d8cd9029a maven: detect changes for non-xml polyglot pom files 2016-09-20 14:39:49 +03:00
Sergey Simonchik 26450f8007 EA-88707 - assert: FileDocumentManagerImpl.saveDocument 2016-09-20 14:31:50 +03:00
Konstantin Kolosovsky 5a226f80d8 vcs: Replaced "CollectionSplitter" usages with "JBIterable.partition()"
Marked "CollectionSplitter" as deprecated.
2016-09-20 14:21:38 +03:00
Konstantin Kolosovsky 472e74f67c Refactored "QueueProcessor" - removed "MyOverrideEquals"
Used "ContainerUtil.newIdentityTroveMap()" for saving modality states
instead
2016-09-20 14:21:38 +03:00
Konstantin Kolosovsky a6cbf60654 vcs: Removed unused "VcsBackgroundTaskWithLocalHistory" 2016-09-20 14:21:38 +03:00
Konstantin Kolosovsky d1e96fae4f vcs: Removed unused "AtomicSectionsAware", "LoadedChangeFilter", "VcsDirtyMarker", "VcsGlobalMessage" 2016-09-20 14:21:38 +03:00
Konstantin Kolosovsky fb61224556 vcs: Removed unused "Ring" and tests 2016-09-20 14:21:38 +03:00
Konstantin Kolosovsky 5af823ea8e vcs: Removed unnecessary "ConstantZipperUpdater"
Used "ZipperUpdater" directly instead.
2016-09-20 14:21:38 +03:00
Konstantin Kolosovsky dd28016dd2 vcs: Removed unused "SameProgressRunner", "ContinuationFinalTasksInserter" 2016-09-20 14:21:38 +03:00
Konstantin Kolosovsky 8d1b0cce69 svn: Refactored "ApplyPatchSaveToFileExecutor" - code simplified, @NotNull 2016-09-20 14:21:38 +03:00
Konstantin Kolosovsky 88f7eea6d1 svn: Refactored "MergeFromTheirsResolver" - code simplified, @NotNull 2016-09-20 14:21:38 +03:00
Konstantin Kolosovsky 58b6dbee77 vcs: Removed unused "VcsChangeDetailsProvider", implementations and extension point 2016-09-20 14:21:38 +03:00
Aleksey Pivovarov 8268cbe295 ui: fix bookmark rendering on HiDPI
* move `drawCenteredString()` to platform
* fix painting of insects/borders in UI Inspector
2016-09-20 14:20:40 +03:00
Pavel Dolgov 7dc7d050cb Javafx: Update the SceneBuilder asynchronously, because it's a quite heavy operation. 2016-09-20 14:19:06 +03:00
Vladimir Krivosheev 2d772e7448 DataSourceStorage — do not use Project.DIRECTORY_STORE_FOLDER 2016-09-20 13:16:45 +02:00
Vladimir Krivosheev 604fe247a0 cleanup 2016-09-20 13:08:38 +02:00
Vladimir Krivosheev 7a7ce89ecc do not use Project.DIRECTORY_STORE_FOLDER 2016-09-20 13:08:22 +02:00
Vladimir Krivosheev 8a03f8cccc NonProjectFileWritingAccessProvider — do not use Project.DIRECTORY_STORE_FOLDER 2016-09-20 13:02:41 +02:00
Vladimir Krivosheev 1d5c36b1ce do not use Project.DIRECTORY_STORE_FOLDER and project.getBaseDir, avoid cast to IProjectStore 2016-09-20 12:52:19 +02:00
Tagir Valeev fccc47cd4d Java8CollectionsApi marked as INFORMATION (do not display warning by default) 2016-09-20 17:41:19 +07:00
Tagir Valeev 27302b6699 ComparatorCombinatorsInspection: mark matched comparators with unused symbol mark 2016-09-20 17:41:19 +07:00
Tagir Valeev 2ce491cf5f improve effectively final check in Java8CollectionsApiInspection (avoid collection creation) 2016-09-20 17:41:18 +07:00
Vladislav.Soroka e9aa49a250 maven: fix tests, watch files with "pom.*" name 2016-09-20 13:32:05 +03:00
Tagir Valeev 6884b12758 IDEA-CR-13873 Pull down setReadOnlyStatusClearedByRequest implementation, renamed to setClearReadOnlyInTests; revert project state in LightQuickFixTestCase 2016-09-20 17:14:18 +07:00
Egor.Ushakov cbc2db51d5 IDEA-161167 cannot use a qualified class instance creation expression in Java debugger "Evaluate Expression" 2016-09-20 12:58:33 +03:00