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 119799 - EJBVerification - PublicClass
Summary: EJBVerification - PublicClass
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: _ gowri
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-23 16:00 UTC by Radim Roska
Modified: 2009-12-21 06:29 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 Radim Roska 2007-10-23 16:00:46 UTC
ejb class must be public...thats ok...but invoking "make class abcBean public"  add public key word...it does not remove
private...so there's modifier private not allowed..thats ok again..but i think private should be removed

1.
@Stateful 
private class abcBean implements abcLocal {
2.
@Stateful public private class abcBean implements abcLocal {
Comment 1 Quality Engineering 2009-12-21 06:29:35 UTC
This bug was reported against NetBeans IDE 6.0 or an older release, or against a non-maintained module. NetBeans team does not have enough resources to get to this issue, therefore we are closing the issue as a WONTFIX. If you are interested in providing a patch for this bug, please see our NetFIX guidelines for how to proceed. 

We apologize for any inconvenience.


Thank you.
The NetBeans Team