Priority
Normal
Type
Bug 
State
Fixed 
Assignee
Alexey Kudravtsev 
Subsystem
Editor. Error Highlighting 
Affected versions
Fixed in
Fixed in build
Next build 
Build
6148
Fixed in build
6704
Severity
0
  • Submitted by   Marat S. Radchenko
    2 years ago (10 Feb 2007 16:41)
  • Updated by   root
    3 weeks ago (17 Jan 2010 19:41)
  • Jira: IDEA-37022
    (history, comments)

IDEA-37022

Method returning array and overriding method returning java.lang.Object is marked as error.

0
{code:java}class Zzz implements Xxx {

//byte[] is marked as error
public byte[] method () {
return new byte[0];
}
}

interface Xxx {
Object method ();
}{code}

Issue was resolved
Comments (0)
 
History (1)
 
Links
 
Issue has no comments