Anna.Kozlova
54aaa0158c
EA-90615 - NPE: ConstructorParameterOnFieldRenameRenamer.<init>
2016-10-27 11:49:19 +02:00
Anna.Kozlova
2886f6d968
@NotNull
2016-10-27 11:49:19 +02:00
Anna.Kozlova
558358788a
extract package with common testFramework inspections
2016-10-27 11:49:19 +02:00
Elizaveta Shashkova
d04d4f7b38
First line becomes hidden in the first cell of IPython console (PY-21248)
...
Integrated and Debug console should remove folding after different number of commands executed, because debug console's start command is assumed as a command executed in console.
2016-10-27 12:13:44 +03:00
Egor.Ushakov
b02ce376dd
do not create bpt requests for prepared classes if breakpoints were muted
2016-10-27 11:55:14 +03:00
nik
f2ca89d42b
AddModuleWizard: restored useful javadoc
2016-10-27 11:54:20 +03:00
nik
26c0851d78
allow importing to existing project a module which is located under base directory of another opened project (IDEA-160064)
2016-10-27 11:52:18 +03:00
Anna.Kozlova
82aaffb5de
junit integration tests; excluded on server as main_idea_tests doesn't depend on junit 5
2016-10-27 10:18:20 +02:00
Anton Tarasov
b05014c724
[followup] Add/refactor JBUI.JBIcon/ScalableJBIcon/ValidatingScalableJBIcon
2016-10-27 11:14:33 +03:00
peter
b52c2380cd
do less stuff in test tearDown
2016-10-27 10:11:32 +02:00
nik
0a83a6fdf7
restore ability to open several *.ipr projects located in the same directory, assertion fixed (IDEA-160564)
2016-10-27 11:10:19 +03:00
Dmitry Batkovich
8ac220e368
simplify b61abb9
2016-10-27 11:06:56 +03:00
Dmitry Batrak
4affd4c9b7
adjusting timing for performance test to pass on build server
2016-10-27 11:05:41 +03:00
Dmitry Batkovich
e7705e5bba
javac ast indices: de-generify to avoid possible CCE in service
2016-10-27 11:00:47 +03:00
Dmitry Batkovich
b61abb91e0
add '>' and ':' to allowed symbols in SpeedSearch (e.g.: filter method refs or lambdas in show implementation)
2016-10-27 10:44:41 +03:00
Dmitry Batkovich
4901e1fc85
use ContainerUtil.process
2016-10-27 10:29:36 +03:00
Dmitry Batkovich
837d95f6d2
wrap with read action
2016-10-27 10:23:28 +03:00
Vladislav.Soroka
50ffe44e2a
gradle: remove corrupted gradle dist zip before test
2016-10-27 09:33:48 +03:00
Tagir Valeev
ddc6aeb555
fix mistakenly negated condition in 60b6d10 (SimplifyStreamApiCallChainsInspection)
2016-10-27 11:56:25 +07:00
Tagir Valeev
a71f76403a
variable.getUseScope() removed from ReferencesSearch (IDEA-CR-14823)
2016-10-27 10:49:26 +07:00
Tagir Valeev
60b6d1093a
PsiUtil.resolveClassInClassTypeOnly used (IDEA-CR-14722)
2016-10-27 10:35:04 +07:00
Sergey Malenkov
bbb491fab9
IDEA-162905 "Select Target -> Project View" doesn't work
2016-10-26 22:36:36 +03:00
Vassiliy.Kudryashov
ab36b91b26
IDEA-163057 2016.3 crashes
2016-10-26 21:26:52 +03:00
Roman Shevchenko
f05bbb6e84
Cleanup (formatting)
2016-10-26 19:49:31 +02:00
peter
4a0ec7d71b
make SearchInLibsTest tolerate multithreaded search
2016-10-26 19:15:06 +02:00
Anna.Kozlova
6d2b61eb19
restore create subclass for decompiled classes (IDEA-163147)
2016-10-26 19:13:17 +02:00
Anna.Kozlova
bf0d218fc6
pass explanations from language level pushers for more places (IDEA-163152)
2016-10-26 19:13:17 +02:00
Anna.Kozlova
3897001f18
simplify static checks
2016-10-26 19:13:17 +02:00
Anna.Kozlova
6bc30924e6
separator (following IDEA-CR-15002)
2016-10-26 19:13:17 +02:00
Anna.Kozlova
b16144aded
start local fix without write action (IDEA-163184)
2016-10-26 19:13:17 +02:00
Anna.Kozlova
4ac84f9af9
reuse AssertHint to detect expected/actual (follow IDEA-CR-14744)
2016-10-26 19:13:17 +02:00
Dmitry Avdeev
e370b1a954
IDEA-162905 "Select Target -> Project View" doesn't work
2016-10-26 20:08:45 +03:00
Andrey Vlasovskikh
60451cb448
PY-21088 Understand __all__.append() and __all__.extend()
...
PyCharm used to fail to statically evaluate __all__.append() calls in
typing.py and concluded that since __all__ was too dynamic to analyse
it was better to assume that __all__ isn't present.
It affected resolving to internal module attributes not mentioned in
__all__ and even led to false positives in unused locals when these
internal names were imported from another module right next to
star-import from the module with __all__.
2016-10-26 20:06:07 +03:00
peter
9e4071cd68
make FindManagerTest tolerate multithreaded search
2016-10-26 18:55:26 +02:00
Dmitry Trofimov
9b1224ef7d
Merge remote-tracking branch 'origin/master'
2016-10-26 18:31:15 +02:00
Dmitry Trofimov
88017c34f7
Escape should work in terminal the same way as for other windows (IDEA-116221)
2016-10-26 18:29:31 +02:00
Vassiliy.Kudryashov
bd8b87f003
IDEA-119018 Keep subsequent searches (Find in path) on separate tabs: make result option section unfolded by default
2016-10-26 19:27:38 +03:00
Dmitry Trofimov
34738358a4
Merge remote-tracking branch 'origin/master'
2016-10-26 18:08:33 +02:00
Andrey Vlasovskikh
eed34a10df
PY-21133 Removed non-existent __coroutinte.__iter__
2016-10-26 18:55:51 +03:00
Ekaterina Tuzova
0d8497a73d
fixed ipython notebook undo
2016-10-26 18:47:58 +03:00
Andrey Vlasovskikh
e74de54d38
PY-21182 Register PythonSdkPathCache as Disposable before its childern
...
If we register it before its children then it becomes a root object and
it won't be removed from the list of root object on its disposal since
its a child of the current project.
2016-10-26 18:41:43 +03:00
Vladimir Krivosheev
c127252a08
remove ProfileManager
2016-10-26 17:14:54 +02:00
Daniil Ovchinnikov
8cda01ca7a
[grails] fix UnsupportedOperationException (IDEA-163162)
2016-10-26 18:13:19 +03:00
Yaroslav Lepenkin
92642078d8
[Recent Tests] on shift enter execute handleSelect on proper popup. Allows to debug configurations from next step popup.
2016-10-26 18:10:43 +03:00
Yaroslav Lepenkin
260c61f52e
[Recent Tests] minor
2016-10-26 18:10:43 +03:00
Vladimir Krivosheev
fa8122a74a
revert: remove addProfileChangeListener from ProfileManager
2016-10-26 16:53:44 +02:00
Vladimir Krivosheev
b14fee0376
remove addProfileChangeListener from ProfileManager
2016-10-26 16:48:51 +02:00
Vladimir Krivosheev
6110c0b96b
move getProfiles to impl
2016-10-26 16:42:12 +02:00
Vladimir Krivosheev
b7e818d80d
move deleteProfile to impl
2016-10-26 16:42:11 +02:00
Vladimir Krivosheev
1e9f58c53e
simplify — reduce class casts
2016-10-26 16:42:11 +02:00