Product: Aqua Data Studio (Evaluation)
Version: 13.0-rc-18
Build #: 31621
Build Date: 2013-Mar-15 08:13:23 AM
Operating Environment: Windows 7 (6.1, x86) / Cp1252 / en / US / Sun Microsystems Inc. 1.6.0_35-b10
Memory: Max=766,312,448; Total=83,742,720; Free=34,763,944; CPUs=4
Clicking inside Scripts->Statement separator puts java.lang.Object@18cb41
This occurs for Win XP and 7
1. Go to File->Options->Scripts->ParAccel Analytic Platform->Statement Separator
2. Click once inside the text field
3. Click on Cancel button and Click Yes for Do you want to discard unsaved changes
4. Now take again File->Options->Scripts->ParAccel Analytic Platform->Statement Separator
You can see that there is some characters in the Statement Separator java.lang.Object@18cb416
See attached pics
Default value was been set to null object and after clicking in the field and hitting cancel the new value is blank, so they don't match and the save mechanics tries to revert back to the initial value of null object. This would have never existed as the datastudio.properties file value has to be fresh with no values to reproduce this. Statement separators are now set to the DatastudioOptionsDefaults.SCRIPT_STATEMENT_SEPARATOR witch is a blank string. This will fix the issue that was occurring
Issue #8494 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build 13.0-rc-22 |
No time estimate |
Default value was been set to null object and after clicking in the field and hitting cancel the new value is blank, so they don't match and the save mechanics tries to revert back to the initial value of null object. This would have never existed as the datastudio.properties file value has to be fresh with no values to reproduce this. Statement separators are now set to the DatastudioOptionsDefaults.SCRIPT_STATEMENT_SEPARATOR witch is a blank string. This will fix the issue that was occurring