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 212785 - Copying class between two project - empty bundle.properties
Summary: Copying class between two project - empty bundle.properties
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-21 13:46 UTC by asenk
Modified: 2013-01-28 17:15 UTC (History)
1 user (show)

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 asenk 2012-05-21 13:46:04 UTC
Product Version: NetBeans IDE Dev (Build 201205200400)
Java: 1.7.0_04; Java HotSpot(TM) Client VM 23.0-b21
System: Linux version 3.2.0-24-generic-pae running on i386; UTF-8; en_US (nb)

Start IDE with clear userdir. Create 2 new projects Java Application (e.g.  MyApplication1 and MyApplication2). In MyApplication1 create new JFrame Form. 

 1) Add some Swing components into form.
 2) Check Automatic internalization in JFrame Form properties. The bundle.properties file is created
 3) Copy the form file and paste it into MyApplication2
 4) Refactor 

RESULT: The Form file is copied and refactored, the bundle.properties is created, BUT is empty. There are no properties defined in this file. It is impossible to run JFrame.
Comment 1 Tomas Pavek 2012-05-21 15:02:13 UTC
See also bug 211775.