wei-spring / codenameone

Automatically exported from code.google.com/p/codenameone
0 stars 0 forks source link

URI objects return null for all getter calls, except getScheme() #1345

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please clearly state whether the issue relates to a device/the simulator or
the tools.
If related to a device be sure to specify exactly which device with as much
details as possible.

This is an issue only on the new iOS 64-bit VM (works fine on simulator, 
android, and old 32-bit iOS vm builds)

What steps will reproduce the problem?
1.  Create a URI object with a valid URL string argument
2.  Call any of the getter methods (except getScheme() which works as expected)
3.  Examine the resulting string (or int for port).

What is the expected output? 
each getter call returns the URI part requested (host, path, port, query, etc.)

What do you see instead?

returns a null for all parts except the scheme

What version of the product are you using? On what operating system?

Latest version, bug only shows on new 64-bit iOS VM

Original issue reported on code.google.com by mallo...@gmail.com on 12 Feb 2015 at 11:11

GoogleCodeExporter commented 9 years ago

Original comment by st...@weblite.ca on 13 Feb 2015 at 7:14

GoogleCodeExporter commented 9 years ago
I fixed this, then noticed that Shai already fixed it in SVN.  

Original comment by st...@weblite.ca on 13 Feb 2015 at 9:22