Where from "has private access in " is logged? I'd like to suppress it

Gabriele Kahlout gabriele at mysimpatico.com
Fri Feb 25 14:04:40 PST 2011


> feature? I think i can modify the sample of yesterday to demonstrate.

It's enough to do this change:

- TreePath path = TreePath.getPath(treePath, ((JCBlock)tree.body).stats.head);
+ TreePath path = TreePath.getPath(treePath, ((JCBlock)tree.body));

>
>
>
> On Fri, Feb 25, 2011 at 9:02 PM, Jonathan Gibbons
> <jonathan.gibbons at oracle.com> wrote:
>>
>> On 02/24/2011 10:10 PM, Gabriele Kahlout wrote:
>>>
>>> Awesome! Any reference to the bug and to the (first) version of the jdk
>>> where this is fixed? Why wasn't this fixed against jdk6 versions too?
>>
>> There is no specific bug relating to your issue, meaning that the issue
>> has been fixed as part of some other work.  There are over 30 changesets for
>> the file in question and I would estimate that about 50% of the lines of
>> code have been changed (in Resolve.java.)   Regrettably, it is not always
>> practical or desirable to back port all work into earlier releases.
>>
>> -- Jon
>>
>>
>
>
>
> --
> Regards,
> K. Gabriele
>
> --- unchanged since 20/9/10 ---
> P.S. If the subject contains "[LON]" or the addressee acknowledges the
> receipt within 48 hours then I don't resend the email.
> subject(this) ∈ L(LON*) ∨ ∃x. (x ∈ MyInbox ∧ Acknowledges(x, this) ∧ time(x)
> < Now + 48h) ⇒ ¬resend(I, this).
>
> If an email is sent by a sender that is not a trusted contact or the email
> does not contain a valid code then the email is not received. A valid code
> starts with a hyphen and ends with "X".
> ∀x. x ∈ MyInbox ⇒ from(x) ∈ MySafeSenderList ∨ (∃y. y ∈ subject(x) ∧ y ∈
> L(-[a-z]+[0-9]X)).
>
>



-- 
Regards,
K. Gabriele

--- unchanged since 20/9/10 ---
P.S. If the subject contains "[LON]" or the addressee acknowledges the
receipt within 48 hours then I don't resend the email.
subject(this) ∈ L(LON*) ∨ ∃x. (x ∈ MyInbox ∧ Acknowledges(x, this) ∧
time(x) < Now + 48h) ⇒ ¬resend(I, this).

If an email is sent by a sender that is not a trusted contact or the
email does not contain a valid code then the email is not received. A
valid code starts with a hyphen and ends with "X".
∀x. x ∈ MyInbox ⇒ from(x) ∈ MySafeSenderList ∨ (∃y. y ∈ subject(x) ∧ y
∈ L(-[a-z]+[0-9]X)).



More information about the compiler-dev mailing list