aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/test/kotlin/model/PropertyTest.kt
AgeCommit message (Collapse)Author
2022-05-31Fix gathering inherited properties (#2481)Ignat Beresnev
* Fix gathering inherited properties in PSI * Refacotr KaJ transformer. Change wrapping TagWrapper for getters and setters. * Add logic to merge inherited properties in kotlin from java sources. * Remove getters and setters from JvmField properties for DObject, DEnum, DInterface in KaJ. * Unify InheritedMember DRI logic. * Fix gathering docs obtained from inheriting java sources in descriptors * Apply requested changes. * Resolve rebase conflicts * Use 221 for qodana analysis * Move accessors generation into DefaultDescriptorToDocumentableTranslator * Fix special "is" case for accessors and refactor logic in general * Remove ambiguous import after rebasing * Remove unused imports and format code * Apply review comment suggestions * Preserve previously lost accessor lookalikes * Extract a variable and correct a typo Co-authored-by: Andrzej Ratajczak <andrzej.ratajczak98@gmail.com>
2021-09-08Fix links of inherited properties, do not generate pages for themvmishenev
2020-12-29Parsing of JvmName (#1675)Marcin Aman
* Parsing of JvmName * Make JvmName processor run after KaJ
2020-07-06Enforce workspace unique SourceSetIDsebastian.sellmair
2020-06-12Refactor of Annotations and ExtraModifiers to be platform depedentAndrzej Ratajczak
2020-05-26Apply request changesAndrzej Ratajczak
2020-05-26Enhance signature presentation. Support presetnation Java as Kotlin and ↵Andrzej Ratajczak
Kotlin as Java. Refactor annotations creation from PSI/Descriptors. Add proper rendering of annotation signatures in both kotlin syntax and java syntax. Tests for annotations
2020-05-06Receiver for extension property #809Marcin Aman
2020-03-25Fix stdlib tests by adding stdlib to the test classpathKamil Doległo
2020-03-18Fix minor bugs and add core testsSzymon Świstun
2020-03-17Add expect with generationSzymon Świstun
2020-03-16Extract inheritance mapSzymon Świstun
2020-03-16Rename Documentables to avoid name conflictsKamil Doległo
2020-03-04Replace Visibility used in Documentables with custom classesKamil Doległo
2020-02-28Port some of the core tests from the previous modelSzymon Świstun