Packages

abstract class Inspection extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
AnyUse, AvoidToMinusOne, BooleanParameter, DoubleNegation, EmptyCaseClass, FinalModifierOnCaseClass, LonelySealedTrait, MaxParameters, NoOpOverride, PublicFinalizer, RedundantFinalModifierOnMethod, RedundantFinalModifierOnVar, TypeShadowing, VarClosure, VarUse, VariableShadowing, ArrayEquals, AvoidSizeEqualsZero, AvoidSizeNotEqualsZero, CollectionIndexOnNonIndexedSeq, CollectionNamingConfusion, CollectionNegativeIndex, CollectionPromotionToAny, ComparisonToEmptyList, ComparisonToEmptySet, DuplicateMapKey, DuplicateSetValue, ExistsSimplifiableToContains, FilterDotHead, FilterDotHeadOption, FilterDotIsEmpty, FilterDotSize, FilterOptionAndGet, FindAndNotEqualsNoneReplaceWithExists, FindDotIsDefined, JavaConversionsUse, ListAppend, ListSize, MapGetAndGetOrElse, NegationIsEmpty, NegationNonEmpty, NegativeSeqPad, PredefIterableIsMutable, PredefSeqIsMutable, PredefTraversableIsMutable, PreferMapEmpty, PreferSeqEmpty, PreferSetEmpty, ReverseFunc, ReverseTailReverse, ReverseTakeReverse, SwapSortFilter, UnsafeContains, UnsafeTraversableMethods, RepeatedIfElseBody, WhileTrue, EmptyFor, EmptyIfBlock, EmptyMethod, EmptySynchronizedBlock, EmptyTryBlock, EmptyWhileBlock, ComparingFloatingPointTypes, ComparingUnrelatedTypes, ComparisonWithSelf, CatchException, CatchExceptionImmediatelyRethrown, CatchFatal, CatchNpe, CatchThrowable, IncorrectlyNamedExceptions, SwallowedException, UnreachableCatch, DuplicateImport, WildcardImport, BoundedByFinalType, MethodReturningAny, PointlessTypeBounds, ProductWithSerializableInferred, PartialFunctionInsteadOfMatch, RepeatedCaseBody, SuspiciousMatchOnClassObject, BigDecimalDoubleConstructor, BigDecimalScaleWithoutRoundingMode, BrokenOddness, DivideByOne, ModOne, NanComparison, UseCbrt, UseExpM1, UseLog10, UseLog1P, UseSqrt, ZeroNumerator, ClassNames, MethodNames, ObjectNames, NullAssignment, NullParameter, EitherGet, ImpossibleOptionSizeCondition, OptionGet, OptionSize, ArraysInFormat, ArraysToString, EmptyInterpolatedString, IllegalFormatString, IncorrectNumberOfArgsToFormat, InvalidRegex, LooksLikeInterpolatedString, StripMarginOnRegex, SubstringZero, UnsafeStringContains, AvoidOperatorOverload, ParameterlessMethodReturnsUnit, SimplifyBooleanExpression, ConstantIf, RedundantFinalizer, StoreBeforeReturn, UnnecessaryConversion, UnnecessaryIf, UnnecessaryReturnUse, UnusedMethodParameter, VarCouldBeVal, AsInstanceOf, FinalizerWithoutSuper, IsInstanceOf, TryGet
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Inspection
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Inspection(text: String, defaultLevel: Level, description: String, explanation: String)

Abstract Value Members

  1. abstract def inspector(ctx: InspectionContext): Inspector

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. val defaultLevel: Level
  7. val description: String
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. val explanation: String
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def isEnabled: Boolean
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def name: String
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. val self: Inspection
  21. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  22. val text: String
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped