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

Summary: Class refactoring of OSGi bundle activator not reflected in pom.xml
Product: projects Reporter: Antonin Nebuzelsky <anebuzelsky>
Component: Maven OSGi bundlesAssignee: Tomas Stupka <tstupka>
Status: RESOLVED WONTFIX    
Severity: normal CC: musilt2
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 186662    

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