Excluding inner classes is broken

2011-05-12 Thread Christian Heimes
Hello, JCC 2.7 broke exclusion of inner classes. It's no longer possible to exclude an inner class like --exclude com.browseengine.bobo.facets.FacetHandler$TermCountSize We exclude the inner class because it breaks MSVC on Windows with an obscure error message. Since we don't need the inner c

Re: Excluding inner classes is broken

2011-05-12 Thread Andi Vajda
On Thu, 12 May 2011, Christian Heimes wrote: JCC 2.7 broke exclusion of inner classes. It's no longer possible to exclude an inner class like --exclude com.browseengine.bobo.facets.FacetHandler$TermCountSize We exclude the inner class because it breaks MSVC on Windows with an obscure error

Re: Excluding inner classes is broken

2011-05-12 Thread Christian Heimes
Am 12.05.2011 21:10, schrieb Andi Vajda: > Indeed. > Thank you for patch. You are welcome! > How's yesterday's issue's patch doing ? > Is it reliable enough ? So far the patch is reliable and has improved the stability a lot. I haven't seen a single segfault under Linux X86_64 today. Our test su