Sign in
android
/
platform
/
external
/
jetbrains
/
kotlin
/
refs/heads/compose-dev
/
.
/
idea
/
resources-en
/
inspectionDescriptions
tree: 981c1465ff155f21c261f5e70cc9f07d0ec223ea [
path history
]
[
tgz
]
AddOperatorModifier.html
AddVarianceModifier.html
ArrayInDataClass.html
BooleanLiteralArgument.html
CanBeParameter.html
CanBePrimaryConstructorProperty.html
CanBeVal.html
CanSealedSubClassBeObject.html
CascadeIf.html
ClassName.html
ComplexRedundantLet.html
ConflictingExtensionProperty.html
ConstantConditionIf.html
ConstPropertyName.html
ControlFlowWithEmptyBody.html
ConvertCallChainIntoSequence.html
ConvertLambdaToReference.html
ConvertNaNEquality.html
ConvertPairConstructorToToFunction.html
ConvertReferenceToLambda.html
ConvertSecondaryConstructorToPrimary.html
ConvertToStringTemplate.html
ConvertTryFinallyToUseCall.html
ConvertTwoComparisonsToRangeCheck.html
CopyWithoutNamedArguments.html
DataClassPrivateConstructor.html
DeferredIsResult.html
DeferredResultUnused.html
DelegationToVarProperty.html
DeprecatedCallableAddReplaceWith.html
DeprecatedFacadeUsage.html
DeprecatedGradleDependency.html
DeprecatedMavenDependency.html
Destructure.html
DestructuringWrongName.html
DifferentKotlinGradleVersion.html
DifferentStdlibGradleVersion.html
DirectUseOfResultType.html
EmptyRange.html
EnumEntryName.html
EqualsOrHashCode.html
ExplicitThis.html
FakeJvmFieldConstant.html
FoldInitializerAndIfToElvis.html
ForEachParameterNotUsed.html
FromClosedRangeMigration.html
FunctionName.html
FunctionWithLambdaExpressionBody.html
GradleKotlinxCoroutinesDeprecation.html
HasPlatformType.html
IfThenToElvis.html
IfThenToSafeAccess.html
IllegalIdentifier.html
ImplicitNullableNothingType.html
ImplicitThis.html
IntroduceWhenSubject.html
JavaCollectionsStaticMethod.html
JavaCollectionsStaticMethodOnImmutableList.html
JavaMapForEach.html
JoinDeclarationAndAssignment.html
KDocMissingDocumentation.html
KDocUnresolvedReference.html
KotlinCovariantEquals.html
KotlinDeprecation.html
KotlinDoubleNegation.html
KotlinEqualsBetweenInconvertibleTypes.html
KotlinInternalInJava.html
KotlinLoggerInitializedWithForeignClass.html
KotlinRedundantOverride.html
KotlinThrowableNotThrown.html
KotlinUnusedImport.html
LateinitVarOverridesLateinitVar.html
LeakingThis.html
LiftReturnOrAssignment.html
LocalVariableName.html
LoopToCallChain.html
MainFunctionReturnUnit.html
MapGetWithNotNullAssertionOperator.html
MavenCoroutinesDeprecation.html
MayBeConstant.html
MemberVisibilityCanBePrivate.html
MigrateDiagnosticSuppression.html
MoveLambdaOutsideParentheses.html
MoveSuspiciousCallableReferenceIntoParentheses.html
MoveVariableDeclarationIntoWhen.html
NestedLambdaShadowedImplicitParameter.html
NullableBooleanElvis.html
NullChecksToSafeCall.html
ObjectLiteralToLambda.html
ObjectPropertyName.html
ObsoleteExperimentalCoroutines.html
ObsoleteKotlinJsPackages.html
OptionalExpectation.html
OverridingDeprecatedMember.html
PackageDirectoryMismatch.html
PackageName.html
PlatformExtensionReceiverOfInline.html
PrivatePropertyName.html
ProhibitJvmOverloadsOnConstructorsOfAnnotationClassesMigration.html
ProhibitRepeatedUseSiteTargetAnnotationsMigration.html
ProhibitTypeParametersForLocalVariablesMigration.html
ProhibitUseSiteTargetAnnotationsOnSuperTypesMigration.html
PropertyName.html
ProtectedInFinal.html
PublicApiImplicitType.html
RecursiveEqualsCall.html
RecursivePropertyAccessor.html
RedundantAsync.html
RedundantCompanionReference.html
RedundantElseInIf.html
RedundantElvisReturnNull.html
RedundantEmptyInitializerBlock.html
RedundantEnumConstructorInvocation.html
RedundantExplicitType.html
RedundantGetter.html
RedundantIf.html
RedundantInnerClassModifier.html
RedundantLabelMigration.html
RedundantLambdaArrow.html
RedundantModalityModifier.html
RedundantNotNullExtensionReceiverOfInline.html
RedundantObjectTypeCheck.html
RedundantRequireNotNullCall.html
RedundantReturnLabel.html
RedundantRunCatching.html
RedundantSamConstructor.html
RedundantSemicolon.html
RedundantSetter.html
RedundantSuspendModifier.html
RedundantUnitExpression.html
RedundantUnitReturnType.html
RedundantVisibilityModifier.html
RedundantWith.html
ReflectionNotFound.html
Reformat.html
RemoveCurlyBracesFromTemplate.html
RemoveEmptyClassBody.html
RemoveEmptyParenthesesFromAnnotationEntry.html
RemoveEmptyParenthesesFromLambdaCall.html
RemoveEmptyPrimaryConstructor.html
RemoveEmptySecondaryConstructorBody.html
RemoveExplicitSuperQualifier.html
RemoveExplicitTypeArguments.html
RemoveForLoopIndices.html
RemoveRedundantBackticks.html
RemoveRedundantCallsOfConversionMethods.html
RemoveRedundantQualifierName.html
RemoveRedundantSpreadOperator.html
RemoveSetterParameterType.html
RemoveSingleExpressionStringTemplate.html
RemoveToStringInStringTemplate.html
ReplaceArrayEqualityOpWithArraysEquals.html
ReplaceArrayOfWithLiteral.html
ReplaceAssertBooleanWithAssertEquality.html
ReplaceAssociateFunction.html
ReplaceCallWithBinaryOperator.html
ReplaceCollectionCountWithSize.html
ReplaceGetOrSet.html
ReplaceGuardClauseWithFunctionCall.html
ReplaceJavaStaticMethodWithKotlinAnalog.html
ReplaceManualRangeWithIndicesCalls.html
ReplaceNegatedIsEmptyWithIsNotEmpty.html
ReplaceNotNullAssertionWithElvisReturn.html
ReplacePutWithAssignment.html
ReplaceRangeStartEndInclusiveWithFirstLast.html
ReplaceRangeToWithUntil.html
ReplaceSizeCheckWithIsNotEmpty.html
ReplaceSizeZeroCheckWithIsEmpty.html
ReplaceStringFormatWithLiteral.html
ReplaceSubstringWithDropLast.html
ReplaceSubstringWithIndexingOperation.html
ReplaceSubstringWithSubstringAfter.html
ReplaceSubstringWithSubstringBefore.html
ReplaceSubstringWithTake.html
ReplaceToStringWithStringTemplate.html
ReplaceToWithInfixForm.html
ReplaceWithEnumMap.html
ReplaceWithOperatorAssignment.html
RestrictReturnStatementTargetMigration.html
SafeCastWithReturn.html
ScopeFunctionConversion.html
SelfAssignment.html
SelfReferenceConstructorParameter.html
SetterBackingFieldAssignment.html
SimpleRedundantLet.html
SimplifiableCall.html
SimplifiableCallChain.html
SimplifyAssertNotNull.html
SimplifyBooleanWithConstants.html
SimplifyNegatedBinaryExpression.html
SimplifyWhenWithBooleanConstantCondition.html
SortModifiers.html
SuspendFunctionOnCoroutineScope.html
SuspiciousAsDynamic.html
SuspiciousCollectionReassignment.html
SuspiciousEqualsCombination.html
SuspiciousVarProperty.html
TestFunctionName.html
TrailingComma.html
TypeParameterFindViewById.html
UnlabeledReturnInsideLambda.html
UnnecessaryVariable.html
UnsafeCastFromDynamic.html
UnusedEquals.html
UnusedLambdaExpressionBody.html
UnusedMainParameter.html
UnusedReceiverParameter.html
UnusedSymbol.html
UnusedUnaryOperator.html
UseExpressionBody.html
UselessCallOnCollection.html
UselessCallOnNotNull.html
UsePropertyAccessSyntax.html
UseWithIndex.html
WarningOnMainUnusedParameterMigration.html
WhenWithOnlyElse.html
WrapUnaryOperator.html