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 - Moving panels between different NetBeans Platform modules doesn't refactor bundles correctly
Summary: Moving panels between different NetBeans Platform modules doesn't refactor bu...
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-11 12:12 UTC by mienamoo
Modified: 2012-09-17 13:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.