IDE extension that lets you fix coding issues before they exist!
Setup is effortless and analysis is automatic for most languages
Fast, accurate analysis; enterprise scalability
Code annotated as deprecated should not be used since it will be removed sooner or later.
@Deprecated("") interface Old class Example : Old // Noncompliant