All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sonar.plugins.csharp.S1133.html Maven / Gradle / Ivy

There is a newer version: 10.2.0.105762
Show newest version

Why is this an issue?

This rule is meant to be used as a way to track code which is marked as being deprecated. Deprecated code should eventually be removed.

Noncompliant code example

[Obsolete] // Noncompliant
void Method()
{
    // ..
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy