java.lang.NegativeArraySizeException when using ExcludeFilter in a load rule
Hello,
at the moment we are experimenting with using a exclude filter in our load rule.
The load rule works fine and it is loading the workspace perfectly with all filters applied.
Unfortunately after finishing the complete eclipse sandbox is screwed up. If I do anything with RTC like refreshing pending changes or unloading a different workspace, which was already loaded before, it is just showing a java.lang.NegativeArraySizeException. So I cannot use the sandbox anymore and have to create it completely from scratch.
What might be the cause of this behavior and how can I solve it?
Is there a maximum number of possible filter names? As ExcludeFilter is only allowing filter name and not pattern, the list is quite long...
Thanks for your help!
Julian