Packages

object WarningCategory

Source
Reporting.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WarningCategory
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed class Feature extends WarningCategory
  2. sealed class Lint extends WarningCategory
  3. sealed class Other extends WarningCategory
  4. sealed class Unused extends WarningCategory
  5. sealed class WFlag extends WarningCategory

Value Members

  1. val Deprecation: WarningCategory
  2. val Feature: Feature
  3. val FeatureDynamics: Feature
  4. val FeatureExistentials: Feature
  5. val FeatureHigherKinds: Feature
  6. val FeatureImplicitConversions: Feature
  7. val FeatureMacros: Feature
  8. val FeaturePostfixOps: Feature
  9. val FeatureReflectiveCalls: Feature
  10. val JavaSource: WarningCategory
  11. val Lint: Lint
  12. val LintAdaptedArgs: Lint
  13. val LintBynameImplicit: Lint
  14. val LintCloneable: Lint
  15. val LintConstant: Lint
  16. val LintDelayedinitSelect: Lint
  17. val LintDeprecation: Lint
  18. val LintDocDetached: Lint
  19. val LintEtaSam: Lint
  20. val LintEtaZero: Lint
  21. val LintImplicitNotFound: Lint
  22. val LintInaccessible: Lint
  23. val LintInferAny: Lint
  24. val LintIntDivToFloat: Lint
  25. val LintMissingInterpolator: Lint
  26. val LintNonlocalReturn: Lint
  27. val LintNullaryUnit: Lint
  28. val LintNumericMethods: Lint
  29. val LintOptionImplicit: Lint
  30. val LintPackageObjectClasses: Lint
  31. val LintPerformance: Lint
  32. val LintPolyImplicitOverload: Lint
  33. val LintPrivateShadow: Lint
  34. val LintRecurseWithDefault: Lint
  35. val LintSerial: Lint
  36. val LintStarsAlign: Lint
  37. val LintTypeParameterShadow: Lint
  38. val LintUnitSpecialization: Lint
  39. val LintUniversalMethods: Lint
  40. val Optimizer: WarningCategory
  41. val Other: Other
  42. val OtherDebug: Other
  43. val OtherImplicitType: Other
  44. val OtherMatchAnalysis: Other
  45. val OtherMigration: Other
  46. val OtherNonCooperativeEquals: Other
  47. val OtherNullaryOverride: Other
  48. val OtherPureStatement: Other
  49. val OtherShadowing: Other
  50. val Scala3Migration: WarningCategory
  51. val Scaladoc: WarningCategory
  52. val Unchecked: WarningCategory
  53. val Unused: Unused
  54. val UnusedImports: Unused
  55. val UnusedLocals: Unused
  56. val UnusedNowarn: Unused
  57. val UnusedParams: Unused
  58. val UnusedPatVars: Unused
  59. val UnusedPrivates: Unused
  60. val WFlag: WFlag
  61. val WFlagDeadCode: WFlag
  62. val WFlagExtraImplicit: WFlag
  63. val WFlagNumericWiden: WFlag
  64. val WFlagSelfImplicit: WFlag
  65. val WFlagTostringInterpolated: WFlag
  66. val WFlagUnnamedBooleanLiteral: WFlag
  67. val WFlagValueDiscard: WFlag
  68. def all: Map[String, WarningCategory]