Issue #SCB1645
Nathan Kunkee <[email protected]>
| Newsgroups | gmane.comp.java.scarab.issues |
|---|---|
| Message-ID | <[email protected]> |
Activity report on *Defect SCB1645 - xml export error when template exist* Scarab Link: http://www.solitone.org/scarab/issues/id/SCB1645 Module: Scarab Activity generated by Nathan Kunkee ([email protected]) at 11/09/2007 02:33 *Comments* - By Nathan Kunkee - 11/09/2007 02:33 --- "This also affects exports by issue range. Issue.java: 486 for (int j = fidStart.getCount(); j <= fidStop.getCount();j++) { results.add(fidStart.getPrefix() + j); } If there are issues that have an ID_COUNT=-1, they are not excluded but given a number in the for loop, and later processing throws an error when it tries to look them up. "