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 120669

Summary: No dotten button for argument of EJB client with simple type
Product: obsolete Reporter: Roman Mostyka <romanmostyka>
Component: visualwebAssignee: Quy Nguyen <quynguyen>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: Client JAR file of EJB

Description Roman Mostyka 2007-10-31 16:45:00 UTC
1. Add Set of Session EJB with attached JAR file as Client JAR.
2. Create web application with "Visual Web JSF" framework.
3. Add "method_Collection_String_Object_double" EJB method to a page.
4. Open "Properties" window and scroll to "General" section.

Result: There are rows for arguments, but there are dotten buttons for String property and Object property, but there is
no dotten button for double property.
Comment 1 Roman Mostyka 2007-10-31 16:56:02 UTC
Created attachment 52150 [details]
Client JAR file of EJB
Comment 2 Quy Nguyen 2007-10-31 19:15:36 UTC
I believe the double property is changed in-line (directly on the field display) because it is a primitive type instead
of an Object type.  I believe that this behavior is intended for these types (int, double, float, char, etc.).