This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 181607 - NetBeans Sample Projects and Packaging Conventions
Summary: NetBeans Sample Projects and Packaging Conventions
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.2
Hardware: PC Windows Vista
: P4 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks: 208836
  Show dependency tree
 
Reported: 2010-03-06 22:47 UTC by gliesian
Modified: 2012-09-18 00:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gliesian 2010-03-06 22:47:31 UTC
NetBeans sample projects could better apply standardized packaging conventions.

I recommend the following changes are made to each sample project:

(1) Refactor all NetBeans sample project package names to start with org.netbeans.  Note that a few projects already follow this convention, but the majority do not.

(2) Update the Javadoc documentation so each package has a corresponding package.html file. 

Note: Package names should be unique and consist of lowercase letters. Underscores may be used if necessary. Publicly available packages should be the reversed Internet domain name of the organization, in this case org.netbeans.

Thanks.
Comment 1 Ondrej Langr 2010-03-15 19:03:42 UTC
Not sure where this belongs to .. 

Reporter: Thanks for reporting, but please note that Code/UI component is for general UI issues which *require attention from netbeans UI team*. Generic component if you do not know where the issue should go is IDE/Code. Thanks.