Reporter | Magnus Österlund (magol) |
---|---|
Created | Nov 23, 2011 12:21:07 AM |
Updated | Mar 27, 2012 5:03:10 PM |
Priority | Normal |
Type | Exception |
Fix versions | 7.0 |
State | Submitted |
Assignee | Alexey Kuptsov (alexey.kuptsov) |
Subsystem | No subsystem |
Affected versions | No Affected versions |
Fixed in build | No Fixed in build |
ReSharper 6.1 EAP Version=6.1.9.17, Built=2011-11-21T02:24:48, Configuration=“Csharp PublicMode Vbnet VS1000”
Object reference not set to an instance of an object.
--- EXCEPTION #1/2 [NullReferenceException]
Message = “Object reference not set to an instance of an object.”
ExceptionPath = Root.InnerException
ClassName = System.NullReferenceException
HResult = COR_E_NULLREFERENCE=E_POINTER=80004003
Source = mscorlib
StackTraceString = “
”
--- Outer —
--- EXCEPTION #2/2 [LoggerException]
Message = “Object reference not set to an instance of an object.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.LastExtension = cs
Data.ManagedThreadName = “Pool Thread #1”
Data.PlatformSccRevision = CompiledWithoutBuildServer
Data.ProductSccRevision = CompiledWithoutBuildServer
Data.VsVersion = 10.0.40219.1
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
”
Object reference not set to an instance of an object.
--- EXCEPTION #1/2 [NullReferenceException]
Message = “Object reference not set to an instance of an object.”
ExceptionPath = Root.InnerException
ClassName = System.NullReferenceException
HResult = COR_E_NULLREFERENCE=E_POINTER=80004003
Source = mscorlib
StackTraceString = “
at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add) at JetBrains.Util.OneToListMap`2.AddValueRange(TKey key, IEnumerable`1 list) in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\Util\src\Collections\OneToListMap.cs:line 207 at JetBrains.ReSharper.Intentions.QuickFixTable.GetHighlightingQuickFixesInfo(Type highlightingType) in c:\BuildAgent\work\f4954dbf762b12ec\src\Intentions\src\QuickFixTable.cs:line 164 at JetBrains.ReSharper.Intentions.QuickFixTable.GetQuickFixes(IHighlighting highlighting, Func`2 predicate) in c:\BuildAgent\work\f4954dbf762b12ec\src\Intentions\src\QuickFixTable.cs:line 0 at JetBrains.ReSharper.Intentions.QuickFixTable.CreateAllQuickFixes(IHighlighting highlighting) in c:\BuildAgent\work\f4954dbf762b12ec\src\Intentions\src\QuickFixTable.cs:line 91 at JetBrains.ReSharper.Intentions.Bulbs.BulbItemsBuilder.BuildAvailableQuickFixes(BulbCache cacheData, VisibleActions result) in c:\BuildAgent\work\f4954dbf762b12ec\src\Intentions\src\Bulbs\BulbItemsBuilder.cs:line 183 at JetBrains.ReSharper.Intentions.Bulbs.BulbItemsBuilder.<>c__DisplayClass7.<BuildAvailableActionsList>b__2() in c:\BuildAgent\work\f4954dbf762b12ec\src\Intentions\src\Bulbs\BulbItemsBuilder.cs:line 114 at JetBrains.ReSharper.Intentions.Bulbs.BulbItemsBuilder.BackgroundContextActionBuilder.Work() in c:\BuildAgent\work\f4954dbf762b12ec\src\Intentions\src\Bulbs\BulbItemsBuilder.cs:line 378 at JetBrains.Application.InterruptableReadActivity.DoWork() in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\Shell\src\InterruptableReadActivity.cs:line 209 at JetBrains.Application.InterruptableReadActivity.WorkerThreadProc() in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\Shell\src\InterruptableReadActivity.cs:line 100
--- Outer —
--- EXCEPTION #2/2 [LoggerException]
Message = “Object reference not set to an instance of an object.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.LastExtension = cs
Data.ManagedThreadName = “Pool Thread #1”
Data.PlatformSccRevision = CompiledWithoutBuildServer
Data.ProductSccRevision = CompiledWithoutBuildServer
Data.VsVersion = 10.0.40219.1
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.Application.InterruptableReadActivity.WorkerThreadProc() in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\Shell\src\InterruptableReadActivity.cs:line 133 at JetBrains.Threading.ThreadManager.PooledThread.ThreadProc() in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\Util\src\Threading\ThreadManager.cs:line 152 at JetBrains.Util.Logger.Catch(Action action) in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\Util\src\Logger\Logger.cs:line 245 at JetBrains.Threading.ThreadManager.PooledThread.<.ctor>b__1() in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\Util\src\Threading\ThreadManager.cs:line 116 at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()