issue 1
(ArrayIndexOutOfBounds if no transactions exist on the credit...) reported by adamboulton
- What steps will reproduce the problem?
1. Retrieve a CCAccount which does not have any transactions.
2.
3.
What is the expected output? What do you see instead?
It should just be processing without the assumption that transactions will
always exist. If transactions exist then it works correctly, if
transactions don't exist then an ArrayIndexOutOfBoundsException is thrown.
Please use labels and text to provide additional information.
What steps will reproduce the problem?
1. Retrieve a CCAccount which does not have any transactions.
2.
3.
What is the expected output? What do you see instead?
It should just be processing without the assumption that transactions will
always exist. If transactions exist then it works correctly, if
transactions don't exist then an ArrayIndexOutOfBoundsException is thrown.
Please use labels and text to provide additional information.