atlaste / CPPCoverage

Visual Studio Extension for measuring C++ Code Coverage and profiling data
78 stars 19 forks source link

Small random bug that pops up with GIT integration #11

Closed atlaste closed 7 years ago

atlaste commented 7 years ago

It's interesting what you sometimes find in the Activity log:

System.ArgumentNullException: Value cannot be null. Parameter name: key at System.Collections.Generic.Dictionary2.Remove(TKey key) at OpenCppCoverage.VSPackage.CoverageTree.CoverageViewManager.OnTextChanged(IWpfTextView textView, TextContentChangedEventArgs e) at OpenCppCoverage.VSPackage.CoverageTree.CoverageViewManager.<>c__DisplayClass9_0.<TextViewCreated>b__0(Object sender, TextContentChangedEventArgs e) at Microsoft.VisualStudio.Text.Utilities.GuardedOperations.RaiseEvent[TArgs](Object sender, EventHandler1 eventHandlers, TArgs args)

When you get this, you'll encounter a nasty popup that explains something went wrong with a plugin.

atlaste commented 7 years ago

Fixed one of the null reference exceptions. Unable to reproduce this bug so far...

atlaste commented 7 years ago

Still cannot reproduce the bug. Closing it.