Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [e4-dev] Package naming

John Arthorne schrieb:
> 
> The e4 package names don't follow the Eclipse project conventions [1],
> or any other convention as far as I can tell. In particular, the
> position of "internal" in package names isn't consistent across e4
> bundles, for example:
> 
> org.eclipse.e4.ui.model.internal.application (internal is 6th segment)
> org.eclipse.e4.ui.model.internal.workbench
> org.eclipse.e4.workbench.ui.internal
> 

I guess this was me when I created the first draft implementations :-(.

> Neither of which match the Eclipse convention of:
> 
> org.eclipse.<subproject>.internal.<component>.* (internal is always 4th
> segment)
> 

I've never understood why internal is before the component name but I
admit I never asked for the reason. Can anybody give me a good reason why.

org.eclipse.<subproject>.internal.<component> is better than
org.eclipse.<subproject>.<component>.internal?

Tom

-- 
B e s t S o l u t i o n . a t                        EDV Systemhaus GmbH
------------------------------------------------------------------------
tom schindl                               leiter softwareentwicklung/CSO
------------------------------------------------------------------------
eduard-bodem-gasse 8/3    A-6020 innsbruck      phone    ++43 512 935834


Back to the top