class icon trait icon trait icon trait icon
    1. com
        1. com.sksamuel
            1. com.sksamuel.scapegoat
              1. (class)Feedback
              2. (trait)Inspection
              3. (case class)InspectionContext
              4. (class)Inspector
              5. (trait)Level
              6. (object)
                Levels
              7. (class)ScapegoatComponent
              8. (object)
                ScapegoatConfig
              9. (class)ScapegoatPlugin
              10. (case class)Warning
              1. com.sksamuel.scapegoat.inspections
                1. (class)AvoidToMinusOne
                2. (class)CatchThrowable
                3. (class)DoubleNegative
                4. (class)DuplicatedImport
                5. (class)HardCodedWindowsFileSeparator
                6. (class)VarUse
                1. com.sksamuel.scapegoat.inspections.collections
                  1. (class)AvoidSizeEqualsZero
                  2. (class)AvoidSizeNotEqualsZero
                  3. (class)CollectionNamingConfusion
                  4. (class)CollectionNegativeIndex
                  5. (class)CollectionPromotionToAny
                  6. (class)DuplicateMapKey
                  7. (class)DuplicateSetValue
                  8. (class)FilterHeadOption
                  9. (class)FilterIsEmpty
                  10. (class)FilterOptionAndGet
                  11. (class)FilterSize
                  12. (class)FindIsDefined
                  13. (class)JavaConversionsUse
                  14. (class)ListAppend
                  15. (class)ListSize
                  16. (class)ListTail
                  17. (class)NegationIsEmpty
                  18. (class)NegationNonEmpty
                  19. (class)NegativeSeqPad
                  20. (class)PreferSeqEmpty
                  21. (class)PreferSetEmpty
                  22. (class)SwapSortFilter
                  23. (class)TraversableHead
                  24. (class)UnsafeContains
                2. com.sksamuel.scapegoat.inspections.controlflow
                  1. (class)WhileTrue
                3. com.sksamuel.scapegoat.inspections.empty
                  1. (class)EmptyCatchBlock
                  2. (class)EmptyIfBlock
                  3. (class)EmptyMethod
                  4. (class)EmptySynchronizedBlock
                  5. (class)EmptyTryBlock
                  6. (class)EmptyWhileStatement
                  7. (class)wEmptyForStatement
                4. com.sksamuel.scapegoat.inspections.equality
                  1. (class)ComparingFloatingPointTypes
                  2. (class)ComparingUnrelatedTypes
                  3. (class)ComparisonWithSelf
                5. com.sksamuel.scapegoat.inspections.inference
                  1. (class)AnyInferred
                  2. (class)ProductWithSerializableInferred
                6. com.sksamuel.scapegoat.inspections.matching
                  1. (class)PartialFunctionInsteadOfMatch
                  2. (class)RepeatedCaseType
                7. com.sksamuel.scapegoat.inspections.math
                  1. (class)BigDecimalDoubleConstructor
                  2. (class)BrokenOddness
                  3. (class)DivideByOne
                  4. (class)IntDivisionAssignedToFloat
                  5. (class)ModOne
                  6. (class)NanComparison
                  7. (class)UseSqrt
                  8. (class)ZeroNumerator
                8. com.sksamuel.scapegoat.inspections.option
                  1. (class)EitherGet
                  2. (class)OptionGet
                  3. (class)OptionSize
                9. com.sksamuel.scapegoat.inspections.string
                  1. (class)ArraysInFormat
                  2. (class)ArraysToString
                  3. (class)EmptyInterpolatedString
                  4. (class)IllegalFormatString
                  5. (class)IncorrectNumberOfArgsToFormat
                  6. (class)InvalidRegex
                  7. (class)NegativeStringMultiplication
                  8. (class)SubstringZero
                10. com.sksamuel.scapegoat.inspections.style
                  1. (class)IncorrectlyNamedExceptions
                  2. (class)ParameterlessMethodReturnsUnit
                11. com.sksamuel.scapegoat.inspections.unneccesary
                  1. (class)ConstantIf
                  2. (class)ExpressionAsStatement
                  3. (class)IntToInt
                  4. (class)LongToLong
                  5. (class)RedundantFinalizer
                  6. (class)StringToString
                  7. (class)UnnecessaryCatchBlock
                  8. (class)UnnecessaryIf
                  9. (class)UnnecessaryReturnUse
                  10. (class)UnnecessarySubstring
                  11. (class)UnusedMethodParameter
                12. com.sksamuel.scapegoat.inspections.unsafe
                  1. (class)AsInstanceOf
                  2. (class)CatchNpe
                  3. (class)IsInstanceOf
                  4. (class)NullUse
                  5. (class)TryGet
              2. com.sksamuel.scapegoat.io
                1. (class)FindbugsReportWriter
                2. (object)
                  HtmlReportWriter
                3. (object)
                  IOUtils
                4. (object)
                  XmlReportWriter