History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-16068
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Maxim Mossienko
Reporter: Mikhail Gedzberg
Votes: 1
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Change variable type

Created: 09 Jan 07 18:18   Updated: 22 Apr 07 20:38
Component/s: JavaScript
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: None
Image Attachments:

1. screenshot-1.jpg
(207 kb)
Issue Links:
Relates
 
This issue is related to:
IDEADEV-12412 JavaScript improvements Normal Open

Build: 6,628


 Description  « Hide
User can get warning if variable after assignment (for example) has type different with decrared.
For example:

var acolors = new Array("red","white","blue")
acolors = 14;

acolors defined and initialized as array but in next line of code the variable becomes Number all stored in array data automatically will be lost.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.