Daniel Grunwald
658752eace
string.IsNullOrEmpty issue: detect 'str != null && str.Length > 0' pattern
12 years ago
Mike Krüger
6eba7eb798
Moved Severity/IssueMarker to NRefactory. This eliminates a
...
NRefactory.C# dependency in IDE code using these two enums to create
the markers & makes it easier to use these enums in other language
refactoring plugins.
12 years ago
ciplogic
afe570f1fb
Give the same names for code issues to their R# equivalents to make possible disabling them
12 years ago
Mike Krüger
538f016c46
Implemented code issue message suppression.
12 years ago
Mike Krüger
4d49d61ab5
[CodeIssues] Added type checking to string is null or empty issue.
13 years ago
Mike Krüger
f94402f920
Made it easier to get the issues out of the gather visitor.
13 years ago
Mike Krüger
41d5b50008
Worked on inconsistent naming issue.
14 years ago
Mike Krüger
9fb443ade8
Improved code issue tests - renamed some issues and actions.
14 years ago
Mike Krüger
acfcf370ef
Changed the ContextAction/Inspector API.
14 years ago
Mike Krüger
82af219dac
Added TranslateString method to the context.
14 years ago
Mike Krüger
615248ea53
Renamed InspectionIssue to CodeIssue.
14 years ago
Daniel Grunwald
a3ced27e3e
Simplified several inspectors. Includes some minor bugfixes.
14 years ago
Mike Krüger
efa4b0b576
Added more inspectors.
14 years ago