Difference between revisions of "Support:Detailed tutorial on bug report"

From COMKAT wiki
Jump to navigation Jump to search
(bug report)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
This is the tutorial for submitting bug reports.
 
  
== Upload attachment ==
+
== Submit bug report ==
'''If you do not wish to include attachments, please proceed to the next step.'''
 
  
Please note that we only allow attachments in the zip format. Please compress your files before submission. Also yo have to log in to upload files.  
+
Bug reported by Peihan Li  Email:peihanl@aliyun.com
 +
OS: Microsoft Windows 8.1 (Build 9600)
  
First, click on the 'Upload file' link.
+
MATLAB: MATLAB Version  (R2016a)
{| border="1" cellspacing="0"
 
|[[Image:Upload file screen 1.JPG]]
 
|}
 
<br>Specify which file you wish to upload:
 
  
{| border="1" cellspacing="0"
+
COMKAT: R4.2a
|[[Image:Upload file screen 2.JPG]]
 
|}
 
<br>Click 'Upload file'. Wait for the following page to show:
 
  
{| border="1" cellspacing="0"
+
Bug description:
|[[Image:Upload file screen 3.JPG]]
+
When I try to load in the test data named "Rat_03072007_Input"which was downloaded from comkat wiki,Although the Time Activity Curve in COMKT Image Tool has generated, I can not see the concentration curve in COMKAT GUI and simultaneously  the following errors are displayed in MATLAB.
|}
 
<br>Copy the link location to your clipboard. You will need it later.
 
  
== Submit bug report ==
+
warning: Possible deprecated use of get on a Java object with an HG Property 'Parent' and
 +
'mouseClickedCallback'
 +
> In select_color>select_color_OpeningFcn (line 123)
 +
  In gui_mainfcn (line 220)
 +
  In select_color (line 51)
 +
  In comkatimagetool>VOIDefinition (line 1507)
 +
  In comkatimagetool>ROIPopupSelectionCallback (line 1472)
 +
  In gui_mainfcn (line 95)
 +
  In comkatimagetool (line 157)
 +
  In uiwait (line 81)
 +
  In comkatimagetool>comkatimagetool_OpeningFcn (line 496)
 +
  In gui_mainfcn (line 220)
 +
  In comkatimagetool (line 69)
 +
  In main_GUI>getDatafromROI_Callback (line 4360)
 +
  In gui_mainfcn (line 95)
 +
  In main_GUI (line 67)
 +
  In matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)main_GUI('getDatafromROI_Callback',hObject,eventdata,guidata(hObject))
 +
When "VOI / get" is called, the output parameter "value" (which may also include other parameters) is not assigned.
 +
???error comkatimagetool>comkatimagetool_OutputFcn (line 587)
 +
                    tac = get(handles.VOIs{now_ivd}(now_voi),'TAC');
 +
 
 +
???error gui_mainfcn (line 262)
 +
        [varargout{1:nargout}] = feval(gui_State.gui_OutputFcn, gui_hFigure, [],
 +
        gui_Handles);
  
To submit a bug report, on the page [[Support:Bugs and solutions]] first copy the text within blue dashed lines.
+
???error comkatimagetool (line 69)
 +
        [varargout{1:nargout}] = gui_mainfcn(gui_State, varargin{:});
  
{| border="1" cellspacing="0"
+
???error main_GUI>getDatafromROI_Callback (line 4360)
|[[Image:Bug_screen_1.JPG]]
+
    CIT_outputtemp = comkatimagetool('ComkatGUI');
|}
 
<br>Then click 'Edit' near the bottom.
 
  
{| border="1" cellspacing="0"
+
???error gui_mainfcn (line 95)
|[[Image:Bug screen 2.JPG]]
+
        feval(varargin{:});
|}
 
<br>Scroll down in the edit box and find '==  New bugs waiting for response =='. Paste the copied text there. Modify it.
 
  
{| border="1" cellspacing="0"
+
???error main_GUI (line 67)
|[[Image:Bug screen 4.JPG]]
+
    gui_mainfcn(gui_State, varargin{:});
|}
 
<br>If there is any attachment, paste the link location to your attachment in the '[[ ]]'.
 
  
Click 'Save page' and you are all set!
+
???error
 +
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)main_GUI('getDatafromROI_Callback',hObject,eventdata,guidata(hObject))
 +
Error Calculating UIControl Callback

Latest revision as of 04:42, 16 November 2017

Submit bug report

Bug reported by Peihan Li Email:peihanl@aliyun.com OS: Microsoft Windows 8.1 (Build 9600)

MATLAB: MATLAB Version (R2016a)

COMKAT: R4.2a

Bug description: When I try to load in the test data named "Rat_03072007_Input"which was downloaded from comkat wiki,Although the Time Activity Curve in COMKT Image Tool has generated, I can not see the concentration curve in COMKAT GUI and simultaneously the following errors are displayed in MATLAB.

warning: Possible deprecated use of get on a Java object with an HG Property 'Parent' and 'mouseClickedCallback' > In select_color>select_color_OpeningFcn (line 123)

 In gui_mainfcn (line 220)
 In select_color (line 51)
 In comkatimagetool>VOIDefinition (line 1507)
 In comkatimagetool>ROIPopupSelectionCallback (line 1472)
 In gui_mainfcn (line 95)
 In comkatimagetool (line 157)
 In uiwait (line 81)
 In comkatimagetool>comkatimagetool_OpeningFcn (line 496)
 In gui_mainfcn (line 220)
 In comkatimagetool (line 69)
 In main_GUI>getDatafromROI_Callback (line 4360)
 In gui_mainfcn (line 95)
 In main_GUI (line 67)
 In matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)main_GUI('getDatafromROI_Callback',hObject,eventdata,guidata(hObject)) 

When "VOI / get" is called, the output parameter "value" (which may also include other parameters) is not assigned. ???error comkatimagetool>comkatimagetool_OutputFcn (line 587)

                   tac = get(handles.VOIs{now_ivd}(now_voi),'TAC');

???error gui_mainfcn (line 262)

       [varargout{1:nargout}] = feval(gui_State.gui_OutputFcn, gui_hFigure, [],
       gui_Handles);

???error comkatimagetool (line 69)

       [varargout{1:nargout}] = gui_mainfcn(gui_State, varargin{:});

???error main_GUI>getDatafromROI_Callback (line 4360)

   CIT_outputtemp = comkatimagetool('ComkatGUI');

???error gui_mainfcn (line 95)

       feval(varargin{:});

???error main_GUI (line 67)

   gui_mainfcn(gui_State, varargin{:});

???error matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)main_GUI('getDatafromROI_Callback',hObject,eventdata,guidata(hObject)) Error Calculating UIControl Callback