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 129391

Summary: unify property access in entity class
Product: javaee Reporter: Radim Roska <rroska>
Component: PersistenceAssignee: Dongmei Cao <dongmeic>
Status: RESOLVED WONTFIX    
Severity: blocker CC: kganfield
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Radim Roska 2008-03-06 13:22:23 UTC
steps to reproduce:

1. create entity class
2. add field and annotate it as column => now entity class does not use consistent access (Id has annotated getter and
newly added field has annotated declaration)
3. ide suggest 2 ways : 
Unify field access
Unify property access 
4. if you dont have getters for new field => unify property access does not do anything..this can be confusing.

But beside these special circumstances operation works ok.
Comment 1 Dongmei Cao 2008-11-19 21:56:03 UTC
low priority
Comment 2 Quality Engineering 2009-11-02 11:18:18 UTC
NetBeans.org Migration: changing resolution from LATER to WONTFIX