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

Summary: EJBVerification - PublicClass
Product: javaee Reporter: Radim Roska <rroska>
Component: EditorAssignee: _ gowri <gowri>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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