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 85327 - [verification] static fields must not not have java persistence annotations
Summary: [verification] static fields must not not have java persistence annotations
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: Editor (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Tomasz Slota
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-20 12:22 UTC by Tomasz Slota
Modified: 2006-10-23 16:41 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomasz Slota 2006-09-20 12:22:30 UTC
provide a check enforcing assertion "static fields must not not have java persistence annotations" and 
corresponding hints:

- remove 'static' modifier
- remove java persistence annotations