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

Key: IDEADEV-26143
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Normal Normal
Assignee: Alexey Kudravtsev
Reporter: andrey belomutskiy
Votes: 0
Watchers: 1
Operations

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

'reference to method is ambiguous' compile-time error is not detected

Created: 21 Apr 08 15:25   Updated: 22 Apr 08 10:29
Component/s: Editor. Error Highlighting
Fix Version/s: Diana 8375

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 7,757
Fixed in build: 8,317
Severity: Medium


 Description  « Hide
class test {
public static void main(String[] args) { add(1l, 2l); }
public static void add(long k, Long v) {

}
public static void add(Long k, Long v) {
}
}

this java 1.5+ class can not be compiled, but nothing is highlighted



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