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 180770 - Class refactoring of OSGi bundle activator not reflected in pom.xml
Summary: Class refactoring of OSGi bundle activator not reflected in pom.xml
Status: RESOLVED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Maven OSGi bundles (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
: 184257 (view as bug list)
Depends on:
Blocks: 186662
  Show dependency tree
 
Reported: 2010-02-16 04:56 UTC by Antonin Nebuzelsky
Modified: 2016-07-07 08:39 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 Antonin Nebuzelsky 2010-02-16 04:56:12 UTC
When a Bundle Activator class is renamed with refactoring, the change is not reflected in the project's pom.xml in <Bundle-Activator> property in the configuration of Felix's maven-bundle-plugin and thus the bundle is built with reference to the old nonexisting class.
Comment 1 Milos Kleint 2010-02-19 02:35:24 UTC
that is more likely a missing feature than a bug. And a rather costly one, in order to do proper cleanup of delete, move, rename operations, we would have to do the same amount of work apissupport.refactoring does.
Comment 2 Antonin Nebuzelsky 2010-07-30 15:18:16 UTC
Reassigning to default owner.
Comment 3 Jesse Glick 2010-11-08 14:53:26 UTC
*** Bug 184257 has been marked as a duplicate of this bug. ***
Comment 4 Martin Balin 2016-07-07 08:39:14 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