icsharpcode / SharpDevelop

#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
2.07k stars 770 forks source link

Exception trying make reactoring "Move to class" #805

Open hellboy81 opened 6 years ago

hellboy81 commented 6 years ago
System.NotSupportedException: The given path's format is not supported.
---STACKTRACE---
System.NotSupportedException: The given path's format is not supported.
  System.Security.Permissions.FileIOPermission.EmulateFileIOPermissionChecks(String fullPath) +0x3e
  System.Security.Permissions.FileIOPermission.QuickDemand(FileIOPermissionAccess access,String fullPath,Boolean checkForDuplicates,Boolean needFullPath) +0x1f
  System.IO.File.GetAttributes(String path) +0x7
  ICSharpCode.SharpDevelop.FileService.IsFileReadOnly(String FileName) +0x8
  ICSharpCode.SharpDevelop.Gui.LockedViewsUpdateAutostart+<>c.<UpdateReadOnlyState>b__3_0(OpenedFile f) +0x0
  System.Linq.Enumerable.Any(IEnumerable`1 source,Func`2 predicate) +0x2c
  ICSharpCode.SharpDevelop.Gui.LockedViewsUpdateAutostart.UpdateReadOnlyState(IViewContent content) +0x2a
  ICSharpCode.SharpDevelop.Gui.LockedViewsUpdateAutostart.Workbench_ViewOpened(Object sender,ViewContentEventArgs e) +0x0
  ICSharpCode.SharpDevelop.Gui.ViewContentEventHandler.Invoke(Object sender,ViewContentEventArgs e) +0xffffffff
  ICSharpCode.SharpDevelop.Gui.WpfWorkbench.OnViewOpened(ViewContentEventArgs e) +0x8
  ICSharpCode.SharpDevelop.Gui.AvalonWorkbenchWindow.RegisterNewContent(IViewContent content) +0x60
  ICSharpCode.SharpDevelop.Gui.AvalonWorkbenchWindow+ViewContentCollection.InsertItem(Int32 index,IViewContent item) +0x8
  System.Collections.ObjectModel.Collection`1.Add(T item) +0x20
  ICSharpCode.SharpDevelop.Gui.AvalonDockLayout.ShowView(IViewContent content,Boolean switchToOpenedView) +0x7
  ICSharpCode.SharpDevelop.Gui.WpfWorkbench.ShowView(IViewContent content,Boolean switchToOpenedView) +0x2c
  ICSharpCode.SharpDevelop.Gui.WpfWorkbench.ShowView(IViewContent content) +0x0
  ICSharpCode.SharpDevelop.FileService.NewFile(String defaultName,Byte[] content) +0x90
  ICSharpCode.SharpDevelop.FileService.NewFile(String defaultName,String content) +0x0
  ICSharpCode.SharpDevelop.Refactoring.FindReferencesAndRenameHelper.MoveClassToFile(IClass c,String newFileName) +0xed
  SharpRefactoring.ContextActions.MoveClassToFile.Execute(EditorContext context) +0x0
  ICSharpCode.SharpDevelop.Refactoring.ContextAction.Execute() +0x0
  ICSharpCode.SharpDevelop.Refactoring.ContextActionCommand.Execute(Object parameter) +0x0
  MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource,Boolean userInitiated) +0x4a
  System.Windows.Controls.Primitives.ButtonBase.OnClick() +0x13
  System.Windows.Controls.Button.OnClick() +0x1a
  System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e) +0x46
  System.Windows.UIElement.OnMouseLeftButtonUpThunk(Object sender,MouseButtonEventArgs e) +0x1d
  System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler,Object genericTarget) +0x7
  System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler,Object target) +0x7
  System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target,RoutedEventArgs routedEventArgs) +0x30
  System.Windows.EventRoute.InvokeHandlersImpl(Object source,RoutedEventArgs args,Boolean reRaised) +0xe6
  System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender,RoutedEventArgs args,RoutedEvent newEvent) +0x65
  System.Windows.UIElement.OnMouseUpThunk(Object sender,MouseButtonEventArgs e) +0x3a
  System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler,Object genericTarget) +0x7
  System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler,Object target) +0x7
  System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target,RoutedEventArgs routedEventArgs) +0x30
  System.Windows.EventRoute.InvokeHandlersImpl(Object source,RoutedEventArgs args,Boolean reRaised) +0xe6
  System.Windows.UIElement.RaiseEventImpl(DependencyObject sender,RoutedEventArgs args) +0x57
  System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args) +0x14
  System.Windows.UIElement.RaiseEvent(RoutedEventArgs args,Boolean trusted) +0x11
  System.Windows.Input.InputManager.ProcessStagingArea() +0x1ef
  System.Windows.Input.InputManager.ProcessInput(InputEventArgs input) +0x24
  System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport) +0x35
  System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd,InputMode mode,Int32 timestamp,RawMouseActions actions,Int32 x,Int32 y,Int32 wheel) +0x210
  System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd,WindowMessage msg,IntPtr wParam,IntPtr lParam,Boolean& handled) +0x0
  System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd,Int32 msg,IntPtr wParam,IntPtr lParam,Boolean& handled) +0x4a
  MS.Win32.HwndWrapper.WndProc(IntPtr hwnd,Int32 msg,IntPtr wParam,IntPtr lParam,Boolean& handled) +0x30
  MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o) +0x36
  System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback,Object args,Int32 numArgs) +0x77
  System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source,Delegate callback,Object args,Int32 numArgs,Delegate catchHandler) +0x2

---ORIGINAL STACKTRACE---
System.NotSupportedException: The given path's format is not supported.
   at System.Security.Permissions.FileIOPermission.EmulateFileIOPermissionChecks(String fullPath)
   at System.Security.Permissions.FileIOPermission.QuickDemand(FileIOPermissionAccess access, String fullPath, Boolean checkForDuplicates, Boolean needFullPath)
   at System.IO.File.GetAttributes(String path)
   at ICSharpCode.SharpDevelop.FileService.IsFileReadOnly(String FileName)
   at ICSharpCode.SharpDevelop.Gui.LockedViewsUpdateAutostart.<>c.<UpdateReadOnlyState>b__3_0(OpenedFile f)
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at ICSharpCode.SharpDevelop.Gui.LockedViewsUpdateAutostart.UpdateReadOnlyState(IViewContent content)
   at ICSharpCode.SharpDevelop.Gui.LockedViewsUpdateAutostart.Workbench_ViewOpened(Object sender, ViewContentEventArgs e)
   at ICSharpCode.SharpDevelop.Gui.ViewContentEventHandler.Invoke(Object sender, ViewContentEventArgs e)
   at ICSharpCode.SharpDevelop.Gui.WpfWorkbench.OnViewOpened(ViewContentEventArgs e)
   at ICSharpCode.SharpDevelop.Gui.AvalonWorkbenchWindow.RegisterNewContent(IViewContent content)
   at ICSharpCode.SharpDevelop.Gui.AvalonWorkbenchWindow.ViewContentCollection.InsertItem(Int32 index, IViewContent item)
   at System.Collections.ObjectModel.Collection`1.Add(T item)
   at ICSharpCode.SharpDevelop.Gui.AvalonDockLayout.ShowView(IViewContent content, Boolean switchToOpenedView)
   at ICSharpCode.SharpDevelop.Gui.WpfWorkbench.ShowView(IViewContent content, Boolean switchToOpenedView)
   at ICSharpCode.SharpDevelop.Gui.WpfWorkbench.ShowView(IViewContent content)
   at ICSharpCode.SharpDevelop.FileService.NewFile(String defaultName, Byte[] content)
   at ICSharpCode.SharpDevelop.FileService.NewFile(String defaultName, String content)
   at ICSharpCode.SharpDevelop.Refactoring.FindReferencesAndRenameHelper.MoveClassToFile(IClass c, String newFileName)
   at SharpRefactoring.ContextActions.MoveClassToFile.Execute(EditorContext context)
   at ICSharpCode.SharpDevelop.Refactoring.ContextAction.Execute()
   at ICSharpCode.SharpDevelop.Refactoring.ContextActionCommand.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)