https://bugs.documentfoundation.org/show_bug.cgi?id=149204
--- Comment #7 from Tomaz Vajngerl <[email protected]> --- (In reply to Paris Oplopoios from comment #6) > If it helps, before the regression patch the loop is ran once (filling the > vector with Series1), and after the patch the loop is ran 3 times (filling > the vector with Series1-3). If you break out of the loop the first time in > the new version or return an empty vector the result is as expected. I know that, but the name of the method is getSeriesNames - which then doesn't return all series names, but an arbitrary set of them, so it's just about figuring out what series names it returns and rename the method to that. For data tables support however I needed a method that returns all series names, which is why this change was made. -- You are receiving this mail because: You are the assignee for the bug.
