Commit Graph

7175 Commits

Author SHA1 Message Date
anna
bd6b9ca5b5 update mock jdk 1.7 to contain correct @Deprecated version 2012-01-16 15:20:22 +01:00
anna
c9f46f788f junit: generate parameters method for @Parameterized test class 2012-01-16 15:20:21 +01:00
nik
ee47a549ea IDEA-79500: IDEA crashed and deleted whole directories 2012-01-16 13:07:42 +04:00
anna
c067ea3a5a do not highlight unused parameters for annotated methods (IDEA-75640) 2012-01-15 17:58:03 +01:00
anna
90bdbd8764 IDEA-77607 Introduce refactoring looses annotation 2012-01-15 17:58:02 +01:00
anna
8b9dd33ed5 fix name case 2012-01-15 14:54:17 +01:00
Eugene Zhuravlev
78a251010d build cancellation support for jps-based compilation 2012-01-13 23:29:18 +01:00
anna
47d55e4ef3 method rename: do not rename class when rename was performed on the method without return type but with improper name 2012-01-13 21:49:12 +01:00
anna
f63576f878 create constructor matching super: insert braces when no present (IDEA-77194) 2012-01-13 21:33:58 +01:00
anna
4fe09fbead create subclass: for private inner classes create implementation in the same containing class (IDEA-18954); IDEA-76741 2012-01-13 21:21:38 +01:00
Eugene Zhuravlev
f4a955ea53 support progress for jps-based compilation 2012-01-13 20:21:58 +01:00
anna
46a1d47c02 quick doc: do not escape - leave it as in javadoc tool 2012-01-13 19:59:15 +01:00
anna
cbaefc9774 introduce variable: reassign value to the existing: correctly process occurrences 2012-01-13 19:59:15 +01:00
anna
8e64a24077 quick documentation: do not check dependant module libraries for javadoc roots (IDEA-77608) 2012-01-13 14:22:35 +01:00
anna
e175b0faaa mnemonics/margins 2012-01-13 12:46:16 +01:00
anna
4902b2ee7c minimum size 2012-01-13 12:46:15 +01:00
Alexey Kudravtsev
96baacaa86 test depends on the first 17 classes in annotations.jar? Really? 2012-01-13 14:31:43 +04:00
anna
3cfa95d1cd Merge remote-tracking branch 'origin/master' 2012-01-13 11:10:03 +01:00
anna
b957d783b0 remote configuration: space waste (IDEA-78861) 2012-01-13 11:08:51 +01:00
Denis.Zhdanov
9928d716dc IDEA-79806 Apply aligning of chained method calls in columns to fields 2012-01-13 14:05:30 +04:00
Denis.Zhdanov
4b00d00d7f IDEA-79841 Correct indentation after inplace/extract refactoring 2012-01-13 12:06:14 +04:00
Eugene Zhuravlev
1c6963168b debug disabled 2012-01-12 21:41:01 +01:00
Eugene Zhuravlev
e97d9bcfa2 1. fix timestamp storage crash: do not close the storage while build in progress
2. do not subscribe on 'project saved' events - server cached state is cleared too often
2012-01-12 21:00:23 +01:00
peter
d59e90e8ce IDEA-59783 Properties files: code completion list does not open after dot character 2012-01-12 20:32:10 +01:00
anna
68b545ed8d scope view: sort nodes on expand/collapse for non-IDEA IDEs (IDEA-79222) 2012-01-12 17:50:59 +01:00
Eugene Zhuravlev
b4a8110928 export dependency to fix compilation with javac 2012-01-12 15:58:50 +01:00
Eugene Zhuravlev
7a20d44d03 do not try to reload default projects 2012-01-12 15:58:49 +01:00
Denis.Zhdanov
7628c27d40 IDEA-79836 Java formatter: Correct processing of incomplete method call expression with anonymous class arguments 2012-01-12 16:59:41 +04:00
Alexey Kudravtsev
d8f813215a some methods annotated by MagicConstant annotations 2012-01-12 16:41:33 +04:00
Alexey Kudravtsev
a87146dc5b Magic constant inspection 2012-01-12 16:41:32 +04:00
anna
c83de1280e inplace: decouple introduces from rename (I) 2012-01-12 13:20:52 +01:00
Denis.Zhdanov
e1817ca159 IDEA-79836 Java formatter: Correct processing of incomplete method call expression with anonymous class arguments 2012-01-12 13:03:13 +04:00
Eugene Zhuravlev
93e1827a8d compile server: support excluded from compilation files 2012-01-11 20:53:50 +01:00
peter
2dc53a80fb don't show + for empty directories and packages in project view 2012-01-11 19:30:12 +01:00
Eugene Zhuravlev
8639a562c7 disable debug 2012-01-11 18:35:40 +01:00
Eugene Zhuravlev
a7eec258bb translate events from VFS to jps server 2012-01-11 18:16:55 +01:00
Eugene Zhuravlev
6419ca8ba9 do not start server with debug params 2012-01-11 17:22:00 +01:00
Konstantin Bulenkov
6a0d47b27b mergeable line marker infos 2012-01-11 17:19:37 +01:00
Serega Vasiliev
69009b2cf3 file reference must be resolved through all(non explicit) module dependencies ( IDEA-79723) 2012-01-11 15:51:56 +01:00
Denis.Zhdanov
be39880ffd IDEA-79714 No code example for certain code style space changes 2012-01-11 17:17:00 +04:00
anna
23ca3e01de inplace rename: check if element is valid to rename after substitution 2012-01-11 13:38:57 +01:00
Denis.Zhdanov
0a4bf8130f WI-9265 Ternary reformat hangs
Correct core formatting processing in case of dependent spacing that target region that looses line feeds during formatting
2012-01-11 15:34:41 +04:00
Denis.Zhdanov
5e39306022 IDEA-79486 Java formatter: Correct processing of anonymous classes as method call arguments 2012-01-11 15:34:41 +04:00
Maxim.Medvedev
0cc17bf60d IDEA-79529 Groovy: Change Signature Refactoring doesn't work when renaming a method which implements Java interface 2012-01-11 14:30:56 +04:00
nik
bb6c2ae8d8 IDEA-79592: "Choose Libraries" popup: wrong button order on Mac 2012-01-11 09:00:42 +04:00
anna
e7b0b8ec6c deadlock during safe delete from batch quick fix (IDEA-78213) 2012-01-10 21:19:56 +01:00
Konstantin Bulenkov
735dd0a4d6 provide property name 2012-01-10 20:29:16 +01:00
Eugene Zhuravlev
5503314ebf jps internal refactoring to allow event-driven changes management 2012-01-10 20:16:31 +01:00
anna
7dca468bd3 move: do not show source root chooser for one root projects 2012-01-10 19:12:18 +01:00
anna
cfd22a6f66 extract superclass: update references in jsp imports correctly (IDEA-79706) 2012-01-10 19:12:17 +01:00