[
https://issues.jboss.org/browse/JBIDE-521?page=com.atlassian.jira.plugin....
]
Max Rydahl Andersen resolved JBIDE-521.
---------------------------------------
Resolution: Out of Date
Thank you for reporting this issue but this issue have been resolved as out-of-date since
it has not had any updates for the last 2+ years (730 days).
If you believe this issue is still relevant and important then please reopen the issue or
create a new one mentioning/linking this jira for background information.
Thank you!
Auto-maintain Local interface
-----------------------------
Key: JBIDE-521
URL:
https://issues.jboss.org/browse/JBIDE-521
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: seam2
Reporter: Max Rydahl Andersen
Assignee: Alexey Kazakov
Fix For: LATER
Consider this:
@Stateless
class CustomerBean implements Customer, Serializable, ... {
public addOrder(Order o) {
}
private doStuff() {
}
}
@Local
interface Customer {
}
On save of CustomerBean autoadd public methods on Bean to the first @Local interface
found in the implements part.
Autoremove as an option.
Use jmerge to control add/remove ?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira