Groups
Groups
Sign in
Groups
Groups
java
Conversations
About
Send feedback
Help
java
1–30 of 78
Mark all as read
Report group
0 selected
Edralyn Cerera
May 12
Billandrew
unread,
Billandrew
May 12
1stNations Films
Mar 26
INDIGENOUS EDUCATIONAL RESOURCES - Streaming Video for Education
Streaming Videos for Education First Nations Films Cherished by broadcasters, schools, libraries,
unread,
INDIGENOUS EDUCATIONAL RESOURCES - Streaming Video for Education
Streaming Videos for Education First Nations Films Cherished by broadcasters, schools, libraries,
Mar 26
Andrew Grieve
, …
Peter Conn
5
Jan 28
Adding Static Analysis Checks for @Nullable via NullAway
We've got a team rotation for the quarter to take turns running the annotator over the codebase,
unread,
Adding Static Analysis Checks for @Nullable via NullAway
We've got a team rotation for the quarter to take turns running the annotator over the codebase,
Jan 28
Andrew Grieve
Jan 16
@Nullable checks when writing Java code in Chromium
See: //styleguide/java/nullaway.md For now, my team is opting code into checks in batches, and we
unread,
@Nullable checks when writing Java code in Chromium
See: //styleguide/java/nullaway.md For now, my team is opting code into checks in batches, and we
Jan 16
Andrew Grieve
, …
Peter Conn
9
12/13/24
Guidances WRT java.util.Optional
I've made a good amount of progress on answering whether or not we can adopt NullAway as a @
unread,
Guidances WRT java.util.Optional
I've made a good amount of progress on answering whether or not we can adopt NullAway as a @
12/13/24
Nate Fischer
, …
Andrew Grieve
7
10/4/24
Styleguide proposal: implement toString() overrides behind BuildConfig.ENABLE_ASSERTS
Note: we have a BuildConfig.ENABLE_DEBUG_LOGS now, which seems like it'd be a good flag to use
unread,
Styleguide proposal: implement toString() overrides behind BuildConfig.ENABLE_ASSERTS
Note: we have a BuildConfig.ENABLE_DEBUG_LOGS now, which seems like it'd be a good flag to use
10/4/24
hanszhli(李泽瀚)
,
Sam Maier
7
8/19/24
Inquiry on Java Bytecode Optimization Issues in Chromium Project
Yes, as you said, there are some differences in usage caused by manual_jni_registration=true. I
unread,
Inquiry on Java Bytecode Optimization Issues in Chromium Project
Yes, as you said, there are some differences in usage caused by manual_jni_registration=true. I
8/19/24
Andrew Grieve
, …
Tomasz Śniatowski
6
6/6/24
Proposal: JavaUtils.throwUnchecked()
I've submitted the change. On Tue, Jun 4, 2024 at 11:17 AM Andrew Grieve <agr...@google.com
unread,
Proposal: JavaUtils.throwUnchecked()
I've submitted the change. On Tue, Jun 4, 2024 at 11:17 AM Andrew Grieve <agr...@google.com
6/6/24
first nationsfilms1
2/19/24
FIRST NATIONS EDUCATIONAL RESOURCES - Streaming Video
Streaming Video for Education First Nations Films Cherished by broadcasters, schools, libraries,
unread,
FIRST NATIONS EDUCATIONAL RESOURCES - Streaming Video
Streaming Video for Education First Nations Films Cherished by broadcasters, schools, libraries,
2/19/24
Kashif Teevno
1/7/24
@CheckDiscard("crbug.com/1231625")
unread,
@CheckDiscard("crbug.com/1231625")
1/7/24
Andrew Grieve
,
Nate Fischer
3
10/27/23
Style Guide Proposal: Ban Record Types
Since it's used as a reason to ban record types, I've also added a heading for toString():
unread,
Style Guide Proposal: Ban Record Types
Since it's used as a reason to ban record types, I've also added a heading for toString():
10/27/23
Andrew Grieve
, …
Ted Choc
5
10/18/23
Style Guide Proposal: Add /* paramName= */
Thanks! Going ahead with the CL then. On Mon, Oct 16, 2023 at 4:56 PM Ted Choc <ted...@google.com
unread,
Style Guide Proposal: Add /* paramName= */
Thanks! Going ahead with the CL then. On Mon, Oct 16, 2023 at 4:56 PM Ted Choc <ted...@google.com
10/18/23
Andrew Grieve
2
10/3/23
RFC: Mass Reformat with google-java-format
I've flipped the switch to enable google-java-format for "git cl format". I'll also
unread,
RFC: Mass Reformat with google-java-format
I've flipped the switch to enable google-java-format for "git cl format". I'll also
10/3/23
Trevor Perrier
, …
Nate Fischer
7
9/27/23
Style Guide Proposal: IntDef NUM_ENTRIES constant
This is awesome news! Thanks for collaborating with the Lint team to get this fixed! Nate Fischer |
unread,
Style Guide Proposal: IntDef NUM_ENTRIES constant
This is awesome news! Thanks for collaborating with the Lint team to get this fixed! Nate Fischer |
9/27/23
1stnations film
7/28/23
FIRST NATIONS EDUCATIONAL RESOURCES - Streaming Video
Streaming Video for Education FirstNationsFilms For, By and About First Nations People Cherished by
unread,
FIRST NATIONS EDUCATIONAL RESOURCES - Streaming Video
Streaming Video for Education FirstNationsFilms For, By and About First Nations People Cherished by
7/28/23
Ziad Youssef
, …
Andrew Grieve
5
7/21/23
Guidance for using assert
Put up a review here: https://chromium-review.googlesource.com/c/chromium/src/+/4705109 Will wait
unread,
Guidance for using assert
Put up a review here: https://chromium-review.googlesource.com/c/chromium/src/+/4705109 Will wait
7/21/23
Boris Sazonov
, …
Nate Fischer
4
7/14/23
JavaDoc and summary fragments
Ok, that policy SGTM. If this is going into the style guide, please clarify this guidance applies
unread,
JavaDoc and summary fragments
Ok, that policy SGTM. If this is going into the style guide, please clarify this guidance applies
7/14/23
Andrew Grieve
,
Nate Fischer
6
7/14/23
Style Guide Proposal: Adding go/clank-test-strategy
Thanks, the new update SGTM! Nate Fischer | Software Engineer | ntf...@google.com On Thu, Jul 13,
unread,
Style Guide Proposal: Adding go/clank-test-strategy
Thanks, the new update SGTM! Nate Fischer | Software Engineer | ntf...@google.com On Thu, Jul 13,
7/14/23
Andrew Grieve
, …
Tommy Nyquist
6
6/27/23
Java Style Guide: ForTesting section
Just thought of a reason to need `@VisibleForTesting(otherwise = VisibleForTesting.NONE)`: test-only
unread,
Java Style Guide: ForTesting section
Just thought of a reason to need `@VisibleForTesting(otherwise = VisibleForTesting.NONE)`: test-only
6/27/23
Alex Cooper
, …
Peter Conn
4
3/29/23
Reconsidering Java optional-brace policy
We do use this quite a lot in Java, especially for guard statements like - we have over 5000 uses of
unread,
Reconsidering Java optional-brace policy
We do use this quite a lot in Java, especially for guard statements like - we have over 5000 uses of
3/29/23
Hu guangjie
3/16/23
investment terms
I am Hu Guangjie, I am a senior executive with the China National Offshore Oil Corporation (CNOOC). I
unread,
investment terms
I am Hu Guangjie, I am a senior executive with the China National Offshore Oil Corporation (CNOOC). I
3/16/23
Andrew Grieve
, …
Tommy Nyquist
4
3/10/23
Styleguide advice on Java stream() apis
Put up a CL for this in case anyone wants to comment. I'll wait a few days to submit it. On Thu,
unread,
Styleguide advice on Java stream() apis
Put up a CL for this in case anyone wants to comment. I'll wait a few days to submit it. On Thu,
3/10/23
Andrew Grieve
,
Tommy Nyquist
4
1/10/23
Java Style Guide Tweaks
I've now updated the CL accordingly. On Mon, Jan 9, 2023 at 10:36 PM Andrew Grieve <agrieve@
unread,
Java Style Guide Tweaks
I've now updated the CL accordingly. On Mon, Jan 9, 2023 at 10:36 PM Andrew Grieve <agrieve@
1/10/23
First NationsFilms
12/1/22
FIRST NATIONS EDUCATIONAL RESOURCES - Streaming Video
Streaming Video for Education FirstNationsFilms For, By and About First Nations People Cherished by
unread,
FIRST NATIONS EDUCATIONAL RESOURCES - Streaming Video
Streaming Video for Education FirstNationsFilms For, By and About First Nations People Cherished by
12/1/22
Nate Fischer
, …
Tommy Nyquist
6
11/7/22
Styleguide verdict for "var" type inference
Having not yet heard objections, I have landed https://chromium-review.googlesource.com/c/chromium/
unread,
Styleguide verdict for "var" type inference
Having not yet heard objections, I have landed https://chromium-review.googlesource.com/c/chromium/
11/7/22
Daniel Libby
, …
Onur Koncaoğlu
18
3/18/22
ProGuard build failure when importing androidx.window
Hi James, I catch the same error with Dexguard 9.3.4 version. Is this temporary exclusion rules for
unread,
ProGuard build failure when importing androidx.window
Hi James, I catch the same error with Dexguard 9.3.4 version. Is this temporary exclusion rules for
3/18/22
firstnation films
12/6/21
FIRST NATIONS EDUCATIONAL RESOURCES
SALES OF First Nations Educational Video FirstNationsFilms.Com For information and to order:
unread,
FIRST NATIONS EDUCATIONAL RESOURCES
SALES OF First Nations Educational Video FirstNationsFilms.Com For information and to order:
12/6/21
wychen via monorail
, …
wnwen via monorail
3
11/15/21
Issue 1101868 in chromium: Java checkdeps is skipped in CI
Updates: Cc: mhe...@chromium.org wn...@chromium.org Components: Build Labels: BuildHealth Status:
unread,
Issue 1101868 in chromium: Java checkdeps is skipped in CI
Updates: Cc: mhe...@chromium.org wn...@chromium.org Components: Build Labels: BuildHealth Status:
11/15/21
Daniel Libby
,
Peter Wen
6
9/3/21
crbug 989505
Hi Daniel, Maybe we can take our discussion on the crbug so anyone else who looks up that bug can
unread,
crbug 989505
Hi Daniel, Maybe we can take our discussion on the crbug so anyone else who looks up that bug can
9/3/21
Andrew Grieve
,
Carlos Knippschild
3
6/1/21
Re: [chromium-dev] IntDef vs enum clarification in the Java style guide
Thanks for the re-routing Andrew. Added you as a reviewer of: https://chromium-review.googlesource.
unread,
Re: [chromium-dev] IntDef vs enum clarification in the Java style guide
Thanks for the re-routing Andrew. Added you as a reviewer of: https://chromium-review.googlesource.
6/1/21