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 8b4fe5a commit 2803935Copy full SHA for 2803935
Rubberduck.CodeAnalysis/Inspections/ObjectWhereProcedureIsRequiredInspection.cs renamed to Rubberduck.CodeAnalysis/Inspections/Concrete/ObjectWhereProcedureIsRequiredInspection.cs
@@ -1,14 +1,14 @@
1
using System.Collections.Generic;
2
using System.Linq;
3
using Rubberduck.Inspections.Abstract;
4
-using Rubberduck.Resources.Inspections;
5
-using Rubberduck.Parsing.Symbols;
6
-using Rubberduck.Parsing.VBA;
7
using Rubberduck.Inspections.Inspections.Extensions;
8
using Rubberduck.Inspections.Results;
9
using Rubberduck.Parsing.Inspections;
10
using Rubberduck.Parsing.Inspections.Abstract;
+using Rubberduck.Parsing.Symbols;
+using Rubberduck.Parsing.VBA;
11
using Rubberduck.Parsing.VBA.DeclarationCaching;
+using Rubberduck.Resources.Inspections;
12
using Rubberduck.VBEditor;
13
14
namespace Rubberduck.Inspections.Concrete
0 commit comments