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

Key: IDEADEV-6257
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Maxim Mossienko
Reporter: Mikhail Gedzberg
Votes: 0
Watchers: 0
Operations

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

IDEA does not forbid to define object method two or more times

Created: 07 Jun 06 16:17   Updated: 24 Sep 07 23:17
Component/s: JavaScript
Fix Version/s: Diana Final

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

1. screenshot-1.jpg
(119 kb)

Build: 5,325


 Description  « Hide
IDEA thinks the next JavaScript code is Ok:

String.prototype.BBB = function()

{ return 0; }

String.prototype.BBB = function()

{ return 1; }

 All   Comments   Work Log   Change History      Sort Order:
Mike Aizatsky - 12 Sep 06 15:42
Warning should be given