Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Linux Tools Project/New Subproject Checklist

< Linux Tools Project
Revision as of 13:58, 11 April 2022 by Akurtako.redhat.com (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Linux Tools
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source
  • Java package names should start with org.eclipse.linuxtools.<subproject>
  • Properly hide internal classes in internal packages. The internal classes should go into org.eclipse.linuxtools.internal.<subproject> namespace. Private packages should not be exported by the bundles unless marked as x-internal.
  • View, editor and so on ids in plugin.xml should be in the form "org.eclipse.linuxtools.*"
  • Public source code should be commented with proper javadoc. Project settings should be setup to warn developers about that.
  • Project's web site should be enhanced by a new section for the subproject.

Back to the top