trait Warnings extends AnyRef
Settings influencing the printing of warnings.
- Self Type
- MutableSettings
- Source
- Warnings.scala
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- Warnings
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (Warnings, B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def ensuring(cond: (Warnings) ⇒ Boolean, msg: ⇒ Any): Warnings
- def ensuring(cond: (Warnings) ⇒ Boolean): Warnings
- def ensuring(cond: Boolean, msg: ⇒ Any): Warnings
- def ensuring(cond: Boolean): Warnings
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val fatalWarnings: BooleanSetting
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val lint: MultiChoiceSetting[MutableSettings.LintWarnings.type]
- def lintUnused: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def warnAdaptedArgs: Boolean
- def warnByNameRightAssociative: Boolean
- def warnConstant: Boolean
- val warnDeadCode: BooleanSetting
- def warnDelayedInit: Boolean
- def warnDocDetached: Boolean
- val warnExtraImplicit: BooleanSetting
- def warnInaccessible: Boolean
- def warnInferAny: Boolean
- val warnMacros: ChoiceSetting
- def warnMissingInterpolator: Boolean
- def warnNullaryOverride: Boolean
- def warnNullaryUnit: Boolean
- val warnNumericWiden: BooleanSetting
- def warnOptionImplicit: Boolean
- def warnPackageObjectClasses: Boolean
- def warnPolyImplicitOverload: Boolean
- def warnPrivateShadow: Boolean
- def warnStarsAlign: Boolean
- def warnTypeParameterShadow: Boolean
- def warnUnsoundMatch: Boolean
- val warnUnused: MultiChoiceSetting[MutableSettings.UnusedWarnings.type]
- def warnUnusedExplicits: Boolean
- def warnUnusedImplicits: Boolean
- def warnUnusedImport: Boolean
- def warnUnusedLocals: Boolean
- def warnUnusedParams: Boolean
- def warnUnusedPatVars: Boolean
- def warnUnusedPrivates: Boolean
- val warnValueDiscard: BooleanSetting
- val warnValueOverrides: BooleanSetting
- def →[B](y: B): (Warnings, B)
- object LintWarnings extends MultiChoiceEnumeration
- object UnusedWarnings extends MultiChoiceEnumeration
Deprecated Value Members
-
def
Xchecknull: BooleanSetting
- Annotations
- @deprecated
- Deprecated
(Since version 2.11.0) This option is being removed
-
def
Xwarnfatal: BooleanSetting
- Annotations
- @deprecated
- Deprecated
(Since version 2.11.0) Use fatalWarnings
-
def
YwarnAdaptedArgs: Boolean
- Annotations
- @deprecated
- Deprecated
(Since version 2.11.2) Use warnAdaptedArgs
-
def
YwarnInaccessible: Boolean
- Annotations
- @deprecated
- Deprecated
(Since version 2.11.2) Use warnInaccessible
-
def
YwarnInferAny: Boolean
- Annotations
- @deprecated
- Deprecated
(Since version 2.11.2) Use warnInferAny
-
def
YwarnNullaryOverride: Boolean
- Annotations
- @deprecated
- Deprecated
(Since version 2.11.2) Use warnNullaryOverride
-
def
YwarnNullaryUnit: Boolean
- Annotations
- @deprecated
- Deprecated
(Since version 2.11.2) Use warnNullaryUnit
-
def
Ywarndeadcode: BooleanSetting
- Annotations
- @deprecated
- Deprecated
(Since version 2.11.0) Use warnDeadCode
The Scala compiler and reflection APIs.