xxs: RFR 8081780: JShell tool: Completion contains $REPL00DOESNOTMATTER

ShinyaYoshida bitterfoxc at gmail.com
Wed Jun 3 18:18:25 UTC 2015


Hi Robert,
Thank you for your review.

I think the use of "$REPL00DOESNOTMATTER" in Eval#trialCompile is in the
different context between SourceCodeAnalysisImpl.
Appearing $REPL00DOESNOTMATTER in completion is not caused by
Eval#trialCompile but SourceCodeAnalysisImpl#wrapInClass.

Should I replace "$REPL00DOESNOTMATTER" in Eval#trialCompile by
DOESNOTMATTER even if it is in the different context?

If I replace, should DOESNOTMATTER be in Util?

Regards,
shinyafox(Shinya Yoshida)


2015-06-04 2:08 GMT+09:00 Robert Field <robert.field at oracle.com>:

> Hi Shinya,
>
> Not a full review, but, defining DOESNOTMATTER is good, but then it should
> match the code that creates it, so, Eval.trialCompile() should use this
> constant,
>
> Thanks,
> Robert
>
>
> On 06/03/15 09:58, ShinyaYoshida wrote:
>
>> Hi Jan,
>> Please review this.
>>
>> webrev:
>> http://cr.openjdk.java.net/~shinyafox/kulla/8081780/webrev.00/
>>
>> bugs:
>> https://bugs.openjdk.java.net/browse/JDK-8081780
>>
>> Regards,
>> shinyafox(Shinya Yoshida)
>>
>
>


More information about the kulla-dev mailing list