package plugins
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- class OverridePlugin extends Plugin
Plugin for detecting where a private method override is occurring in pre-v61 code.
Plugin for detecting where a private method override is occurring in pre-v61 code. Flags both super class and base class methods to make easier to spot.
- class Plugin extends AnyRef
- class PluginDispatcher extends Plugin
- class PluginsManager extends AnyRef
Manage the lifecycle of plugins.
Manage the lifecycle of plugins. Uses a create/close model to allow block analysis close in time to normal validation to limit GC costs while also supporting type level analysis after all types have been validated. Plugins may dynamically add additional types for analysis as part of the close handling.
- class UnusedPlugin extends Plugin
Provides plugin for generating unused warnings on a single type
Value Members
- object OverridePlugin
- object Plugin
- object PluginDispatcher
- object PluginsManager
- object UnusedPlugin