Commit Graph
5155 Commits
Author SHA1 Message Date
Evgeny Pasynkov 856e16eb4d Merge branch 'master' into upsource-master 2012-06-27 09:32:50 +02:00
peter e2800aaf21 sync 2012-06-26 23:38:04 +02:00
peter 819b68ec81 fix false NPE alarms on fields 2012-06-26 22:02:48 +02:00
peter f1af0a9360 remove debug output 2012-06-26 22:02:47 +02:00
Evgeny Pasynkov 0beb8d627b Merge branch 'master' into upsource-master
Conflicts:
	java/java-impl/src/com/intellij/codeInsight/intention/impl/ConvertAbsolutePathToRelativeIntentionAction.java
	java/java-tests/testSrc/com/intellij/codeInsight/daemon/quickFix/ConvertColorRepresentationTest.java
	jps/jps-builders/testSrc/org/jetbrains/ether/IncrementalTestCase.java
	jps/model/src/org/jetbrains/ether/dependencyView/IntIntMultiMaplet.java
	jps/model/src/org/jetbrains/ether/dependencyView/IntObjectMultiMaplet.java
	jps/model/src/org/jetbrains/ether/dependencyView/Mappings.java
	platform/lang-api/src/com/intellij/codeInsight/intention/PsiElementBaseIntentionAction.java
	platform/lang-impl/src/com/intellij/codeInsight/daemon/impl/GeneralHighlightingPass.java
	platform/platform-impl/src/com/intellij/featureStatistics/actions/ShowFeatureUsageStatisticsDialog.java
	platform/util/src/com/intellij/util/CommonProcessors.java
	plugins/groovy/src/org/jetbrains/plugins/groovy/annotator/GroovyAnnotator.java
	plugins/groovy/test/org/jetbrains/plugins/groovy/intentions/CreateFieldFromParameterTest.groovy
	plugins/groovy/test/org/jetbrains/plugins/groovy/lang/controlFlow/ControlFlowTest.java
2012-06-26 18:13:46 +02:00
Danila Ponomarenko 6d8a78c66d IDEA-62531 "Choose color" intention (Java): allow to convert between decimal and hex colour representation implemented 2012-06-26 19:53:55 +04:00
peter 2dea356213 debugging com.intellij.codeInsight.daemon.quickFix.CreateFieldFromUsageTest.testSortByRelevance 2012-06-26 15:51:30 +02:00
peter f009447805 IDEA-40911 JSPX: code completion inserts not escaped '<' and '>' for generic classes 2012-06-26 13:30:18 +02:00
peter 45c2a91bcd debugging com.intellij.codeInsight.daemon.quickFix.CreateFieldFromUsageTest.testSortByRelevance 2012-06-26 12:56:30 +02:00
Danila Ponomarenko a10244e8c1 IDEA-87657 IOE at com.intellij.psi.impl.CheckUtil.checkWritable fixed 2012-06-26 12:45:41 +04:00
peter 4d52e3c268 debugging com.intellij.codeInsight.daemon.quickFix.CreateFieldFromUsageTest.testSortByRelevance 2012-06-26 09:59:23 +02:00
peter e6668c8eaf IDEA-74017 Infer @NotNull/@Nullable annotations for final fields from constructor(s) 2012-06-25 20:30:05 +02:00
peter adf1c737ab report non-annotated constructor parameter for final @Nullable/@NotNull fields 2012-06-25 19:44:53 +02:00
Danila Ponomarenko c49ffe29a3 IDEA-87794 no quickfix for condtional inspection fixed 2012-06-25 20:23:39 +04:00
Danila Ponomarenko b83dfbf637 IDEA-58049 Provide add type parameter quick-fix intention implemented 2012-06-25 18:11:54 +04:00
Danila Ponomarenko 6772fd01ea IDEA-58049 partial implementation 2012-06-25 18:11:53 +04:00
peter 9c6efc077f IDEA-87753 Generics: incorrect smart code completion (Generic array creation) 2012-06-25 14:17:31 +02:00
Evgeny Pasynkov 33278f0c84 merge with master 2012-06-25 12:00:18 +02:00
Maxim.Medvedev 0f73e6f29f =IDEA-50320 'Create field for parameter' action for Groovy methods 2012-06-25 11:05:03 +04:00
Danila Ponomarenko 4f30409292 got rid of BaseRefactoringAction 2012-06-24 18:24:05 +04:00
Danila Ponomarenko 79b79ccd83 invoke on PsiFile made final 2012-06-24 18:24:05 +04:00
Danila Ponomarenko 9a6fbcac16 Introduce variable intention fixed 2012-06-24 18:24:05 +04:00
Danila Ponomarenko 09bb2df518 import fixed 2012-06-24 18:24:04 +04:00
Danila Ponomarenko 9d546e47fa SyntheticElement check added 2012-06-24 18:24:04 +04:00
Konstantin Bulenkov b90770b32a remove non-existing property 2012-06-24 00:12:15 +02:00
Konstantin Bulenkov f38f62c750 don't validate on cell editing 2012-06-22 18:22:33 +02:00
peter 721e54981a @NotNull matcher 2012-06-22 14:44:12 +02:00
peter 3a3548f2a2 IDEA-83744 Always insert '()' when class name is completed after 'new' keyword 2012-06-22 14:44:11 +02:00
Alexey Kudravtsev bb0555402e cleanup 2012-06-22 13:58:43 +04:00
Alexey Kudravtsev 3bee63685b unexpected gc in between passes 2012-06-22 13:58:42 +04:00
Evgeny Pasynkov fa77cc79ae move java searching stuff to indexing module 2012-06-22 09:52:57 +02:00
Evgeny Pasynkov 577ede3fe2 move searchers to indexing module 2012-06-22 08:55:07 +02:00
Eugene Kudelevsky 40c8c3b8c9 IDEA-82078 fix updating R references when renaming of Android resources 2012-06-21 21:10:35 +04:00
Maxim.Mossienko 3069a08ed1 use less memory for file attributes 2012-06-21 19:42:46 +04:00
Maxim.Medvedev e6b66d6703 create Java field from usage in Groovy code 2012-06-21 15:14:10 +04:00
Maxim.Medvedev 36b248a552 create Groovy field from usage in java code 2012-06-21 15:14:09 +04:00
Maxim.Medvedev 1708932dcf create Groovy field from usage in java code 2012-06-21 15:14:08 +04:00
Evgeny Pasynkov 4d50900ab8 rename InjectedLanguageFacadeImpl back to InjectedLanguageUtil. Move method getInjectedPsiFiles from InjectedLanguageUtil to injectedLanguageManager. Move InjectedLanguageManager to core-api 2012-06-21 13:01:08 +02:00
nik c6412348e4 javadoc and external annotations roots moved from ModuleRootModel to a separate extension 2012-06-21 09:53:18 +04:00
peter 943d72b38b EA-36781 - IAE: PsiResolveHelperImpl.resolveReferencedClass 2012-06-20 20:26:18 +02:00
peter 724712ad09 IDEA-85069 Suggest to fill delegate arguments for all overload call candidates 2012-06-20 20:14:16 +02:00
peter 3cba0cb607 prefer class to its members 2012-06-20 19:33:07 +02:00
peter d7f95f1507 no stats for Object methods 2012-06-20 19:33:07 +02:00
peter dd15d0e6df IDEA-83969 code completion in switch/case: auto/unboxing not checked with code completion 2012-06-20 19:33:06 +02:00
Danila Ponomarenko 89d32051d0 IDEA-29993 tests fixed 2012-06-20 18:37:40 +04:00
Danila Ponomarenko c14fe14cc4 IDEA-29993 As well as the intension "Cast to String" offer "Call toString()". WrapExpression intention scope widen. 2012-06-20 18:37:40 +04:00
Danila Ponomarenko 3ab777e366 IDEA-85758 intention to replace casted var with a var of the right type and having the same value implemented 2012-06-20 16:04:00 +04:00
Danila Ponomarenko 7f0f06e428 double negation added to pointless inspection 2012-06-20 16:04:00 +04:00
nik b2c43fccbe simplified javadoc root processing for modules 2012-06-20 14:52:45 +04:00
nik f842d73127 deprecated methods removed 2012-06-20 09:08:40 +04:00