History
|
Log In
H
OME
B
ROWSE PROJECT
F
IND ISSUES
Q
UICK SEARCH:
Learn more about
Quick Search
Issue Details
(
XML
|
Word
|
Printable
)
Key:
IDEADEV-6257
Type:
Bug
Status:
Open
Priority:
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; }
Description
IDEA thinks the next JavaScript code is Ok: String.prototype.BBB = function() { return 0; } String.prototype.BBB = function() { return 1; }
Show »
All
Comments
Work Log
Change History
Sort Order:
[
Permlink
|
« Hide
]
Mike Aizatsky
-
12 Sep 06 15:42
Warning should be given
[
Show »
]
Mike Aizatsky
-
12 Sep 06 15:42
Warning should be given