This website requires JavaScript.
Explore
Help
Register
Sign In
azalea
/
kotlin-fork
Watch
1
Star
0
Fork
0
You've already forked kotlin-fork
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
8c95b783463f20029c74e613d9802b22bb2ff40d
kotlin-fork
/
idea
/
resources-en
/
inspectionDescriptions
T
History
Ilya Kirillov
e8f3ebdd19
FIR IDE: introduce HLRedundantVisibilityModifierInspection by extended checker
2021-02-16 15:23:18 +01:00
..
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
…
HLRedundantUnitReturnType.html
FIR IDE: introduce HLSpecifyExplicitTypeForCallableDeclarationIntention and HLRedundantUnitReturnTypeInspection
2021-02-09 17:15:41 +01:00
HLRedundantVisibilityModifier.html
FIR IDE: introduce HLRedundantVisibilityModifierInspection by extended checker
2021-02-16 15:23:18 +01:00
IfThenToElvis.html
…
IfThenToSafeAccess.html
…
IllegalIdentifier.html
…
ImplicitNullableNothingType.html
…
ImplicitThis.html
…
IncompleteDestructuring.html
Added Incomplete destructuring inspection
2020-06-30 11:47:27 +02:00
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
…
KotlinSealedInheritorsInJava.html
KTIJ-717 [Java side inspection]: "implementation of Kotlin sealed"
2020-12-21 11:44:16 +01:00
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
KT-39869 Add
ObsoleteKotlinJsPackagesInspection
inspection
2020-07-06 18:04:00 +00:00
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
…
RedundantAsSequence.html
Fix invalid resources placement
2020-06-03 14:02:58 +03:00
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
…
RedundantNullableReturnType.html
Add "Redundant nullable return type" inspection
2020-09-04 09:07:22 +02:00
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
Inspection to replace !string.isBlank() with string.isNotBlank()
2020-09-03 14:20:35 +02:00
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
…
ReplaceWithIgnoreCaseEquals.html
Add warn message to ReplaceWithIgnoreCaseEquals inspection.
2020-09-10 08:20:54 +00:00
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
…
SimplifyNestedEachInScopeFunction.html
Inspection: Simplify Nested forEach/onEach in also/apply to onEach
2020-09-03 15:29:32 +02:00
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
…