New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Codetools 7902736 #2
Conversation
|
@shurymury This change now passes all automated pre-integration checks. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been no new commits pushed to the
|
Webrevs
|
Just a thought - Is it a good idea to differentiate 'null' and empty string - May be by replacing "" with "null" when selectedText is null. |
On Nov 10, 2020, at 10:58 PM, Muneer Kolarkunnu ***@***.***> wrote:
Just a thought - Is it a good idea to differentiate 'null' and empty string - May be by replacing "" with "null" when selectedText is null.
I thought about it. Null selection really means nothing is selected. Empty value is saying that. “null” could be misleading because “null” could actually be a selected text.
Also what about renaming 'selected' with 'selectedText' .
It’s a local var, renaming would not change any semantic or behavior or would not make code more or less easier to understood.
Shura
… —
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <https://urldefense.com/v3/__https://github.com/openjdk/jemmy-v2/pull/2*issuecomment-725241331__;Iw!!GqivPVa7Brio!Ji1C1MKf4VPGDLwtUa7jf7YzOS6RmeBkdPAfxSWP2RICon79hcHht6_8o84KZWxzm7Y$>, or unsubscribe <https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/ABN6PZRS36B4BVF34NWHL3LSPIYZPANCNFSM4TRJPXOQ__;!!GqivPVa7Brio!Ji1C1MKf4VPGDLwtUa7jf7YzOS6RmeBkdPAfxSWP2RICon79hcHht6_8o84KsmQwc3w$>.
|
ok, fine |
Add selected text to the dump, whether or not the test is empty. Add empty string for null return value.
Progress
Download
$ git fetch https://git.openjdk.java.net/jemmy-v2 pull/2/head:pull/2
$ git checkout pull/2