|
|
What steps will reproduce the problem?
1. Select a file in my Working Copy
2. Enter User/Pass of repository
3. Set High Limit and press Load
What is the expected output? What do you see instead?
... the file to load :)
java.lang.IndexOutOfBoundsException: toIndex = 25
at java.util.SubList.<init>(Unknown Source)
at java.util.RandomAccessSubList.<init>(Unknown Source)
at java.util.AbstractList.subList(Unknown Source)
at
com.jonathanaquino.svntimelapseview.SvnLoader.loadRevisionsProper(SvnLoader.java:89)
at com.jonathanaquino.svntimelapseview.SvnLoader.access$0(SvnLoader.java:80)
at com.jonathanaquino.svntimelapseview.SvnLoader$2.execute(SvnLoader.java:63)
at
com.jonathanaquino.svntimelapseview.helpers.MiscHelper.handleExceptions(MiscHelper.java:24)
at com.jonathanaquino.svntimelapseview.SvnLoader$1.run(SvnLoader.java:61)
at java.lang.Thread.run(Unknown Source)
What version of the product are you using? On what operating system?
1.4 on Windows XP. Not sure version of Java, JNLP reports latest version
1.5.0_11 so guess that.
Please provide any additional information below.
Seems to depend on the file, what limit will work. For example of the file
used in this example, 25 didnt work, but 10 did. On another file 100 didnt
but 50 did.
(So far only seen it on private repositories, will add a note if get this
on a public repository)
|