The code inspection in IDEA614 has two bugs that I've noticed :

1) The error message "Variable returnInfo intializer null at line 490 is
redundant." spells 'initializer' incorrectly

2) The error message above is incorrectly given for a line like :
        someFunc( (SomeType) null);
    where the typecast is used to distinguish between two overloaded
methods, either of which could take null as their parameter.




_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to