Mikhail Glukhikh
|
5f3c1dfc41
|
More accurate check of repeated use-site annotations #KT-13859 Fixed
|
2016-12-28 19:01:20 +03:00 |
|
Valentin Kipyatkov
|
ec51076355
|
DescriptorRenderer to render annotations for all types + separate option to render annotation arguments + use it in IdeDescriptorRenderers
|
2016-10-11 23:38:54 +03:00 |
|
Mikhail Glukhikh
|
b78d481bb1
|
delegate use-site targeted annotations: parser, front-end, codegen with some tests #KT-10502 Fixed
|
2016-01-19 11:38:41 +03:00 |
|
Mikhail Glukhikh
|
474076a550
|
Annotation use-site refactoring: field, property, getter
|
2016-01-19 11:38:36 +03:00 |
|
Mikhail Glukhikh
|
3fb04aceb9
|
Check backing field availability for AnnotationTarget.FIELD #KT-10387 Fixed
Some duplicated checks deleted (UseSiteTargetChecker / JvmFieldApplicabilityChecker)
|
2015-12-17 15:06:58 +03:00 |
|
Alexey Tsvetkov
|
dc27363452
|
Remove @annotation from test data
|
2015-10-19 20:45:01 +03:00 |
|
Alexander Udalov
|
ec1b4776fe
|
Deprecate PropertyMetadata, use KProperty<*> for delegated properties instead
|
2015-10-14 20:45:25 +03:00 |
|
Denis Zharkov
|
f0e3fd617d
|
Adjust testData to CharSequence.length transformation
|
2015-10-14 20:39:35 +03:00 |
|
Yan Zhulanow
|
dc8e796e49
|
getValue()/setValue() should be marked with 'operator'
|
2015-10-14 01:29:09 +03:00 |
|
Yan Zhulanow
|
1f2b4e20fe
|
Replace get() and set() to getValue() and setValue() (property delegates)
|
2015-10-09 22:49:16 +03:00 |
|
Yan Zhulanow
|
9eeb89a6aa
|
Rename sparam to setparam
|
2015-10-08 18:31:06 +03:00 |
|
Nikolay Krasko
|
e92a95eebb
|
Fix typo in extension
|
2015-09-28 15:58:54 +03:00 |
|
Dmitry Petrov
|
da026f1480
|
Report errors for annotations with BINARY or RUNTIME retention on file classes.
|
2015-09-21 12:11:53 +03:00 |
|
Dmitry Petrov
|
7f4ae52517
|
Generate annotations for single-file classes.
|
2015-09-21 12:10:40 +03:00 |
|
Denis Zharkov
|
4850fd10f0
|
Regenerate test data containing rendered descriptors
Introduced '@' after each annotation
|
2015-09-18 10:14:39 +03:00 |
|
Yan Zhulanow
|
01b2d02196
|
Remove @get: @set:, reorder remaining annotation targets
|
2015-09-11 22:32:23 +03:00 |
|
Michael Nedzelsky
|
bc5c9065d2
|
fix tests in org.jetbrains.kotlin.checkers
|
2015-09-08 02:04:32 +03:00 |
|
Mikhail Glukhikh
|
eab288bdd7
|
annotation() now has no arguments. Syntax migration to Retention / Repeatable / MustBeDocumented combination
Deprecated test for annotation(params) completion deleted. A lot of tests changed.
|
2015-09-04 19:21:12 +03:00 |
|
Yan Zhulanow
|
2ce9903356
|
Fix tests
|
2015-08-31 15:33:13 +03:00 |
|
Yan Zhulanow
|
f86fe6a8d5
|
Allow multiple non-repeatable annotations with different targets
|
2015-08-31 15:33:02 +03:00 |
|
Yan Zhulanow
|
b38b7071b7
|
Targeted annotation diagnostic tests
|
2015-08-31 15:32:53 +03:00 |
|