View Issue Details

IDProjectCategoryView StatusLast Update
0000891SymmetricDS ProBugpublic2012-10-31 01:47
Reporterchenson Assigned Tochenson  
Prioritynormal 
Status closedResolutionfixed 
Target Version3.1.9Fixed in Version3.1.9 
Summary0000891: Outgoing batch panel can cause an array out of bound exception because of common batch ids
DescriptionOutgoing batch panel can cause an array out of bound exception because of common batch ids.

java.lang.IndexOutOfBoundsException: Index: 89, Size: 89
    at java.util.ArrayList.RangeCheck(ArrayList.java:547)
    at java.util.ArrayList.get(ArrayList.java:322)
    at org.vaadin.addons.lazyquerycontainer.LazyQueryView.queryItem(LazyQueryView.java:222)
    at org.vaadin.addons.lazyquerycontainer.LazyQueryView.getItem(LazyQueryView.java:195)
    at org.vaadin.addons.lazyquerycontainer.LazyQueryContainer.getItem(LazyQueryContainer.java:174)
    at com.vaadin.ui.AbstractSelect.getItem(AbstractSelect.java:681)
    at com.jumpmind.symmetric.console.ui.screen.manage.OutgoingBatchPanel$4.generateCell(OutgoingBatchPanel.java:198)
    at com.jumpmind.symmetric.console.ui.screen.manage.OutgoingBatchPanel$4.generateCell(OutgoingBatchPanel.java:1)
    at com.vaadin.ui.Table.getVisibleCellsNoCache(Table.java:1902)
    at com.vaadin.ui.Table.refreshRenderedCells(Table.java:1534)
    at com.vaadin.ui.Table.enableContentRefreshing(Table.java:2711)
    at com.vaadin.ui.Table.changeVariables(Table.java:2557)
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2012-10-30 23:46 chenson New Issue
2012-10-30 23:46 chenson Status new => assigned
2012-10-30 23:46 chenson Assigned To => chenson
2012-10-31 01:47 chenson Fixed in Version => 3.1.9
2012-10-31 01:47 chenson Target Version 3.2.0 => 3.1.9
2012-10-31 01:47 chenson Status assigned => closed
2012-10-31 01:47 chenson Resolution open => fixed