Commit Graph

11939 Commits

Author SHA1 Message Date
Andrey Breslav 8bf1ab85ab Intention to replace a shorthand type with a reconstructed one 2013-09-13 22:41:06 +02:00
Andrey Breslav a9134f8eff Do not allow inference of type arguments on the rhs if there's no information available 2013-09-13 22:41:06 +02:00
Andrey Breslav 5c86a5bd7c Allow bare types on the right-hand side of as/as?/is/!is 2013-09-13 22:41:06 +02:00
Andrey Breslav e9e23c0069 Scope for IDE classes 2013-09-13 22:39:47 +02:00
Andrey Breslav f26fe03c2e Assertion added 2013-09-13 22:39:47 +02:00
Andrey Breslav 0ce35af8e0 Unused dependency removed 2013-09-13 22:39:46 +02:00
Andrey Breslav 1c69617026 Unused method removed 2013-09-13 22:37:10 +02:00
Andrey Breslav b62dffed93 TypeResolutionContext introduced 2013-09-13 22:37:10 +02:00
Andrey Breslav 69cc11d035 Existing tests updated according to "'Else' is not required in 'when' if Unit is expected" 2013-09-13 22:05:37 +02:00
Andrey Breslav c017858f77 'Else' is not required in 'when' if Unit is expected 2013-09-13 22:04:46 +02:00
Andrey Breslav a76f1c1db5 Unused variable removed 2013-09-13 22:03:30 +02:00
Natalia.Ukhorskaya 2b2302b18c Add Maven Configurator 2013-09-13 18:04:29 +04:00
Natalia.Ukhorskaya 943da5ea84 Optional dependency on Maven plugin 2013-09-13 18:04:25 +04:00
Natalia.Ukhorskaya 95a03f14eb Add actions: to configure project and to configure project with javascript 2013-09-13 18:04:21 +04:00
Natalia.Ukhorskaya 21534a5177 Show dialog if more than one module should be configured or user should choose path to library 2013-09-13 18:04:17 +04:00
Natalia.Ukhorskaya 641bd1d910 Add Gradle (simple and for android) Project Configurator 2013-09-13 18:04:13 +04:00
Natalia.Ukhorskaya f5c730514b Add Base class for configure modules with gradle 2013-09-13 18:04:09 +04:00
Natalia.Ukhorskaya 230be28884 Remove ConfigureAndroidGradleProjectNotification 2013-09-13 17:12:23 +04:00
Natalia.Ukhorskaya fb32c336e3 Fix gradle plugin id 2013-09-13 17:12:19 +04:00
Andrey Breslav a71e8f8695 Optional dependency on Gradle configured 2013-09-13 17:12:15 +04:00
Natalia.Ukhorskaya 96fd0862f0 Show notification to configure kotlin project after creating a new kotlin file in nonconfigured module 2013-09-13 17:12:12 +04:00
Natalia.Ukhorskaya 05d5e30cf4 Add notification to configure kotlin project 2013-09-13 17:12:08 +04:00
Natalia.Ukhorskaya 2a3f5a9aa1 Remove old notification provider 2013-09-13 17:12:04 +04:00
Natalia.Ukhorskaya 60770fb037 New way to configure kotlin project 2013-09-13 17:12:00 +04:00
Svetlana Isakova f0bb41ba50 resolve default values for parameters for local functions
moved method 'resolveValueParameters'

#KT-3978 In progress
2013-09-13 16:04:17 +04:00
Svetlana Isakova 4b023742c6 added AnnotationResolver reference to ExpressionTypingServices
injectors generated
2013-09-13 16:04:17 +04:00
Svetlana Isakova 298d344c31 check constants with Unit return type as usual 2013-09-13 16:04:17 +04:00
Svetlana Isakova b6386e345c added positioning for 'ILLEGAL_ESCAPE' error 2013-09-13 16:04:17 +04:00
Svetlana Isakova 96db2ecabd added different errors instead of ERROR_COMPILE_TIME_VALUE with different text
check type for constants in DataFlowUtils
2013-09-13 16:04:17 +04:00
Svetlana Isakova d556ceedc1 rename 2013-09-13 16:04:17 +04:00
Svetlana Isakova a11ad384a2 removed unused methods 2013-09-13 16:04:17 +04:00
Svetlana Isakova 5f189a8c0f KT-3833 Invoke method not working inside class object?
#KT-3833 Fixed
2013-09-13 16:04:17 +04:00
Zalim Bashorov d50f65634a Register ProjectRootModificationTracker as NEVER_CHANGE in StandaloneJavaToKotlinConverterTest. 2013-09-13 14:38:39 +04:00
Zalim Bashorov d0172ebdc2 Fixed bug in TypeConversionUtil#getAllBoxedTypeSupers which created CachedValueProvider.Result with null as dependency because the ProjectRootModificationTracker service was not registered.
Register ProjectRootModificationTracker as NEVER_CHANGE in JavaToKotlinTranslator.
2013-09-13 13:06:52 +04:00
Alexey Sedunov 4027454b64 Add read lock for class usage search 2013-09-12 17:14:00 +04:00
Evgeny Gerashchenko 58d430bddc Renamed method. 2013-09-12 15:24:23 +04:00
Evgeny Gerashchenko 16334c58aa Removed duplicating method. 2013-09-12 15:24:23 +04:00
Evgeny Gerashchenko 53c832d88c Correctly resolving all references in library source.
Added test with stdlib.

Ignoring top-level members from library source to avoid ambiguity. Resolving classes from source when deserializing descriptors (for unification).
2013-09-12 15:24:23 +04:00
Evgeny Gerashchenko e4d8e4d61b Not ignoring other properties in scope.
First one (almost randomly) was chosen instead of ambiguity.
2013-09-12 14:58:58 +04:00
Evgeny Gerashchenko 48e96aece3 Simplified code. 2013-09-12 14:58:58 +04:00
Evgeny Gerashchenko cdbbacaf1c Minor. Renamed local variable. 2013-09-12 14:58:58 +04:00
Evgeny Gerashchenko 3f89598f14 Minor. Made method @NotNull. 2013-09-12 14:58:57 +04:00
Evgeny Gerashchenko 3b26af6ae2 Minor. Reused constant. 2013-09-12 14:58:57 +04:00
Evgeny Gerashchenko a9acc346e5 Removed obsolete action disabling error highlighting. 2013-09-12 14:58:57 +04:00
Evgeny Gerashchenko 95adbeddd2 Added semantic and debug highlighting in library sources. 2013-09-12 14:58:57 +04:00
Natalia.Ukhorskaya 188e8b983e Missed sdk annotations for Android Sdk
#KT-3965 Fixed
2013-09-12 11:38:46 +04:00
Nikolay Krasko 22a328e41f Extract verifier url to property 2013-09-11 18:49:02 +04:00
Nikolay Krasko 063ae58d6c Remove unused verifier dependency 2013-09-11 18:38:34 +04:00
Nikolay Krasko 4f482a88b4 Use basedir as default folder for downloading to be conform with .gitignore 2013-09-11 18:37:47 +04:00
Nikolay Krasko 0f5c085f7f Re-enable verify for kotlin plugin 2013-09-11 17:41:23 +04:00