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 64520 - Creating of a BusinessMethod does not create it as public abstract in source
Summary: Creating of a BusinessMethod does not create it as public abstract in source
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB Project (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: martin_adamek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-16 12:38 UTC by webhsw
Modified: 2016-07-07 08:55 UTC (History)
1 user (show)

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 webhsw 2005-09-16 12:38:22 UTC
Go to the "Enterprise Beans" tree of a EJB module. Take a EB-bean, e.g.
LineitemEB in Order example and create a business methode.
Navigate to the source and you can see it is generated without "public abstract"
in the interface "LineItemLocalBusiness"
Comment 1 Martin Adamek 2005-09-16 12:58:52 UTC
Please see issue 61416.
Comment 2 Martin Adamek 2005-09-19 14:13:38 UTC
There is no reason for this issue. Closing as invalid.
Comment 3 webhsw 2005-09-20 19:56:04 UTC
Issue 61416 said, it should be public. --> O.K.
But if it so, you should show the correct hint (not public abstract) if you move
over the method in the explorer-tree and if you edit the property of the method
it should also be public and not public abstract.
Comment 4 Martin Adamek 2005-10-03 12:44:03 UTC
Ok, problem is in logical view. What you can see there is "client" view, it
means methods used by EJB's client. So for business method you see visual
representation of method from local business interface. It is marked as public
abstract even if it is not said directly in interface source, because it is set
to to default values automatically by JMI Java model implementation. Of course,
problem is that open action navigates to implementation of this method and it's
inconsistent with logical view, but I don't see any reasonable solution now (any
ideas?). I am adding HIE engineer to discussion and decreasing priority to P3,
it's definitely not P2.
Comment 5 Martin Adamek 2005-11-16 09:22:12 UTC
It is not possible to have fix for this with current implementation. I am
changing issue to enhancement, as logical view UI is going to be reviewed in
next release. This problem must be definitely considered.
Comment 6 Petr Blaha 2006-03-13 13:47:42 UTC
TM 5.0 -> TBD
Comment 7 Martin Balin 2016-07-07 08:55:09 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss