mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
[kotlin] update k1/k2 parity report
GitOrigin-RevId: 37b4487be0030f7c5f7e9f5fdcddc65468d8e830
This commit is contained in:
committed by
intellij-monorepo-bot
parent
4b01675c97
commit
89c8d240d4
@@ -1,7 +1,7 @@
|
||||
# K2/K1 feature parity report
|
||||
|
||||
|
||||
Generated on Thu Sep 12 11:07:16 CEST 2024
|
||||
Generated on Thu Oct 03 11:27:07 CEST 2024
|
||||
|
||||
## K2 Success rate per category
|
||||
|
||||
@@ -12,21 +12,21 @@ to total number of files in this category.
|
||||
| Status | Category | Success rate, % | Success files | Total files |
|
||||
| -- | -- | -- | -- | -- |
|
||||
| :white_check_mark: | UNCATEGORIZED | 100 | 225 | 225 | 0 |
|
||||
| :white_check_mark: | HIGHLIGHTING | 100 | 257 | 258 | 0 |
|
||||
| :white_check_mark: | COMPLETION | 85 | 1451 | 1703 | 0 |
|
||||
| :white_check_mark: | CODE_INSIGHT | 96 | 1936 | 2018 | 0 |
|
||||
| :white_check_mark: | HIGHLIGHTING | 100 | 265 | 266 | 0 |
|
||||
| :white_check_mark: | COMPLETION | 85 | 1456 | 1708 | 0 |
|
||||
| :white_check_mark: | CODE_INSIGHT | 96 | 1982 | 2064 | 0 |
|
||||
| :white_check_mark: | NAVIGATION | 100 | 91 | 91 | 0 |
|
||||
| :white_check_mark: | FIND_USAGES | 100 | 457 | 457 | 0 |
|
||||
| :white_check_mark: | FIND_USAGES | 100 | 458 | 458 | 0 |
|
||||
| :white_check_mark: | REFACTORING | 99 | 363 | 365 | 0 |
|
||||
| :white_check_mark: | RENAME_REFACTORING | 98 | 432 | 443 | 0 |
|
||||
| :white_check_mark: | INLINE_REFACTORING | 97 | 449 | 461 | 0 |
|
||||
| :white_check_mark: | INLINE_REFACTORING | 98 | 456 | 463 | 0 |
|
||||
| :x: | MOVE_REFACTORING | 76 | 175 | 229 | 0 |
|
||||
| :white_check_mark: | EXTRACT_REFACTORING | 94 | 868 | 919 | 0 |
|
||||
| :white_check_mark: | INSPECTIONS | 100 | 649 | 652 | 0 |
|
||||
| :x: | INTENTIONS | 62 | 2138 | 3447 | 0 |
|
||||
| :x: | QUICKFIXES | 72 | 1995 | 2776 | 0 |
|
||||
| :white_check_mark: | DEBUGGER | 96 | 915 | 954 | 0 |
|
||||
| :white_check_mark: | J2K | 88 | 1067 | 1218 | 0 |
|
||||
| :white_check_mark: | EXTRACT_REFACTORING | 95 | 900 | 951 | 0 |
|
||||
| :white_check_mark: | INSPECTIONS | 100 | 653 | 656 | 0 |
|
||||
| :x: | INTENTIONS | 64 | 2254 | 3501 | 0 |
|
||||
| :x: | QUICKFIXES | 73 | 2051 | 2791 | 0 |
|
||||
| :white_check_mark: | DEBUGGER | 97 | 923 | 956 | 0 |
|
||||
| :white_check_mark: | J2K | 89 | 1080 | 1220 | 0 |
|
||||
| :white_check_mark: | ANALYSIS_API | 100 | 2 | 2 | 0 |
|
||||
|
||||
## K2/K1 parity per category
|
||||
@@ -37,27 +37,27 @@ to number of files successfully passed in K1 in the same category.
|
||||
|
||||
| Status | Category | Success rate, % | K2 files | K1 files |
|
||||
| -- | -- | -- | -- | -- |
|
||||
| :x: | UNCATEGORIZED | 15 | 225 | 1535 | 0 |
|
||||
| :white_check_mark: | HIGHLIGHTING | 90 | 257 | 286 | 0 |
|
||||
| :x: | COMPLETION | 66 | 1451 | 2187 | 0 |
|
||||
| :x: | CODE_INSIGHT | 73 | 1936 | 2648 | 0 |
|
||||
| :x: | UNCATEGORIZED | 14 | 225 | 1558 | 0 |
|
||||
| :white_check_mark: | HIGHLIGHTING | 92 | 265 | 288 | 0 |
|
||||
| :x: | COMPLETION | 66 | 1456 | 2192 | 0 |
|
||||
| :x: | CODE_INSIGHT | 75 | 1982 | 2657 | 0 |
|
||||
| :x: | NAVIGATION | 58 | 91 | 157 | 0 |
|
||||
| :white_check_mark: | FIND_USAGES | 117 | 457 | 392 | 0 |
|
||||
| :white_check_mark: | FIND_USAGES | 117 | 458 | 393 | 0 |
|
||||
| :white_check_mark: | REFACTORING | 94 | 363 | 388 | 0 |
|
||||
| :white_check_mark: | RENAME_REFACTORING | 104 | 432 | 414 | 0 |
|
||||
| :white_check_mark: | INLINE_REFACTORING | 97 | 449 | 463 | 0 |
|
||||
| :white_check_mark: | INLINE_REFACTORING | 98 | 456 | 465 | 0 |
|
||||
| :x: | MOVE_REFACTORING | 83 | 175 | 210 | 0 |
|
||||
| :white_check_mark: | EXTRACT_REFACTORING | 136 | 868 | 637 | 0 |
|
||||
| :x: | INSPECTIONS | 17 | 649 | 3849 | 0 |
|
||||
| :x: | INTENTIONS | 56 | 2138 | 3822 | 0 |
|
||||
| :x: | QUICKFIXES | 56 | 1995 | 3573 | 0 |
|
||||
| :x: | SCRIPTS | 0 | 0 | 40 | 0 |
|
||||
| :white_check_mark: | DEBUGGER | 90 | 915 | 1015 | 0 |
|
||||
| :white_check_mark: | J2K | 88 | 1067 | 1218 | 0 |
|
||||
| :white_check_mark: | EXTRACT_REFACTORING | 136 | 900 | 662 | 0 |
|
||||
| :x: | INSPECTIONS | 17 | 653 | 3850 | 0 |
|
||||
| :x: | INTENTIONS | 59 | 2254 | 3826 | 0 |
|
||||
| :x: | QUICKFIXES | 57 | 2051 | 3580 | 0 |
|
||||
| :x: | SCRIPTS | 0 | 0 | 20 | 0 |
|
||||
| :white_check_mark: | DEBUGGER | 91 | 923 | 1017 | 0 |
|
||||
| :white_check_mark: | J2K | 89 | 1080 | 1220 | 0 |
|
||||
| :white_check_mark: | ANALYSIS_API | 100 | 2 | 0 | 0 |
|
||||
|
||||
## Shared cases
|
||||
shared 15365 files out of 1132 cases
|
||||
shared 15509 files out of 1140 cases
|
||||
|
||||
| Status | Case name | Success rate, % | K2 files | K1 files | Total files |
|
||||
| -- | -- | -- | -- | -- | -- |
|
||||
@@ -73,157 +73,17 @@ shared 15365 files out of 1132 cases
|
||||
| :white_check_mark: | FirParameterInfoTestGenerated$TypeArguments | 100 | 23 | 23 | 23 |
|
||||
| :white_check_mark: | FirParameterInfoTestGenerated$WithLib1 | 100 | 1 | 1 | 1 |
|
||||
| :white_check_mark: | FirParameterInfoTestGenerated$WithLib2 | 100 | 1 | 1 | 1 |
|
||||
| :x: | [K2IntentionTestGenerated] | 56 | 1634 | 2919 | 2943 |
|
||||
| :x: | K2IntentionTestGenerated$AddForLoopIndices | 0 | 0 | 14 | 14 |
|
||||
| :x: | K2IntentionTestGenerated$AddJvmOverloads | 0 | 0 | 8 | 8 |
|
||||
| :x: | K2IntentionTestGenerated$AddJvmStatic | 0 | 0 | 13 | 13 |
|
||||
| :x: | K2IntentionTestGenerated$AddLabeledReturnInLambda | 0 | 0 | 13 | 13 |
|
||||
| :x: | K2IntentionTestGenerated$AddMissingDestructuring | 0 | 0 | 6 | 6 |
|
||||
| :x: | K2IntentionTestGenerated$Branched | 0 | 0 | 35 | 35 |
|
||||
| :x: | K2IntentionTestGenerated$ConventionNameCalls | 0 | 0 | 53 | 53 |
|
||||
| :x: | K2IntentionTestGenerated$ConvertArgumentToSet | 0 | 0 | 20 | 20 |
|
||||
| :x: | K2IntentionTestGenerated$ConvertArrayParameterToVararg | 0 | 0 | 12 | 12 |
|
||||
| :x: | K2IntentionTestGenerated$ConvertBlockCommentToLineComment | 0 | 0 | 7 | 7 |
|
||||
| :x: | K2IntentionTestGenerated$ConvertCamelCaseTestFunctionToSpaced | 0 | 0 | 7 | 7 |
|
||||
| :x: | K2IntentionTestGenerated$ConvertCollectionConstructorToFunction | 0 | 0 | 7 | 7 |
|
||||
| :x: | K2IntentionTestGenerated$ConvertEnumToSealedClass | 0 | 0 | 9 | 9 |
|
||||
| :x: | K2IntentionTestGenerated$ConvertFilteringFunctionWithDemorgansLaw | 0 | 0 | 17 | 17 |
|
||||
| :x: | K2IntentionTestGenerated$ConvertFunctionToProperty | 0 | 0 | 32 | 32 |
|
||||
| :x: | K2IntentionTestGenerated$ConvertFunctionTypeParameterToReceiver | 0 | 0 | 19 | 19 |
|
||||
| :x: | K2IntentionTestGenerated$ConvertFunctionTypeReceiverToParameter | 0 | 0 | 11 | 11 |
|
||||
| :x: | K2IntentionTestGenerated$ConvertLateinitPropertyToNullable | 0 | 0 | 4 | 4 |
|
||||
| :x: | K2IntentionTestGenerated$ConvertLazyPropertyToOrdinary | 0 | 0 | 6 | 6 |
|
||||
| :x: | K2IntentionTestGenerated$ConvertNullablePropertyToLateinit | 0 | 0 | 17 | 17 |
|
||||
| :x: | K2IntentionTestGenerated$ConvertObjectLiteralToClass | 0 | 0 | 7 | 7 |
|
||||
| :x: | K2IntentionTestGenerated$ConvertOrdinaryPropertyToLazy | 0 | 0 | 5 | 5 |
|
||||
| :x: | K2IntentionTestGenerated$ConvertPropertyToFunction | 0 | 0 | 23 | 23 |
|
||||
| :x: | K2IntentionTestGenerated$ConvertRangeCheckToTwoComparisons | 0 | 0 | 12 | 12 |
|
||||
| :x: | K2IntentionTestGenerated$ConvertSealedClassToEnum | 0 | 0 | 11 | 11 |
|
||||
| :x: | K2IntentionTestGenerated$ConvertSecondaryConstructorToPrimary | 0 | 0 | 26 | 26 |
|
||||
| :x: | K2IntentionTestGenerated$ConvertSnakeCaseTestFunctionToSpaced | 0 | 0 | 2 | 2 |
|
||||
| :x: | K2IntentionTestGenerated$ConvertToIndexedFunctionCall | 0 | 0 | 26 | 26 |
|
||||
| :x: | K2IntentionTestGenerated$ConvertTrimIndentToTrimMargin | 0 | 0 | 6 | 6 |
|
||||
| :x: | K2IntentionTestGenerated$ConvertTrimMarginToTrimIndent | 0 | 0 | 10 | 10 |
|
||||
| :x: | K2IntentionTestGenerated$ConvertTryFinallyToUseCall | 0 | 0 | 14 | 14 |
|
||||
| :x: | K2IntentionTestGenerated$ConvertUnsafeCastCallToUnsafeCast | 0 | 0 | 2 | 2 |
|
||||
| :x: | K2IntentionTestGenerated$ConvertUnsafeCastToUnsafeCastCall | 0 | 0 | 2 | 2 |
|
||||
| :x: | K2IntentionTestGenerated$ConvertVarargParameterToArray | 0 | 0 | 7 | 7 |
|
||||
| :x: | K2IntentionTestGenerated$ConvertVariableAssignmentToExpression | 0 | 0 | 4 | 4 |
|
||||
| :x: | K2IntentionTestGenerated$CopyConcatenatedStringToClipboard | 0 | 0 | 5 | 5 |
|
||||
| :x: | K2IntentionTestGenerated$Declarations | 0 | 0 | 63 | 63 |
|
||||
| :x: | K2IntentionTestGenerated$DestructuringInLambda | 0 | 0 | 26 | 26 |
|
||||
| :x: | K2IntentionTestGenerated$DestructuringVariables | 0 | 0 | 11 | 11 |
|
||||
| :x: | K2IntentionTestGenerated$EvaluateCompileTimeExpression | 0 | 0 | 16 | 16 |
|
||||
| :x: | K2IntentionTestGenerated$ExpandBooleanExpression | 0 | 0 | 13 | 13 |
|
||||
| :x: | K2IntentionTestGenerated$ImplementAbstractMember | 0 | 0 | 26 | 26 |
|
||||
| :x: | K2IntentionTestGenerated$ImplementAsConstructorParameter | 0 | 0 | 11 | 11 |
|
||||
| :x: | K2IntentionTestGenerated$InsertCurlyBracesToTemplate | 0 | 0 | 8 | 8 |
|
||||
| :x: | K2IntentionTestGenerated$IntroduceBackingProperty | 0 | 0 | 15 | 15 |
|
||||
| :x: | K2IntentionTestGenerated$IntroduceImportAlias | 0 | 0 | 30 | 30 |
|
||||
| :x: | K2IntentionTestGenerated$IterateExpression | 0 | 0 | 13 | 13 |
|
||||
| :x: | K2IntentionTestGenerated$IterationOverMap | 0 | 0 | 40 | 40 |
|
||||
| :x: | K2IntentionTestGenerated$JoinDeclarationAndAssignment | 0 | 0 | 48 | 48 |
|
||||
| :x: | K2IntentionTestGenerated$MergeElseIf | 0 | 0 | 5 | 5 |
|
||||
| :x: | K2IntentionTestGenerated$MoveDeclarationToSeparateFile | 0 | 0 | 2 | 2 |
|
||||
| :x: | K2IntentionTestGenerated$MoveLambdaInsideParentheses | 0 | 0 | 19 | 19 |
|
||||
| :x: | K2IntentionTestGenerated$MoveMemberToTopLevel | 0 | 0 | 10 | 10 |
|
||||
| :x: | K2IntentionTestGenerated$MoveOutOfCompanion | 0 | 0 | 10 | 10 |
|
||||
| :x: | K2IntentionTestGenerated$MovePropertyToClassBody | 0 | 0 | 12 | 12 |
|
||||
| :x: | K2IntentionTestGenerated$MoveToCompanion | 0 | 0 | 22 | 22 |
|
||||
| :x: | K2IntentionTestGenerated$NullableBooleanEqualityCheckToElvis | 0 | 0 | 5 | 5 |
|
||||
| :x: | K2IntentionTestGenerated$ObjectLiteralToLambda | 0 | 0 | 30 | 30 |
|
||||
| :x: | K2IntentionTestGenerated$ReconstructTypeInCastOrIs | 0 | 0 | 5 | 5 |
|
||||
| :x: | K2IntentionTestGenerated$RemoveEmptyPrimaryConstructor | 0 | 0 | 11 | 11 |
|
||||
| :x: | K2IntentionTestGenerated$RemoveExplicitLambdaParameterTypes | 0 | 0 | 9 | 9 |
|
||||
| :x: | K2IntentionTestGenerated$RemoveExplicitSuperQualifier | 0 | 0 | 11 | 11 |
|
||||
| :x: | K2IntentionTestGenerated$RemoveForLoopIndices | 0 | 0 | 7 | 7 |
|
||||
| :x: | K2IntentionTestGenerated$RemoveRedundantCallsOfConversionMethods | 0 | 0 | 19 | 19 |
|
||||
| :x: | K2IntentionTestGenerated$RemoveSingleExpressionStringTemplate | 0 | 0 | 7 | 7 |
|
||||
| :x: | K2IntentionTestGenerated$ReplaceAddWithPlusAssign | 0 | 0 | 8 | 8 |
|
||||
| :x: | K2IntentionTestGenerated$ReplaceMapGetOrDefault | 0 | 0 | 3 | 3 |
|
||||
| :x: | K2IntentionTestGenerated$ReplaceSizeCheckWithIsNotEmpty | 0 | 0 | 21 | 21 |
|
||||
| :x: | K2IntentionTestGenerated$ReplaceSizeZeroCheckWithIsEmpty | 0 | 0 | 17 | 17 |
|
||||
| :x: | K2IntentionTestGenerated$ReplaceTypeArgumentWithUnderscore | 0 | 0 | 31 | 31 |
|
||||
| :x: | K2IntentionTestGenerated$ReplaceUnderscoreWithParameterName | 0 | 0 | 9 | 9 |
|
||||
| :x: | K2IntentionTestGenerated$ReplaceUntilWithRangeTo | 0 | 0 | 8 | 8 |
|
||||
| :x: | K2IntentionTestGenerated$SamConversionToAnonymousObject | 0 | 0 | 20 | 20 |
|
||||
| :x: | K2IntentionTestGenerated$SimplifyBooleanWithConstants | 0 | 0 | 39 | 39 |
|
||||
| :x: | K2IntentionTestGenerated$SwapStringEqualsIgnoreCase | 0 | 0 | 3 | 3 |
|
||||
| :x: | K2IntentionTestGenerated$ToInfixCall | 0 | 0 | 20 | 20 |
|
||||
| :x: | K2IntentionTestGenerated$ToOrdinaryStringLiteral | 0 | 0 | 28 | 28 |
|
||||
| :x: | K2IntentionTestGenerated$UsePropertyAccessSyntax | 0 | 0 | 57 | 57 |
|
||||
| :x: | K2IntentionTestGenerated$UseWithIndex | 0 | 0 | 8 | 8 |
|
||||
| :x: | K2IntentionTestGenerated$ValToObject | 0 | 0 | 8 | 8 |
|
||||
| :x: | K2IntentionTestGenerated$ConvertLambdaToReference | 71 | 97 | 136 | 136 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$ConvertParameterToReceiver | 91 | 21 | 23 | 23 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$ConvertReceiverToParameter | 94 | 17 | 18 | 18 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$ImportMember | 95 | 21 | 22 | 22 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$SpecifyExplicitLambdaSignature | 95 | 18 | 19 | 19 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$ConvertReferenceToLambda | 98 | 48 | 49 | 49 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$ConvertToBlockBody | 98 | 40 | 41 | 41 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$SpecifyTypeExplicitly | 98 | 47 | 48 | 48 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$AddAnnotationUseSiteTarget | 100 | 32 | 32 | 32 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$AddMissingClassKeyword | 100 | 8 | 8 | 8 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$AddNamesInCommentToJavaCallArguments | 100 | 19 | 19 | 19 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$AddNamesToCallArguments | 100 | 16 | 16 | 16 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$AddNamesToFollowingArguments | 100 | 11 | 11 | 11 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$AddOpenModifier | 100 | 14 | 14 | 14 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$AddPropertyAccessors | 100 | 47 | 47 | 47 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$AddThrowsAnnotation | 100 | 31 | 31 | 31 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$AddValOrVar | 100 | 12 | 12 | 12 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$AddWhenRemainingBranches | 100 | 4 | 4 | 4 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$AnonymousFunctionToLambda | 100 | 26 | 26 | 26 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$Chop | 100 | 22 | 22 | 22 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$ConvertBinaryExpressionWithDemorgansLaw | 100 | 25 | 25 | 25 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$ConvertConcatenationToBuildString | 100 | 7 | 7 | 7 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$ConvertForEachToForLoop | 100 | 31 | 31 | 31 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$ConvertPrimaryConstructorToSecondary | 100 | 40 | 40 | 40 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$ConvertPropertyGetterToInitializer | 100 | 11 | 11 | 11 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$ConvertPropertyInitializerToGetter | 100 | 16 | 16 | 16 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$ConvertStringTemplateToBuildString | 100 | 8 | 8 | 8 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$ConvertToConcatenatedString | 100 | 37 | 37 | 37 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$ConvertToRawStringTemplate | 100 | 5 | 5 | 5 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$ConvertToScope | 100 | 105 | 105 | 105 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$DoubleBangToIfThen | 100 | 16 | 16 | 16 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$EliminateSubject | 100 | 11 | 11 | 11 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$ElvisToIfThen | 100 | 22 | 22 | 22 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$ImportAllMembers | 100 | 27 | 27 | 27 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$IntroduceVariable | 100 | 14 | 14 | 14 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$InvertIfCondition | 100 | 59 | 59 | 59 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$JoinArgumentList | 100 | 14 | 14 | 14 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$JoinParameterList | 100 | 9 | 9 | 9 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$LambdaToAnonymousFunction | 100 | 31 | 31 | 31 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$MergeIfs | 100 | 11 | 11 | 11 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$MovePropertyToConstructor | 100 | 18 | 18 | 18 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$RemoveAllArgumentNames | 100 | 16 | 16 | 16 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$RemoveExplicitTypeArguments | 100 | 37 | 37 | 37 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$RemoveSingleArgumentName | 100 | 21 | 21 | 21 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$ReplaceExplicitFunctionLiteralParamWithIt | 100 | 24 | 24 | 26 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$ReplaceItWithExplicitFunctionLiteralParam | 100 | 5 | 5 | 5 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$ReplaceUnderscoreWithTypeArgument | 100 | 27 | 27 | 27 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$ReplaceWithOrdinaryAssignment | 100 | 9 | 9 | 9 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$SafeAccessToIfThen | 100 | 31 | 31 | 31 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$ToRawStringLiteral | 100 | 16 | 16 | 16 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$TrailingComma | 100 | 1 | 1 | 1 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$ChangeVisibility | 101 | 90 | 89 | 90 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$ConvertToStringTemplate | 102 | 59 | 58 | 59 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$AddNameToArgument | 103 | 31 | 30 | 31 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$InsertExplicitTypeArguments | 103 | 31 | 30 | 31 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$AddFullQualifier | 104 | 53 | 51 | 53 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$IfToWhen | 107 | 45 | 42 | 45 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$RemoveExplicitType | 114 | 66 | 58 | 70 |
|
||||
| :white_check_mark: | K2IntentionTestGenerated$Flatten | 133 | 4 | 3 | 4 |
|
||||
| :x: | [K2PsiUnifierTestGenerated] | 76 | 84 | 111 | 116 |
|
||||
| :x: | [K2PsiUnifierTestGenerated] | 76 | 85 | 112 | 117 |
|
||||
| :x: | K2PsiUnifierTestGenerated$CallableReferences | 0 | 0 | 3 | 3 |
|
||||
| :x: | K2PsiUnifierTestGenerated$ClassesAndObjects | 0 | 0 | 6 | 6 |
|
||||
| :x: | K2PsiUnifierTestGenerated$TypeParameters | 0 | 0 | 1 | 1 |
|
||||
| :x: | K2PsiUnifierTestGenerated$Super | 25 | 1 | 4 | 4 |
|
||||
| :x: | K2PsiUnifierTestGenerated$Assignments | 60 | 3 | 5 | 5 |
|
||||
| :x: | K2PsiUnifierTestGenerated$Blocks | 67 | 2 | 3 | 3 |
|
||||
| :x: | K2PsiUnifierTestGenerated$Misc | 67 | 2 | 3 | 3 |
|
||||
| :x: | K2PsiUnifierTestGenerated$Types | 67 | 4 | 6 | 6 |
|
||||
| :x: | K2PsiUnifierTestGenerated$Conventions | 69 | 9 | 13 | 13 |
|
||||
| :x: | K2PsiUnifierTestGenerated$Uncategorized | 69 | 9 | 13 | 13 |
|
||||
| :x: | K2PsiUnifierTestGenerated$Misc | 75 | 3 | 4 | 4 |
|
||||
| :white_check_mark: | K2PsiUnifierTestGenerated$Lambdas | 88 | 7 | 8 | 8 |
|
||||
| :white_check_mark: | K2PsiUnifierTestGenerated$This | 90 | 9 | 10 | 10 |
|
||||
| :white_check_mark: | K2PsiUnifierTestGenerated$Calls | 100 | 15 | 15 | 17 |
|
||||
@@ -235,7 +95,7 @@ shared 15365 files out of 1132 cases
|
||||
| :x: | K2JavaToKotlinConverterSingleFileFullJDKTestGenerated$Enum | 0 | 0 | 1 | 1 |
|
||||
| :x: | K2JavaToKotlinConverterSingleFileFullJDKTestGenerated$Collections | 40 | 2 | 5 | 5 |
|
||||
| :x: | K2JavaToKotlinConverterSingleFileFullJDKTestGenerated$Issues | 50 | 1 | 2 | 2 |
|
||||
| :white_check_mark: | [K2JavaToKotlinConverterSingleFileTestGenerated] | 88 | 1025 | 1163 | 1163 |
|
||||
| :white_check_mark: | [K2JavaToKotlinConverterSingleFileTestGenerated] | 89 | 1038 | 1165 | 1165 |
|
||||
| :x: | K2JavaToKotlinConverterSingleFileTestGenerated$Lambda | 0 | 0 | 2 | 2 |
|
||||
| :x: | K2JavaToKotlinConverterSingleFileTestGenerated$Projections | 0 | 0 | 1 | 1 |
|
||||
| :x: | K2JavaToKotlinConverterSingleFileTestGenerated$ToArray | 0 | 0 | 1 | 1 |
|
||||
@@ -248,33 +108,32 @@ shared 15365 files out of 1132 cases
|
||||
| :x: | K2JavaToKotlinConverterSingleFileTestGenerated$Types | 50 | 3 | 6 | 6 |
|
||||
| :x: | K2JavaToKotlinConverterSingleFileTestGenerated$ArrayType | 55 | 6 | 11 | 11 |
|
||||
| :x: | K2JavaToKotlinConverterSingleFileTestGenerated$Inheritance | 60 | 3 | 5 | 5 |
|
||||
| :x: | K2JavaToKotlinConverterSingleFileTestGenerated$ArrayInitializerExpression | 62 | 8 | 13 | 13 |
|
||||
| :x: | K2JavaToKotlinConverterSingleFileTestGenerated$IsOperator | 67 | 2 | 3 | 3 |
|
||||
| :x: | K2JavaToKotlinConverterSingleFileTestGenerated$ArrayAccessExpression | 75 | 3 | 4 | 4 |
|
||||
| :x: | K2JavaToKotlinConverterSingleFileTestGenerated$ClassExpression | 75 | 3 | 4 | 4 |
|
||||
| :x: | K2JavaToKotlinConverterSingleFileTestGenerated$Identifier | 75 | 3 | 4 | 4 |
|
||||
| :x: | K2JavaToKotlinConverterSingleFileTestGenerated$Enum | 76 | 19 | 25 | 25 |
|
||||
| :x: | K2JavaToKotlinConverterSingleFileTestGenerated$ArrayInitializerExpression | 77 | 10 | 13 | 13 |
|
||||
| :x: | K2JavaToKotlinConverterSingleFileTestGenerated$Function | 78 | 35 | 45 | 45 |
|
||||
| :x: | K2JavaToKotlinConverterSingleFileTestGenerated$MethodCallExpression | 78 | 18 | 23 | 23 |
|
||||
| :x: | K2JavaToKotlinConverterSingleFileTestGenerated$BoxedType | 80 | 12 | 15 | 15 |
|
||||
| :x: | K2JavaToKotlinConverterSingleFileTestGenerated$DocComments | 80 | 12 | 15 | 15 |
|
||||
| :x: | K2JavaToKotlinConverterSingleFileTestGenerated$ObjectLiteral | 80 | 4 | 5 | 5 |
|
||||
| :x: | K2JavaToKotlinConverterSingleFileTestGenerated$Issues | 81 | 67 | 83 | 83 |
|
||||
| :x: | K2JavaToKotlinConverterSingleFileTestGenerated$MethodCallExpression | 83 | 19 | 23 | 23 |
|
||||
| :x: | K2JavaToKotlinConverterSingleFileTestGenerated$TryWithResource | 83 | 10 | 12 | 12 |
|
||||
| :x: | K2JavaToKotlinConverterSingleFileTestGenerated$Comments | 84 | 16 | 19 | 19 |
|
||||
| :x: | K2JavaToKotlinConverterSingleFileTestGenerated$DetectProperties | 84 | 65 | 77 | 77 |
|
||||
| :white_check_mark: | K2JavaToKotlinConverterSingleFileTestGenerated$Field | 88 | 14 | 16 | 16 |
|
||||
| :white_check_mark: | K2JavaToKotlinConverterSingleFileTestGenerated$DetectProperties | 86 | 66 | 77 | 77 |
|
||||
| :white_check_mark: | K2JavaToKotlinConverterSingleFileTestGenerated$Issues | 86 | 71 | 83 | 83 |
|
||||
| :white_check_mark: | K2JavaToKotlinConverterSingleFileTestGenerated$FunctionalInterfaces | 88 | 7 | 8 | 8 |
|
||||
| :white_check_mark: | K2JavaToKotlinConverterSingleFileTestGenerated$PostProcessing | 88 | 28 | 32 | 32 |
|
||||
| :white_check_mark: | K2JavaToKotlinConverterSingleFileTestGenerated$ImplicitCasts | 92 | 12 | 13 | 13 |
|
||||
| :white_check_mark: | K2JavaToKotlinConverterSingleFileTestGenerated$Visibility | 92 | 12 | 13 | 13 |
|
||||
| :white_check_mark: | K2JavaToKotlinConverterSingleFileTestGenerated$AnonymousBlock | 93 | 14 | 15 | 15 |
|
||||
| :white_check_mark: | K2JavaToKotlinConverterSingleFileTestGenerated$AssignmentExpression | 93 | 25 | 27 | 27 |
|
||||
| :white_check_mark: | K2JavaToKotlinConverterSingleFileTestGenerated$ImplicitCasts | 93 | 13 | 14 | 14 |
|
||||
| :white_check_mark: | K2JavaToKotlinConverterSingleFileTestGenerated$NewClassExpression | 93 | 14 | 15 | 15 |
|
||||
| :white_check_mark: | K2JavaToKotlinConverterSingleFileTestGenerated$For | 94 | 50 | 53 | 53 |
|
||||
| :white_check_mark: | K2JavaToKotlinConverterSingleFileTestGenerated$Field | 94 | 15 | 16 | 16 |
|
||||
| :white_check_mark: | K2JavaToKotlinConverterSingleFileTestGenerated$For | 94 | 51 | 54 | 54 |
|
||||
| :white_check_mark: | K2JavaToKotlinConverterSingleFileTestGenerated$TypeCastExpression | 94 | 17 | 18 | 18 |
|
||||
| :white_check_mark: | K2JavaToKotlinConverterSingleFileTestGenerated$KotlinApiAccess | 95 | 18 | 19 | 19 |
|
||||
| :white_check_mark: | K2JavaToKotlinConverterSingleFileTestGenerated$LiteralExpression | 95 | 18 | 19 | 19 |
|
||||
| :white_check_mark: | K2JavaToKotlinConverterSingleFileTestGenerated$AssignmentExpression | 96 | 26 | 27 | 27 |
|
||||
| :white_check_mark: | K2JavaToKotlinConverterSingleFileTestGenerated$Nullability | 98 | 52 | 53 | 53 |
|
||||
| :white_check_mark: | K2JavaToKotlinConverterSingleFileTestGenerated$Annotations | 100 | 36 | 36 | 36 |
|
||||
| :white_check_mark: | K2JavaToKotlinConverterSingleFileTestGenerated$AssertStatement | 100 | 5 | 5 | 5 |
|
||||
@@ -302,6 +161,7 @@ shared 15365 files out of 1132 cases
|
||||
| :white_check_mark: | K2JavaToKotlinConverterSingleFileTestGenerated$LabelStatement | 100 | 1 | 1 | 1 |
|
||||
| :white_check_mark: | K2JavaToKotlinConverterSingleFileTestGenerated$LibraryUsage | 100 | 2 | 2 | 2 |
|
||||
| :white_check_mark: | K2JavaToKotlinConverterSingleFileTestGenerated$List | 100 | 2 | 2 | 2 |
|
||||
| :white_check_mark: | K2JavaToKotlinConverterSingleFileTestGenerated$LiteralExpression | 100 | 19 | 19 | 19 |
|
||||
| :white_check_mark: | K2JavaToKotlinConverterSingleFileTestGenerated$LocalVariable | 100 | 9 | 9 | 9 |
|
||||
| :white_check_mark: | K2JavaToKotlinConverterSingleFileTestGenerated$Misc | 100 | 6 | 6 | 6 |
|
||||
| :white_check_mark: | K2JavaToKotlinConverterSingleFileTestGenerated$NullabilityGenerics | 100 | 27 | 27 | 27 |
|
||||
@@ -342,10 +202,10 @@ shared 15365 files out of 1132 cases
|
||||
| :x: | HighLevelWeigherTestGenerated$NoReturnType | 82 | 9 | 11 | 11 |
|
||||
| :white_check_mark: | HighLevelWeigherTestGenerated$ExpectedType | 88 | 7 | 8 | 8 |
|
||||
| :white_check_mark: | HighLevelWeigherTestGenerated$ParameterNameAndType | 100 | 8 | 8 | 8 |
|
||||
| :x: | K2IdeK2MultiplatformCodeKotlinEvaluateExpressionTestGenerated | 36 | 4 | 11 | 11 |
|
||||
| :x: | K2MoveNestedTestGenerated | 50 | 29 | 58 | 58 |
|
||||
| :x: | K2MultiModuleMoveTestGenerated | 50 | 13 | 26 | 31 |
|
||||
| :x: | K2AutoImportTestGenerated | 64 | 18 | 28 | 28 |
|
||||
| :x: | K2IdeK2MultiplatformCodeKotlinEvaluateExpressionTestGenerated | 67 | 8 | 12 | 12 |
|
||||
| :x: | K2AutoImportTestGenerated | 69 | 22 | 32 | 32 |
|
||||
| :x: | K2JvmBasicCompletionTestGenerated$Java | 70 | 43 | 61 | 66 |
|
||||
| :x: | K2JavaAgainstKotlinBinariesCheckerTestGenerated | 76 | 29 | 38 | 38 |
|
||||
| :x: | HighLevelBasicCompletionHandlerTestGenerated$Basic | 78 | 240 | 307 | 314 |
|
||||
@@ -360,15 +220,15 @@ shared 15365 files out of 1132 cases
|
||||
| :white_check_mark: | K2ChangePackageTestGenerated | 86 | 6 | 7 | 7 |
|
||||
| :white_check_mark: | FirWithLibBasicCompletionTestGenerated | 88 | 15 | 17 | 17 |
|
||||
| :white_check_mark: | FirShortenRefsTestGenerated$This | 88 | 7 | 8 | 8 |
|
||||
| :white_check_mark: | [InlineScopesAndK2IdeK2CodeEvaluateExpressionTestGenerated] | 93 | 353 | 380 | 380 |
|
||||
| :white_check_mark: | [InlineScopesAndK2IdeK2CodeEvaluateExpressionTestGenerated] | 94 | 356 | 380 | 380 |
|
||||
| :white_check_mark: | InlineScopesAndK2IdeK2CodeEvaluateExpressionTestGenerated$MultipleBreakpoints | 90 | 46 | 51 | 51 |
|
||||
| :white_check_mark: | InlineScopesAndK2IdeK2CodeEvaluateExpressionTestGenerated$SingleBreakpoint | 93 | 307 | 329 | 329 |
|
||||
| :white_check_mark: | HighLevelMultiFileJvmBasicCompletionTestGenerated | 91 | 85 | 93 | 99 |
|
||||
| :white_check_mark: | InlineScopesAndK2IdeK2CodeEvaluateExpressionTestGenerated$SingleBreakpoint | 94 | 310 | 329 | 329 |
|
||||
| :white_check_mark: | HighLevelMultiFileJvmBasicCompletionTestGenerated | 92 | 88 | 96 | 102 |
|
||||
| :x: | [K2JavaToKotlinConverterPartialTestGenerated] | 83 | 39 | 47 | 47 |
|
||||
| :x: | K2JavaToKotlinConverterPartialTestGenerated$Function | 79 | 27 | 34 | 34 |
|
||||
| :white_check_mark: | K2JavaToKotlinConverterPartialTestGenerated$Field | 92 | 12 | 13 | 13 |
|
||||
| :white_check_mark: | K2KDocCompletionTestGenerated | 93 | 28 | 30 | 30 |
|
||||
| :white_check_mark: | K2JsBasicCompletionLegacyStdlibTestGenerated$Common | 94 | 599 | 635 | 670 |
|
||||
| :white_check_mark: | K2JsBasicCompletionLegacyStdlibTestGenerated$Common | 94 | 601 | 637 | 672 |
|
||||
| :white_check_mark: | [K2SelectExpressionForDebuggerTestGenerated] | 99 | 68 | 69 | 69 |
|
||||
| :white_check_mark: | K2SelectExpressionForDebuggerTestGenerated$DisallowMethodCalls | 95 | 20 | 21 | 21 |
|
||||
| :white_check_mark: | K2SelectExpressionForDebuggerTestGenerated$Uncategorized | 100 | 48 | 48 | 48 |
|
||||
@@ -379,7 +239,7 @@ shared 15365 files out of 1132 cases
|
||||
| :white_check_mark: | [FirUastDeclarationTestGenerated] | 100 | 31 | 31 | 31 |
|
||||
| :white_check_mark: | [FirUastTypesTestGenerated] | 100 | 15 | 15 | 15 |
|
||||
| :white_check_mark: | [FirUastValuesTestGenerated] | 100 | 2 | 2 | 2 |
|
||||
| :x: | [K2AddImportActionTestGenerated] | 62 | 24 | 39 | 39 |
|
||||
| :x: | [K2AddImportActionTestGenerated] | 65 | 26 | 40 | 41 |
|
||||
| :white_check_mark: | [K2BytecodeToolWindowTestGenerated] | 100 | 19 | 19 | 19 |
|
||||
| :white_check_mark: | [FirDumbCompletionTestGenerated] | 100 | 45 | 45 | 45 |
|
||||
| :white_check_mark: | [FirKeywordCompletionHandlerTestGenerated] | 100 | 49 | 49 | 49 |
|
||||
@@ -389,7 +249,7 @@ shared 15365 files out of 1132 cases
|
||||
| :white_check_mark: | [FirLiteralTextToKotlinCopyPasteTestGenerated] | 100 | 19 | 19 | 19 |
|
||||
| :white_check_mark: | [K2CodeFragmentAutoImportTestGenerated] | 100 | 1 | 1 | 1 |
|
||||
| :white_check_mark: | [K2ExternalAnnotationTestGenerated] | 100 | 4 | 4 | 4 |
|
||||
| :white_check_mark: | [FindUsagesFirTestGenerated] | 100 | 299 | 298 | 299 |
|
||||
| :white_check_mark: | [FindUsagesFirTestGenerated] | 100 | 300 | 299 | 300 |
|
||||
| :white_check_mark: | [FindUsagesWithDisableComponentSearchFirTestGenerated] | 100 | 21 | 21 | 21 |
|
||||
| :white_check_mark: | [KotlinFindUsagesWithLibraryFirTestGenerated] | 100 | 52 | 52 | 52 |
|
||||
| :white_check_mark: | [KotlinFindUsagesWithStdlibFirTestGenerated] | 100 | 1 | 1 | 1 |
|
||||
@@ -401,8 +261,8 @@ shared 15365 files out of 1132 cases
|
||||
| :white_check_mark: | [FirGotoTestGenerated] | 100 | 32 | 32 | 32 |
|
||||
| :white_check_mark: | [K2ProjectViewTestGenerated] | 100 | 31 | 31 | 31 |
|
||||
| :white_check_mark: | [FirReferenceResolveInJavaTestGenerated] | 100 | 6 | 6 | 6 |
|
||||
| :white_check_mark: | [FirReferenceResolveTestGenerated] | 101 | 166 | 164 | 166 |
|
||||
| :white_check_mark: | [FirReferenceToCompiledKotlinResolveInJavaTestGenerated] | 100 | 16 | 16 | 16 |
|
||||
| :white_check_mark: | [FirReferenceResolveTestGenerated] | 101 | 167 | 165 | 167 |
|
||||
| :white_check_mark: | [FirReferenceToCompiledKotlinResolveInJavaTestGenerated] | 100 | 33 | 33 | 33 |
|
||||
| :white_check_mark: | [ReferenceResolveInLibrarySourcesFirTestGenerated] | 100 | 5 | 5 | 5 |
|
||||
| :white_check_mark: | [KotlinCompilerReferenceFirTestGenerated] | 100 | 27 | 27 | 27 |
|
||||
| :white_check_mark: | [K2ExpressionTypeTestGenerated] | 100 | 37 | 37 | 37 |
|
||||
@@ -411,14 +271,14 @@ shared 15365 files out of 1132 cases
|
||||
| :white_check_mark: | [KotlinFirJoinLinesTestGenerated] | 100 | 89 | 89 | 89 |
|
||||
| :white_check_mark: | [KotlinFirPairMatcherTestGenerated] | 100 | 3 | 3 | 3 |
|
||||
| :white_check_mark: | [SharedK2InspectionTestGenerated] | 100 | 9 | 9 | 9 |
|
||||
| :white_check_mark: | [SharedK2LocalInspectionTestGenerated] | 100 | 438 | 438 | 438 |
|
||||
| :white_check_mark: | [SharedK2LocalInspectionTestGenerated] | 100 | 441 | 439 | 441 |
|
||||
| :white_check_mark: | [SharedK2MultiFileQuickFixTestGenerated] | 100 | 3 | 3 | 3 |
|
||||
| :white_check_mark: | [SharedK2KDocHighlightingTestGenerated] | 100 | 2 | 2 | 2 |
|
||||
| :white_check_mark: | [SharedK2IntentionTestGenerated] | 100 | 484 | 484 | 484 |
|
||||
| :white_check_mark: | [LineMarkersK2TestGenerated] | 102 | 47 | 46 | 47 |
|
||||
| :x: | [K2PostfixTemplateTestGenerated] | 83 | 49 | 59 | 59 |
|
||||
| :x: | [HighLevelQuickFixMultiFileTestGenerated] | 70 | 124 | 176 | 185 |
|
||||
| :x: | [HighLevelQuickFixTestGenerated] | 70 | 1590 | 2271 | 2284 |
|
||||
| :x: | [HighLevelQuickFixMultiFileTestGenerated] | 74 | 134 | 181 | 190 |
|
||||
| :x: | [HighLevelQuickFixTestGenerated] | 72 | 1634 | 2279 | 2292 |
|
||||
| :white_check_mark: | [K2InsertImportOnPasteTestGenerated] | 100 | 104 | 104 | 108 |
|
||||
| :white_check_mark: | [FirUpdateKotlinCopyrightTestGenerated] | 100 | 8 | 8 | 8 |
|
||||
| :white_check_mark: | [K2BreakpointApplicabilityTestGenerated] | 100 | 9 | 9 | 9 |
|
||||
@@ -429,7 +289,7 @@ shared 15365 files out of 1132 cases
|
||||
| :white_check_mark: | [K2IdeK2CodeFileRankingTestGenerated] | 100 | 12 | 12 | 12 |
|
||||
| :white_check_mark: | [K2IdeK2CodeKotlinVariablePrintingTestGenerated] | 100 | 9 | 9 | 9 |
|
||||
| :white_check_mark: | [K2IdeK2CodeXCoroutinesStackTraceTestGenerated] | 100 | 3 | 3 | 3 |
|
||||
| :white_check_mark: | [K2IndyLambdaKotlinSteppingTestGenerated] | 99 | 345 | 349 | 349 |
|
||||
| :white_check_mark: | [K2IndyLambdaKotlinSteppingTestGenerated] | 99 | 346 | 350 | 350 |
|
||||
| :white_check_mark: | [K2KotlinExceptionFilterTestGenerated] | 100 | 23 | 23 | 23 |
|
||||
| :white_check_mark: | [K2PositionManagerTestGenerated] | 100 | 20 | 20 | 20 |
|
||||
| :white_check_mark: | [K2SmartStepIntoTestGenerated] | 100 | 47 | 47 | 47 |
|
||||
@@ -444,24 +304,25 @@ shared 15365 files out of 1132 cases
|
||||
| :white_check_mark: | [KtParameterHintsProviderTestGenerated] | 100 | 5 | 5 | 5 |
|
||||
| :white_check_mark: | [KtRangesHintsProviderTestGenerated] | 100 | 1 | 1 | 1 |
|
||||
| :white_check_mark: | [KtReferenceTypeHintsProviderTestGenerated] | 100 | 42 | 42 | 42 |
|
||||
| :white_check_mark: | [K2InspectionTestGenerated] | 94 | 15 | 16 | 16 |
|
||||
| :white_check_mark: | [K2InspectionTestGenerated] | 94 | 16 | 17 | 17 |
|
||||
| :white_check_mark: | [K2MultiFileInspectionTestGenerated] | 100 | 3 | 3 | 3 |
|
||||
| :white_check_mark: | [K2GotoTestOrCodeActionTestGenerated] | 100 | 11 | 11 | 11 |
|
||||
| :x: | [K2IntentionTestGenerated] | 60 | 1750 | 2923 | 2997 |
|
||||
| :white_check_mark: | [K2MultiFileIntentionTestGenerated] | 100 | 5 | 5 | 5 |
|
||||
| :white_check_mark: | [FirMoveLeftRightTestGenerated] | 100 | 16 | 16 | 16 |
|
||||
| :white_check_mark: | [KotlinFirMoveStatementTestGenerated] | 99 | 281 | 283 | 283 |
|
||||
| :white_check_mark: | [KotlinFirMoveStatementTestGenerated] | 99 | 282 | 284 | 284 |
|
||||
| :white_check_mark: | [KotlinGotoImplementationMultifileTestGenerated] | 109 | 12 | 11 | 12 |
|
||||
| :white_check_mark: | [KotlinGotoImplementationTestGenerated] | 100 | 23 | 23 | 23 |
|
||||
| :white_check_mark: | [FirRenderingKDocTestGenerated] | 100 | 5 | 5 | 5 |
|
||||
| :white_check_mark: | [K2MultiFileQuickFixTestGenerated] | 100 | 6 | 6 | 6 |
|
||||
| :white_check_mark: | [K2QuickFixTestGenerated] | 92 | 247 | 269 | 273 |
|
||||
| :white_check_mark: | [K2QuickFixTestGenerated] | 92 | 249 | 271 | 275 |
|
||||
| :white_check_mark: | [K2CopyTestGenerated] | 100 | 43 | 43 | 45 |
|
||||
| :white_check_mark: | [K2MultiModuleCopyTestGenerated] | 100 | 3 | 3 | 3 |
|
||||
| :white_check_mark: | [KotlinFirInlineTestGenerated] | 99 | 449 | 454 | 461 |
|
||||
| :white_check_mark: | [KotlinFirInlineTestGenerated] | 100 | 456 | 456 | 463 |
|
||||
| :white_check_mark: | [K2IntroduceFunctionTestGenerated] | 101 | 158 | 156 | 164 |
|
||||
| :white_check_mark: | [K2IntroduceParameterTestGenerated] | 102 | 132 | 130 | 134 |
|
||||
| :white_check_mark: | [K2IntroducePropertyTestGenerated] | 100 | 55 | 55 | 56 |
|
||||
| :white_check_mark: | [K2IntroduceVariableTestGenerated] | 100 | 169 | 169 | 172 |
|
||||
| :white_check_mark: | [K2IntroduceVariableTestGenerated] | 103 | 200 | 194 | 203 |
|
||||
| :white_check_mark: | [K2MoveDirectoryTestGenerated] | 100 | 4 | 4 | 4 |
|
||||
| :white_check_mark: | [K2MovePackageTestGenerated] | 100 | 1 | 1 | 1 |
|
||||
| :white_check_mark: | [K2MoveTopLevelToInnerTestGenerated] | 100 | 3 | 3 | 3 |
|
||||
@@ -488,13 +349,13 @@ shared 15365 files out of 1132 cases
|
||||
| :white_check_mark: | K2IntroduceConstantTestGenerated$DotQualifiedExpression | 100 | 10 | 10 | 10 |
|
||||
| :white_check_mark: | K2IntroduceConstantTestGenerated$StringTemplates | 100 | 10 | 10 | 10 |
|
||||
| :white_check_mark: | K2IntroduceConstantTestGenerated$Uncategorized | 125 | 5 | 4 | 5 |
|
||||
| :white_check_mark: | [K2HighlightingMetaInfoTestGenerated] | 104 | 59 | 57 | 60 |
|
||||
| :white_check_mark: | [K2HighlightingMetaInfoTestGenerated] | 103 | 61 | 59 | 62 |
|
||||
| :white_check_mark: | K2HighlightingMetaInfoTestGenerated$Diagnostics | 100 | 4 | 4 | 4 |
|
||||
| :white_check_mark: | K2HighlightingMetaInfoTestGenerated$Dsl | 100 | 6 | 6 | 6 |
|
||||
| :white_check_mark: | K2HighlightingMetaInfoTestGenerated$SmartCasts | 100 | 10 | 10 | 10 |
|
||||
| :white_check_mark: | K2HighlightingMetaInfoTestGenerated$Uncategorized | 100 | 23 | 23 | 24 |
|
||||
| :white_check_mark: | K2HighlightingMetaInfoTestGenerated$Unresolved | 100 | 3 | 3 | 3 |
|
||||
| :white_check_mark: | K2HighlightingMetaInfoTestGenerated$Jvm | 111 | 10 | 9 | 10 |
|
||||
| :white_check_mark: | K2HighlightingMetaInfoTestGenerated$Jvm | 109 | 12 | 11 | 12 |
|
||||
| :white_check_mark: | K2HighlightingMetaInfoTestGenerated$FocusMode | 150 | 3 | 2 | 3 |
|
||||
|
||||
### Extensions
|
||||
@@ -503,7 +364,7 @@ kt, test, before.Main.kt, before.Main.java, kts, main.java, main.kt, option1.kt,
|
||||
|
||||
---
|
||||
## Total
|
||||
* K1: 15147 rate: 99 % of 15365 files
|
||||
* K2: 12628 rate: 82 % of 15365 files
|
||||
* K1: 15232 rate: 98 % of 15509 files
|
||||
* K2: 12897 rate: 83 % of 15509 files
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user