summaryrefslogtreecommitdiff
path: root/idea
AgeCommit message (Expand)Author
2021-01-08Fix tests based on AbstractSearcherTestYan Zhulanow
2021-01-08JUnitMembersSearcherTest.java: Rename .java to .ktYan Zhulanow
2021-01-08Convert to indexed function call: avoid duplicate parameter namesToshiaki Kameyama
2021-01-08Make MoveMemberToCompanionObjectIntention under a progress and cancellableVladimir Dolzhenko
2021-01-08Fix ClsStubBuilderTestGenerated.testAnnotatedFlexibleTypes()Yan Zhulanow
2021-01-08Fix NavigateFromLibrarySourcesTest.testBuiltinClass()Yan Zhulanow
2021-01-08Minor: clean up AbstractReferenceResolveTestYan Zhulanow
2021-01-08Generate all test classes without methods as 'abstract' so CI won't complain ...Yan Zhulanow
2021-01-08Update InspectionTestGenerated after 01b4fd204d7187bcc79e34960bd0ff52730ca1cfYan Zhulanow
2021-01-07Fix KotlinExceptionFilterTestYan Zhulanow
2021-01-07Remove test for IllegalIdentifierInspection as it's in the Android plugin sou...Yan Zhulanow
2021-01-07Surround with null check: don't suggest it if nullable expression will become...Toshiaki Kameyama
2021-01-07SimplifiableCallChainInspection: replace `map().toMap()` with `associate()`Toshiaki Kameyama
2021-01-07Convert `forEach` call to `onEach`: fix to be converted correctly when `forEa...Toshiaki Kameyama
2021-01-07[tests] fix testData in LightClassFromTextTestDmitry Gridin
2021-01-07Update test data after 2e258fd62cf5c8f09536c96d19c842bc2df4fee4Yan Zhulanow
2021-01-07Fix for InlineTestGeneratedToshiaki Kameyama
2021-01-07Update test data after f6ab437a8cf9c86f4878cad7782ab4f9538b2535Yan Zhulanow
2021-01-07Update test after dab2260be898f6317e096d30db39cb5f550bbb9dYan Zhulanow
2021-01-07Happy new year! (2021)Yan Zhulanow
2021-01-07Update generated test data after revertsYan Zhulanow
2021-01-07Revert "Revert "Minor: Use second pattern argument instead of explicit `calle...Yan Zhulanow
2021-01-07Revert "Revert "IfThenToSafeAccessInspection: fix it works correctly for vari...Yan Zhulanow
2021-01-07Revert "Revert ""Use destructuring declaration": fix it works correctly if va...Yan Zhulanow
2021-01-07Revert "Revert "Convert to range check: don't report it if recursive call wil...Yan Zhulanow
2021-01-07Revert "Revert ""Add parameter to function" for TYPE_MISMATCH: fix it works c...Yan Zhulanow
2021-01-07Revert "Revert "KT-23394: Add a test with a property""Yan Zhulanow
2021-01-07Revert "Revert "Minor: Extract lambda return expression handling""Yan Zhulanow
2021-01-07Revert "Revert ""Change to return with label" quick fix: apply for type misma...Yan Zhulanow
2021-01-07Revert "Revert ""Put/Join arguments/parameters" intention: don't suggest on n...Yan Zhulanow
2021-01-07Revert "Revert "ReplaceWith: suggest for "invoke" extension""Yan Zhulanow
2021-01-07Revert "Revert "FoldInitializerAndIfToElvisInspection: don't add explicit typ...Yan Zhulanow
2021-01-06RemoveExplicitTypeArgumentsInspection: add quick fix to remove type specifica...Toshiaki Kameyama
2021-01-06Convert to anonymous object: fix it works correctly when lambda has parameter...Toshiaki Kameyama
2021-01-06Don't suggest "Remove variable" for destructuring declaration entryToshiaki Kameyama
2021-01-06Redundant 'asSequence' call don't report when grand parent is collection fun...Toshiaki Kameyama
2021-01-06Replace with loop over elements: don't suggest when index is used for other a...Toshiaki Kameyama
2021-01-06Redundant Unit: don't report when the previous expression cannot be used as a...Toshiaki Kameyama
2021-01-06Fix false positive "Unused symbol" for class, with inner class, type paramete...Toshiaki Kameyama
2021-01-04Wizard: do not use spaces in logger module typeIlya Kirillov
2020-12-31Wizard: log used module types on project creationIlya Kirillov
2020-12-31Wizard: bump wizard fus collector versionIlya Kirillov
2020-12-31Wizard: log on module created/removedIlya Kirillov
2020-12-31Wizard: log on prev button clickIlya Kirillov
2020-12-31Wizard: log on next button clickIlya Kirillov
2020-12-31Wizard: log jdk changeIlya Kirillov
2020-12-31Wizard: add user session id to loggerIlya Kirillov
2020-12-31Wizard: log every user setting changeIlya Kirillov
2020-12-31[light classes] fix tests after 2a104727b3e27346ec04ffc1c54d84074da3895bDmitry Gridin
2020-12-30[change signature] KotlinChangeInfo: cleanup codeDmitry Gridin