trait Warnings extends AnyRef

Settings influencing the printing of warnings.

Self Type
MutableSettings
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Warnings
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. val fatalWarnings: BooleanSetting
  9. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. val lint: MultiChoiceSetting[MutableSettings.LintWarnings.type]
  14. def lintUnused: Boolean
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  23. def warnAdaptedArgs: Boolean
  24. def warnByNameRightAssociative: Boolean
  25. def warnConstant: Boolean
  26. val warnDeadCode: BooleanSetting
  27. def warnDelayedInit: Boolean
  28. def warnDocDetached: Boolean
  29. val warnExtraImplicit: BooleanSetting
  30. def warnInaccessible: Boolean
  31. def warnInferAny: Boolean
  32. val warnMacros: ChoiceSetting
  33. def warnMissingInterpolator: Boolean
  34. def warnNullaryOverride: Boolean
  35. def warnNullaryUnit: Boolean
  36. val warnNumericWiden: BooleanSetting
  37. def warnOptionImplicit: Boolean
  38. def warnPackageObjectClasses: Boolean
  39. def warnPolyImplicitOverload: Boolean
  40. def warnPrivateShadow: Boolean
  41. val warnSelfImplicit: BooleanSetting
  42. def warnStarsAlign: Boolean
  43. def warnTypeParameterShadow: Boolean
  44. def warnUnsoundMatch: Boolean
  45. val warnUnused: MultiChoiceSetting[MutableSettings.UnusedWarnings.type]
  46. def warnUnusedExplicits: Boolean
  47. def warnUnusedImplicits: Boolean
  48. def warnUnusedImport: Boolean
  49. def warnUnusedLocals: Boolean
  50. def warnUnusedParams: Boolean
  51. def warnUnusedPatVars: Boolean
  52. def warnUnusedPrivates: Boolean
  53. val warnValueDiscard: BooleanSetting
  54. val warnValueOverrides: BooleanSetting
  55. object LintWarnings extends MultiChoiceEnumeration
  56. object UnusedWarnings extends MultiChoiceEnumeration

Deprecated Value Members

  1. def Xchecknull: BooleanSetting
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) This option is being removed

  2. def Xwarnfatal: BooleanSetting
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) Use fatalWarnings

  3. def YwarnAdaptedArgs: Boolean
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.2) Use warnAdaptedArgs

  4. def YwarnInaccessible: Boolean
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.2) Use warnInaccessible

  5. def YwarnInferAny: Boolean
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.2) Use warnInferAny

  6. def YwarnNullaryOverride: Boolean
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.2) Use warnNullaryOverride

  7. def YwarnNullaryUnit: Boolean
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.2) Use warnNullaryUnit

  8. def Ywarndeadcode: BooleanSetting
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) Use warnDeadCode

Inherited from AnyRef

Inherited from Any

Ungrouped