Property | Value |
---|---|
Id | RCS1212 |
Severity | Info |
string x; // RCS1212
x = "";
string x = "";
bool M()
{
// ...
x = false; // RCS1212
return x;
}
bool M()
{
// ...
return false;
}
(Generated with DotMarkdown)
Property | Value |
---|---|
Id | RCS1212 |
Severity | Info |
string x; // RCS1212
x = "";
string x = "";
bool M()
{
// ...
x = false; // RCS1212
return x;
}
bool M()
{
// ...
return false;
}
(Generated with DotMarkdown)