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

Summary: NetBeans Sample Projects and Packaging Conventions
Product: ide Reporter: gliesian <gliesian>
Component: CodeAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal    
Priority: P4    
Version: 7.2   
Hardware: PC   
OS: Windows Vista   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 208836    

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.