rubberduck-vba / Rubberduck

Every programmer needs a rubberduck. COM add-in for the VBA & VB6 IDE (VBE).
https://rubberduckvba.com
GNU General Public License v3.0
1.92k stars 301 forks source link

Broke the application/ screen frozen #5471

Open ghost opened 4 years ago

ghost commented 4 years ago

Rubberduck version information The info below can be copy-paste-completed from the first lines of Rubberduck's log or the About box:

Rubberduck version 2.5.0.5244
Operating System: windows 10

Description I made an export tool for VBA projects at my company. The tool exports the modules to a folder. This way i'm able to work with sublime on my VBA code. This tool also imports these modules when i want to run code.

I've been working like this for a while but out of the blue rubberduck gives a resolver error.

I can't find any problems in my code and after trying to delete every module seperately i found out that this class was giving the problem:

VERSION 1.0 CLASS
BEGIN
  MultiUse = -1  'True
END
Attribute VB_Name = "base"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = False
Attribute VB_Exposed = False
Option Explicit

Private clsvectors As New Collection
Private clsname As String

Property Let name(ByVal strName As String)
        clsname = strName 
End Property

Property Get name() As String
        name = clsname
End Property

Property Set vectors(ByVal colVectors As Collection)
        Set clsvectors = colVectors
End Property

Property Get vectors() As Collection
        Set vectors = clsvectors
End Property

Property Get vectorCount() As Integer
        countNodes = clsvectors.count
End Property

Public Sub addVector(ByVal objVector As vector)
        clsvectors.add vector
End Sub

Property Get vectors() As Collection
        Set vectors = clsvectors
End Property

So what i did was to delete every reference and the class to search for the problem. But when i press the reload button (blue arrows) excel crashes. It will show ready but the complete screen freezes.

this is the log:

2020-04-24 12:00:50.0760;TRACE-2.5.0.5244;Rubberduck.Common.LogLevelHelper;
    Rubberduck version 2.5.0.5244 loading:
    Operating System: Microsoft Windows NT 10.0.18362.0 x64
    Host Product: Microsoft Office x86
    Host Version: 16.0.12624.20382
    Host Executable: EXCEL.EXE;
2020-04-24 12:00:50.1165;TRACE-2.5.0.5244;Rubberduck.App;Checking for legacy Smart Indenter settings.;
2020-04-24 12:00:50.1436;TRACE-2.5.0.5244;Rubberduck.UI.CustomComWrappers.Wrapper_IOleClientSite;IOleInPlaceSite::OnPosRectChange() called;
2020-04-24 12:00:50.5979;TRACE-2.5.0.5244;Rubberduck.VBEditor.WindowsApi.SubclassManager;Subclassed hWnd 0x00080678 as CodePane.;
2020-04-24 12:00:50.6500;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.IndentCurrentModuleCommand was registered with id 49463;
2020-04-24 12:00:50.6557;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.CodePaneRefactorRenameCommand was registered with id 49675;
2020-04-24 12:00:50.6557;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorEncapsulateFieldCommand was registered with id 49816;
2020-04-24 12:00:50.6557;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorExtractMethodCommand was registered with id 49860;
2020-04-24 12:00:50.6557;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorMoveCloserToUsageCommand was registered with id 49596;
2020-04-24 12:00:50.6557;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.CodeExplorerCommand was registered with id 49491;
2020-04-24 12:00:50.6557;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.ExportAllCommand was registered with id 49805;
2020-04-24 12:00:50.6557;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.FindSymbolCommand was registered with id 50069;
2020-04-24 12:00:50.6659;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.IndentCurrentProcedureCommand was registered with id 49978;
2020-04-24 12:00:50.6659;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.InspectionResultsCommand was registered with id 49600;
2020-04-24 12:00:50.6659;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.ReparseCommand was registered with id 49374;
2020-04-24 12:00:50.6659;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.TestExplorerCommand was registered with id 49797;
2020-04-24 12:00:50.7164;INFO-2.5.0.5244;Rubberduck.UI.Command.VersionCheckCommand;Executing version check...;
2020-04-24 12:00:55.5541;DEBUG-2.5.0.5244;Rubberduck.UI.Command.MenuItems.ParentMenus.ParentMenuItemBase;(60599278) Executing click handler for menu item 'S&ettings', hash code 3664366;
2020-04-24 12:01:09.7978;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.IndentCurrentModuleCommand was registered with id 49956;
2020-04-24 12:01:09.7978;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.CodePaneRefactorRenameCommand was registered with id 49596;
2020-04-24 12:01:09.7978;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorEncapsulateFieldCommand was registered with id 50056;
2020-04-24 12:01:09.7978;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorExtractMethodCommand was registered with id 49882;
2020-04-24 12:01:09.7978;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorMoveCloserToUsageCommand was registered with id 49283;
2020-04-24 12:01:09.7978;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.CodeExplorerCommand was registered with id 49422;
2020-04-24 12:01:09.8075;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.ExportAllCommand was registered with id 49825;
2020-04-24 12:01:09.8075;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.FindSymbolCommand was registered with id 49735;
2020-04-24 12:01:09.8075;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.IndentCurrentProcedureCommand was registered with id 49426;
2020-04-24 12:01:09.8075;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.InspectionResultsCommand was registered with id 49506;
2020-04-24 12:01:09.8075;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.ReparseCommand was registered with id 50065;
2020-04-24 12:01:09.8075;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.TestExplorerCommand was registered with id 49435;
2020-04-24 12:01:13.0187;DEBUG-2.5.0.5244;Rubberduck.UI.Command.MenuItems.CommandBars.AppCommandBarBase;(65774268) Executing click handler for commandbar item 'Pending', hash code 28174764;
2020-04-24 12:01:13.0272;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.ParseCoordinator;Parsing run started. (thread 11).;
2020-04-24 12:01:13.0272;INFO-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;RubberduckParserState (1) is invoking StateChanged (Started);
2020-04-24 12:01:15.3350;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'git1' state is changing to 'Started' (thread 16);
2020-04-24 12:01:15.3350;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'ThisWorkbook' state is changing to 'Started' (thread 7);
2020-04-24 12:01:15.3350;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'handler' state is changing to 'Started' (thread 10);
2020-04-24 12:01:15.3350;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'settingsHardCoded' state is changing to 'Started' (thread 8);
2020-04-24 12:01:15.3350;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'Sheet1' state is changing to 'Started' (thread 9);
2020-04-24 12:01:15.3350;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'drawing' state is changing to 'Started' (thread 6);
2020-04-24 12:01:15.3350;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'vector' state is changing to 'Started' (thread 11);
2020-04-24 12:01:15.3350;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'TestDrawing' state is changing to 'Started' (thread 5);
2020-04-24 12:01:15.3350;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'git' state is changing to 'Started' (thread 19);
2020-04-24 12:01:15.3350;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'node' state is changing to 'Started' (thread 12);
2020-04-24 12:01:15.3350;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'exceptions_' state is changing to 'Started' (thread 15);
2020-04-24 12:01:15.3917;INFO-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;RubberduckParserState (2) is invoking StateChanged (LoadingReference);
2020-04-24 12:01:16.1773;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ComReferenceLoading.COMReferenceSynchronizerBase;Loading referenced type 'stdole'.;
2020-04-24 12:01:16.1773;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ComReferenceLoading.COMReferenceSynchronizerBase;Loading referenced type 'Excel'.;
2020-04-24 12:01:16.1773;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ComReferenceLoading.COMReferenceSynchronizerBase;Loading referenced type 'VBA'.;
2020-04-24 12:01:16.1773;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ComReferenceLoading.COMReferenceSynchronizerBase;Loading referenced type 'Office'.;
2020-04-24 12:01:18.1511;INFO-2.5.0.5244;Rubberduck.Parsing.Common.ParsingStageTimer;Loaded and unloaded referenced libraries in 2118ms.;
2020-04-24 12:01:19.0179;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'TestDrawing' state is changing to 'Parsing' (thread 13);
2020-04-24 12:01:19.0179;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'node' state is changing to 'Parsing' (thread 6);
2020-04-24 12:01:19.0179;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'Sheet1' state is changing to 'Parsing' (thread 14);
2020-04-24 12:01:19.0179;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'git1' state is changing to 'Parsing' (thread 5);
2020-04-24 12:01:19.0179;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'ThisWorkbook' state is changing to 'Parsing' (thread 11);
2020-04-24 12:01:19.0179;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'handler' state is changing to 'Parsing' (thread 7);
2020-04-24 12:01:19.0179;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'settingsHardCoded' state is changing to 'Parsing' (thread 15);
2020-04-24 12:01:19.0179;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'git' state is changing to 'Parsing' (thread 16);
2020-04-24 12:01:19.0179;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'drawing' state is changing to 'Parsing' (thread 8);
2020-04-24 12:01:19.0179;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'vector' state is changing to 'Parsing' (thread 9);
2020-04-24 12:01:19.0179;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'exceptions_' state is changing to 'Parsing' (thread 12);
2020-04-24 12:01:19.0425;INFO-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;RubberduckParserState (3) is invoking StateChanged (Parsing);
2020-04-24 12:01:19.9617;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;Starting ParseTaskID 37f6b5e1-82d8-449e-aa00-351dee97ae6d on thread 13.;
2020-04-24 12:01:19.9628;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 37f6b5e1-82d8-449e-aa00-351dee97ae6d begins code pane pass.;
2020-04-24 12:01:19.9617;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;Starting ParseTaskID 7e859142-2d9a-42f8-8411-74570bda769d on thread 10.;
2020-04-24 12:01:19.9628;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 7e859142-2d9a-42f8-8411-74570bda769d begins code pane pass.;
2020-04-24 12:01:19.9628;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;Starting ParseTaskID 06e5c6c3-dab6-4ee5-a8fc-69bc28cebac4 on thread 11.;
2020-04-24 12:01:19.9628;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 06e5c6c3-dab6-4ee5-a8fc-69bc28cebac4 begins code pane pass.;
2020-04-24 12:01:19.9628;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;Starting ParseTaskID bebb0987-7990-45fe-81ed-8d684ee5b18b on thread 12.;
2020-04-24 12:01:19.9836;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID bebb0987-7990-45fe-81ed-8d684ee5b18b begins code pane pass.;
2020-04-24 12:01:19.9617;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;Starting ParseTaskID 85ccbab6-8038-4c2f-9833-754887764c57 on thread 6.;
2020-04-24 12:01:19.9617;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;Starting ParseTaskID 3177e6b5-f37a-427d-b965-39d343acc173 on thread 5.;
2020-04-24 12:01:19.9836;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 3177e6b5-f37a-427d-b965-39d343acc173 begins code pane pass.;
2020-04-24 12:01:19.9628;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;Starting ParseTaskID 4fe1d249-8cda-45bd-9d02-a906faed5697 on thread 14.;
2020-04-24 12:01:19.9979;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 4fe1d249-8cda-45bd-9d02-a906faed5697 begins code pane pass.;
2020-04-24 12:01:19.9836;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 85ccbab6-8038-4c2f-9833-754887764c57 begins code pane pass.;
2020-04-24 12:01:19.9617;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;Starting ParseTaskID 50ddc505-956c-428f-a7f0-4f66edb11aae on thread 16.;
2020-04-24 12:01:19.9617;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;Starting ParseTaskID 0da2148f-bcc3-48d7-be8c-6b2686f5e183 on thread 19.;
2020-04-24 12:01:19.9628;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;Starting ParseTaskID f28a55bb-434d-41ab-aa15-692adbecd487 on thread 7.;
2020-04-24 12:01:19.9617;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;Starting ParseTaskID 4a3e0cbe-5d17-42f5-a780-f13a1a3508be on thread 8.;
2020-04-24 12:01:20.0210;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 4a3e0cbe-5d17-42f5-a780-f13a1a3508be begins code pane pass.;
2020-04-24 12:01:20.0210;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 50ddc505-956c-428f-a7f0-4f66edb11aae begins code pane pass.;
2020-04-24 12:01:20.0210;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 0da2148f-bcc3-48d7-be8c-6b2686f5e183 begins code pane pass.;
2020-04-24 12:01:20.0210;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID f28a55bb-434d-41ab-aa15-692adbecd487 begins code pane pass.;
2020-04-24 12:01:20.6677;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 4a3e0cbe-5d17-42f5-a780-f13a1a3508be finished code pane pass.;
2020-04-24 12:01:20.6677;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 4a3e0cbe-5d17-42f5-a780-f13a1a3508be begins extracting comments and annotations.;
2020-04-24 12:01:20.6677;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 0da2148f-bcc3-48d7-be8c-6b2686f5e183 finished code pane pass.;
2020-04-24 12:01:20.6677;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 0da2148f-bcc3-48d7-be8c-6b2686f5e183 begins extracting comments and annotations.;
2020-04-24 12:01:20.6677;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 37f6b5e1-82d8-449e-aa00-351dee97ae6d finished code pane pass.;
2020-04-24 12:01:20.6908;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 37f6b5e1-82d8-449e-aa00-351dee97ae6d begins extracting comments and annotations.;
2020-04-24 12:01:20.6677;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 7e859142-2d9a-42f8-8411-74570bda769d finished code pane pass.;
2020-04-24 12:01:20.6908;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 7e859142-2d9a-42f8-8411-74570bda769d begins extracting comments and annotations.;
2020-04-24 12:01:20.7038;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 7e859142-2d9a-42f8-8411-74570bda769d finished extracting comments and annotations.;
2020-04-24 12:01:20.7239;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 7e859142-2d9a-42f8-8411-74570bda769d begins attributes pass.;
2020-04-24 12:01:20.7239;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 37f6b5e1-82d8-449e-aa00-351dee97ae6d finished extracting comments and annotations.;
2020-04-24 12:01:20.7327;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 37f6b5e1-82d8-449e-aa00-351dee97ae6d begins attributes pass.;
2020-04-24 12:01:20.7038;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 4a3e0cbe-5d17-42f5-a780-f13a1a3508be finished extracting comments and annotations.;
2020-04-24 12:01:20.7559;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 4a3e0cbe-5d17-42f5-a780-f13a1a3508be begins attributes pass.;
2020-04-24 12:01:20.7239;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 0da2148f-bcc3-48d7-be8c-6b2686f5e183 finished extracting comments and annotations.;
2020-04-24 12:01:20.7730;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 0da2148f-bcc3-48d7-be8c-6b2686f5e183 begins attributes pass.;
2020-04-24 12:01:20.8489;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 50ddc505-956c-428f-a7f0-4f66edb11aae finished code pane pass.;
2020-04-24 12:01:20.8489;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 50ddc505-956c-428f-a7f0-4f66edb11aae begins extracting comments and annotations.;
2020-04-24 12:01:20.8489;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 7e859142-2d9a-42f8-8411-74570bda769d finished attributes pass.;
2020-04-24 12:01:20.8540;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 7e859142-2d9a-42f8-8411-74570bda769d begins extracting attributes.;
2020-04-24 12:01:20.8489;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 37f6b5e1-82d8-449e-aa00-351dee97ae6d finished attributes pass.;
2020-04-24 12:01:20.8540;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 37f6b5e1-82d8-449e-aa00-351dee97ae6d begins extracting attributes.;
2020-04-24 12:01:20.8818;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 50ddc505-956c-428f-a7f0-4f66edb11aae finished extracting comments and annotations.;
2020-04-24 12:01:20.8848;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 50ddc505-956c-428f-a7f0-4f66edb11aae begins attributes pass.;
2020-04-24 12:01:20.9014;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 06e5c6c3-dab6-4ee5-a8fc-69bc28cebac4 finished code pane pass.;
2020-04-24 12:01:20.9014;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 06e5c6c3-dab6-4ee5-a8fc-69bc28cebac4 begins extracting comments and annotations.;
2020-04-24 12:01:20.9014;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 7e859142-2d9a-42f8-8411-74570bda769d finished extracting attributes.;
2020-04-24 12:01:20.9014;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 85ccbab6-8038-4c2f-9833-754887764c57 finished code pane pass.;
2020-04-24 12:01:20.9315;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 85ccbab6-8038-4c2f-9833-754887764c57 begins extracting comments and annotations.;
2020-04-24 12:01:20.9315;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 50ddc505-956c-428f-a7f0-4f66edb11aae finished attributes pass.;
2020-04-24 12:01:20.9315;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 50ddc505-956c-428f-a7f0-4f66edb11aae begins extracting attributes.;
2020-04-24 12:01:20.9014;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 37f6b5e1-82d8-449e-aa00-351dee97ae6d finished extracting attributes.;
2020-04-24 12:01:20.9315;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 0da2148f-bcc3-48d7-be8c-6b2686f5e183 finished attributes pass.;
2020-04-24 12:01:20.9315;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 0da2148f-bcc3-48d7-be8c-6b2686f5e183 begins extracting attributes.;
2020-04-24 12:01:20.9315;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 85ccbab6-8038-4c2f-9833-754887764c57 finished extracting comments and annotations.;
2020-04-24 12:01:20.9315;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 85ccbab6-8038-4c2f-9833-754887764c57 begins attributes pass.;
2020-04-24 12:01:20.9315;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 4a3e0cbe-5d17-42f5-a780-f13a1a3508be finished attributes pass.;
2020-04-24 12:01:20.9618;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 4a3e0cbe-5d17-42f5-a780-f13a1a3508be begins extracting attributes.;
2020-04-24 12:01:20.9638;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID bebb0987-7990-45fe-81ed-8d684ee5b18b finished code pane pass.;
2020-04-24 12:01:20.9638;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID bebb0987-7990-45fe-81ed-8d684ee5b18b begins extracting comments and annotations.;
2020-04-24 12:01:20.9315;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 06e5c6c3-dab6-4ee5-a8fc-69bc28cebac4 finished extracting comments and annotations.;
2020-04-24 12:01:20.9638;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 06e5c6c3-dab6-4ee5-a8fc-69bc28cebac4 begins attributes pass.;
2020-04-24 12:01:20.9315;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 0da2148f-bcc3-48d7-be8c-6b2686f5e183 finished extracting attributes.;
2020-04-24 12:01:20.9638;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 85ccbab6-8038-4c2f-9833-754887764c57 finished attributes pass.;
2020-04-24 12:01:20.9789;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 85ccbab6-8038-4c2f-9833-754887764c57 begins extracting attributes.;
2020-04-24 12:01:20.9638;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 50ddc505-956c-428f-a7f0-4f66edb11aae finished extracting attributes.;
2020-04-24 12:01:20.9789;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 85ccbab6-8038-4c2f-9833-754887764c57 finished extracting attributes.;
2020-04-24 12:01:20.9638;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID bebb0987-7990-45fe-81ed-8d684ee5b18b finished extracting comments and annotations.;
2020-04-24 12:01:21.0071;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID bebb0987-7990-45fe-81ed-8d684ee5b18b begins attributes pass.;
2020-04-24 12:01:20.9638;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 4a3e0cbe-5d17-42f5-a780-f13a1a3508be finished extracting attributes.;
2020-04-24 12:01:21.0071;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 06e5c6c3-dab6-4ee5-a8fc-69bc28cebac4 finished attributes pass.;
2020-04-24 12:01:21.0176;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 06e5c6c3-dab6-4ee5-a8fc-69bc28cebac4 begins extracting attributes.;
2020-04-24 12:01:21.0176;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 06e5c6c3-dab6-4ee5-a8fc-69bc28cebac4 finished extracting attributes.;
2020-04-24 12:01:21.0254;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID bebb0987-7990-45fe-81ed-8d684ee5b18b finished attributes pass.;
2020-04-24 12:01:21.0254;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID bebb0987-7990-45fe-81ed-8d684ee5b18b begins extracting attributes.;
2020-04-24 12:01:21.0254;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID f28a55bb-434d-41ab-aa15-692adbecd487 finished code pane pass.;
2020-04-24 12:01:21.0254;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID f28a55bb-434d-41ab-aa15-692adbecd487 begins extracting comments and annotations.;
2020-04-24 12:01:21.0254;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID bebb0987-7990-45fe-81ed-8d684ee5b18b finished extracting attributes.;
2020-04-24 12:01:21.0554;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID f28a55bb-434d-41ab-aa15-692adbecd487 finished extracting comments and annotations.;
2020-04-24 12:01:21.0570;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID f28a55bb-434d-41ab-aa15-692adbecd487 begins attributes pass.;
2020-04-24 12:01:21.0570;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 4fe1d249-8cda-45bd-9d02-a906faed5697 finished code pane pass.;
2020-04-24 12:01:21.0570;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 4fe1d249-8cda-45bd-9d02-a906faed5697 begins extracting comments and annotations.;
2020-04-24 12:01:21.0570;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID f28a55bb-434d-41ab-aa15-692adbecd487 finished attributes pass.;
2020-04-24 12:01:21.0570;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID f28a55bb-434d-41ab-aa15-692adbecd487 begins extracting attributes.;
2020-04-24 12:01:21.0570;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 3177e6b5-f37a-427d-b965-39d343acc173 finished code pane pass.;
2020-04-24 12:01:21.0744;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 3177e6b5-f37a-427d-b965-39d343acc173 begins extracting comments and annotations.;
2020-04-24 12:01:21.0744;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID f28a55bb-434d-41ab-aa15-692adbecd487 finished extracting attributes.;
2020-04-24 12:01:21.0744;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 4fe1d249-8cda-45bd-9d02-a906faed5697 finished extracting comments and annotations.;
2020-04-24 12:01:21.0744;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 4fe1d249-8cda-45bd-9d02-a906faed5697 begins attributes pass.;
2020-04-24 12:01:21.1035;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 3177e6b5-f37a-427d-b965-39d343acc173 finished extracting comments and annotations.;
2020-04-24 12:01:21.1035;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 3177e6b5-f37a-427d-b965-39d343acc173 begins attributes pass.;
2020-04-24 12:01:21.1035;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 4fe1d249-8cda-45bd-9d02-a906faed5697 finished attributes pass.;
2020-04-24 12:01:21.1035;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 4fe1d249-8cda-45bd-9d02-a906faed5697 begins extracting attributes.;
2020-04-24 12:01:21.1216;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 4fe1d249-8cda-45bd-9d02-a906faed5697 finished extracting attributes.;
2020-04-24 12:01:21.1216;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 3177e6b5-f37a-427d-b965-39d343acc173 finished attributes pass.;
2020-04-24 12:01:21.1216;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 3177e6b5-f37a-427d-b965-39d343acc173 begins extracting attributes.;
2020-04-24 12:01:21.1216;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 3177e6b5-f37a-427d-b965-39d343acc173 finished extracting attributes.;
2020-04-24 12:01:21.1524;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'git1' state is changing to 'Parsed' (thread 11);
2020-04-24 12:01:21.1524;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'git' state is changing to 'Parsed' (thread 11);
2020-04-24 12:01:21.1748;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'ThisWorkbook' state is changing to 'Parsed' (thread 11);
2020-04-24 12:01:21.1843;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'node' state is changing to 'Parsed' (thread 11);
2020-04-24 12:01:21.1843;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'settingsHardCoded' state is changing to 'Parsed' (thread 11);
2020-04-24 12:01:21.2049;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'Sheet1' state is changing to 'Parsed' (thread 11);
2020-04-24 12:01:21.2156;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'exceptions_' state is changing to 'Parsed' (thread 11);
2020-04-24 12:01:21.2156;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'vector' state is changing to 'Parsed' (thread 11);
2020-04-24 12:01:21.2343;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'handler' state is changing to 'Parsed' (thread 11);
2020-04-24 12:01:21.2441;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'TestDrawing' state is changing to 'Parsed' (thread 11);
2020-04-24 12:01:21.2441;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'drawing' state is changing to 'Parsed' (thread 11);
2020-04-24 12:01:21.2441;INFO-2.5.0.5244;Rubberduck.Parsing.Common.ParsingStageTimer;Parsed user modules in 1332ms.;
2020-04-24 12:01:21.2441;INFO-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;RubberduckParserState (4) is invoking StateChanged (Parsed);
2020-04-24 12:01:22.4097;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'ThisWorkbook' state is changing to 'ResolvingDeclarations' (thread 16);
2020-04-24 12:01:22.4097;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'TestDrawing' state is changing to 'ResolvingDeclarations' (thread 6);
2020-04-24 12:01:22.4097;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'node' state is changing to 'ResolvingDeclarations' (thread 11);
2020-04-24 12:01:22.4097;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'Sheet1' state is changing to 'ResolvingDeclarations' (thread 10);
2020-04-24 12:01:22.4097;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'handler' state is changing to 'ResolvingDeclarations' (thread 19);
2020-04-24 12:01:22.4097;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'exceptions_' state is changing to 'ResolvingDeclarations' (thread 14);
2020-04-24 12:01:22.4097;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'git1' state is changing to 'ResolvingDeclarations' (thread 13);
2020-04-24 12:01:22.4097;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'vector' state is changing to 'ResolvingDeclarations' (thread 12);
2020-04-24 12:01:22.4097;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'git' state is changing to 'ResolvingDeclarations' (thread 7);
2020-04-24 12:01:22.4097;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'drawing' state is changing to 'ResolvingDeclarations' (thread 5);
2020-04-24 12:01:22.4097;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'settingsHardCoded' state is changing to 'ResolvingDeclarations' (thread 15);
2020-04-24 12:01:22.4465;INFO-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;RubberduckParserState (5) is invoking StateChanged (ResolvingDeclarations);
2020-04-24 12:01:23.2651;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.DeclarationResolving.DeclarationResolveRunnerBase;Creating declarations for module VBAProject.drawing.;
2020-04-24 12:01:23.2651;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.DeclarationResolving.DeclarationResolveRunnerBase;Creating declarations for module VBAProject.TestDrawing.;
2020-04-24 12:01:23.2651;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.DeclarationResolving.DeclarationResolveRunnerBase;Creating declarations for module VBAProject.exceptions_.;
2020-04-24 12:01:23.2651;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.DeclarationResolving.DeclarationResolveRunnerBase;Creating declarations for module VBAProject.ThisWorkbook.;
2020-04-24 12:01:23.2651;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.DeclarationResolving.DeclarationResolveRunnerBase;Creating declarations for module VBAProject.git1.;
2020-04-24 12:01:23.2651;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.DeclarationResolving.DeclarationResolveRunnerBase;Creating declarations for module VBAProject.vector.;
2020-04-24 12:01:23.2651;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.DeclarationResolving.DeclarationResolveRunnerBase;Creating declarations for module VBAProject.handler.;
2020-04-24 12:01:23.2651;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.DeclarationResolving.DeclarationResolveRunnerBase;Creating declarations for module VBAProject.git.;
2020-04-24 12:01:23.2651;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.DeclarationResolving.DeclarationResolveRunnerBase;Creating declarations for module VBAProject.Sheet1.;
2020-04-24 12:01:23.2974;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.DeclarationResolving.DeclarationResolveRunnerBase;27ms to resolve declarations for component VBAProject.git1;
2020-04-24 12:01:23.2974;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.DeclarationResolving.DeclarationResolveRunnerBase;27ms to resolve declarations for component VBAProject.git;
2020-04-24 12:01:23.2651;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.DeclarationResolving.DeclarationResolveRunnerBase;Creating declarations for module VBAProject.settingsHardCoded.;
2020-04-24 12:01:23.2816;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.DeclarationResolving.DeclarationResolveRunnerBase;Creating declarations for module VBAProject.node.;
2020-04-24 12:01:23.2974;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.DeclarationResolving.DeclarationResolveRunnerBase;32ms to resolve declarations for component VBAProject.Sheet1;
2020-04-24 12:01:23.2974;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.DeclarationResolving.DeclarationResolveRunnerBase;30ms to resolve declarations for component VBAProject.ThisWorkbook;
2020-04-24 12:01:23.3261;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.DeclarationResolving.DeclarationResolveRunnerBase;55ms to resolve declarations for component VBAProject.exceptions_;
2020-04-24 12:01:23.3261;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.DeclarationResolving.DeclarationResolveRunnerBase;58ms to resolve declarations for component VBAProject.handler;
2020-04-24 12:01:23.3545;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.DeclarationResolving.DeclarationResolveRunnerBase;90ms to resolve declarations for component VBAProject.drawing;
2020-04-24 12:01:23.3545;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.DeclarationResolving.DeclarationResolveRunnerBase;89ms to resolve declarations for component VBAProject.TestDrawing;
2020-04-24 12:01:23.3261;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.DeclarationResolving.DeclarationResolveRunnerBase;53ms to resolve declarations for component VBAProject.vector;
2020-04-24 12:01:23.3261;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.DeclarationResolving.DeclarationResolveRunnerBase;45ms to resolve declarations for component VBAProject.node;
2020-04-24 12:01:23.3261;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.DeclarationResolving.DeclarationResolveRunnerBase;57ms to resolve declarations for component VBAProject.settingsHardCoded;
2020-04-24 12:01:23.3728;INFO-2.5.0.5244;Rubberduck.Parsing.Common.ParsingStageTimer;Resolved user declaration in 126ms.;
2020-04-24 12:01:23.5740;INFO-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;RubberduckParserState (6) is invoking StateChanged (ResolvedDeclarations);
2020-04-24 12:01:24.8055;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'ThisWorkbook' state is changing to 'ResolvingReferences' (thread 13);
2020-04-24 12:01:24.8055;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'Sheet1' state is changing to 'ResolvingReferences' (thread 11);
2020-04-24 12:01:24.8055;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'TestDrawing' state is changing to 'ResolvingReferences' (thread 6);
2020-04-24 12:01:24.8055;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'exceptions_' state is changing to 'ResolvingReferences' (thread 16);
2020-04-24 12:01:24.8055;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'vector' state is changing to 'ResolvingReferences' (thread 14);
2020-04-24 12:01:24.8055;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'handler' state is changing to 'ResolvingReferences' (thread 5);
2020-04-24 12:01:24.8055;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'git' state is changing to 'ResolvingReferences' (thread 19);
2020-04-24 12:01:24.8055;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'node' state is changing to 'ResolvingReferences' (thread 10);
2020-04-24 12:01:24.8055;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'drawing' state is changing to 'ResolvingReferences' (thread 12);
2020-04-24 12:01:24.8055;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'git1' state is changing to 'ResolvingReferences' (thread 8);
2020-04-24 12:01:24.8055;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'settingsHardCoded' state is changing to 'ResolvingReferences' (thread 7);
2020-04-24 12:01:24.8487;INFO-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;RubberduckParserState (7) is invoking StateChanged (ResolvingReferences);
2020-04-24 12:01:25.6933;WARN-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.CompilationPasses.TypeAnnotationPass;Failed to resolve type base;
2020-04-24 12:01:25.6933;WARN-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.CompilationPasses.TypeAnnotationPass;Failed to resolve type base;
2020-04-24 12:01:25.7960;WARN-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.CompilationPasses.TypeAnnotationPass;Failed to resolve type base;
2020-04-24 12:01:25.7960;WARN-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.CompilationPasses.TypeAnnotationPass;Failed to resolve type VBProject;
2020-04-24 12:01:25.8892;WARN-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.CompilationPasses.TypeAnnotationPass;Failed to resolve type VBProject;
2020-04-24 12:01:26.2555;WARN-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.CompilationPasses.TypeAnnotationPass;Failed to resolve type VBE;
2020-04-24 12:01:26.2880;WARN-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.CompilationPasses.TypeAnnotationPass;Failed to resolve type VBE;
2020-04-24 12:01:26.5241;INFO-2.5.0.5244;Rubberduck.Parsing.Common.ParsingStageTimer;Executed compilation passes in 943ms.;
2020-04-24 12:01:26.5305;INFO-2.5.0.5244;Rubberduck.Parsing.Common.ParsingStageTimer;Added supertypes for document modules in 3ms.;
2020-04-24 12:01:26.5614;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.ReferenceResolveRunnerBase;Resolving identifier references in 'VBAProject.drawing'... (thread 11);
2020-04-24 12:01:26.5614;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.ReferenceResolveRunnerBase;Resolving identifier references in 'VBAProject.git'... (thread 10);
2020-04-24 12:01:26.5614;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.ReferenceResolveRunnerBase;Resolving identifier references in 'VBAProject.exceptions_'... (thread 14);
2020-04-24 12:01:26.5614;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.ReferenceResolveRunnerBase;Resolving identifier references in 'VBAProject.node'... (thread 19);
2020-04-24 12:01:26.5614;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.ReferenceResolveRunnerBase;Resolving identifier references in 'VBAProject.ThisWorkbook'... (thread 8);
2020-04-24 12:01:26.5614;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.ReferenceResolveRunnerBase;Resolving identifier references in 'VBAProject.git1'... (thread 5);
2020-04-24 12:01:26.5796;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.ReferenceResolveRunnerBase;Binding resolution done for component 'VBAProject.git1' in 0ms (thread 5);
2020-04-24 12:01:26.5796;WARN-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Type Context: Failed to resolve base. Binding as much as we can.;
2020-04-24 12:01:26.5796;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.ReferenceResolveRunnerBase;Binding resolution done for component 'VBAProject.ThisWorkbook' in 0ms (thread 8);
2020-04-24 12:01:26.5912;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'ThisWorkbook' state is changing to 'Ready' (thread 8);
2020-04-24 12:01:26.5796;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'git1' state is changing to 'Ready' (thread 5);
2020-04-24 12:01:26.5614;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.ReferenceResolveRunnerBase;Resolving identifier references in 'VBAProject.Sheet1'... (thread 16);
2020-04-24 12:01:26.5614;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.ReferenceResolveRunnerBase;Resolving identifier references in 'VBAProject.TestDrawing'... (thread 15);
2020-04-24 12:01:26.5614;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.ReferenceResolveRunnerBase;Resolving identifier references in 'VBAProject.settingsHardCoded'... (thread 13);
2020-04-24 12:01:26.5614;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.ReferenceResolveRunnerBase;Resolving identifier references in 'VBAProject.handler'... (thread 7);
2020-04-24 12:01:26.5614;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.ReferenceResolveRunnerBase;Binding resolution done for component 'VBAProject.git' in 0ms (thread 10);
2020-04-24 12:01:26.5614;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.ReferenceResolveRunnerBase;Resolving identifier references in 'VBAProject.vector'... (thread 6);
2020-04-24 12:01:26.5912;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.ReferenceResolveRunnerBase;Binding resolution done for component 'VBAProject.Sheet1' in 0ms (thread 16);
2020-04-24 12:01:26.6051;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'Sheet1' state is changing to 'Ready' (thread 16);
2020-04-24 12:01:26.5912;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'git' state is changing to 'Ready' (thread 10);
2020-04-24 12:01:26.6051;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Setting current scope: build (Procedure) in thread 7;
2020-04-24 12:01:26.5796;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Setting current scope: amp (PropertyGet) in thread 19;
2020-04-24 12:01:26.5796;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Setting current scope: exception (Enumeration) in thread 14;
2020-04-24 12:01:26.6051;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Current scope is now exception in thread 14;
2020-04-24 12:01:26.6051;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Setting current scope: material (Enumeration) in thread 13;
2020-04-24 12:01:26.6051;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Current scope is now material in thread 13;
2020-04-24 12:01:26.6051;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Current scope is now build in thread 7;
2020-04-24 12:01:26.6051;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Setting current scope: setBase (Procedure) in thread 11;
2020-04-24 12:01:26.6051;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Current scope is now setBase in thread 11;
2020-04-24 12:01:26.5912;WARN-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Type Context: Failed to resolve Object. Binding as much as we can.;
2020-04-24 12:01:26.6051;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Setting current scope: exceptionMessage (Function) in thread 14;
2020-04-24 12:01:26.6213;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Current scope is now exceptionMessage in thread 14;
2020-04-24 12:01:26.6051;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Setting current scope: materialName (Function) in thread 13;
2020-04-24 12:01:26.6213;WARN-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Type Context: Failed to resolve Object. Binding as much as we can.;
2020-04-24 12:01:26.6051;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Setting current scope: name (PropertyLet) in thread 6;
2020-04-24 12:01:26.6051;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Current scope is now amp in thread 19;
2020-04-24 12:01:26.6213;WARN-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Type Context: Failed to resolve base. Binding as much as we can.;
2020-04-24 12:01:26.6348;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.ReferenceResolveRunnerBase;Binding resolution done for component 'VBAProject.exceptions_' in 65ms (thread 14);
2020-04-24 12:01:26.6348;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Setting current scope: ModuleInitialize (Procedure) in thread 15;
2020-04-24 12:01:26.6348;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Current scope is now ModuleInitialize in thread 15;
2020-04-24 12:01:26.6213;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Current scope is now materialName in thread 13;
2020-04-24 12:01:26.6348;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Setting current scope: nodeType (PropertyGet) in thread 19;
2020-04-24 12:01:26.6505;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Current scope is now nodeType in thread 19;
2020-04-24 12:01:26.6348;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Current scope is now name in thread 6;
2020-04-24 12:01:26.6348;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Setting current scope: materialAmp (Function) in thread 13;
2020-04-24 12:01:26.6505;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Current scope is now materialAmp in thread 13;
2020-04-24 12:01:26.6505;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Setting current scope: name (PropertyGet) in thread 6;
2020-04-24 12:01:26.6348;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'exceptions_' state is changing to 'Ready' (thread 14);
2020-04-24 12:01:26.6505;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Setting current scope: fase (PropertyGet) in thread 19;
2020-04-24 12:01:26.6505;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Current scope is now fase in thread 19;
2020-04-24 12:01:26.6505;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Current scope is now name in thread 6;
2020-04-24 12:01:26.6505;WARN-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Type Context: Failed to resolve base. Binding as much as we can.;
2020-04-24 12:01:26.6505;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Setting current scope: amp (PropertyLet) in thread 19;
2020-04-24 12:01:26.6505;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Current scope is now amp in thread 19;
2020-04-24 12:01:26.6505;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Setting current scope: addVector (Procedure) in thread 11;
2020-04-24 12:01:26.6671;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Current scope is now addVector in thread 11;
2020-04-24 12:01:26.6671;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Setting current scope: ModuleCleanup (Procedure) in thread 15;
2020-04-24 12:01:26.6671;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Setting current scope: nodeType (PropertyLet) in thread 19;
2020-04-24 12:01:26.6671;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Current scope is now nodeType in thread 19;
2020-04-24 12:01:26.6505;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.ReferenceResolveRunnerBase;Binding resolution done for component 'VBAProject.settingsHardCoded' in 56ms (thread 13);
2020-04-24 12:01:26.6824;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'settingsHardCoded' state is changing to 'Ready' (thread 13);
2020-04-24 12:01:26.6671;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Current scope is now ModuleCleanup in thread 15;
2020-04-24 12:01:26.6505;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Setting current scope: nodes (PropertyGet) in thread 6;
2020-04-24 12:01:26.6824;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Current scope is now nodes in thread 6;
2020-04-24 12:01:26.6824;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Setting current scope: TestInitialize (Procedure) in thread 15;
2020-04-24 12:01:26.6824;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Current scope is now TestInitialize in thread 15;
2020-04-24 12:01:26.6671;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Setting current scope: fase (PropertyLet) in thread 19;
2020-04-24 12:01:26.6824;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Current scope is now fase in thread 19;
2020-04-24 12:01:26.6824;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Setting current scope: setVectors (Procedure) in thread 11;
2020-04-24 12:01:26.6824;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Current scope is now setVectors in thread 11;
2020-04-24 12:01:26.6824;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Setting current scope: drawNode (Procedure) in thread 11;
2020-04-24 12:01:26.6976;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Current scope is now drawNode in thread 11;
2020-04-24 12:01:26.6824;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Setting current scope: createVector (Function) in thread 7;
2020-04-24 12:01:26.6976;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Current scope is now createVector in thread 7;
2020-04-24 12:01:26.6824;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Setting current scope: TestDrawNode (Procedure) in thread 15;
2020-04-24 12:01:26.6976;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Current scope is now TestDrawNode in thread 15;
2020-04-24 12:01:26.6824;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Setting current scope: init (Function) in thread 6;
2020-04-24 12:01:26.6976;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Current scope is now init in thread 6;
2020-04-24 12:01:26.6824;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Setting current scope: init (Procedure) in thread 19;
2020-04-24 12:01:26.6976;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Current scope is now init in thread 19;
2020-04-24 12:01:26.6976;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Setting current scope: TestDrawBase (Procedure) in thread 15;
2020-04-24 12:01:26.7136;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Current scope is now TestDrawBase in thread 15;
2020-04-24 12:01:26.6976;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Setting current scope: addNode (Procedure) in thread 6;
2020-04-24 12:01:26.7136;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Current scope is now addNode in thread 6;
2020-04-24 12:01:26.7136;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Setting current scope: TestDrawVectorNode (Procedure) in thread 15;
2020-04-24 12:01:26.7136;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Current scope is now TestDrawVectorNode in thread 15;
2020-04-24 12:01:26.7136;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Setting current scope: drawBase (Procedure) in thread 11;
2020-04-24 12:01:26.7303;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Current scope is now drawBase in thread 11;
2020-04-24 12:01:26.7303;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Setting current scope: TestDrawCable (Procedure) in thread 15;
2020-04-24 12:01:26.7303;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Current scope is now TestDrawCable in thread 15;
2020-04-24 12:01:26.7136;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.ReferenceResolveRunnerBase;Binding resolution done for component 'VBAProject.node' in 134ms (thread 19);
2020-04-24 12:01:26.7136;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Setting current scope: resetNodes (Procedure) in thread 6;
2020-04-24 12:01:26.6976;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.ReferenceResolveRunnerBase;Binding resolution done for component 'VBAProject.handler' in 108ms (thread 7);
2020-04-24 12:01:26.7303;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Setting current scope: TestDrawVector (Procedure) in thread 15;
2020-04-24 12:01:26.7462;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Current scope is now TestDrawVector in thread 15;
2020-04-24 12:01:26.7462;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'handler' state is changing to 'Ready' (thread 7);
2020-04-24 12:01:26.7462;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.ReferenceResolveRunnerBase;Binding resolution done for component 'VBAProject.TestDrawing' in 155ms (thread 15);
2020-04-24 12:01:26.7462;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'TestDrawing' state is changing to 'Ready' (thread 15);
2020-04-24 12:01:26.7462;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Current scope is now resetNodes in thread 6;
2020-04-24 12:01:26.7303;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Setting current scope: drawVectorNode (Procedure) in thread 11;
2020-04-24 12:01:26.7611;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Current scope is now drawVectorNode in thread 11;
2020-04-24 12:01:26.7462;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.ReferenceResolveRunnerBase;Binding resolution done for component 'VBAProject.vector' in 155ms (thread 6);
2020-04-24 12:01:26.7611;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'vector' state is changing to 'Ready' (thread 6);
2020-04-24 12:01:26.7611;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Setting current scope: drawCable (Procedure) in thread 11;
2020-04-24 12:01:26.7303;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'node' state is changing to 'Ready' (thread 19);
2020-04-24 12:01:26.7611;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Current scope is now drawCable in thread 11;
2020-04-24 12:01:26.7611;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Setting current scope: drawVector (Procedure) in thread 11;
2020-04-24 12:01:26.7611;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Current scope is now drawVector in thread 11;
2020-04-24 12:01:26.7813;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.ReferenceResolveRunnerBase;Binding resolution done for component 'VBAProject.drawing' in 207ms (thread 11);
2020-04-24 12:01:26.7813;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'drawing' state is changing to 'Ready' (thread 11);
2020-04-24 12:01:26.7813;INFO-2.5.0.5244;Rubberduck.Parsing.Common.ParsingStageTimer;Resolved references in 245ms.;
2020-04-24 12:01:26.8208;INFO-2.5.0.5244;Rubberduck.Parsing.Common.ParsingStageTimer;Determined module to module references in 35ms.;
2020-04-24 12:01:27.0414;INFO-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;RubberduckParserState (8) is invoking StateChanged (Ready);
2020-04-24 12:01:27.2914;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'BooleanAssignedInIfElseInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.2914;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ModuleScopeDimKeywordInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.2914;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'MultilineParameterInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.2914;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'MultilineParameterInspection.DoGetInspectionResults' ran for 0ms;
2020-04-24 12:01:27.2914;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ObsoleteWhileWendStatementInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.2914;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ObsoleteWhileWendStatementInspection.DoGetInspectionResults' ran for 0ms;
2020-04-24 12:01:27.2914;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ObsoleteLetStatementInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.3138;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ObsoleteLetStatementInspection.DoGetInspectionResults' ran for 0ms;
2020-04-24 12:01:27.2914;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'EmptyStringLiteralInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.3229;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'EmptyStringLiteralInspection.DoGetInspectionResults' ran for 0ms;
2020-04-24 12:01:27.2914;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ObsoleteCallStatementInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.3229;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ObsoleteCallStatementInspection.DoGetInspectionResults' ran for 2ms;
2020-04-24 12:01:27.2914;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'DefTypeStatementInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.2914;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ObsoleteErrorSyntaxInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.2914;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'MissingAnnotationArgumentInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.2914;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ObsoleteCommentSyntaxInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.2914;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ModuleScopeDimKeywordInspection.DoGetInspectionResults' ran for 1ms;
2020-04-24 12:01:27.2914;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'MultipleDeclarationsInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.2914;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'BooleanAssignedInIfElseInspection.DoGetInspectionResults' ran for 0ms;
2020-04-24 12:01:27.3378;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ObsoleteErrorSyntaxInspection.DoGetInspectionResults' ran for 0ms;
2020-04-24 12:01:27.3378;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ObsoleteCommentSyntaxInspection.DoGetInspectionResults' ran for 0ms;
2020-04-24 12:01:27.3229;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'OptionExplicitInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.3138;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'OnLocalErrorInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.3378;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'OnLocalErrorInspection.DoGetInspectionResults' ran for 10ms;
2020-04-24 12:01:27.3378;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'UnhandledOnErrorResumeNextInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.3378;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'UnhandledOnErrorResumeNextInspection.DoGetInspectionResults' ran for 0ms;
2020-04-24 12:01:27.3229;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'OptionBaseInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.3576;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'OptionBaseInspection.DoGetInspectionResults' ran for 0ms;
2020-04-24 12:01:27.3378;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'RedundantOptionInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.3378;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'MultipleDeclarationsInspection.DoGetInspectionResults' ran for 0ms;
2020-04-24 12:01:27.3576;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ObsoleteCallingConventionInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.3378;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ProcedureCanBeWrittenAsFunctionInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.3576;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'OnErrorGoToMinusOneInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.3698;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'OnErrorGoToMinusOneInspection.DoGetInspectionResults' ran for 0ms;
2020-04-24 12:01:27.3576;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'RedundantOptionInspection.DoGetInspectionResults' ran for 0ms;
2020-04-24 12:01:27.3378;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'StepOneIsRedundantInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.3378;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'MissingAnnotationArgumentInspection.DoGetInspectionResults' ran for 4ms;
2020-04-24 12:01:27.3229;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'DefTypeStatementInspection.DoGetInspectionResults' ran for 0ms;
2020-04-24 12:01:27.3378;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'OptionExplicitInspection.DoGetInspectionResults' ran for 0ms;
2020-04-24 12:01:27.3698;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ImplicitByRefModifierInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.3879;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ImplicitByRefModifierInspection.DoGetInspectionResults' ran for 84ms;
2020-04-24 12:01:27.3698;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ProcedureCanBeWrittenAsFunctionInspection.DoGetInspectionResults' ran for 4ms;
2020-04-24 12:01:27.3576;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'LineContinuationBetweenKeywordsInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.4027;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'LineContinuationBetweenKeywordsInspection.DoGetInspectionResults' ran for 0ms;
2020-04-24 12:01:27.4027;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'AssignedByValParameterInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.3378;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'StopKeywordInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.4027;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'StopKeywordInspection.DoGetInspectionResults' ran for 0ms;
2020-04-24 12:01:27.3879;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ValueRequiredInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.4027;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ValueRequiredInspection.DoGetInspectionResults' ran for 1ms;
2020-04-24 12:01:27.3698;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'StepOneIsRedundantInspection.DoGetInspectionResults' ran for 0ms;
2020-04-24 12:01:27.4027;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'NegativeLineNumberInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.4207;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'NegativeLineNumberInspection.DoGetInspectionResults' ran for 0ms;
2020-04-24 12:01:27.4207;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'AttributeValueOutOfSyncInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.4318;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'AttributeValueOutOfSyncInspection.DoGetInspectionResults' ran for 14ms;
2020-04-24 12:01:27.4318;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'DuplicatedAnnotationInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.4318;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'DuplicatedAnnotationInspection.DoGetInspectionResults' ran for 7ms;
2020-04-24 12:01:27.4027;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ArgumentWithIncompatibleObjectTypeInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.4027;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'SetAssignmentWithIncompatibleObjectTypeInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.4499;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'SetAssignmentWithIncompatibleObjectTypeInspection.DoGetInspectionResults' ran for 5ms;
2020-04-24 12:01:27.4207;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'DefaultProjectNameInspection.DoGetInspectionResults' returned 1 objects.;
2020-04-24 12:01:27.4499;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'DefaultProjectNameInspection.DoGetInspectionResults' ran for 10ms;
2020-04-24 12:01:27.4027;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'AssignedByValParameterInspection.DoGetInspectionResults' ran for 1ms;
2020-04-24 12:01:27.3879;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ProcedureRequiredInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.4644;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ProcedureRequiredInspection.DoGetInspectionResults' ran for 2ms;
2020-04-24 12:01:27.4644;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'EmptyMethodInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.4644;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'EmptyMethodInspection.DoGetInspectionResults' ran for 11ms;
2020-04-24 12:01:27.3698;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'DefaultMemberRequiredInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.4644;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'DefaultMemberRequiredInspection.DoGetInspectionResults' ran for 5ms;
2020-04-24 12:01:27.3576;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ObsoleteCallingConventionInspection.DoGetInspectionResults' ran for 2ms;
2020-04-24 12:01:27.4644;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'EncapsulatePublicFieldInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.4785;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'EncapsulatePublicFieldInspection.DoGetInspectionResults' ran for 2ms;
2020-04-24 12:01:27.4644;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ConstantNotUsedInspection.DoGetInspectionResults' returned 3 objects.;
2020-04-24 12:01:27.4785;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ConstantNotUsedInspection.DoGetInspectionResults' ran for 1ms;
2020-04-24 12:01:27.4785;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ImplicitDefaultMemberAccessInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.4785;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ImplicitDefaultMemberAccessInspection.DoGetInspectionResults' ran for 1ms;
2020-04-24 12:01:27.4499;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ArgumentWithIncompatibleObjectTypeInspection.DoGetInspectionResults' ran for 5ms;
2020-04-24 12:01:27.4785;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ImplicitRecursiveDefaultMemberAccessInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.4977;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ImplicitRecursiveDefaultMemberAccessInspection.DoGetInspectionResults' ran for 0ms;
2020-04-24 12:01:27.4977;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ImplicitActiveSheetReferenceInspection.DoGetInspectionResults' returned 8 objects.;
2020-04-24 12:01:27.4785;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'HungarianNotationInspection.DoGetInspectionResults' returned 6 objects.;
2020-04-24 12:01:27.4977;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'HungarianNotationInspection.DoGetInspectionResults' ran for 4ms;
2020-04-24 12:01:27.4977;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'IllegalAnnotationInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.5144;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'IllegalAnnotationInspection.DoGetInspectionResults' ran for 32ms;
2020-04-24 12:01:27.4785;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'FunctionReturnValueNotUsedInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.5144;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'FunctionReturnValueNotUsedInspection.DoGetInspectionResults' ran for 11ms;
2020-04-24 12:01:27.4977;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ImplicitPublicMemberInspection.DoGetInspectionResults' returned 9 objects.;
2020-04-24 12:01:27.5286;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ImplicitPublicMemberInspection.DoGetInspectionResults' ran for 1ms;
2020-04-24 12:01:27.5144;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ImplementedInterfaceMemberInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.5286;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ImplementedInterfaceMemberInspection.DoGetInspectionResults' ran for 4ms;
2020-04-24 12:01:27.4977;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'EmptyModuleInspection.DoGetInspectionResults' returned 2 objects.;
2020-04-24 12:01:27.5286;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'EmptyModuleInspection.DoGetInspectionResults' ran for 38ms;
2020-04-24 12:01:27.5431;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'LineLabelNotUsedInspection.DoGetInspectionResults' returned 10 objects.;
2020-04-24 12:01:27.5431;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'LineLabelNotUsedInspection.DoGetInspectionResults' ran for 1ms;
2020-04-24 12:01:27.4977;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ImplicitUnboundDefaultMemberAccessInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.5431;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ImplicitUnboundDefaultMemberAccessInspection.DoGetInspectionResults' ran for 1ms;
2020-04-24 12:01:27.5286;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'IntegerDataTypeInspection.DoGetInspectionResults' returned 1 objects.;
2020-04-24 12:01:27.5575;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'IntegerDataTypeInspection.DoGetInspectionResults' ran for 2ms;
2020-04-24 12:01:27.5144;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ImplicitVariantReturnTypeInspection.DoGetInspectionResults' returned 1 objects.;
2020-04-24 12:01:27.4977;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ImplicitActiveSheetReferenceInspection.DoGetInspectionResults' ran for 3ms;
2020-04-24 12:01:27.5575;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ImplicitVariantReturnTypeInspection.DoGetInspectionResults' ran for 2ms;
2020-04-24 12:01:27.5575;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'MoveFieldCloserToUsageInspection.DoGetInspectionResults' returned 1 objects.;
2020-04-24 12:01:27.5737;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'MissingModuleAnnotationInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.5886;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'MissingModuleAnnotationInspection.DoGetInspectionResults' ran for 30ms;
2020-04-24 12:01:27.5886;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'IndexedDefaultMemberAccessInspection.DoGetInspectionResults' returned 34 objects.;
2020-04-24 12:01:27.5886;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'IndexedDefaultMemberAccessInspection.DoGetInspectionResults' ran for 17ms;
2020-04-24 12:01:27.5144;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'IndexedRecursiveDefaultMemberAccessInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.6416;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'IndexedRecursiveDefaultMemberAccessInspection.DoGetInspectionResults' ran for 0ms;
2020-04-24 12:01:27.6416;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'IndexedUnboundDefaultMemberAccessInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.6513;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'IndexedUnboundDefaultMemberAccessInspection.DoGetInspectionResults' ran for 0ms;
2020-04-24 12:01:27.5737;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ApplicationWorksheetFunctionInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.5886;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'MoveFieldCloserToUsageInspection.DoGetInspectionResults' ran for 1ms;
2020-04-24 12:01:27.6416;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ObjectVariableNotSetInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.6662;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ObjectVariableNotSetInspection.DoGetInspectionResults' ran for 39ms;
2020-04-24 12:01:27.6662;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ObsoleteGlobalInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.5886;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ModuleWithoutFolderInspection.DoGetInspectionResults' returned 10 objects.;
2020-04-24 12:01:27.7174;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ModuleWithoutFolderInspection.DoGetInspectionResults' ran for 3ms;
2020-04-24 12:01:27.6933;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ObjectWhereProcedureIsRequiredInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.7174;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ObjectWhereProcedureIsRequiredInspection.DoGetInspectionResults' ran for 18ms;
2020-04-24 12:01:27.6513;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ApplicationWorksheetFunctionInspection.DoGetInspectionResults' ran for 22ms;
2020-04-24 12:01:27.6662;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'NonReturningFunctionInspection.DoGetInspectionResults' returned 1 objects.;
2020-04-24 12:01:27.7479;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'NonReturningFunctionInspection.DoGetInspectionResults' ran for 2ms;
2020-04-24 12:01:27.6933;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'AssignmentNotUsedInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.7479;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'AssignmentNotUsedInspection.DoGetInspectionResults' ran for 286ms;
2020-04-24 12:01:27.6933;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ImplicitActiveWorkbookReferenceInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.7174;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ObsoleteGlobalInspection.DoGetInspectionResults' ran for 10ms;
2020-04-24 12:01:27.7780;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ProcedureNotUsedInspection.DoGetInspectionResults' returned 13 objects.;
2020-04-24 12:01:27.8069;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ProcedureNotUsedInspection.DoGetInspectionResults' ran for 37ms;
2020-04-24 12:01:27.7780;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'UnderscoreInPublicClassModuleMemberInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.8069;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'UnderscoreInPublicClassModuleMemberInspection.DoGetInspectionResults' ran for 6ms;
2020-04-24 12:01:27.8069;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'SelfAssignedDeclarationInspection.DoGetInspectionResults' returned 6 objects.;
2020-04-24 12:01:27.8312;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'SelfAssignedDeclarationInspection.DoGetInspectionResults' ran for 2ms;
2020-04-24 12:01:27.8312;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'SheetAccessedUsingStringInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.8422;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'SheetAccessedUsingStringInspection.DoGetInspectionResults' ran for 82ms;
2020-04-24 12:01:27.8312;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ObsoleteTypeHintInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.8422;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'SuspiciousLetAssignmentInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.8691;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'SuspiciousLetAssignmentInspection.DoGetInspectionResults' ran for 6ms;
2020-04-24 12:01:27.8006;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'HostSpecificExpressionInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.8691;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'HostSpecificExpressionInspection.DoGetInspectionResults' ran for 2ms;
2020-04-24 12:01:27.8006;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ImplicitActiveWorkbookReferenceInspection.DoGetInspectionResults' ran for 119ms;
2020-04-24 12:01:27.8069;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'UnreachableCaseInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.8006;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ParameterCanBeByValInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.9165;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ParameterCanBeByValInspection.DoGetInspectionResults' ran for 77ms;
2020-04-24 12:01:27.9165;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'MemberNotOnInterfaceInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.9424;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'MemberNotOnInterfaceInspection.DoGetInspectionResults' ran for 367ms;
2020-04-24 12:01:27.9424;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'UntypedFunctionUsageInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.9608;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'UntypedFunctionUsageInspection.DoGetInspectionResults' ran for 1ms;
2020-04-24 12:01:27.8656;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ObsoleteTypeHintInspection.DoGetInspectionResults' ran for 3ms;
2020-04-24 12:01:27.9654;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'MissingAttributeInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.9654;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'MissingAttributeInspection.DoGetInspectionResults' ran for 5ms;
2020-04-24 12:01:27.9654;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'UseMeaningfulNameInspection.DoGetInspectionResults' returned 14 objects.;
2020-04-24 12:01:27.9654;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'UseMeaningfulNameInspection.DoGetInspectionResults' ran for 126ms;
2020-04-24 12:01:27.9654;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'VariableTypeNotDeclaredInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.9797;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'VariableTypeNotDeclaredInspection.DoGetInspectionResults' ran for 1ms;
2020-04-24 12:01:27.9165;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'UnreachableCaseInspection.DoGetInspectionResults' ran for 455ms;
2020-04-24 12:01:27.9797;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'VariableNotAssignedInspection.DoGetInspectionResults' returned 6 objects.;
2020-04-24 12:01:27.9797;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'VariableNotAssignedInspection.DoGetInspectionResults' ran for 2ms;
2020-04-24 12:01:27.9797;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'MissingMemberAnnotationInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.9943;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'MissingMemberAnnotationInspection.DoGetInspectionResults' ran for 10ms;
2020-04-24 12:01:27.9797;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'UseOfBangNotationInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.9943;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'WriteOnlyPropertyInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:28.0145;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'WriteOnlyPropertyInspection.DoGetInspectionResults' ran for 6ms;
2020-04-24 12:01:27.9943;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'IsMissingOnInappropriateArgumentInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:27.9608;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ParameterNotUsedInspection.DoGetInspectionResults' returned 5 objects.;
2020-04-24 12:01:28.0145;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ParameterNotUsedInspection.DoGetInspectionResults' ran for 6ms;
2020-04-24 12:01:28.0145;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'UseOfBangNotationInspection.DoGetInspectionResults' ran for 0ms;
2020-04-24 12:01:27.9943;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ObsoleteMemberUsageInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:28.0145;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ObsoleteMemberUsageInspection.DoGetInspectionResults' ran for 4ms;
2020-04-24 12:01:28.0145;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'UseOfRecursiveBangNotationInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:28.0313;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'UseOfRecursiveBangNotationInspection.DoGetInspectionResults' ran for 0ms;
2020-04-24 12:01:28.0313;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'UseOfUnboundBangNotationInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:28.0313;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'UseOfUnboundBangNotationInspection.DoGetInspectionResults' ran for 0ms;
2020-04-24 12:01:28.0145;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ExcelUdfNameIsValidCellReferenceInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:28.0145;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'VariableNotUsedInspection.DoGetInspectionResults' returned 6 objects.;
2020-04-24 12:01:28.0424;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'VariableNotUsedInspection.DoGetInspectionResults' ran for 1ms;
2020-04-24 12:01:28.0145;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'IsMissingOnInappropriateArgumentInspection.DoGetInspectionResults' ran for 436ms;
2020-04-24 12:01:28.0313;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ExcelUdfNameIsValidCellReferenceInspection.DoGetInspectionResults' ran for 26ms;
2020-04-24 12:01:28.0313;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'KeywordsUsedAsMemberInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:28.0424;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'KeywordsUsedAsMemberInspection.DoGetInspectionResults' ran for 1ms;
2020-04-24 12:01:28.0424;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'NonBreakingSpaceIdentifierInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:28.0564;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'NonBreakingSpaceIdentifierInspection.DoGetInspectionResults' ran for 1ms;
2020-04-24 12:01:28.1022;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'UnassignedVariableUsageInspection.DoGetInspectionResults' returned 3 objects.;
2020-04-24 12:01:28.1039;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'UnassignedVariableUsageInspection.DoGetInspectionResults' ran for 230ms;
2020-04-24 12:01:28.1039;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'UndeclaredVariableInspection.DoGetInspectionResults' returned 4 objects.;
2020-04-24 12:01:28.1039;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'UndeclaredVariableInspection.DoGetInspectionResults' ran for 1ms;
2020-04-24 12:01:28.1539;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'IsMissingWithNonArgumentParameterInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:28.1539;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'IsMissingWithNonArgumentParameterInspection.DoGetInspectionResults' ran for 106ms;
2020-04-24 12:01:28.1993;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ExcelMemberMayReturnNothingInspection.DoGetInspectionResults' returned 0 objects.;
2020-04-24 12:01:28.1993;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ExcelMemberMayReturnNothingInspection.DoGetInspectionResults' ran for 718ms;
2020-04-24 12:01:28.2758;TRACE-2.5.0.5244;Rubberduck.UI.Inspections.InspectionResultsViewModel;Inspection results returned in 1228ms;
2020-04-24 12:01:28.3669;TRACE-2.5.0.5244;Rubberduck.UI.Inspections.InspectionResultsViewModel;Inspection results rendered in 34ms;
2020-04-24 12:01:38.7422;INFO-2.5.0.5244;Rubberduck.Parsing.VBA.ParseCoordinator;Parsing run finished after 25.714919s. (thread 11).;
2020-04-24 12:03:02.4962;INFO-2.5.0.5244;Rubberduck._Extension;Rubberduck is shutting down.;
2020-04-24 12:03:02.4962;TRACE-2.5.0.5244;Rubberduck._Extension;Unhooking VBENativeServices events...;
2020-04-24 12:03:02.4962;TRACE-2.5.0.5244;Rubberduck.VBEditor.WindowsApi.SubclassManager;Releasing subclass for hWnd 0x00080678.;
2020-04-24 12:03:02.5278;TRACE-2.5.0.5244;Rubberduck._Extension;Releasing dockable hosts...;
2020-04-24 12:03:02.8267;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.IndentCurrentModuleCommand was registered with id 49435;
2020-04-24 12:03:02.8267;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.CodePaneRefactorRenameCommand was registered with id 49463;
2020-04-24 12:03:02.8267;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorEncapsulateFieldCommand was registered with id 49481;
2020-04-24 12:03:02.8267;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorExtractMethodCommand was registered with id 50065;
2020-04-24 12:03:02.8267;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorMoveCloserToUsageCommand was registered with id 49707;
2020-04-24 12:03:02.8383;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.CodeExplorerCommand was registered with id 49655;
2020-04-24 12:03:02.8383;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.ExportAllCommand was registered with id 50003;
2020-04-24 12:03:02.8383;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.FindSymbolCommand was registered with id 49516;
2020-04-24 12:03:02.8383;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.IndentCurrentProcedureCommand was registered with id 49675;
2020-04-24 12:03:02.8383;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.InspectionResultsCommand was registered with id 50164;
2020-04-24 12:03:02.8383;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.ReparseCommand was registered with id 49506;
2020-04-24 12:03:02.8383;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.TestExplorerCommand was registered with id 49668;
2020-04-24 12:03:02.8804;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.IndentCurrentModuleCommand was registered with id 50175;
2020-04-24 12:03:02.8804;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.CodePaneRefactorRenameCommand was registered with id 49668;
2020-04-24 12:03:02.8874;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorEncapsulateFieldCommand was registered with id 49491;
2020-04-24 12:03:02.8874;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorExtractMethodCommand was registered with id 49644;
2020-04-24 12:03:02.8874;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorMoveCloserToUsageCommand was registered with id 49506;
2020-04-24 12:03:02.8874;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.CodeExplorerCommand was registered with id 49863;
2020-04-24 12:03:02.8874;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.ExportAllCommand was registered with id 49929;
2020-04-24 12:03:02.9004;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.FindSymbolCommand was registered with id 49426;
2020-04-24 12:03:02.9004;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.IndentCurrentProcedureCommand was registered with id 49735;
2020-04-24 12:03:02.9004;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.InspectionResultsCommand was registered with id 50024;
2020-04-24 12:03:02.9004;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.ReparseCommand was registered with id 49327;
2020-04-24 12:03:02.9004;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.TestExplorerCommand was registered with id 50164;
2020-04-24 12:03:02.9302;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.IndentCurrentModuleCommand was registered with id 50164;
2020-04-24 12:03:02.9332;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.CodePaneRefactorRenameCommand was registered with id 49414;
2020-04-24 12:03:02.9332;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorEncapsulateFieldCommand was registered with id 49777;
2020-04-24 12:03:02.9332;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorExtractMethodCommand was registered with id 50129;
2020-04-24 12:03:02.9332;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorMoveCloserToUsageCommand was registered with id 49464;
2020-04-24 12:03:02.9332;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.CodeExplorerCommand was registered with id 49327;
2020-04-24 12:03:02.9332;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.ExportAllCommand was registered with id 50024;
2020-04-24 12:03:02.9332;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.FindSymbolCommand was registered with id 49825;
2020-04-24 12:03:02.9477;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.IndentCurrentProcedureCommand was registered with id 49735;
2020-04-24 12:03:02.9477;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.InspectionResultsCommand was registered with id 49426;
2020-04-24 12:03:02.9477;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.ReparseCommand was registered with id 49929;
2020-04-24 12:03:02.9477;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.TestExplorerCommand was registered with id 49863;
2020-04-24 12:03:02.9720;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.IndentCurrentModuleCommand was registered with id 49863;
2020-04-24 12:03:02.9720;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.CodePaneRefactorRenameCommand was registered with id 49929;
2020-04-24 12:03:02.9720;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorEncapsulateFieldCommand was registered with id 49426;
2020-04-24 12:03:02.9720;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorExtractMethodCommand was registered with id 49735;
2020-04-24 12:03:02.9791;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorMoveCloserToUsageCommand was registered with id 49825;
2020-04-24 12:03:02.9791;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.CodeExplorerCommand was registered with id 50024;
2020-04-24 12:03:02.9791;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.ExportAllCommand was registered with id 49327;
2020-04-24 12:03:02.9791;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.FindSymbolCommand was registered with id 49464;
2020-04-24 12:03:02.9791;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.IndentCurrentProcedureCommand was registered with id 50129;
2020-04-24 12:03:02.9791;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.InspectionResultsCommand was registered with id 49777;
2020-04-24 12:03:02.9791;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.ReparseCommand was registered with id 49414;
2020-04-24 12:03:02.9791;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.TestExplorerCommand was registered with id 50164;
2020-04-24 12:03:03.0103;TRACE-2.5.0.5244;Rubberduck._Extension;Initiating App.Shutdown...;
2020-04-24 12:03:03.0623;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.IndentCurrentModuleCommand was registered with id 50164;
2020-04-24 12:03:03.0623;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.CodePaneRefactorRenameCommand was registered with id 49414;
2020-04-24 12:03:03.0623;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorEncapsulateFieldCommand was registered with id 49777;
2020-04-24 12:03:03.0623;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorExtractMethodCommand was registered with id 50129;
2020-04-24 12:03:03.0623;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorMoveCloserToUsageCommand was registered with id 49464;
2020-04-24 12:03:03.0623;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.CodeExplorerCommand was registered with id 49327;
2020-04-24 12:03:03.0623;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.ExportAllCommand was registered with id 50024;
2020-04-24 12:03:03.0721;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.FindSymbolCommand was registered with id 49825;
2020-04-24 12:03:03.0721;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.IndentCurrentProcedureCommand was registered with id 49882;
2020-04-24 12:03:03.0721;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.InspectionResultsCommand was registered with id 49331;
2020-04-24 12:03:03.0721;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.ReparseCommand was registered with id 49435;
2020-04-24 12:03:03.0721;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.TestExplorerCommand was registered with id 49735;
2020-04-24 12:03:03.0721;INFO-2.5.0.5244;Rubberduck.Common.LogLevelHelper;Minimum log level changing from Trace to Off;

Additional context

Please contact me at martijn@shared.nl if you need the project.

For your information my job description:

Technical team lead at Shared Robotics in the Netherlands

The file is for a client so i'll have to redact it but this is a issue that lies with the Rubberduck application.

ghost commented 4 years ago

Update:

When i copy and paste all the code into another project (With the same module and class names) it works again. Also the code in the old project compiles and can be used. Only when i let rubberduck parse the code Excel crashes.

MDoerner commented 4 years ago

Thanks for reporting. I have added some markdown to your issue in order to help readability.

I will have a look at it later.

daFreeMan commented 4 years ago

Unless I've completely misunderstood the purpose of your code (it's early, that's possible), might I humbly suggest that you use Rubberduck's built in functions to handle code module import/export? I had done the same thing you had - built my own tool to import & export code and had issues with it. Letting the duck handle it has resolved many issues for me.

From the VBIDE's menu, select Rubberduck | Tools | Export Active Project... then navigate to the directory of your choice. Rubberduck will export all code and document modules to this directory.

To import, right-click in the Code Explorer pane, then select Sync Project then either of the options presented. To be fair, the documentation is lacking somewhat (at least I can't find it with a cursory search), however, I believe that Update components from files... will replace just the selected files, while Replace Contents from Files... will delete all components and import only the selected ones.

A9G-Data-Droid commented 4 years ago

This sounds like it might be related to issue #5442