This project is mirrored from https://gitee.com/mirrors/intellij-community.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
- 03 Apr, 2018 33 commits
-
-
Pavel Dolgov authored
Java: Highlight overwritten assignments of fields in constructors and class initializers (IDEA-189351)
-
Vladislav Rassokhin authored
-
Vladimir Krivosheev authored
-
Aleksey Pivovarov authored
We do not need an actual command here, as affected document is marked with DONT_RECORD_UNDO flag.
-
Dmitry Jemerov authored
-
Alexey Kudravtsev authored
-
Alexey Kudravtsev authored
inspection which warns about and replaces "thing instanceof DumbAware" with "DumbService.isDumbAware(thing)" since the latter is more correct
-
Alexey Kudravtsev authored
-
Alexey Kudravtsev authored
-
Konstantin Bulenkov authored
-
Konstantin Bulenkov authored
-
Alexander Zolotov authored
The use case is JSON testing output with escaped ANSI-sequences. Because of escaping, coloring isn't processed with ColoredProcessHandler and can be interpret on the testing console side only.
-
Konstantin Aleev authored
-
Aleksey Pivovarov authored
-
Aleksey Pivovarov authored
-
Aleksey Pivovarov authored
These actions can cause different hard-to-debug issues in UndoManager. One of the known issues is mishandling of transparent actions. Redo action is being registered only at the end of command. If the document was modified in a transparent command, redo action will not be registered until when next (completely unrelated) command is finished. As a result, it causes "Can't Undo" errors, if that other command was not supposed to be undoable (and was performed on workspace.xml or some lightweight temporal file)
-
Tagir Valeev authored
Mark as unknown only values compared with null
-
Tagir Valeev authored
Fixes IDEA-189237 False positive "'Optional.get()' without 'isPresent()' check" in combination with Hamcrest
-
Tagir Valeev authored
Excluded merging by containing state as superseded by isSuperState checks implemented before
-
Elizaveta Shashkova authored
Update sys.path value to make extension's folder available during import
-
fitermay authored
-
Dennis Ushakov authored
-
Elizaveta Shashkova authored
Distinguish interpreter option and script arg
-
Elizaveta Shashkova authored
-
Anna.Kozlova authored
-
Anna.Kozlova authored
use JDK_X only for valhalla `any`, use HIGHEST as fallback for everything else
-
Kirill Likhodedov authored
Initially there was IDEA-153272 (move a file overwriting an existing file => both files are deleted) which was fixed in 783963b2. That fix introduced IDEA-118140 (move untracked file => file is staged), which was fixed in a30e7bbd. However, that fix introduced IDEA-181823 (move versioned file => sometimes it stays unversioned) for the following reason: When a new file is created (including moves), in addition to the VcsVfsListener it is also handled by the asynchronous GitUntrackedFilesHolder. It sees the new file and adds it as possibly unversioned. Then the status is requested for this file, Git says that is is unversioned indeed (because no git add was executed yet), and the FileStatus becomes UNKNOWN. Then, at the end of the Command, the control flow gets to the VcsVfsListener, which doesn't attempt to add the file, since its status has already been defined as unversioned. Current fix basically reverts a30e7bbd and 783963b2, and fixes the original issue with overwrite (IDEA-153272) in a following different way: If a file is moved on top of another file (overwrite), the VFS at first deletes the original file, and this deletion causes `git rm` to be called. But in fact the VCS doesn't need to handle this deletion at all: it is just a trick to implement the overwrite. Therefore, the fix is to remove the unversioned moved file from the list of deleted files. Versioned moves are already handled in doNotDeleteAddedCopiedOrMovedFiles() at the end of the Command, but unversioned moves can't be handled there because they are not recorded.
-
nik authored
Also a test is added (IDEA-189408).
-
Anton Bragin authored
When sorted by the relevance internal items (the one starting with underscore) now weighted down to appear at the end of completion list.
-
Tagir Valeev authored
Fixes IDEA-189349 AtomicFieldUpdaterIssues false-positive on anonymous class constructor
-
Tagir Valeev authored
Fixes IDEA-186859 Treat "this" as a variable
-
Tagir Valeev authored
-
Tagir Valeev authored
-
- 02 Apr, 2018 7 commits
-
-
Ilya.Kazakevich authored
+test added Convert objects and message in diff to string
-
Julia Beliaeva authored
-
Julia Beliaeva authored
-
Julia Beliaeva authored
-
Julia Beliaeva authored
-
Julia Beliaeva authored
-
Julia Beliaeva authored
-