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 68663

Summary: Bean Patterns Add Property doesn't conform to Sun's Code Conventions
Product: java Reporter: fordfrog <fordfrog>
Component: BeansAssignee: issues@java <issues>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P4    
Version: 5.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description fordfrog 2005-11-14 15:44:13 UTC
When I use Bean Patterns to add Property, I suppose the created code should
conform to "Code Conventions for the JavaTM Programming Language", so it should
place declaration of instance variable at the top of the class and below that
should be placed constructors and methods. The current NetBeans code adds the
whole newly created code at the and of the class below the last method defined.

The related part of Code Conventions is here:
http://java.sun.com/docs/codeconv/html/CodeConventions.doc2.html#1852
Comment 1 David Strupl 2009-03-31 15:41:57 UTC
Resolving all issues with milestone "future" as LATER. If you feel strongly that
it should be implemented please reopen and set the target milestone to "next".
Comment 2 Quality Engineering 2009-11-02 10:55:47 UTC
NetBeans.org Migration: changing resolution from LATER to WONTFIX