Re: Refactoring some plugins

2006-03-31 Thread Jérôme Charron
I'm reluctant to move the extension interface away from the parameter and return value classes used by that interface. I'm reluctant too... I asked, in case someone has a magic idea... Could we instead add a super-interface that all extension-point interfaces extend? That way all of the

Re: Refactoring some plugins

2006-03-31 Thread Doug Cutting
Jérôme Charron wrote: One more question about javadoc (I hope the last one): Do you think it makes sense to split the plugins gathered into the Misc group into many plugins (such as index-more / query-more), so that each sub-plugin can be dispatched into proper Group. No, I don't think so.

Re: Refactoring some plugins

2006-03-31 Thread Jérôme Charron
No, I don't think so. These are strongly related bundles of plugins. When you change one chances are good you'll change the others, so it makes sense to keep their code together rather than split it up. Folks can still find all implementations of an interface in the javadoc, just not always