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 20967 - [Char Editor] Form Connection - value => wrong code generated
Summary: [Char Editor] Form Connection - value => wrong code generated
Status: CLOSED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: -FFJ-
Hardware: All All
: P4 blocker (vote)
Assignee: Tomas Pavek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-27 18:04 UTC by Marian Mirilovic
Modified: 2003-06-30 18:30 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 Marian Mirilovic 2002-02-27 18:04:24 UTC
[ffj4.0_ea](20020225), [jdk1.4](92)

Steps to reproduce:
- open/create JFrame
- add JPasswordField
- invoke customizer for property "echoChar"
- chnage to FormConnection
- type value x
-> generated code :
	jPasswordField1.setEchoChar(x);

instead :
	jPasswordField1.setEchoChar('x');

If you have property (type String) and you type to value textfield for example
text , correct code is generated (e.g. jLabel1.setText("text") ) , the same
behaviour is expected for each type of property.
If user set value by FormConnection - value , it should be the same as if he/she
type value by String/Char/Int/.... editors.
Comment 1 Tomas Pavek 2002-03-06 17:40:40 UTC
Fixed.
Comment 2 Marian Mirilovic 2002-03-08 09:45:28 UTC
verified in [nb_dev](20020308)
Comment 3 Quality Engineering 2003-06-30 18:30:20 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.