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 104582 - Migrate EJB refactoring to new Java infrastructure
Summary: Migrate EJB refactoring to new Java infrastructure
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@javaee
URL:
Keywords:
: 136935 (view as bug list)
Depends on:
Blocks: 92443
  Show dependency tree
 
Reported: 2007-05-23 08:36 UTC by Erno Mononen
Modified: 2008-12-10 11:11 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erno Mononen 2007-05-23 08:36:50 UTC
The EJB refactoring support in the j2ee/refactoring module needs to be migrated 
to the new Java infrastructure and split into its own module. In 5.5, the 
support provides the following refactorings (for EJB 2.1):
- rename and move to ejb-jar.xml
- checks for removing remote / local interfaces 
- find usages support in ejb-jar.xml
- safe delete support for EJB classes, CMP fields and EJB queries
- change parameters support

For EJB 3 projects the support only checks whether there is an ejb-jar.xml file 
present and if so, displays a warning message saying that possible changes will 
not be propagated to it.
Comment 1 Erno Mononen 2008-06-18 09:16:28 UTC
*** Issue 136935 has been marked as a duplicate of this issue. ***