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 - Bean Patterns Add Property doesn't conform to Sun's Code Conventions
Summary: Bean Patterns Add Property doesn't conform to Sun's Code Conventions
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Beans (show other bugs)
Version: 5.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-14 15:44 UTC by fordfrog
Modified: 2009-11-02 10:55 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 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