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 238315 - JavaScript identifiers are changed from RESTfull names (uppercase to lowercase)
Summary: JavaScript identifiers are changed from RESTfull names (uppercase to lowercase)
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: Web Services Client (show other bugs)
Version: 7.4
Hardware: PC Linux
: P3 normal (vote)
Assignee: Jan Stola
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-13 13:53 UTC by jbril
Modified: 2015-05-13 02:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
pdf with screenshots & description (127.92 KB, application/pdf)
2013-11-13 13:53 UTC, jbril
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jbril 2013-11-13 13:53:24 UTC
Created attachment 142134 [details]
pdf with screenshots & description

The "RESTful JavaScript Client" wizard to create a HTML5 front-end changes the names of identifiers.

Specifically identifier FName -> fName and LName -> lName.

It means that data does not get displayed on the HTML5 page.

Where are they changed?
Is there a reason?

TIA

Jaap
Comment 1 Vladimir Riha 2013-11-13 14:31:27 UTC
Reproducible, thank you for reporting.

Product Version: NetBeans IDE Dev (Build 201311130002)
Java: 1.7.0_45; Java HotSpot(TM) Client VM 24.45-b08
Runtime: Java(TM) SE Runtime Environment 1.7.0_45-b18
System: Linux version 3.2.0-48-generic-pae running on i386; UTF-8; en_US (nb)
Comment 2 Jan Stola 2015-05-12 12:37:56 UTC
Fixed by https://hg.netbeans.org/web-main/rev/0a4ed618bd84
Comment 3 Quality Engineering 2015-05-13 02:54:49 UTC
Integrated into 'main-silver', will be available in build *201505130001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/0a4ed618bd84
User: Jan Stola <jstola@netbeans.org>
Log: #238315 - JavaScript identifiers are changed from RESTfull names (uppercase to lowercase)