org.wartremover
package org.wartremover
Members list
Type members
Classlikes
trait CompilerPluginCompat
abstract class CompositeTraverser(val traversers: List[WartTraverser]) extends WartTraverser
Attributes
- Supertypes
object ExprMatch
abstract class ExprMatch(exprMatch: Quotes ?=> PartialFunction[Expr[Any], String]) extends WartTraverser
Attributes
- Companion
- object
- Supertypes
- Known subtypes
sealed abstract class LogLevel(value: String) extends Product, Serializable
object LogLevel
object Plugin
class Plugin extends StandardPlugin, CompilerPluginCompat
Attributes
- Companion
- object
- Supertypes
-
trait CompilerPluginCompattrait StandardPlugintrait Pluginclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object ArrayEqualsobject AsInstanceOfobject CaseClassPrivateApplyobject CollectHeadOptionobject DefaultArgumentsclass Discardobject Eitherobject Futureobject Tryobject DropTakeToSliceobject EitherProjectionPartialobject Equalsobject FilterEmptyobject FilterHeadOptionobject FilterSizeobject FinalCaseClassobject FinalValclass ForbidInference[A]object Anyobject AnyValobject Matchableobject Nothingobject Productobject Serializableclass ForbidType[A]object Enumerationobject ScalaAppobject ForeachEntryobject GetGetOrElseobject GetOrElseNullobject GlobalExecutionContextobject ImplicitConversionobject ImplicitParameterobject IsInstanceOfobject IterableOpsobject JavaNetURLConstructorsobject LeakingSealedobject ListAppendobject ListUnapplyobject ListUnapplySeqobject MapUnitobject MutableDataStructuresobject NoNeedImportobject NonUnitStatementsobject Nullobject ObjectThrowableobject OptionPartialclass OrTypeLeastUpperBound[A]object Allobject Anyobject AnyRefobject AnyValobject Matchableobject Productobject Serializableobject Overloadingobject PlatformDefaultobject Recursionobject RedundantAsInstanceOfobject RedundantConversionsobject RedundantIsInstanceOfobject Returnobject ReverseFindobject ReverseIteratorobject ReverseTakeReverseobject SeqApplyobject SeqUpdatedobject SizeIsobject SizeToLengthobject SortFilterobject SortedMaxMinobject SortedMaxMinOptionobject StringPlusAnyobject ThreadSleepobject Throwobject ToStringobject TryPartialobject Unsafeobject Varobject Whileclass CompositeTraverserclass ExprMatchobject AutoUnboxingobject Option2Iterableobject TripleQuestionMarkShow all
- Self type
object WartTraverser
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
WartTraverser.type
object WartUniverse
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
WartUniverse.type
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
object WartremoverPhase
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
WartremoverPhase.type
class WartremoverPhase(errorWarts: List[WartTraverser], warningWarts: List[WartTraverser], loadFailureWarts: List[(String, Throwable)], excluded: List[String], logLevel: LogLevel, initialLog: AtomicBoolean, val runsAfter: Set[String], val phaseName: String) extends PluginPhase
Attributes
- Companion
- object
- Supertypes
-
trait PluginPhaseclass MiniPhaseclass Phaseclass Objecttrait Matchableclass AnyShow all
In this article