Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#813 closed defect (fixed)

IndexOutOfBoundsException when selecting 7 lysates in the Lab Tracking Protocol for Allprep isolation wizard

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: critical Milestone: Reggie v3.6.1
Component: net.sf.basedb.reggie Keywords:
Cc:

Description

java.lang.IndexOutOfBoundsException
...at java.util.ArrayList.rangeCheck(ArrayList.java:635)
...at java.util.ArrayList.get(ArrayList.java:411)
...at org.apache.jsp.extensions.reggie_jar.sampleproc.allprep_005fprotocol2_jsp.getExtractForPos(allprep_005fprotocol2_jsp.java:57)
...at org.apache.jsp.extensions.reggie_jar.sampleproc.allprep_005fprotocol2_jsp._jspService(allprep_005fprotocol2_jsp.java:320)

Seems to work for all 1-6 and 8-12 lysates.

Change History (2)

comment:1 by Nicklas Nordborg, 9 years ago

Resolution: fixed
Status: newclosed

(In [3494]) Fixes #813: IndexOutOfBoundsException when selecting 7 lysates in the Lab Tracking Protocol for Allprep isolation wizard

The mapping to !QIAcube positions was incorrectly expecting 8 extracts but never used extract number 4.

comment:2 by Nicklas Nordborg, 9 years ago

Milestone: Reggie v3.xReggie v3.6.1
Note: See TracTickets for help on using tickets.