Evgeny Gerashchenko
|
849aaaf5d2
|
Reverted optimizing imports in auto-generated file.
|
2013-01-15 19:41:41 +04:00 |
|
Evgeny Gerashchenko
|
b1847698a8
|
Better jar names for runtime/builtins/jdk-annotations in tests.
|
2013-01-15 19:41:41 +04:00 |
|
Evgeny Gerashchenko
|
b1fd1d8301
|
KT-3200 wrong Kotlin signature java.util.concurrent.ThreadFactory java.lang.Thread newThread(java.lang.Runnable)
Added checking for compatibility of IDEA's and Kotlin's JDK annotations.
#KT-3200 fixed
|
2013-01-15 19:41:41 +04:00 |
|
Nikolay Krasko
|
fa08289706
|
Refactoring: remove warning and use constant
|
2013-01-15 19:07:15 +04:00 |
|
Nikolay Krasko
|
303a613389
|
Remove unused package declaration provider
|
2013-01-15 19:07:10 +04:00 |
|
Nikolay Krasko
|
1263919e39
|
Test for property from top level object
#KT-3187 Fixed
|
2013-01-15 19:06:53 +04:00 |
|
Nikolay Krasko
|
d14f382db9
|
Collect getting psi classes in PsiClassFinder
#KT-3187 In Progress
|
2013-01-15 18:12:35 +04:00 |
|
Nikolay Krasko
|
5989bed5c7
|
Refactor message for property component overwrite
#KT-3187 In Progress
|
2013-01-15 18:12:34 +04:00 |
|
Andrey Breslav
|
9e45eb7326
|
Temporarily disable failing tests
|
2013-01-15 16:39:31 +04:00 |
|
Andrey Breslav
|
05cf9041af
|
Tests to make sure that light classes compute the data properly
|
2013-01-15 15:32:06 +04:00 |
|
Andrey Breslav
|
8c8accad42
|
Returning containing file without computing the stub
|
2013-01-15 15:32:05 +04:00 |
|
Andrey Breslav
|
0ad48a3598
|
LightClassGenerationStrategy removed
|
2013-01-15 15:32:05 +04:00 |
|
Andrey Breslav
|
fb1f863098
|
Using light PsiTypeParameters instead of building a stub:
This is needed when Java resolved references to Kotlin classes: in order to resolve a reference it needs to know type parameters
|
2013-01-15 15:32:05 +04:00 |
|
Andrey Breslav
|
1a03850951
|
A test for K-J-K inheritance with generics
|
2013-01-15 15:32:04 +04:00 |
|
Andrey Breslav
|
d4854c22c4
|
A test for K-J-K inheritance
|
2013-01-15 15:32:04 +04:00 |
|
Andrey Breslav
|
eb06ac948b
|
The case of no modifiers on a class supported in KotlinLightClassForExplicitDeclaration
|
2013-01-15 15:32:03 +04:00 |
|
Andrey Breslav
|
b039c69952
|
Class object members supported in PsiCodegenPredictor
|
2013-01-15 15:32:03 +04:00 |
|
Andrey Breslav
|
9d9580d4af
|
Traces fixed in SubclassingKotlinInJavaTest
|
2013-01-15 15:32:03 +04:00 |
|
Andrey Breslav
|
7f051e38e5
|
toString() for KotlinLightClassForExplicitDeclaration
|
2013-01-15 15:32:02 +04:00 |
|
Andrey Breslav
|
4b4a9eb6c9
|
Create new trace before each resolve (to avoid writing to a trace already filled in by previous analysis)
|
2013-01-15 15:32:02 +04:00 |
|
Andrey Breslav
|
e46e77f0d3
|
Support internal visibility by default
|
2013-01-14 20:20:29 +04:00 |
|
Andrey Breslav
|
effaebdd26
|
Resolution helpers in tests fixed
|
2013-01-14 20:20:29 +04:00 |
|
Andrey Breslav
|
fe39f1ea63
|
NPE fixed
|
2013-01-14 20:20:29 +04:00 |
|
Andrey Breslav
|
40943fa6d2
|
JetLightClass removed (replaced by KotlinLightClass implementations)
|
2013-01-14 20:20:28 +04:00 |
|
Andrey Breslav
|
d9ed18dc00
|
Common interface for two light class implementations extracted
|
2013-01-14 20:20:28 +04:00 |
|
Andrey Breslav
|
d70a5c9233
|
getContainingClass() made faster for toplevel classes
|
2013-01-14 20:20:28 +04:00 |
|
Andrey Breslav
|
1170cbb7fa
|
KotlinLightClass reads basic properties directly from PSI
(this allows for building Java stubs less frequently)
|
2013-01-14 20:20:27 +04:00 |
|
Andrey Breslav
|
6f8c9bf0d1
|
JetClass.isEnum() introduced
|
2013-01-14 20:20:27 +04:00 |
|
Andrey Breslav
|
1765843e1d
|
Rename
|
2013-01-14 20:20:27 +04:00 |
|
Andrey Breslav
|
9ada4a8082
|
KotlinLightClassProvider does not depend on Generation Strategy
|
2013-01-14 20:20:26 +04:00 |
|
Andrey Breslav
|
6dfc923cf8
|
Parameter order fixed (caused assertion failure)
|
2013-01-14 20:20:26 +04:00 |
|
Andrey Breslav
|
0fc0230069
|
Return proper fqname for package classes
|
2013-01-14 20:20:26 +04:00 |
|
Andrey Breslav
|
1bedda7748
|
getContainingFile() for light classes
|
2013-01-14 20:20:25 +04:00 |
|
Andrey Breslav
|
aeca4d3feb
|
Basic presentation-related methods for KotlinLightClass
|
2013-01-14 20:20:25 +04:00 |
|
Andrey Breslav
|
3a34ccb03e
|
Icons for lighs classes
|
2013-01-14 20:20:25 +04:00 |
|
Andrey Breslav
|
e3ba5bf9b7
|
PsiJavaFileStub is not trackable
|
2013-01-14 20:20:24 +04:00 |
|
Andrey Breslav
|
4748befcfd
|
JavaElementFinder builds new light classes
|
2013-01-14 20:20:24 +04:00 |
|
Andrey Breslav
|
fa96915a9c
|
toString() for stub generation strategies
|
2013-01-14 20:20:24 +04:00 |
|
Andrey Breslav
|
01e92be7d2
|
No point in tracking files, when we are already tracking out-of-code-block-modifications
|
2013-01-14 20:20:24 +04:00 |
|
Andrey Breslav
|
92c9688caf
|
Useless methods removed
|
2013-01-14 20:20:23 +04:00 |
|
Andrey Breslav
|
8e5ea77a72
|
setName() makes no sense for package classes
|
2013-01-14 20:20:23 +04:00 |
|
Andrey Breslav
|
59c94732a7
|
Light class support for nested classes
|
2013-01-14 20:20:23 +04:00 |
|
Andrey Breslav
|
a577ccabab
|
Light class providers unified
|
2013-01-14 20:20:22 +04:00 |
|
Andrey Breslav
|
bf4fbe4aff
|
Utility method moved to util class
|
2013-01-14 20:20:22 +04:00 |
|
Andrey Breslav
|
207f8e7c47
|
Cleanup
|
2013-01-14 20:20:22 +04:00 |
|
Andrey Breslav
|
689092da08
|
Nested class moved out
|
2013-01-14 20:20:21 +04:00 |
|
Andrey Breslav
|
f929a7f5a9
|
Cleanup
|
2013-01-14 20:20:21 +04:00 |
|
Andrey Breslav
|
69080b72af
|
When generating light class for package, do not generate other classes
|
2013-01-14 20:20:21 +04:00 |
|
Andrey Breslav
|
a91b113cc3
|
GenerationStrategy is now a strategy
|
2013-01-14 20:20:20 +04:00 |
|
Andrey Breslav
|
758bebafa4
|
Providing icons for package classes
|
2013-01-14 20:20:20 +04:00 |
|