Details
-
Type: Bug
-
Status: Closed (View Workflow)
-
Priority: Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:
-
Epic Link:
-
Sprint:Sprint 25
Description
Noticed on IGB 8.4.2 and 8.5.0 on Windows and Mac:
InterProScan results are displayed in the IPS tab of ProtAnnot after a job runs.
However, after the job has finished running a user can reopen the IPS Job Configuration window and if they cancel this then their previous IPS results will be cleared from the table.
Attachments
Activity
Mason Meyer (Inactive)
created issue -
Mason Meyer (Inactive)
made changes -
Field | Original Value | New Value |
---|---|---|
Epic Link | IGBF-497 [ 15559 ] |
Mason Meyer (Inactive)
made changes -
Rank | Ranked higher |
John Eckstein (Inactive)
made changes -
Status | Open [ 1 ] | In Progress [ 3 ] |
John Eckstein (Inactive)
made changes -
Status | In Progress [ 3 ] | Open [ 1 ] |
John Eckstein (Inactive)
made changes -
Status | Open [ 1 ] | In Progress [ 3 ] |
John Eckstein (Inactive)
made changes -
Status | In Progress [ 3 ] | Pull Request Submitted [ 10101 ] |
John Eckstein (Inactive)
made changes -
Status | Pull Request Submitted [ 10101 ] | Needs Testing [ 10002 ] |
John Eckstein (Inactive)
made changes -
Assignee | John Eckstein [ jeckstein ] | Mason Meyer [ mason ] |
Mason Meyer (Inactive)
made changes -
Status | Needs Testing [ 10002 ] | Testing In Progress [ 10003 ] |
Mason Meyer (Inactive)
made changes -
Resolution | Done [ 10000 ] | |
Status | Testing In Progress [ 10003 ] | Closed [ 6 ] |
John Eckstein (Inactive)
made changes -
Resolution | Done [ 10000 ] | |
Status | Closed [ 6 ] | Open [ 1 ] |
John Eckstein (Inactive)
made changes -
Labels | ProtAnnot |
John Eckstein (Inactive)
made changes -
Resolution | Done [ 10000 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Ann Loraine
made changes -
Workflow | Loraine Lab Workflow [ 16301 ] | Fall 2019 Workflow Update [ 19628 ] |
Ann Loraine
made changes -
Workflow | Fall 2019 Workflow Update [ 19628 ] | Revised Fall 2019 Workflow Update [ 21747 ] |
When you click on the blank space in the table after the results get cleared an exception is generated:
Exception in thread "AWT-EventQueue-0" java.lang.IndexOutOfBoundsException: Invalid index
at javax.swing.DefaultRowSorter.convertRowIndexToModel(Unknown Source)
at javax.swing.JTable.convertRowIndexToModel(Unknown Source)
at javax.swing.JTable.getValueAt(Unknown Source)
at com.lorainelab.protannot.PropertySheetHelper.mouseClicked(PropertySheetHelper.java:69)
at java.awt.AWTEventMulticaster.mouseClicked(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$500(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)