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 218130

Summary: Moving panels between different NetBeans Platform modules doesn't refactor bundles correctly
Product: guibuilder Reporter: mienamoo
Component: CodeAssignee: issues@guibuilder <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

Description mienamoo 2012-09-11 12:12:54 UTC
NetBeans build 201209110001
JDK 7u5 64-bit

1. Create two Maven-based NetBeans Platform modules, lets call them ModuleA and ModuleB for simplicity, with two different package names.
2. In ModuleA, create a new JPanel form and add a single JLabel onto it in the GUI builder.
3. Now move the panel from ModuleA to ModuleB _with_ refactoring.
4. The Bundle.properties file in ModuleA will still contain the entry for the label (Panel1.jLabel1.text) and the entry will still be missing from ModuleB.

Note that moving the panel within the same module produces the expected results, i.e. the Bundle.properties files are updated as expected.