Quantcast
Channel: YouTrackReSharper (RSRP) - Bug and Issue Tracker
Viewing all 106942 articles
Browse latest View live

RSRP-137535: Inspection results: permanently ignore selected issues

$
0
0
Reporter Denis Valeev (denisvaleev) Denis Valeev (denisvaleev)
Created Dec 1, 2009 7:21:48 PM
Updated Apr 9, 2018 4:46:32 PM
Subsystem Code Analysis - Find Code Issues
Assignee Mikhail Senkov (micha)
Priority Normal
State Submitted
Type Feature
Fix version No Fix versions
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions

RSRP-467968: Wrong "unused variable" warning.

$
0
0
Reporter Daniel Blendea (bdaniel7) Daniel Blendea (bdaniel7)
Created Jan 16, 2018 6:49:02 PM
Updated Apr 9, 2018 4:47:11 PM
Resolved Jan 22, 2018 5:56:05 PM
Subsystem Code Analysis - C#
Assignee Ivan Serduk (IvanSerduk)
Priority Critical
State Can't Reproduce
Type Bug
Fix version No Fix versions
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions

With ReSharper Ultimate 2017.3.1 Build 111.0.20171221.145902 I'm suddenly getting a "local variable is never used", even though the variable is clearly used. And it's not just the color of the variable name.
I have attached some screnshots.

RSRP-137512: Reverse assignment for multiple statements.

$
0
0
Reporter Denis Valeev (denisvaleev) Denis Valeev (denisvaleev)
Created Dec 1, 2009 6:14:59 PM
Updated Apr 9, 2018 4:54:36 PM
Resolved Apr 9, 2018 4:54:33 PM
Subsystem No Subsystem
Assignee Ilya Ryzhenkov (orangy)
Priority Normal
State Fixed
Type Feature
Fix version Unidentified prior version
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
Reverse assignment for multiple statements (selected piece of code).

RSRP-135002: Visual Studio 2010 Intellisense behavior in ReSharper Intellisense

$
0
0
Reporter Jameel Al-Aziz (jalaziz) Jameel Al-Aziz (jalaziz)
Created Nov 22, 2009 6:19:51 AM
Updated Apr 9, 2018 4:56:41 PM
Resolved Apr 9, 2018 4:56:39 PM
Subsystem No Subsystem
Assignee Ilya Ryzhenkov (orangy)
Priority Normal
State Fixed
Type Feature
Fix version Unidentified prior version
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
In Visual Studio 2010, typing a keyword during intellisense causes all results containing that word to be shown.

Currently, ReSharper only shows results that start with the word being typed.

Visual Studio's new intellisense behavior should be included in ReSharper's intellisense.

RSRP-467783: Alt+R doesn't toggle checkbox on Rename Related Symbols screen

$
0
0
Reporter Andrey Simukov (Andrey.Simukov) Andrey Simukov (Andrey.Simukov)
Created Dec 28, 2017 9:54:22 PM
Updated Apr 9, 2018 5:03:27 PM
Resolved Apr 9, 2018 5:03:27 PM
Subsystem Refactorings
Assignee Alisa Afonina (alisa.afonina)
Priority Normal
State Fixed
Type Bug
Fix version 2018.1
Affected versions 2018.1, 2017.3
Fixed In Version ReSharper Undefined
VsVersion All Versions
1. Use the 'rename' refactoring
2. On the Rename Related Symbols, press Alt+R

Expected result: "Rename related symbols" checkbox gets unchecked
Actual result: The listview under the checkbox gets focused

RSRP-467725: Introduce parameter: impossible to complete refactoring with Enter key when name suggestion popup is opened

$
0
0
Reporter Alexander Shvedov (shvedov) Alexander Shvedov (shvedov)
Created Dec 22, 2017 4:14:05 PM
Updated Apr 9, 2018 5:03:35 PM
Resolved Apr 9, 2018 5:03:35 PM
Subsystem Refactorings
Assignee Alisa Afonina (alisa.afonina)
Priority Show-stopper
State Fixed
Type Bug
Fix version 2018.1
Affected versions 2018.1
Fixed In Version ReSharper Undefined
VsVersion All Versions

Invoke "Introduce parameter", type the new name while having the suggestion list opened, press Enter — nothing happens. Tab also do nothing. I can't commit dialog from keyboard at all :(

RSRP-468993: Encapsulate Field: New property is not created when property which encapsulated field already exists.

$
0
0
Reporter Lilia Shamsutdinova (Lilia.Shamsutdinova) Lilia Shamsutdinova (Lilia.Shamsutdinova)
Created Mar 30, 2018 2:11:25 PM
Updated Apr 9, 2018 5:03:42 PM
Resolved Apr 9, 2018 5:03:42 PM
Subsystem Refactorings
Assignee Alisa Afonina (alisa.afonina)
Priority Critical
State Fixed
Type Bug
Fix version 2018.1
Affected versions 2018.1
Fixed In Version ReSharper Undefined
VsVersion All Versions

JetBrains ReSharper Ultimate 2018.1 EAP 6 D Build 12.0.20180330.53424-eap06d

        private string myString;

        protected string MyString
        {
            get { return myString; }
            set { myString = value; }
        }

        public void DoSomething(string input)
        {
            myString = input;
            var test = myString;
        }
  1. Invoke Encapsulate Field on myString field.
  2. In "Encapsulate Field" dialog set "Create new property" as "Choose property:"; "My" as "Property name:"; uncheck "To auto-property".
  3. Click Next

Actual result:
New property is not created.

Expected result:
New property is created.

RSRP-318624: Inline resource Window has no accelerators

$
0
0
Reporter Julien Lebosquain (mrjul) Julien Lebosquain (mrjul)
Created Jun 28, 2012 8:37:42 PM
Updated Apr 9, 2018 5:03:50 PM
Resolved Apr 9, 2018 5:03:50 PM
Subsystem Localization (i18n, ResX)
Assignee Alisa Afonina (alisa.afonina)
Priority Critical
State Fixed
Type Usability Problem
Fix version 2018.1
Affected versions 7.0
Fixed In Version ReSharper Undefined
VsVersion All Versions
Can't toggle "inline all usages" and "remove declaration" using keyboard accelerators since there are no for those two checkboxes.

RSRP-468917: Not a valid identifier name

$
0
0
Reporter Lilia Shamsutdinova (Lilia.Shamsutdinova) Lilia Shamsutdinova (Lilia.Shamsutdinova)
Created Mar 27, 2018 4:30:00 PM
Updated Apr 9, 2018 5:03:52 PM
Resolved Apr 9, 2018 5:03:52 PM
Subsystem Refactorings
Assignee Alisa Afonina (alisa.afonina)
Priority Critical
State Fixed
Type Exception
Fix version 2018.1
Affected versions 2018.1
Fixed In Version ReSharper Undefined
VsVersion All Versions
ReSharperPlatformVs14 Wave 12 — JetBrains ReSharper Ultimate 2018.1 EAP 5 D Build 112.0.20180326.210300-eap05d

JetBrains dotCover 2018.1 EAP 5 D Build 2018.1.20180327.90358-eap05d
JetBrains dotMemory 2018.1 EAP 5 D Build 2018.1.20180327.90402-eap05d
JetBrains dotTrace 2018.1 EAP 5 D Build 2018.1.20180327.90403-eap05d
JetBrains ReSharper 2018.1 EAP 5 D Build 2018.1.20180327.90211-eap05d
JetBrains ReSharper C++ 2018.1 EAP 5 D Build 2018.1.20180327.90203-eap05d
JetBrains TeamCity Add-in 2018.1 EAP 5 D Build 2018.1.20180327.90208-eap05d

SubProducts.0 = JetBrains dotCover 2018.1 EAP 5 D Build 2018.1.20180327.90358-eap05d
SubProducts.1 = JetBrains dotTrace 2018.1 EAP 5 D Build 2018.1.20180327.90403-eap05d
SubProducts.2 = JetBrains ReSharper C++ 2018.1 EAP 5 D Build 2018.1.20180327.90203-eap05d
SubProducts.3 = JetBrains TeamCity Add-in 2018.1 EAP 5 D Build 2018.1.20180327.90208-eap05d
SubProducts.4 = JetBrains ReSharper 2018.1 EAP 5 D Build 2018.1.20180327.90211-eap05d
SubProducts.5 = JetBrains dotMemory 2018.1 EAP 5 D Build 2018.1.20180327.90402-eap05d

Not a valid identifier name

— EXCEPTION #1/2 [AssertionException]
Message = “Not a valid identifier name”
ExceptionPath = Root.InnerException
ClassName = JetBrains.Util.Assertion+AssertionException
HResult = COR_E_EXCEPTION=80131500
Source = JetBrains.Platform.Util
StackTraceString = “
 at JetBrains.Util.AssertionWithSensitiveData.Fail(String message, Pair`2[] sensitiveData)
 at JetBrains.Util.AssertionWithSensitiveData.Fail(String message, Pair`2[] sensitiveData)
 at JetBrains.ReSharper.Psi.CSharp.Impl.CSharpImplUtil.ReplaceIdentifier(ITreeNode parent, ICSharpIdentifier node, String name)
 at JetBrains.ReSharper.Psi.CSharp.Impl.Tree.ClassDeclarationStub.SetName(String name)
 at JetBrains.ReSharper.Refactorings.MoveTypeToOuterScope.MoveTypeToOuterScopeBase`2.PasteDeclarations(Pair`2 declarationPair)
 at JetBrains.ReSharper.Refactorings.MoveTypeToOuterScope.MoveTypeToOuterScopeRefactoring.MoveDeclarations()
 at JetBrains.ReSharper.Refactorings.MoveTypeToOuterScope.MoveTypeToOuterScopeRefactoring.Execute(IProgressIndicator pi)
 at JetBrains.ReSharper.Feature.Services.Refactorings.DrivenRefactoringConflictSearcher.<>c__DisplayClass2_1.<SearchConflicts>b__0()
 at JetBrains.ReSharper.Psi.Transactions.PsiTransactionCookie.ExecuteConditionally(IPsiServices psiServices, Func`1 action, String commandName)
 at JetBrains.ReSharper.Feature.Services.Refactorings.DrivenRefactoringConflictSearcher.SearchConflicts(IProgressIndicator pi, Boolean canPerformRefactoring)
 at JetBrains.ReSharper.Feature.Services.Refactorings.WorkflowExecuter.<>c__DisplayClass42_0.<InitPage>b__0(IProgressIndicator pi)
 at JetBrains.ReSharper.Feature.Services.Refactorings.FunctionWrapper`1.ExecuteAction(IProgressIndicator pi)


— Outer —

— EXCEPTION #2/2 [LoggerException]
Message = “Not a valid identifier name”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.ManagedThreadName = <NULL>
Data.LastExtension = cs
Data.SccRevisionShell = “<there are no packages matching the criteria>”
Data.HostProductInfo = “JetBrains ReSharper Ultimate 2018.1 EAP 5 D Build 112.0.20180326.210300-eap05d”
Data.SubProducts.#0 = “JetBrains dotCover 2018.1 EAP 5 D Build 2018.1.20180327.90358-eap05d”
Data.SubProducts.#1 = “JetBrains dotTrace 2018.1 EAP 5 D Build 2018.1.20180327.90403-eap05d”
Data.SubProducts.#2 = “JetBrains ReSharper C++ 2018.1 EAP 5 D Build 2018.1.20180327.90203-eap05d”
Data.SubProducts.#3 = “JetBrains TeamCity Add-in 2018.1 EAP 5 D Build 2018.1.20180327.90208-eap05d”
Data.SubProducts.#4 = “JetBrains ReSharper 2018.1 EAP 5 D Build 2018.1.20180327.90211-eap05d”
Data.SubProducts.#5 = “JetBrains dotMemory 2018.1 EAP 5 D Build 2018.1.20180327.90402-eap05d”
Data.SccRevisionEnv = “
Platform\Core\Shell:
    git::refs/heads/wave12::a65b9dffcb3dd34ca8ea9f95c38272c9a33d3399


Platform\VisualStudio:
    git::refs/heads/wave12::d337ce2cb88db4ce1bee01229269f4b8a696cdf9

Data.VsVersion = 14.0.25431.1
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.ReSharper.Feature.Services.Refactorings.FunctionWrapper`1.ExecuteAction(IProgressIndicator pi)
 at JetBrains.ReSharper.Feature.Services.Refactorings.FunctionWrapper`1.ExecuteAction(IProgressIndicator pi)
 at JetBrains.UI.SrcView.Progress.UITaskExecutorRun.RunStartTaskCallTaskAction(IProperty`1 isDone, ProgressIndicator progressIndicator, TaskThreadAffinity taskThreadAffinity, Action`1 FTask, JetDispatcher dispatcherPrimary)
 at JetBrains.UI.SrcView.Progress.UITaskExecutorRun.RunCore(TaskThreadAffinity taskThreadAffinity, Action`1 FTask, Func`3 FAttachUi, ProgressIndicator progressIndicator, IWin32Window parentWindow, IThreading threading, WorkerThreadShop workerThreadShop, Boolean enforceModalityState)
 at JetBrains.UI.SrcView.Progress.UITaskExecutorRun.Run(TaskThreadAffinity taskThreadAffinity, Action`1 task, Func`3 FAttachUi, ProgressIndicator indicator, IWin32Window parentWindow, IThreading threading, WorkerThreadShop workerThreadShop, Boolean enforceModalityState)
 at JetBrains.PsiFeatures.UIInteractive.Refactorings.RefactoringsTaskExecutor.JetBrains.Application.Progress.ITaskExecutor.ExecuteTask(String name, TaskCancelable cancelable, Action`1 task)
 at JetBrains.ReSharper.Feature.Services.Refactorings.WorkflowExecuter.RunWithProgress[TResult](Func`2 action, String taskName, TResult& result)
 at JetBrains.ReSharper.Feature.Services.Refactorings.WorkflowExecuter.InitPage(IRefactoringPage page)
 at JetBrains.ReSharper.Feature.Services.Refactorings.WorkflowExecuter.NextPage(IRefactoringPage currentPage)
 at JetBrains.ReSharper.Feature.Services.Refactorings.WorkflowExecuter.MoveToNextPage()
 at JetBrains.PsiFeatures.UIInteractive.Refactorings.CommonUI.WorkflowHostWithWizardForm.<NextClick>b__18_0()
 at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
 at JetBrains.Threading.ReentrancyGuard.ExecuteOrQueue(String name, Action action, TaskPriority priority)
 at JetBrains.PsiFeatures.UIInteractive.Refactorings.CommonUI.WorkflowHostWithWizardForm.NextClick(Object sender, EventArgs e)
 at JetBrains.PsiFeatures.UIInteractive.Refactorings.CommonUI.RefactoringWizardForm.myContinueButton_Click(Object sender, EventArgs e)
 at System.Windows.Forms.Control.OnClick(EventArgs e)
 at System.Windows.Forms.Button.OnClick(EventArgs e)
 at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
 at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
 at System.Windows.Forms.Control.WndProc(Message& m)
 at System.Windows.Forms.ButtonBase.WndProc(Message& m)
 at System.Windows.Forms.Button.WndProc(Message& m)
 at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
 at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
 at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

RSRP-468899: Object reference not set to an instance of an object.

$
0
0
Reporter José Manuel Nieto (José_Manuel_Nieto) José Manuel Nieto (José_Manuel_Nieto)
Created Mar 20, 2018 2:58:45 AM
Updated Apr 9, 2018 5:04:02 PM
Resolved Apr 9, 2018 5:04:02 PM
Subsystem Refactorings
Assignee Alisa Afonina (alisa.afonina)
Priority Show-stopper
State Fixed
Type Exception
Fix version 2018.1
Affected versions 2018.1
Fixed In Version ReSharper Undefined
VsVersion VS 2017 RTM, VS 2015 RTM
ReSharperPlatformVs15 Wave 12 Hive _1504ecc1 — JetBrains ReSharper Ultimate 2018.1 EAP 2 Build 112.0.20180306.121807-eap02

JetBrains ReSharper 2018.1 EAP 2 Build 2018.1.20180306.122857-eap02

SubProducts.0 = JetBrains ReSharper 2018.1 EAP 2 Build 2018.1.20180306.122857-eap02

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
Data.ReentrancyGuard.ActionName = FilterText::Change
HResult = E_POINTER=COR_E_NULLREFERENCE=80004003
Source = JetBrains.ReSharper.Feature.Services
StackTraceString = “
 at JetBrains.ReSharper.Feature.Services.UI.IconHostBase.UnTransform(Icon icon)
 at JetBrains.ReSharper.Feature.Services.UI.IconHostBase.UnTransform(Icon icon)
 at JetBrains.PsiFeatures.UIInteractive.Refactorings.CommonUI.CommonControls.TranslateCompletionEdit.<>c__DisplayClass9_0.<GetSettings>b__3(RefactoringCompletionItem item)
 at System.Linq.Enumerable.WhereSelectListIterator`2.MoveNext()
 at JetBrains.DataFlow.CollectionEvents`1.AddRange(IEnumerable`1 items)
 at JetBrains.PsiFeatures.UIInteractive.Refactorings.CommonUI.CommonControls.TranslateCompletionEdit.<>c__DisplayClass9_0.<GetSettings>b__2()
 at JetBrains.Threading.ReentrancyGuardEx.<>c__DisplayClass0_0.<Queue>b__3()
 at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)


— Outer —

— EXCEPTION #2/2 [LoggerException]
Message = “Object reference not set to an instance of an object.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.ManagedThreadName = <NULL>
Data.SccRevisionShell = “<there are no packages matching the criteria>”
Data.HostProductInfo = “JetBrains ReSharper Ultimate 2018.1 EAP 2 Build 112.0.20180306.121807-eap02”
Data.SubProducts.#0 = “JetBrains ReSharper 2018.1 EAP 2 Build 2018.1.20180306.122857-eap02”
Data.SccRevisionEnv = “
Platform\Core\Shell,
Platform\VisualStudio:
    git::refs/heads/wave12-eap2-take2

Data.VsVersion = 15.6.27428.2011
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
 at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
 at JetBrains.Threading.ReentrancyGuard.ExecutePendingActions()
 at JetBrains.Threading.JetDispatcher.Closure.Execute()
 at JetBrains.Util.Concurrency.WinJetDispatcher.ProcessQueue(Int32 nMinBucket)
 at JetBrains.Util.Concurrency.WinJetDispatcher.<>c__DisplayClass18_0.<BeginInvokeCore>b__0()
 at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
 at System.Windows.Threading.DispatcherOperation.InvokeImpl()
 at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
 at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
 at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
 at System.Windows.Threading.DispatcherOperation.Invoke()
 at System.Windows.Threading.Dispatcher.ProcessQueue()
 at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
 at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
 at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
 at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
 at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
 at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
 at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)

RSRP-469003: Implicit UniversalModuleReferenceContext detected. Use CompilationContextCookie

$
0
0
Reporter Lilia Shamsutdinova (Lilia.Shamsutdinova) Lilia Shamsutdinova (Lilia.Shamsutdinova)
Created Mar 30, 2018 6:14:13 PM
Updated Apr 9, 2018 5:04:05 PM
Resolved Apr 9, 2018 5:04:05 PM
Subsystem Refactorings
Assignee Alisa Afonina (alisa.afonina)
Priority Critical
State Fixed
Type Exception
Fix version 2018.1
Affected versions 2018.1
Fixed In Version ReSharper Undefined
VsVersion All Versions
ReSharperPlatformVs14 Wave 12 — JetBrains ReSharper Ultimate 2018.1 EAP 6 D Build 112.0.20180330.30818-eap06d

JetBrains dotCover 2018.1 EAP 6 D Build 2018.1.20180330.50619-eap06d
JetBrains dotMemory 2018.1 EAP 6 D Build 2018.1.20180330.50622-eap06d
JetBrains dotTrace 2018.1 EAP 6 D Build 2018.1.20180330.53057-eap06d
JetBrains ReSharper 2018.1 EAP 6 D Build 2018.1.20180330.31812-eap06d
JetBrains ReSharper C++ 2018.1 EAP 6 D Build 2018.1.20180330.31815-eap06d
JetBrains TeamCity Add-in 2018.1 EAP 6 D Build 2018.1.20180330.31816-eap06d

Implicit UniversalModuleReferenceContext detected. Use CompilationContextCookie

— EXCEPTION #1/1 [LoggerException]
Message = “Implicit UniversalModuleReferenceContext detected. Use CompilationContextCookie”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.ManagedThreadName = <NULL>
Data.LastExtension = cs
Data.SccRevisionShell = “<there are no packages matching the criteria>”
Data.HostProductInfo = “JetBrains ReSharper Ultimate 2018.1 EAP 6 D Build 112.0.20180330.30818-eap06d”
Data.SubProducts.#0 = “JetBrains dotCover 2018.1 EAP 6 D Build 2018.1.20180330.50619-eap06d”
Data.SubProducts.#1 = “JetBrains dotTrace 2018.1 EAP 6 D Build 2018.1.20180330.53057-eap06d”
Data.SubProducts.#2 = “JetBrains ReSharper C++ 2018.1 EAP 6 D Build 2018.1.20180330.31815-eap06d”
Data.SubProducts.#3 = “JetBrains TeamCity Add-in 2018.1 EAP 6 D Build 2018.1.20180330.31816-eap06d”
Data.SubProducts.#4 = “JetBrains ReSharper 2018.1 EAP 6 D Build 2018.1.20180330.31812-eap06d”
Data.SubProducts.#5 = “JetBrains dotMemory 2018.1 EAP 6 D Build 2018.1.20180330.50622-eap06d”
Data.SccRevisionEnv = “
Platform\Core\Shell:
    git::refs/heads/wave12::f77d4bd0f4a27f561da3b3205b878a6538465a0f


Platform\VisualStudio:
    git::refs/heads/wave12::a5e24cdb39368fa258fdf16eaf220d5b467255ac

Data.VsVersion = 14.0.25431.1
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.Util.Logging.Logger.Fail(String messageText)
 at JetBrains.Util.Logging.Logger.Fail(String messageText)
 at JetBrains.ReSharper.Psi.CompilationContextCookie.GetContext()
 at JetBrains.ReSharper.Psi.Caches.SymbolCache.CaseSensitiveSymbolScope.GetTypeElementsByCLRName(IClrTypeName clrTypeName)
 at JetBrains.ReSharper.Psi.Impl.Types.DeclaredTypeFromCLRName.GetTypeElementNoRetargeting()
 at JetBrains.ReSharper.Psi.Impl.Types.DeclaredTypeBase.GetTypeElement()
 at JetBrains.ReSharper.Psi.Util.TypesUtil.IsTypeElementType[TTypeElement](IType type)
 at JetBrains.ReSharper.Psi.Util.TypesUtil.IsInterfaceType(IType type)
 at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
 at JetBrains.ReSharper.Psi.Impl.OverridableMemberImpl.<GetImmediateImplement>d__9.MoveNext()
 at JetBrains.ReSharper.Psi.Impl.OverridableMemberImpl.<GetImmediateSuperMembers>d__8.MoveNext()
 at JetBrains.ReSharper.Psi.Impl.OverridableMemberImpl.GetSuperMembers(OverridableMemberInstance member, Boolean searchQuasi, IProgressIndicator progressIndicator, Boolean consumeRootOnly)
 at JetBrains.ReSharper.Refactorings.MoveMembers.ImplExtractSuperclass.ExtractSuperclassDataModel.IsReferenced(DeclaredElementInfo info)
 at JetBrains.ReSharper.Refactorings.MoveMembers.Analysis.MoveDataModel.SelectDependent()
 at JetBrains.Platform.RdFramework.Util.ReactiveEx.<>c__DisplayClass1_0.<Advise>b__0(RdVoid _)
 at JetBrains.Platform.RdFramework.Util.Signal`1.Fire0(Action`1[] listeners, T value)
 at JetBrains.Platform.RdFramework.Util.Signal`1.Fire(T value)
 at JetBrains.Platform.RdFramework.Impl.RdSignal`1.Fire(T value)
 at JetBrains.Platform.RdFramework.Util.ReactiveEx.Fire(ISource`1 me)
 at JetBrains.PsiFeatures.UIInteractive.Refactorings.CommonUI.RefactoringWindows.DependentMembersControlWpf.<>c__DisplayClass1_0.<OnDependentClick>b__0()
 at JetBrains.Application.Threading.IShellLocksEx.ExecuteWithReadLock(IShellLocks thіs, Action F)
 at JetBrains.ReSharper.Resources.Shell.ReadLockCookie.<>c__DisplayClass7_0.<GuardedExecute>b__0()
 at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
 at JetBrains.ReSharper.Resources.Shell.ReadLockCookie.GuardedExecute(Action action)
 at JetBrains.PsiFeatures.UIInteractive.Refactorings.CommonUI.RefactoringWindows.DependentMembersControlWpf.OnDependentClick(Object sender, RoutedEventArgs e)
 at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
 at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
 at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
 at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
 at System.Windows.Controls.Primitives.ButtonBase.OnClick()
 at System.Windows.Controls.Button.OnClick()
 at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
 at System.Windows.UIElement.OnMouseLeftButtonUpThunk(Object sender, MouseButtonEventArgs e)
 at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
 at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
 at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
 at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
 at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
 at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
 at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
 at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
 at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
 at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
 at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
 at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
 at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
 at System.Windows.Input.InputManager.ProcessStagingArea()
 at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
 at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
 at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
 at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
 at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
 at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
 at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
 at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
 at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
 at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
 at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)

RSRP-469004: Implicit UniversalModuleReferenceContext detected. Use CompilationContextCookie

$
0
0
Reporter Lilia Shamsutdinova (Lilia.Shamsutdinova) Lilia Shamsutdinova (Lilia.Shamsutdinova)
Created Mar 30, 2018 6:16:04 PM
Updated Apr 9, 2018 5:04:08 PM
Resolved Apr 9, 2018 5:04:08 PM
Subsystem Refactorings
Assignee Alisa Afonina (alisa.afonina)
Priority Critical
State Fixed
Type Exception
Fix version 2018.1
Affected versions 2018.1
Fixed In Version ReSharper Undefined
VsVersion All Versions
ReSharperPlatformVs14 Wave 12 — JetBrains ReSharper Ultimate 2018.1 EAP 6 D Build 112.0.20180330.30818-eap06d

JetBrains dotCover 2018.1 EAP 6 D Build 2018.1.20180330.50619-eap06d
JetBrains dotMemory 2018.1 EAP 6 D Build 2018.1.20180330.50622-eap06d
JetBrains dotTrace 2018.1 EAP 6 D Build 2018.1.20180330.53057-eap06d
JetBrains ReSharper 2018.1 EAP 6 D Build 2018.1.20180330.31812-eap06d
JetBrains ReSharper C++ 2018.1 EAP 6 D Build 2018.1.20180330.31815-eap06d
JetBrains TeamCity Add-in 2018.1 EAP 6 D Build 2018.1.20180330.31816-eap06d

Implicit UniversalModuleReferenceContext detected. Use CompilationContextCookie

— EXCEPTION #1/1 [LoggerException]
Message = “Implicit UniversalModuleReferenceContext detected. Use CompilationContextCookie”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.ManagedThreadName = <NULL>
Data.LastExtension = cs
Data.SccRevisionShell = “<there are no packages matching the criteria>”
Data.HostProductInfo = “JetBrains ReSharper Ultimate 2018.1 EAP 6 D Build 112.0.20180330.30818-eap06d”
Data.SubProducts.#0 = “JetBrains dotCover 2018.1 EAP 6 D Build 2018.1.20180330.50619-eap06d”
Data.SubProducts.#1 = “JetBrains dotTrace 2018.1 EAP 6 D Build 2018.1.20180330.53057-eap06d”
Data.SubProducts.#2 = “JetBrains ReSharper C++ 2018.1 EAP 6 D Build 2018.1.20180330.31815-eap06d”
Data.SubProducts.#3 = “JetBrains TeamCity Add-in 2018.1 EAP 6 D Build 2018.1.20180330.31816-eap06d”
Data.SubProducts.#4 = “JetBrains ReSharper 2018.1 EAP 6 D Build 2018.1.20180330.31812-eap06d”
Data.SubProducts.#5 = “JetBrains dotMemory 2018.1 EAP 6 D Build 2018.1.20180330.50622-eap06d”
Data.SccRevisionEnv = “
Platform\Core\Shell:
    git::refs/heads/wave12::f77d4bd0f4a27f561da3b3205b878a6538465a0f


Platform\VisualStudio:
    git::refs/heads/wave12::a5e24cdb39368fa258fdf16eaf220d5b467255ac

Data.VsVersion = 14.0.25431.1
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.Util.Logging.Logger.Fail(String messageText)
 at JetBrains.Util.Logging.Logger.Fail(String messageText)
 at JetBrains.ReSharper.Psi.CompilationContextCookie.GetContext()
 at JetBrains.ReSharper.Psi.Impl.Types.DeclaredTypeBase.GetTypeElement()
 at JetBrains.ReSharper.Psi.DeclaredTypeExtensions.GetSuperTypes(IDeclaredType type)
 at JetBrains.ReSharper.Psi.Impl.OverridableMemberImpl.FindMembersInSuperInterfaces(OverridableMemberInstance member, IDeclaredType type, HashSet`1 visited, HashSet`1 ignored)
 at JetBrains.ReSharper.Psi.Impl.OverridableMemberImpl.<GetImmediateImplement>d__9.MoveNext()
 at JetBrains.ReSharper.Psi.Impl.OverridableMemberImpl.<GetImmediateSuperMembers>d__8.MoveNext()
 at JetBrains.ReSharper.Psi.Impl.OverridableMemberImpl.GetSuperMembers(OverridableMemberInstance member, Boolean searchQuasi, IProgressIndicator progressIndicator, Boolean consumeRootOnly)
 at JetBrains.ReSharper.Refactorings.MoveMembers.ImplExtractSuperclass.ExtractSuperclassDataModel.IsReferenced(DeclaredElementInfo info)
 at JetBrains.ReSharper.Refactorings.MoveMembers.Analysis.MoveDataModel.SelectDependent()
 at JetBrains.Platform.RdFramework.Util.ReactiveEx.<>c__DisplayClass1_0.<Advise>b__0(RdVoid _)
 at JetBrains.Platform.RdFramework.Util.Signal`1.Fire0(Action`1[] listeners, T value)
 at JetBrains.Platform.RdFramework.Util.Signal`1.Fire(T value)
 at JetBrains.Platform.RdFramework.Impl.RdSignal`1.Fire(T value)
 at JetBrains.Platform.RdFramework.Util.ReactiveEx.Fire(ISource`1 me)
 at JetBrains.PsiFeatures.UIInteractive.Refactorings.CommonUI.RefactoringWindows.DependentMembersControlWpf.<>c__DisplayClass1_0.<OnDependentClick>b__0()
 at JetBrains.Application.Threading.IShellLocksEx.ExecuteWithReadLock(IShellLocks thіs, Action F)
 at JetBrains.ReSharper.Resources.Shell.ReadLockCookie.<>c__DisplayClass7_0.<GuardedExecute>b__0()
 at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
 at JetBrains.ReSharper.Resources.Shell.ReadLockCookie.GuardedExecute(Action action)
 at JetBrains.PsiFeatures.UIInteractive.Refactorings.CommonUI.RefactoringWindows.DependentMembersControlWpf.OnDependentClick(Object sender, RoutedEventArgs e)
 at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
 at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
 at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
 at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
 at System.Windows.Controls.Primitives.ButtonBase.OnClick()
 at System.Windows.Controls.Button.OnClick()
 at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
 at System.Windows.UIElement.OnMouseLeftButtonUpThunk(Object sender, MouseButtonEventArgs e)
 at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
 at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
 at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
 at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
 at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
 at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
 at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
 at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
 at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
 at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
 at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
 at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
 at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
 at System.Windows.Input.InputManager.ProcessStagingArea()
 at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
 at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
 at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
 at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
 at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
 at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
 at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
 at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
 at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
 at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
 at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)

RSRP-469031: Object reference not set to an instance of an object.

$
0
0
Reporter Alexander Petrovsky (apetrov2) Alexander Petrovsky (apetrov2)
Created Apr 2, 2018 2:55:11 PM
Updated Apr 9, 2018 5:04:20 PM
Resolved Apr 9, 2018 5:04:20 PM
Subsystem Refactorings
Assignee Alisa Afonina (alisa.afonina)
Priority Show-stopper
State Fixed
Type Exception
Fix version 2018.1
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
ReSharperPlatformVs15 Wave 12 Hive _f483d342ReSharperUber — JetBrains ReSharper Ultimate 2018.1 EAP 6 D Build 112.0.20180401.0-eap06d

JetBrains ReSharper 2018.1 EAP 6 D Build 2018.1.20180401.0-eap06d

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
Data.ReentrancyGuard.ActionName = FilterText::Change
HResult = E_POINTER=COR_E_NULLREFERENCE=80004003
Source = JetBrains.ReSharper.Feature.Services
StackTraceString = “
 at JetBrains.ReSharper.Feature.Services.UI.IconHostBase.UnTransform(Icon icon)
 at JetBrains.ReSharper.Feature.Services.UI.IconHostBase.UnTransform(Icon icon)
 at JetBrains.PsiFeatures.UIInteractive.Refactorings.CommonUI.CommonControls.TranslateCompletionEdit.<>c__DisplayClass9_0.<GetSettings>b__4(RefactoringCompletionItem item)
 at System.Linq.Enumerable.WhereSelectListIterator`2.MoveNext()
 at JetBrains.DataFlow.CollectionEvents`1.AddRange(IEnumerable`1 items)
 at JetBrains.PsiFeatures.UIInteractive.Refactorings.CommonUI.CommonControls.TranslateCompletionEdit.<>c__DisplayClass9_0.<GetSettings>b__3()
 at JetBrains.Threading.ReentrancyGuardEx.<>c__DisplayClass0_1.<Queue>b__3()
 at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)


— Outer —

— EXCEPTION #2/2 [LoggerException]
Message = “Object reference not set to an instance of an object.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.ManagedThreadName = <NULL>
Data.SccRevisionShell = “<there are no packages matching the criteria>”
Data.HostProductInfo = “JetBrains ReSharper Ultimate 2018.1 EAP 6 D Build 112.0.20180401.0-eap06d”
Data.SubProducts.#0 = “JetBrains ReSharper 2018.1 EAP 6 D Build 2018.1.20180401.0-eap06d”
Data.SccRevisionEnv = “
Platform\Core\Shell,
Platform\VisualStudio:
    git::refs/heads/wave12-ap::715ed997ac9a38de9d78a9961915ac10df9e0dba

Data.VsVersion = 15.6.27428.2011
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.Util.LoggerBase.Log(LoggingLevel level, String message, Exception ex)
 at JetBrains.Util.LoggerBase.Log(LoggingLevel level, String message, Exception ex)
 at JetBrains.Util.Logging.LogEx.Error(ILog this, Exception ex, String message)
 at JetBrains.Util.Logging.Logger.LogException(Exception ex)
 at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
 at JetBrains.Threading.ReentrancyGuard.ExecutePendingActions()
 at JetBrains.Threading.JetDispatcher.Closure.Execute()
 at JetBrains.Util.Concurrency.WinJetDispatcher.ProcessQueue(Int32 nMinBucket)
 at JetBrains.Util.Concurrency.WinJetDispatcher.<>c__DisplayClass18_0.<BeginInvokeCore>b__0()
 at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
 at System.Windows.Threading.DispatcherOperation.InvokeImpl()
 at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
 at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
 at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
 at System.Windows.Threading.DispatcherOperation.Invoke()
 at System.Windows.Threading.Dispatcher.ProcessQueue()
 at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
 at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
 at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
 at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
 at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
 at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
 at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)

RSRP-465833: Convert Property to Method doesn't work with statement lambda

$
0
0
Reporter Alexander Kurakin (Alexander.Kurakin) Alexander Kurakin (Alexander.Kurakin)
Created Aug 14, 2017 11:04:14 AM
Updated Apr 9, 2018 5:25:45 PM
Subsystem Refactorings
Assignee Alisa Afonina (alisa.afonina)
Priority Major
State Fixed In Branch
Type Bug
Fix version 2017.3
Affected versions 2017.2
Fixed In Version ReSharper Undefined
VsVersion All Versions
Converting this property into a couple of methods:
int currentIndex 
{
get => cursor.currentIndex;
set => cursor.currentIndex = value;
}
Results in this:
void setCurrentIndex(int value);

int getCurrentIndex();
I.e. the bodies are lost. The refactoring should internally convert to statement body first, if that's what's required.

RSRP-469169: [Performance Report] Ultimate 2017.3.1 11.0 likely caused x seconds of unresponsiveness and slowdown

$
0
0
Reporter Kevin Beede (deverill) Kevin Beede (deverill)
Created Apr 9, 2018 5:39:38 PM
Updated Apr 9, 2018 5:39:39 PM
Subsystem No Subsystem
Assignee Sergey Kuks (coox)
Priority Show-stopper
State Open
Type Performance Problem
Fix version 2018.1
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
Evaluator: False
OS Version: Microsoft Windows NT 10.0.16299.0
Product: dotTrace, Version: 2017.3.20171222.81241
Product: ReSharper, Version: 2017.3.20171222.81043
Time Zone: Eastern Standard Time

Description

Hi, I'm not sure when it started but Resharper is making VS 15.6.4 and .NET Framework 4.7.02556 dog-slow. It gives a warning when starting VS and remains slow throughout the entire development day. I have disabled Resharper and verified that is the cause.

Is there a fix for this? It is unusable as it is.

RSRP-469170: Catch and offer to remove superfluous symbols.

$
0
0
Reporter Olga Rodygina (olgarodygina) Olga Rodygina (olgarodygina)
Created Apr 9, 2018 5:46:22 PM
Updated Apr 9, 2018 5:46:31 PM
Subsystem Code Analysis
Assignee Ivan Serduk (IvanSerduk)
Priority Normal
State Submitted
Type Feature
Fix version No Fix versions
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
When porting from other languages, sometimes one will come across unnecessary value "windowing" - for example, byte values that are AND'd with 0xff. This is a side effect of type treatment in other languages but in C# (for example), the & 0xff in that case is total superfluous. It would be nice if ReSharper could catch that and offer to remove it.

RSRP-468575: annotations missing in .NET Standard

$
0
0
Reporter Andrey Simukov (Andrey.Simukov) Andrey Simukov (Andrey.Simukov)
Created Mar 5, 2018 6:00:45 PM
Updated Apr 9, 2018 5:52:16 PM
Resolved Apr 9, 2018 5:52:16 PM
Subsystem Code Analysis - Annotations
Assignee Nikolay Kuznetsov (Nikolay.Kuznetsov)
Priority Show-stopper
State Fixed
Type Bug
Fix version 2018.1.1
Affected versions No Affected versions
Fixed In Version ReSharper 2018.1 EAP 8
VsVersion All Versions
After migrating project to netstandard2.0 all your annotations are dissappeared for already annotated functions, for example in debug build next code

Debug.Assert(variable!= null);
variable.Foo()
^ invalid "possible NRE"

Will you port your contract annotation to netstandard library?

RSRP-468932: Exceptions aren't visible in the opened Exception browser window.

$
0
0
Reporter Fedor Buyvol-Kot (Fedor.Buyvol-Kot) Fedor Buyvol-Kot (Fedor.Buyvol-Kot)
Created Mar 27, 2018 7:43:00 PM
Updated Apr 9, 2018 5:53:19 PM
Resolved Apr 6, 2018 5:57:40 PM
Subsystem Exception submitter
Assignee Daniel Degtyarev (daniel.degtyarev)
Priority Critical
State Fixed
Type Usability Problem
Fix version 2018.1
Affected versions No Affected versions
Fixed In Version ReSharper 2018.1 EAP 8
VsVersion All Versions
You need to expand it.

RSRP-469130: Failed to unmarshal 20 at 612 An item with the same key has already been added.

$
0
0
Reporter Maltseva Ekaterina (Maltseva.Ekaterina) Maltseva Ekaterina (Maltseva.Ekaterina)
Created Apr 6, 2018 2:48:31 PM
Updated Apr 9, 2018 5:54:25 PM
Subsystem Platform - Project Model
Assignee Slava Tutushkin (slava.tutushkin)
Priority Normal
State Submitted
Type Exception
Fix version No Fix versions
Affected versions No Affected versions
Fixed In Version ReSharper Undefined
VsVersion All Versions
ReSharperPlatformVs15 Wave 12 Hive _8ca9bb57 — JetBrains ReSharper Ultimate 2018.1 EAP 7 Build 112.0.20180406.62948-eap07

JetBrains dotCover 2018.1 EAP 7 Build 2018.1.20180406.82524-eap07
JetBrains dotMemory 2018.1 EAP 7 Build 2018.1.20180406.71202-eap07
JetBrains dotTrace 2018.1 EAP 7 Build 2018.1.20180406.71156-eap07
JetBrains ReSharper 2018.1 EAP 7 Build 2018.1.20180406.64659-eap07
JetBrains ReSharper C++ 2018.1 EAP 7 Build 2018.1.20180406.64407-eap07

SubProducts.0 = JetBrains dotCover 2018.1 EAP 7 Build 2018.1.20180406.82524-eap07
SubProducts.1 = JetBrains dotTrace 2018.1 EAP 7 Build 2018.1.20180406.71156-eap07
SubProducts.2 = JetBrains ReSharper C++ 2018.1 EAP 7 Build 2018.1.20180406.64407-eap07
SubProducts.3 = JetBrains ReSharper 2018.1 EAP 7 Build 2018.1.20180406.64659-eap07
SubProducts.4 = JetBrains dotMemory 2018.1 EAP 7 Build 2018.1.20180406.71202-eap07

Failed to unmarshal 20 at 622 An item with the same key has already been added.

— EXCEPTION #1/2 [ArgumentException]
Message = “An item with the same key has already been added.”
ExceptionPath = Root.InnerException
ClassName = System.ArgumentException
HResult = E_INVALIDARG=COR_E_ARGUMENT=80070057
Source = mscorlib
StackTraceString = “
 at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
 at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
 at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
 at JetBrains.ProjectModel.Model2.Assemblies.Impl.AssemblyCollection.AddAssembly(Assembly assembly)
 at JetBrains.ProjectModel.Persistence.Marshallers.AssemblyMarshaller.UnmarshallImpl(UnsafeReader reader, ProjectModelCaches projectModelCaches)
 at JetBrains.ProjectModel.Persistence.Marshallers.ProjectModelElementMarshallerBase`1.Unmarshall(UnsafeReader reader, ProjectModelCaches projectModelCaches)
 at JetBrains.ProjectModel.Persistence.UnsafeProjectModelElementMarshaller.Unmarshal(UnsafeReader reader)


— Outer —

— EXCEPTION #2/2 [LoggerException]
Message = “Failed to unmarshal 20 at 622 An item with the same key has already been added.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.ManagedThreadName = <NULL>
Data.SccRevisionShell = “<there are no packages matching the criteria>”
Data.HostProductInfo = “JetBrains ReSharper Ultimate 2018.1 EAP 7 Build 112.0.20180406.62948-eap07”
Data.SubProducts.#0 = “JetBrains dotCover 2018.1 EAP 7 Build 2018.1.20180406.82524-eap07”
Data.SubProducts.#1 = “JetBrains dotTrace 2018.1 EAP 7 Build 2018.1.20180406.71156-eap07”
Data.SubProducts.#2 = “JetBrains ReSharper C++ 2018.1 EAP 7 Build 2018.1.20180406.64407-eap07”
Data.SubProducts.#3 = “JetBrains ReSharper 2018.1 EAP 7 Build 2018.1.20180406.64659-eap07”
Data.SubProducts.#4 = “JetBrains dotMemory 2018.1 EAP 7 Build 2018.1.20180406.71202-eap07”
Data.SccRevisionEnv = “
Platform\Core\Shell:
    git::refs/heads/wave12-eap7::b6d4fc267b98dd6dc689ea7e69e4dd615e877e0e


Platform\VisualStudio:
    git::refs/heads/wave12-eap7::354ded50254700719df3b367deb0035883f54de7

Data.VsVersion = 15.6.27428.2027
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.ProjectModel.Persistence.UnsafeProjectModelElementMarshaller.Unmarshal(UnsafeReader reader)
 at JetBrains.ProjectModel.Persistence.UnsafeProjectModelElementMarshaller.Unmarshal(UnsafeReader reader)
 at JetBrains.Application.PersistentMap.LevelDbMap`2.TryGetValue(TKey key, TValue& value)
 at JetBrains.Application.PersistentMap.OptimizedPersistentSortedMap`2.TryGetValue(TKey key, TValue& value)
 at JetBrains.ProjectModel.Persistence.ProjectModelCaches.<Load>b__20_0(Lifetime lifetime)
 at JetBrains.DataFlow.Lifetimes.Using[TRetVal](Func`2 λ)
 at JetBrains.ProjectModel.Persistence.ProjectModelCaches.Load()
 at JetBrains.Platform.VisualStudio.SinceVs10.ProjectDocuments.VsSolutionManager10.<>c__DisplayClass5_0.<EnqueueLoadFromCache>b__0()
 at JetBrains.ProjectModel.Tasks.SolutionLoadTasksSchedulerBase.<>c__DisplayClass24_0.<ExecuteOneTask>b__1()
 at JetBrains.Util.Logging.Logger.Catch(Action action)
 at JetBrains.ProjectModel.Tasks.SolutionLoadTasksSchedulerBase.ExecuteOneTask(SolutionLoadTask task)
 at JetBrains.ProjectModel.Tasks.SolutionLoadTasksSchedulerAsync.ExecuteTask()
 at JetBrains.ProjectModel.Tasks.SolutionLoadTasksSchedulerAsync.DispatchTasks(Boolean background)
 at JetBrains.ProjectModel.SolutionManagerBase.CreateSolutionInstance(SolutionElement solutionElement, SolutionInstance solutionInstance)
 at JetBrains.VsIntegration.ProjectDocuments.VSSolutionManager.<>c__DisplayClass37_0.<OpenVSSolution>b__0(Lifetime lifetime)
 at JetBrains.DataFlow.SequentialLifetimes.<>c__DisplayClass4_0.<Next>b__0(LifetimeDefinition definition, Lifetime lifetime)
 at JetBrains.DataFlow.Lifetimes.Define(Lifetime lifetime, String id, Action`2 FAtomic, ILog logger)
 at JetBrains.DataFlow.SequentialLifetimes.DefineNext(Action`2 FNext)
 at JetBrains.DataFlow.SequentialLifetimes.Next(Action`1 FNext)
 at JetBrains.VsIntegration.ProjectDocuments.VSSolutionManager.OpenVSSolution(Boolean openSolution, Boolean sync)
 at JetBrains.Platform.VisualStudio.SinceVs10.ProjectDocuments.VsSolutionManager10.<OnAfterBackgroundSolutionLoadComplete>b__15_1()
 at JetBrains.Application.Threading.IShellLocksEx.ExecuteWithReadLock(IShellLocks thіs, Action F)
 at JetBrains.Platform.VisualStudio.SinceVs10.ProjectDocuments.VsSolutionManager10.<OnAfterBackgroundSolutionLoadComplete>b__15_0()
 at JetBrains.Util.Concurrency.UnguardedCallbackMerger.<>c__DisplayClass8_0.<ExecuteOrQueueOrMerge>b__0()
 at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
 at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action)
 at JetBrains.Threading.ReentrancyGuardEx.ExecuteOrQueue(ReentrancyGuard thіs, Lifetime lifetime, String name, Action F, TaskPriority priority)
 at JetBrains.Util.Concurrency.UnguardedCallbackMerger.ExecuteOrQueueOrMerge(Lifetime lifetimeQueue, String name, Action F)
 at JetBrains.Platform.VisualStudio.SinceVs10.ProjectDocuments.VsSolutionManager10.OnAfterBackgroundSolutionLoadComplete()
 at Microsoft.VisualStudio.Shell.Interop.IVsSolution.OpenSolutionFile(UInt32 grfOpenOpts, String pszFilename)
 at Microsoft.VisualStudio.PlatformUI.Packages.MRU.ExtensionMethods.TryOpenProject(IVsSolution solution, String projectPath, Guid projectGuid)
 at Microsoft.VisualStudio.PlatformUI.CodeContainerAccessManager.<OpenLocalCodeContainerAsync>d__9.MoveNext()
 at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start[TStateMachine](TStateMachine& stateMachine)
 at Microsoft.VisualStudio.PlatformUI.CodeContainerAccessManager.OpenLocalCodeContainerAsync(CodeContainer codeContainer)
 at Microsoft.VisualStudio.PlatformUI.CodeContainerAccessManager.<OpenAsync>d__6.MoveNext()
 at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start[TStateMachine](TStateMachine& stateMachine)
 at Microsoft.VisualStudio.PlatformUI.CodeContainerAccessManager.OpenAsync(CodeContainer codeContainer)
 at Microsoft.VisualStudio.PlatformUI.CodeContainerListViewModel.<>c__DisplayClass17_0.<<OnOpen>b__0>d.MoveNext()
 at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[TStateMachine](TStateMachine& stateMachine)
 at Microsoft.VisualStudio.PlatformUI.CodeContainerListViewModel.<>c__DisplayClass17_0.<OnOpen>b__0()
 at Microsoft.VisualStudio.Threading.JoinableTaskFactory.ExecuteJob[T](Func`1 asyncMethod, JoinableTask job)
 at Microsoft.VisualStudio.Threading.JoinableTaskFactory.RunAsync(Func`1 asyncMethod, Boolean synchronouslyBlocking, JoinableTaskCreationOptions creationOptions, Delegate entrypointOverride)
 at Microsoft.VisualStudio.PlatformUI.CodeContainerListViewModel.OnOpen(CodeContainerViewModelBase codeContainerViewModel)
 at Microsoft.VisualStudio.PlatformUI.CodeContainerViewModelBase.<>c__DisplayClass49_0.<.ctor>b__0(Object o)
 at Microsoft.VisualStudio.PlatformUI.DelegateCommand.Execute(Object parameter)
 at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
 at System.Windows.Controls.Primitives.ButtonBase.OnClick()
 at System.Windows.Controls.Button.OnClick()
 at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
 at System.Windows.UIElement.OnMouseLeftButtonUpThunk(Object sender, MouseButtonEventArgs e)
 at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
 at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
 at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
 at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
 at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
 at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
 at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
 at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
 at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
 at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
 at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
 at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
 at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
 at System.Windows.Input.InputManager.ProcessStagingArea()
 at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
 at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
 at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
 at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
 at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
 at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
 at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
 at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
 at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
 at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
 at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)

RSRP-467096: Private method marked as unused even with attribute applied

$
0
0
Reporter Steven Coco (steevcoco) Steven Coco (steevcoco)
Created Nov 19, 2017 8:09:09 AM
Updated Apr 9, 2018 5:54:31 PM
Resolved Apr 9, 2018 5:54:31 PM
Subsystem Code Analysis - C#
Assignee Nikolay Kuznetsov (Nikolay.Kuznetsov)
Priority Critical
State Fixed
Type Bug
Fix version 2018.1
Affected versions No Affected versions
Fixed In Version ReSharper 2018.1 EAP 8
VsVersion All Versions
Hello ...

R# 2017.2.2 is warning with false-positive "unused member" warnings.

This deserialization method is warned (and I believe it shouldn't be):

        [OnDeserializing]
        private void onDeserializing(StreamingContext c)
            => setupFields();

... THis was reported in RSRP-95486 but that's closed? — This is happening in 2017.2.2 on all such methods.
Viewing all 106942 articles
Browse latest View live