subversion-plugin icon indicating copy to clipboard operation
subversion-plugin copied to clipboard

Fix bug where having branch wildcards at different depths would cause ArrayBoundExceptions

Open frankier opened this issue 8 years ago • 2 comments

An example use case of this is the Jenkins Multibranch Pipeline to try and find stuff to build in a chaotic monorepo. I set "Include branches" to: trunk,branches/,branches//,branches///,branches////,tags/* and got an indexing exception. This patch seems to fix it.

frankier avatar May 20 '16 09:05 frankier

@frankier Is there any Jira issue for that?

recena avatar May 20 '16 11:05 recena

Without knowing the stacktrace, it's hard to decide. The patch seems to be valid, but I agree with previous reviewers

oleg-nenashev avatar Jun 23 '17 06:06 oleg-nenashev