Roman Golyshev
|
7d662bf5d1
|
Change testData for IntentionsTestGenerated to avoid using javax and sql packages
- Those packages are missing in the mockJdk 1.8 in intellij repository,
and it leads to those tests failing in kotlin-ide repository
|
2020-06-05 16:03:51 +03:00 |
|
Toshiaki Kameyama
|
1c32941949
|
Use property access syntax: don't report when setter argument is lambda
#KT-30627 Fixed
|
2019-06-06 18:53:15 +07:00 |
|
Mikhail Glukhikh
|
da39d45cb1
|
Add more "non properties" for atomic classes #KT-25953 Fixed
|
2018-11-13 10:15:49 +03:00 |
|
Toshiaki Kameyama
|
4ee9db7a6c
|
Use property access: suppress for reserved words #KT-23775 Fixed
|
2018-05-11 16:32:44 +03:00 |
|
Simon Ogorodnik
|
0cf02dcb7b
|
KT-15092 Suppress inspection "use property access syntax" for some getters and fix completion for them
#KT-15092 fixed
|
2017-01-12 14:53:38 +03:00 |
|
Valentin Kipyatkov
|
a1d760fc36
|
KT-10631 Consider creating a synthetic property even when the setter returns 'this'
#KT-10631 Fixed
|
2016-01-19 15:57:20 +03:00 |
|
Dmitry Jemerov
|
76c9bbc06d
|
handle setter calls used as expression bodies in "Use property access syntax" intention
#KT-10587 Fixed
|
2016-01-11 18:53:07 +01:00 |
|
Stanislav Erokhin
|
1574dc78df
|
Synthetic extensions wins against top-level extension.
|
2015-12-18 22:49:25 +03:00 |
|
Valentin Kipyatkov
|
7b149c10c1
|
UsePropertyAccessSyntaxIntention: handled case when property type is more specific
|
2015-08-13 17:29:03 +03:00 |
|
Valentin Kipyatkov
|
6fcb75cfb5
|
One more test added
|
2015-08-13 17:29:03 +03:00 |
|
Valentin Kipyatkov
|
e0e7044032
|
Synthetic properties: fixed completion and inspection for generic class
+ fixed KT-8539 No completion of generic extension function for <*> type arguments
#KT-8539 Fixed
|
2015-07-21 08:32:50 +03:00 |
|
Valentin Kipyatkov
|
0ac990e1a0
|
More tests for smart casts
|
2015-07-21 08:32:50 +03:00 |
|
Valentin Kipyatkov
|
b6027a0efe
|
Changed synthetic properties naming for getters starting with "is"
|
2015-07-21 08:32:49 +03:00 |
|
Valentin Kipyatkov
|
bfdc74ce74
|
Intention&inspection to use synthetic property instead of get/set method call
|
2015-07-16 13:49:15 +03:00 |
|