Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] Tests


projects _always_ export all  packages. Is this a law/requirement?

 
I doubt that this is enforced in any way. In some cases you have packages that are internal to your bundle and you really want to prevent them from being called from other places. In that case there's no reason to export. IMO, it's just another level of visibility control and since private methods and package private classes are certainly allowed, why not bundle private packages?

Yes, I am fine with that but how can you test these packages if they are invisible from other plugins.

Regards,

Wim

Back to the top