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 - unify property access in entity class
Summary: unify property access in entity class
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: Persistence (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Dongmei Cao
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-06 13:22 UTC by Radim Roska
Modified: 2009-11-02 11:18 UTC (History)
1 user (show)

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 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