Commit Graph
10127 Commits
Author SHA1 Message Date
anna a444dcfa01 good code red:do not override calculated subst with raw (IDEA-67680) 2012-10-19 12:29:54 +02:00
Dmitry Avdeev e8053fad05 template code fixed 2012-10-19 13:04:33 +04:00
Dmitry Avdeev bbb8f0329f computing template module type. corresponding steps update 2012-10-19 13:04:32 +04:00
Dmitry Avdeev 84f621e7e3 assertion when project is initialized
assert EDT if only breakpoints are really removed
2012-10-19 13:04:31 +04:00
Dmitry Avdeev 52ced51a5e templates tree reordered 2012-10-19 11:14:46 +04:00
Konstantin Bulenkov 1d3ebd3895 IDEA-93183 Antialising issue in the new project wizard 2012-10-19 01:22:03 +04:00
anna a40a08d1d9 good code red: leave empty subst when processing type params supers (IDEA-67680) 2012-10-18 21:40:03 +02:00
anna fd9d1764e2 good code red: allow containing this before super call (IDEA-67756) 2012-10-18 21:40:03 +02:00
anna b87a66990c nullable problems: do not suggest to annotate as @Nullable when parameter is referenced (IDEA-93083) 2012-10-18 19:36:59 +02:00
Eugene Zhuravlev fedf3fff7a - Artifact roots are not marked as "generated sources".
- To properly mark artifact sources as up-to-date, compilation-start timestamp is advanced for every chunk/group of chunks before starting compilation
2012-10-18 19:15:47 +02:00
peter 6f02677679 validity assertions (EA-39252) 2012-10-18 18:40:01 +02:00
peter 932362f7e7 validity assertions (EA-39233) 2012-10-18 18:40:01 +02:00
peter a630a8ba74 validity assertions (EA-38796) 2012-10-18 18:40:01 +02:00
Dmitry Lomov e73492cd2b Code tolerates null ProgressIndicatorProvider 2012-10-18 18:28:34 +02:00
anna 4132017a0b move: do not search for usages if new fqn equals to old one (IDEA-92029) 2012-10-18 17:30:56 +02:00
anna bfef30ff03 extract method: do not fold params by default when they are used inside conditional stmts (IDEA-92815) 2012-10-18 17:30:55 +02:00
anna 9a5a91c3d2 search for main methods also in bases (IDEA-92968) 2012-10-18 17:30:54 +02:00
Alexey Kudravtsev 8cdc222c5e visual appeal of dataflow grouped values 2012-10-18 19:04:06 +04:00
Alexey Kudravtsev da4c1d7b34 notnull 2012-10-18 19:04:05 +04:00
Konstantin Bulenkov bf5afba8da Merge remote-tracking branch 'origin/master' 2012-10-18 16:56:21 +02:00
Konstantin Bulenkov 5d678cc1aa some fixes for new wizard 2012-10-18 16:55:03 +02:00
Bas Leijdekkers b5bdf4dbec IDEA-86879 (Inspection "Unused declaration" should not apply to the public constructors of Externalizable classes.) 2012-10-18 15:01:53 +02:00
Bas Leijdekkers 0578957100 grammar fix 2012-10-18 15:01:02 +02:00
anna 9598ba568c make method static: add parameter when method was used in method reference (IDEA-93138) 2012-10-18 13:45:04 +02:00
Konstantin Bulenkov bc35af6266 new project wizard concept 2012-10-18 03:42:44 +02:00
Gregory.Shrago 64cb5d937d AA 2012-10-17 21:10:55 +04:00
Eugene Zhuravlev cc01d14ca7 fix race condition: close compiler caches before sending notification that build finished 2012-10-17 17:56:23 +02:00
anna 3cd800f3a5 update icons in tree 2012-10-17 17:22:50 +02:00
anna bf1cc2576f invert boolean: use preprocessed new name (IDEA-93084) 2012-10-17 17:22:49 +02:00
peter 97c089ccf7 EA-40088 - PIEAE: PsiElementBase.getContainingFile (validity assertions) 2012-10-17 16:23:15 +02:00
anna b9561b9575 method refs: constructor search should return method reference instead of class ref (IDEA-92601) 2012-10-17 15:50:00 +02:00
anna cfbd5ed02d AIOOBE (IDEA-93077) 2012-10-17 15:50:00 +02:00
anna 78c8fe106b static override: search method in superclass by method signature from derived (IDEA-93043) 2012-10-17 15:49:58 +02:00
Dmitry Avdeev 7a41f3595b do not show another template selection 2012-10-17 17:17:20 +04:00
Dmitry Avdeev 39176fc80a @Nullables 2012-10-17 17:17:19 +04:00
Dmitry Avdeev 4365160698 template mode disabled for "Add Module..." action 2012-10-17 16:08:23 +04:00
Max Medvedev 53283e2322 IDEA-92833 Type inference doesn't update type after assert instanceof 2012-10-17 15:29:34 +04:00
Dmitry Avdeev e62e2e7652 settings duplication problem fixed 2012-10-17 15:09:18 +04:00
peter 8edf4011f8 CompletionResultSet implements Consumer<LookupElement> 2012-10-17 11:33:38 +02:00
peter 8b5dcc6b5e fix ftl tests 2012-10-17 11:33:37 +02:00
Max Medvedev e7116a7f71 EA-39157 Groovy allows empty method names 2012-10-17 13:16:17 +04:00
Eugene Zhuravlev a19e50a24f fix maven tests 2012-10-16 20:33:33 +02:00
peter cd9443b34f fix maven test 2012-10-16 19:08:10 +02:00
anna 0facdd6517 EA-36125 - IOE: PsiJavaParserFacadeImpl.createTypeElementFromText 2012-10-16 18:29:18 +02:00
peter 30cdd2b4bc java class reference: search subtypes only on smart completion, work as usual (and fast) on basic (IDEA-92934) 2012-10-16 16:15:58 +02:00
anna 8c47800630 NPE (IDEA-93019) 2012-10-16 15:42:39 +02:00
Eugene Zhuravlev e48668b498 annotation processors: allow configuration of generated sources production/test directory names either relative to module content root or module output directory 2012-10-16 15:02:33 +02:00
peter e19ca2372a yet another API for advertising in completion 2012-10-16 15:00:26 +02:00
peter cd9fc2209f don't let DomCompletionContributor process java class references in plugin.xml (IDEA-92934) 2012-10-16 15:00:26 +02:00
peter aa4a27b491 some type validity assertions (EA-40027) 2012-10-16 15:00:25 +02:00