Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-dev] classes without package

Hi

It happens that there is many classes with "no package" in the code
base, and this can lead to duplicate classes when working with the
code base under IDEA, that you cannot configure to have mulitple
"projects" (modules in IDEA) due to circular dependancies between each
one.

I am wondering if we could try to follow a simple convention like
modules/xxx/src/<package>
modules/xxx/testsrc/<package>  [same package]

This conventions seems already in place for most of the code base.

Off course, for some very limited cases, it makes sense to have a no
package class as test data, but I don't consider it to be the general
case.

Thoughts ?

Alex


Back to the top