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 136603 - JS Client Stubs issue with multi-fields in converter
Summary: JS Client Stubs issue with multi-fields in converter
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: REST (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Peter Liu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-05 22:43 UTC by Ayub Khan
Modified: 2008-07-22 20:07 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 Ayub Khan 2008-06-05 22:43:54 UTC
Forward from Mark Rawling <mark.rawling@gmail.com> 

The test JS client stubs scripts:

Are hopelessly broken when deailing with multiple fields of the same type - you
 end up with double definitions of the same name, etc. Similarly for fields that
 don;t pluralize by simply adding an s. The latter is also a bug in the autogenerated object converters.
Comment 1 Peter Liu 2008-07-22 20:07:48 UTC
This is a side-effect of issues related to the generated code which have already been fixed.