#421 closed defect (done)
Right-click in the Pluginmanager Console causes NullReferenceException
Reported by: | abeham | Owned by: | gkronber |
---|---|---|---|
Priority: | high | Milestone: | HeuristicLab 3.3.0 |
Component: | ZZZ OBSOLETE: PluginInfrastructure.GUI | Version: | 3.2 |
Keywords: | Cc: |
Description (last modified by gkronber)
Reproduce:
- Open HeuristicLab Starter
- Open Plugin Manager
- Right-click anywhere in the list of plugins
This exception is thrown:
System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt. bei HeuristicLab.PluginInfrastructure.GUI.ManagerForm.listView_MouseDown(Object sender, MouseEventArgs e) bei System.Windows.Forms.Control.OnMouseDown(MouseEventArgs e) bei System.Windows.Forms.ListView.WmMouseDown(Message& m, MouseButtons button, Int32 clicks) bei System.Windows.Forms.ListView.WndProc(Message& m) bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)}}}
Change History (5)
comment:1 Changed 16 years ago by gkronber
- Description modified (diff)
- Priority changed from minor to critical
- Status changed from new to assigned
comment:2 Changed 16 years ago by gkronber
- Resolution set to fixed
- Status changed from assigned to closed
comment:3 Changed 16 years ago by swagner
- Milestone changed from 3.2 to Iteration 0
Milestone 3.2 deleted
comment:4 Changed 14 years ago by swagner
- Milestone changed from Iteration 0 to Current
Milestone Iteration 0 deleted
comment:11 Changed 14 years ago by swagner
- Milestone changed from Current to HeuristicLab 3.3.0
Milestone Current deleted
Note: See
TracTickets for help on using
tickets.
fixed this problem and related issues with r918.