Valentin Kipyatkov
7eaf00a34d
Additional check to not corrupt PSI tree
2015-10-19 18:40:15 +03:00
Valentin Kipyatkov
66ea544a48
Fixed incorrect handling of this and super expressions in copy/paste processing and optimize imports
2015-10-19 18:40:15 +03:00
Valentin Kipyatkov
33d206ab22
Changed UI layout
2015-10-19 18:40:15 +03:00
Valentin Kipyatkov
872af51c99
Better wording in import settings UI
2015-10-19 18:40:14 +03:00
Valentin Kipyatkov
115d7a2eae
Code style setting for importing Java statics and enums with '*'
...
#KT-9592 Fixed
2015-10-19 18:40:14 +03:00
Valentin Kipyatkov
27228c2fcc
KT-9638 Optimize imports: don't create import for static methods from superclasses
...
#KT-9638 Fixed
2015-10-19 18:40:14 +03:00
Valentin Kipyatkov
edd2d853b1
KT-8961 Optimize Imports adds useless import for static Java method reference
...
#KT-8961 Fixed
2015-10-19 18:40:14 +03:00
Valentin Kipyatkov
b62260180f
Changed semantics of ImportInsertHelper.importDescriptor() - it does not check if we allowed to import it on reference shortening
2015-10-19 18:40:14 +03:00
Valentin Kipyatkov
1730069d5e
Corrected implementation of DeclarationDescriptor.canBeReferencedViaImport() to include object members
2015-10-19 18:40:13 +03:00
Nikolay Krasko
4a0eb3836f
Diagnostic for EA-70732 (another try)
2015-10-19 18:38:46 +03:00
Valentin Kipyatkov
0cfccdefe4
"enum class" and "annotation class" are completed as single keywords
2015-10-19 18:36:06 +03:00
Valentin Kipyatkov
fa14b18f7f
KT-8624 Don't complete "dynamic" keyword when targeting JVM
...
#KT-8624 Fixed
2015-10-19 18:36:06 +03:00
Valentin Kipyatkov
0a5255ee4e
Dropped inspection for functions matching operator convention - only intention left
2015-10-19 18:36:06 +03:00
Mikhail Glukhikh
ff60a13228
libraries/tools fix (data classes migration)
2015-10-19 18:17:22 +03:00
Pavel V. Talanov
85c05b18f5
More compact and meaningful error reporting in ResolverForProject
...
No more enormous module lists
2015-10-19 18:03:08 +03:00
Pavel V. Talanov
668b36f684
Minor: meaningful message on failure to find nested class data when building cls stubs
2015-10-19 18:02:13 +03:00
Dmitry Petrov
dda508234f
Drop package facades:
...
- update tests
- cleanup JetTyMapper after rebase
2015-10-19 16:03:22 +03:00
Dmitry Petrov
639300a89d
Drop package facades: fix testData for IncrementalProjectPathCaseChangedTest
2015-10-19 16:03:21 +03:00
Dmitry Petrov
ac1f0efe7c
Drop package facades: fix testData for IncrementalLazyCachesTestGenerated
2015-10-19 16:03:21 +03:00
Dmitry Petrov
621d26aeeb
Drop package facades: fix incremental compilation tests & proto comparison tests
...
(package facades are no longer generated)
2015-10-19 16:03:21 +03:00
Pavel V. Talanov
300aeb83b0
Fix test data for j2k conversion
...
(cherry picked from commit e3bac5e)
2015-10-19 16:03:21 +03:00
Pavel V. Talanov
4f5f5fc3b9
Fix test data for completion in java of source/compiled kotlin
...
(cherry picked from commit 83f2625)
2015-10-19 16:03:21 +03:00
Dmitry Petrov
f227908151
Drop package facades:
...
- update incremental compilation tests
2015-10-19 16:03:21 +03:00
Dmitry Petrov
70c91b2e75
Drop package facades:
...
- getting rid of package facades in InlineCodegen & related stuff.
Provide binary source element to top-level package members.
2015-10-19 16:03:20 +03:00
Dmitry Petrov
989f761166
Drop package facades:
...
- fix KotlinJpsBuildTest
2015-10-19 16:03:20 +03:00
Dmitry Petrov
c55106a325
Drop package facades:
...
- incremental cache impl should not depend on package facades
- fix trivial incremental compilation tests
TODO: inlines DO NOT WORK with incremental compilation
2015-10-19 16:03:20 +03:00
Dmitry Petrov
8c64279419
Drop package facades: fix testData in duplicate JVM signature test
...
(declaration origins are now ordered alphabetically)
2015-10-19 16:03:20 +03:00
Dmitry Petrov
a76fb328cb
Dropping package facades:
...
- fix testData for 'move' tests
(NB regression in **/onDemandStaticImport.java, see: https://youtrack.jetbrains.com/issue/KT-9624 )
2015-10-19 16:03:20 +03:00
Dmitry Petrov
31a85132c6
Dropping package facades:
...
- use KotlinCodegenFacade to build light classes
(PackageCodegen is not enough to obtain proper diagnostics)
2015-10-19 16:03:19 +03:00
Dmitry Petrov
9de45f4c56
Dropping package facades:
...
- add @Deprecated kotlin.internal.InternalPackage to runtime
(for compatibility with older Kotlin code)
2015-10-19 16:03:19 +03:00
Dmitry Petrov
8ab55813fe
Dropping package facades:
...
- clashing JVM signature diagnostics should be reported in stable order
- drop tests for clashes vs package facades
- introduce box test for class named as old package facade
- fix some testData
2015-10-19 16:03:19 +03:00
Dmitry Petrov
014bcfeb15
Dropping package facades: JetPositionManager should use file class
2015-10-19 16:03:19 +03:00
Dmitry Petrov
6b2b64e438
Drop package facades: fix evaluation tests
2015-10-19 16:03:19 +03:00
Dmitry Petrov
dc399ac46b
Drop package facades: get rid of isPackageClassFqName
2015-10-19 16:03:18 +03:00
Pavel V. Talanov
12d5aca9d6
Fix test data for safe delete test
...
(cherry picked from commit 25f363d)
2015-10-19 16:03:18 +03:00
Pavel V. Talanov
50ff146865
Fix test data for reference resolve in java test
...
(cherry picked from commit fcfe51a)
2015-10-19 16:03:18 +03:00
Pavel V. Talanov
ba84214bd0
Fix test data for rename test
...
(cherry picked from commit aee4f25)
2015-10-19 16:03:18 +03:00
Pavel V. Talanov
e578caaed2
Fix test data for move test
...
Tests do not pass after this change
(cherry picked from commit d4437d7)
2015-10-19 16:03:18 +03:00
Pavel V. Talanov
2e1967eb84
Fix test data for change signature test
...
(cherry picked from commit 8d420f1)
2015-10-19 16:03:18 +03:00
Pavel V. Talanov
fd893ba499
Fix test data for reconcile package with directory test
...
(cherry picked from commit b926e02)
2015-10-19 16:03:17 +03:00
Pavel V. Talanov
abca7107a7
Fix test data for convert function/property to property/function test
...
(cherry picked from commit e78c26a)
2015-10-19 16:03:17 +03:00
Pavel V. Talanov
c2bc1280d3
Fix test data for call hierarchy test
...
(cherry picked from commit 0145cc4)
2015-10-19 16:03:17 +03:00
Pavel V. Talanov
5cf1417511
Fix test data for quick doc test
...
(cherry picked from commit 57589e3)
2015-10-19 16:03:17 +03:00
Pavel V. Talanov
9b7f22d2c7
Fix ClsStubConsistencyTest: it didn't do anything after some previous changes
...
(cherry picked from commit f5af9fc)
2015-10-19 16:03:17 +03:00
Pavel V. Talanov
bb77890a4e
Drop DeprecatedFacadeUsageInspection
...
(cherry picked from commit f18b95d)
2015-10-19 16:03:17 +03:00
Pavel V. Talanov
93bb010875
Drop decompiledText/clsStub tests for package facades
...
(cherry picked from commit fbaa81c)
2015-10-19 16:03:16 +03:00
Pavel V. Talanov
3a34dc0efe
minor: fixes in test data
...
(cherry picked from commit 6ea4fbd)
2015-10-19 16:03:16 +03:00
Dmitry Petrov
d19ce49606
Dropping package facades:
...
- do not depend on package facade in LazyJavaPackageFragment
2015-10-19 16:03:16 +03:00
Dmitry Petrov
149e70aa07
Dropping package facades:
...
- light classes: do not generate light class for package facade
- drop package facades as multifile classes compilation mode support
- get rid of some additional package facade fqName usages
- update tests for light classes
2015-10-19 16:03:16 +03:00
Dmitry Petrov
e7fb7483c5
Drop package facades: update compiler tests.
2015-10-19 16:03:16 +03:00