We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3c2db1 commit 81b5b5fCopy full SHA for 81b5b5f
RetailCoder.VBE/Inspections/EmptyStringLiteralInspection.cs
@@ -2,8 +2,6 @@
2
using System.Linq;
3
using Antlr4.Runtime;
4
using Rubberduck.Parsing;
5
-using Rubberduck.Parsing.Grammar;
6
-using Rubberduck.Parsing.Symbols;
7
using Rubberduck.Parsing.VBA;
8
9
namespace Rubberduck.Inspections
@@ -20,8 +18,6 @@ public EmptyStringLiteralInspection()
20
18
public CodeInspectionType InspectionType { get { return CodeInspectionType.LanguageOpportunities; } }
21
19
public CodeInspectionSeverity Severity { get; set; }
22
23
- private string AnnotationName { get { return Name.Replace("Inspection", string.Empty); } }
24
-
25
public IEnumerable<CodeInspectionResultBase> GetInspectionResults(RubberduckParserState state)
26
{
27
return
0 commit comments