org.sonar.java.checks
Classes
AbsOnNegativeCheck
AbstractBadFieldNameChecker
AbstractClassNoFieldShouldBeInterfaceCheck
AbstractClassWithoutAbstractMethodCheck
AbstractDeprecatedChecker
AbstractForLoopRule
AbstractForLoopRule.ForLoopIncrement
AbstractForLoopRule.ForLoopInitializer
AbstractForLoopRule.IntVariable
AbstractInjectionChecker
AbstractInSynchronizeChecker
AbstractPrintfChecker
AbstractSerializableInnerClassRule
AllBranchesAreIdenticalCheck
AnnotationArgumentOrderCheck
AnnotationDefaultArgumentCheck
AnonymousClassesTooBigCheck
AnonymousClassShouldBeLambdaCheck
ArrayDesignatorAfterTypeCheck
ArrayDesignatorOnVariableCheck
ArrayForVarArgCheck
ArrayHashCodeAndToStringCheck
ArraysAsListOfPrimitiveToStreamCheck
AssertionArgumentOrderCheck
AssertionFailInCatchBlockCheck
AssertionInThreadRunCheck
AssertionsCompletenessCheck
AssertionsInTestsCheck
AssertionsWithoutMessageCheck
AssertOnBooleanVariableCheck
AssignmentInSubExpressionCheck
AtLeastOneConstructorCheck
AvoidDESCheck
BigDecimalDoubleConstructorCheck
BooleanInversionCheck
BooleanLiteralCheck
BooleanLiteralInAssertionsCheck
BooleanMethodReturnCheck
CallOuterPrivateMethodCheck
CallSuperInTestCaseCheck
CallSuperMethodFromInnerClassCheck
CallToDeprecatedMethodCheck
CallToFileDeleteOnExitMethodCheck
CaseInsensitiveComparisonCheck
CastArithmeticOperandCheck
CatchExceptionCheck
CatchIllegalMonitorStateExceptionCheck
CatchNPECheck
CatchOfThrowableOrErrorCheck
CatchRethrowingCheck
CatchUsesExceptionWithContextCheck
ChangeMethodContractCheck
CheckList
ChildClassShadowFieldCheck
ClassComparedByNameCheck
ClassComplexityCheck
ClassCouplingCheck
ClassFieldCountCheck
ClassVariableVisibilityCheck
ClassWithOnlyStaticMethodsInstantiationCheck
ClassWithoutHashCodeInHashStructureCheck
CloneableImplementingCloneCheck
CloneMethodCallsSuperCloneCheck
CloneOverrideCheck
CognitiveComplexityMethodCheck
CollapsibleIfCandidateCheck
CollectInsteadOfForeachCheck
CollectionCallingItselfCheck
CollectionImplementationReferencedCheck
CollectionInappropriateCallsCheck
CollectionIsEmptyCheck
CollectionMethodsWithLinearComplexityCheck
CollectionsEmptyConstantsCheck
CollectionSizeAndArrayLengthCheck
CombineCatchCheck
CommentContainsPatternChecker
CommentedOutCodeLineCheck
CommentRegularExpressionCheck
CompareObjectWithEqualsCheck
CompareToResultTestCheck
CompareToReturnValueCheck
ConcatenationWithStringValueOfCheck
ConditionalOnNewLineCheck
ConfusingOverloadCheck
ConstantMathCheck
ConstantMethodCheck
ConstantsShouldBeStaticFinalCheck
ConstructorCallingOverridableCheck
ConstructorInjectionCheck
CustomCryptographicAlgorithmCheck
DataStoredInSessionCheck
DateAndTimesCheck
DateFormatWeekYearCheck
DateUtilsTruncateCheck
DeadStoreCheck
DefaultEncodingUsageCheck
DefaultInitializedFieldCheck
DefaultPackageCheck
DeprecatedHashAlgorithmCheck
DeprecatedTagPresenceCheck
DiamondOperatorCheck
DisallowedClassCheck
DisallowedConstructorCheck
DisallowedMethodCheck
DITCheck
DoubleBraceInitializationCheck
DuplicateArgumentCheck
DuplicateConditionIfElseIfCheck
DynamicClassLoadCheck
EmptyBlockCheck
EmptyClassCheck
EmptyFileCheck
EmptyMethodsCheck
EmptyStatementUsageCheck
EnumMapCheck
EnumMutableFieldCheck
EnumSetCheck
EqualsArgumentTypeCheck
EqualsNotOverriddenInSubclassCheck
EqualsNotOverridenWithCompareToCheck
EqualsOnAtomicClassCheck
EqualsOverridenWithHashCodeCheck
ErrorClassExtendedCheck
EscapedUnicodeCharactersCheck
ExceptionsShouldBeImmutableCheck
ExpressionComplexityCheck
FieldModifierCheck
FileCreateTempFileCheck
FileHeaderCheck
FilesExistsJDK8Check
FinalClassCheck
FinalizeFieldsSetCheck
FixmeTagPresenceCheck
FloatEqualityCheck
ForLoopCounterChangedCheck
ForLoopFalseConditionCheck
ForLoopIncrementAndUpdateCheck
ForLoopIncrementSignCheck
ForLoopTerminationConditionCheck
ForLoopUsedAsWhileLoopCheck
GarbageCollectorCalledCheck
GetRequestedSessionIdCheck
HardCodedCredentialsCheck
HardcodedIpCheck
HardcodedURICheck
HasNextCallingNextCheck
HiddenFieldCheck
HttpRefererCheck
IdenticalCasesInSwitchCheck
IdenticalCasesInSwitchCheck.IfElseChain
IdenticalOperandOnBinaryExpressionCheck
IfConditionAlwaysTrueOrFalseCheck
IgnoredOperationStatusCheck
IgnoredReturnValueCheck
IgnoredStreamReturnValueCheck
IgnoredTestsCheck
ImmediatelyReturnedVariableCheck
ImmediateReverseBoxingCheck
ImplementsEnumerationCheck
InappropriateRegexpCheck
IncorrectOrderOfMembersCheck
IncrementDecrementInSubExpressionCheck
IndentationCheck
IndexOfStartPositionCheck
IndexOfWithPositiveNumberCheck
InnerClassOfNonSerializableCheck
InnerClassOfSerializableCheck
InnerClassTooManyLinesCheck
InnerStaticClassesCheck
InstanceOfAlwaysTrueCheck
InstanceofUsedOnExceptionCheck
InterfaceAsConstantContainerCheck
InterfaceOrSuperclassShadowingCheck
InterruptedExceptionCheck
InvalidDateValuesCheck
IterableIteratorCheck
IteratorNextExceptionCheck
JavaFootprint
JunitMethodDeclarationCheck
KeySetInsteadOfEntrySetCheck
LabelsShouldNotBeUsedCheck
LambdaOptionalParenthesisCheck
LambdaSingleExpressionCheck
LambdaTypeParameterCheck
LazyArgEvaluationCheck
LDAPInjectionCheck
LeastSpecificTypeCheck
LeftCurlyBraceBaseTreeVisitor
LeftCurlyBraceEndLineCheck
LeftCurlyBraceStartLineCheck
LoggersDeclarationCheck
LongBitsToDoubleOnIntCheck
LoopsOnSameSetCheck
MagicNumberCheck
MainInServletCheck
MainMethodThrowsExceptionCheck
MathOnFloatCheck
MembersDifferOnlyByCapitalizationCheck
MethodComplexityCheck
MethodIdenticalImplementationsCheck
MethodOnlyCallsSuperCheck
MethodTooBigCheck
MethodWithExcessiveReturnsCheck
MismatchPackageDirectoryCheck
MissingCurlyBracesCheck
MissingDeprecatedCheck
MissingNewLineAtEndOfFileCheck
ModifiersOrderCheck
ModulusEqualityCheck
MultilineBlocksCurlyBracesCheck
MutableMembersUsageCheck
NestedBlocksCheck
NestedEnumStaticCheck
NestedIfStatementsCheck
NestedTernaryOperatorsCheck
NestedTryCatchCheck
NioFileDeleteCheck
NoCheckstyleTagPresenceCheck
NonSerializableWriteCheck
NonShortCircuitLogicCheck
NonStaticClassInitializerCheck
NoPmdTagPresenceCheck
NoSonarCheck
NoTestInTestClassCheck
NotifyCheck
NPEThrowCheck
NullCipherCheck
NullDereferenceInConditionalCheck
NullShouldNotBeUsedWithOptionalCheck
ObjectCreatedOnlyToCallGetClassCheck
ObjectFinalizeCheck
ObjectFinalizeOverloadedCheck
ObjectFinalizeOverridenCallsSuperFinalizeCheck
ObjectFinalizeOverridenCheck
ObjectFinalizeOverridenNotPublicCheck
OctalValuesCheck
OneClassInterfacePerFileCheck
OneDeclarationPerLineCheck
OperatorPrecedenceCheck
OptionalAsParameterCheck
OSCommandInjectionCheck
OutputStreamOverrideWriteCheck
OverrideAnnotationCheck
OverwrittenKeyCheck
PackageInfoCheck
ParameterReassignedToCheck
ParsingErrorCheck
PatternUtils
PredictableSeedCheck
PreferStreamAnyMatchCheck
PreparedStatementAndResultSetCheck
PrimitiveTypeBoxingWithToStringCheck
PrimitiveWrappersInTernaryOperatorCheck
PrintfFailCheck
PrintfMisuseCheck
PrintStackTraceCalledWithoutArgumentCheck
PrivateFieldUsedLocallyCheck
ProtectedMemberInFinalClassCheck
PseudoRandomCheck
PublicStaticFieldShouldBeFinalCheck
PublicStaticMutableMembersCheck
RandomFloatToIntCheck
RawByteBitwiseOperationsCheck
RawExceptionCheck
ReadObjectSynchronizedCheck
RedundantAbstractMethodCheck
RedundantCloseCheck
RedundantModifierCheck
RedundantThrowsDeclarationCheck
RedundantTypeCastCheck
ReflectionOnNonRuntimeAnnotationCheck
RepeatAnnotationCheck
ReplaceLambdaByMethodRefCheck
ResultSetIsLastCheck
ReturnEmptyArrayNotNullCheck
ReturnInFinallyCheck
ReturnOfBooleanExpressionsCheck
RightCurlyBraceDifferentLineAsNextBlockCheck
RightCurlyBraceSameLineAsNextBlockCheck
RightCurlyBraceStartLineCheck
RightCurlyBraceToNextBlockAbstractVisitor
RSAUsesOAEPCheck
RunFinalizersCheck
SAMAnnotatedCheck
ScheduledThreadPoolExecutorZeroCheck
SecureCookieCheck
SelectorMethodArgumentCheck
SelfAssignementCheck
ServletInstanceFieldCheck
ServletMethodsExceptionsThrownCheck
SeveralBreakOrContinuePerLoopCheck
ShiftOnIntOrLongCheck
SillyBitOperationCheck
SillyEqualsCheck
SimpleClassNameCheck
SpringConstructorInjectionCheck
SQLInjectionCheck
StandardFunctionalInterfaceCheck
StaticFieldInitializationCheck
StaticFieldUpateCheck
StaticFieldUpdateInConstructorCheck
StaticImportCountCheck
StaticMembersAccessCheck
StaticMethodCheck
StaticMultithreadedUnsafeFieldsCheck
StringBufferAndBuilderWithCharCheck
StringConcatenationInLoopCheck
StringLiteralDuplicatedCheck
StringLiteralInsideEqualsCheck
StringMethodsOnSingleCharCheck
StringMethodsWithLocaleCheck
StringPrimitiveConstructorCheck
StringToPrimitiveConversionCheck
StringToStringCheck
SubClassStaticReferenceCheck
SunPackagesUsedCheck
SuppressWarningsCheck
SwitchAtLeastThreeCasesCheck
SwitchCaseTooBigCheck
SwitchCaseWithoutBreakCheck
SwitchInsteadOfIfSequenceCheck
SwitchLastCaseIsDefaultCheck
SwitchWithLabelsCheck
SwitchWithTooManyCasesCheck
SymmetricEqualsCheck
SyncGetterAndSetterCheck
SynchronizationOnStringOrBoxedCheck
SynchronizedClassUsageCheck
SynchronizedFieldAssignmentCheck
SynchronizedLockCheck
SystemExitCalledCheck
SystemOutOrErrUsageCheck
TabCharacterCheck
TernaryOperatorCheck
ThreadAsRunnableArgumentCheck
ThreadLocalWithInitialCheck
ThreadOverridesRunCheck
ThreadRunCheck
ThreadSleepCheck
ThreadSleepInTestsCheck
ThreadStartedInConstructorCheck
ThreadWaitCallCheck
ThrowCheckedExceptionCheck
ThrowsFromFinallyCheck
ThrowsSeveralCheckedExceptionCheck
ToArrayCheck
TodoTagPresenceCheck
TooLongLineCheck
TooManyLinesOfCodeInFileCheck
TooManyMethodsCheck
TooManyParametersCheck
TooManyStatementsPerLineCheck
ToStringReturningNullCheck
ToStringUsingBoxingCheck
TrailingCommentCheck
TransactionalMethodVisibilityCheck
TransientFieldInNonSerializableCheck
TryWithResourcesCheck
UnconditionalJumpStatementCheck
UnderscoreMisplacedOnNumberCheck
UnderscoreOnNumberCheck
UndocumentedApiCheck
UnnecessarySemicolonCheck
UppercaseSuffixesCheck
URLHashCodeAndEqualsCheck
UselessExtendsCheck
UselessImportCheck
UselessIncrementCheck
UselessPackageInfoCheck
UselessParenthesesCheck
UtilityClassWithPublicConstructorCheck
ValueBasedObjectsShouldNotBeSerializedCheck
VarArgCheck
VariableDeclarationScopeCheck
WaitInSynchronizeCheck
WaitInWhileLoopCheck
WaitOnConditionCheck
WildcardImportsShouldNotBeUsedCheck
WildcardReturnParameterTypeCheck
WrongAssignmentOperatorCheck