Hi all again, sorry for bugging but just asking a trivial question: I used to put test classes in the same package (not source dir, eh!) of classes that need to be tested, in the codebase there are sever tests under <same_package>.test.
Is there any objection if I move all of them in the parent package? That would help reducing the visibility of some classes (like the default serializer :P) TIA, best, -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/
