Yes, it's a known problem and it will be fixed in Pandora.

Best regards,
Valentin Kipiatkov
-----------------------------------------------------------
 IntelliJ Software, http://www.intellij.com/
 "Develop with pleasure"
-----------------------------------------------------------

----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, October 01, 2001 6:24 PM
Subject: [Eap-list] IDEA doesn't spot references to private variables in
code


> Hi
>
> IDEA doesn't seem to spot direct references to private variables in my
code
> (# 501).
>
> The HTTPResponse class has a private variable called headers (of type
> HashMap) with a matching function called getHeaders(), but if I write the
> following in another class IDEA doesn't mark it as an error:
>
> HTTPResponse httpResponse = new HTTPResponse();
> httpResponse.headers.put("Bla", "Bla");
>
> It even helps me with the code completion.
>
> /Jeppe
>
>
> _______________________________________________
> Eap-list mailing list
> [EMAIL PROTECTED]
> http://www.intellij.com/mailman/listinfo/eap-list
>



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

Reply via email to