{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":35448780,"defaultBranch":"master","name":"google-java-format","ownerLogin":"google","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-05-11T20:38:28.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1342004?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1717601135.0","currentOid":""},"activityList":{"items":[{"before":"7fd9300499228717bcfee75ff4f836507df832ee","after":null,"ref":"refs/heads/test_640284683","pushedAt":"2024-06-05T15:31:44.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"}},{"before":"db08589462600b26b69a2418b99d1de29026dcc9","after":"7fd9300499228717bcfee75ff4f836507df832ee","ref":"refs/heads/master","pushedAt":"2024-06-05T15:31:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Fix modifier order handling for `non-sealed`\n\n`non-sealed` is tokenized as three tokens, the modifier sorting logic was assuming it would show up as a single token.\n\nPiperOrigin-RevId: 640534518","shortMessageHtmlLink":"Fix modifier order handling for non-sealed"}},{"before":"13305682af53d64044a8791981fabca9827559e5","after":"7fd9300499228717bcfee75ff4f836507df832ee","ref":"refs/heads/test_640284683","pushedAt":"2024-06-05T15:31:42.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Fix modifier order handling for `non-sealed`\n\n`non-sealed` is tokenized as three tokens, the modifier sorting logic was assuming it would show up as a single token.\n\nPiperOrigin-RevId: 640534518","shortMessageHtmlLink":"Fix modifier order handling for non-sealed"}},{"before":null,"after":"13305682af53d64044a8791981fabca9827559e5","ref":"refs/heads/test_640284683","pushedAt":"2024-06-05T15:25:35.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Fix modifier order handling for `non-sealed`\n\n`non-sealed` is tokenized as three tokens, the modifier sorting logic was assuming it would show up as a single token.\n\nPiperOrigin-RevId: 640284683","shortMessageHtmlLink":"Fix modifier order handling for non-sealed"}},{"before":"db08589462600b26b69a2418b99d1de29026dcc9","after":null,"ref":"refs/heads/test_639058353","pushedAt":"2024-05-31T16:39:07.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"}},{"before":"0b384e32b39117a8da2829d8543e7474338ddebe","after":"db08589462600b26b69a2418b99d1de29026dcc9","ref":"refs/heads/master","pushedAt":"2024-05-31T16:39:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Automatic code cleanup.\n\nPiperOrigin-RevId: 639062534","shortMessageHtmlLink":"Automatic code cleanup."}},{"before":"8aafc71b4cb9d854c926f199e4d06c33082f775e","after":"db08589462600b26b69a2418b99d1de29026dcc9","ref":"refs/heads/test_639058353","pushedAt":"2024-05-31T16:39:05.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Automatic code cleanup.\n\nPiperOrigin-RevId: 639062534","shortMessageHtmlLink":"Automatic code cleanup."}},{"before":null,"after":"8aafc71b4cb9d854c926f199e4d06c33082f775e","ref":"refs/heads/test_639058353","pushedAt":"2024-05-31T16:33:54.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Automatic code cleanup.\n\nPiperOrigin-RevId: 639058353","shortMessageHtmlLink":"Automatic code cleanup."}},{"before":"0b384e32b39117a8da2829d8543e7474338ddebe","after":null,"ref":"refs/heads/test_638650983","pushedAt":"2024-05-30T15:57:24.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"}},{"before":"b9b6730b80a16798da559f2d50112cec3d8538ad","after":"0b384e32b39117a8da2829d8543e7474338ddebe","ref":"refs/heads/master","pushedAt":"2024-05-30T15:57:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Prepare g-j-f for some internal javac API changes\n\n* Refactor comment handling in tokenization to avoid extending javac's internal Comment. This prepares for upcoming JDK changes to the Comment API, which break the current subclass approach by changing the return type of `Comment#getPos`, see also similar changes to Error Prone in unknown commit\n* `JCCompilationUnit#getImports` no longer returns `JCImport`, as part of the changes for modular imports. Supporting modular imports is future work, this change just avoids a crash formatting the existing syntax on the latest JDK versions.\n\nPiperOrigin-RevId: 638669955","shortMessageHtmlLink":"Prepare g-j-f for some internal javac API changes"}},{"before":"dbde49ae7bdff82855a6847c95cc9b0fd7a920f8","after":"0b384e32b39117a8da2829d8543e7474338ddebe","ref":"refs/heads/test_638650983","pushedAt":"2024-05-30T15:57:21.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Prepare g-j-f for some internal javac API changes\n\n* Refactor comment handling in tokenization to avoid extending javac's internal Comment. This prepares for upcoming JDK changes to the Comment API, which break the current subclass approach by changing the return type of `Comment#getPos`, see also similar changes to Error Prone in unknown commit\n* `JCCompilationUnit#getImports` no longer returns `JCImport`, as part of the changes for modular imports. Supporting modular imports is future work, this change just avoids a crash formatting the existing syntax on the latest JDK versions.\n\nPiperOrigin-RevId: 638669955","shortMessageHtmlLink":"Prepare g-j-f for some internal javac API changes"}},{"before":"1957207e58469a26d7d260fdca03a62d158446c0","after":"dbde49ae7bdff82855a6847c95cc9b0fd7a920f8","ref":"refs/heads/test_638650983","pushedAt":"2024-05-30T15:51:51.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Prepare g-j-f for some internal javac API changes\n\n* Refactor comment handling in tokenization to avoid extending javac's internal Comment. This prepares for upcoming JDK changes to the Comment API, which break the current subclass approach by changing the return type of `Comment#getPos`, see also similar changes to Error Prone in unknown commit\n* `JCCompilationUnit#getImports` no longer returns `JCImport`, as part of the changes for modular imports. Supporting modular imports is future work, this change just avoids a crash formatting the existing syntax on the latest JDK versions.\n\nPiperOrigin-RevId: 638650983","shortMessageHtmlLink":"Prepare g-j-f for some internal javac API changes"}},{"before":null,"after":"1957207e58469a26d7d260fdca03a62d158446c0","ref":"refs/heads/test_638650983","pushedAt":"2024-05-30T15:18:29.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Prepare g-j-f for some internal javac API changes\n\n* Refactor comment handling in tokenization to avoid extending javac's internal Comment. This prepares for upcoming JDK changes to the Comment API, which break the current subclass approach by changing the return type of `Comment#getPos`, see also similar changes to Error Prone in unknown commit\n* `JCCompilationUnit#getImports` no longer returns `JCImport`, as part of the changes for modular imports. Supporting modular imports is future work, this change just avoids a crash formatting the existing syntax on the latest JDK versions.\n\nPiperOrigin-RevId: 638650983","shortMessageHtmlLink":"Prepare g-j-f for some internal javac API changes"}},{"before":"b9b6730b80a16798da559f2d50112cec3d8538ad","after":null,"ref":"refs/heads/test_638295145","pushedAt":"2024-05-29T16:29:12.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"}},{"before":"bec248bb39e6abd8b79e8f9900135d263b6f7ad9","after":"b9b6730b80a16798da559f2d50112cec3d8538ad","ref":"refs/heads/master","pushedAt":"2024-05-29T16:29:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Handle classes with no members and semi-colons\n\nPiperOrigin-RevId: 638312117","shortMessageHtmlLink":"Handle classes with no members and semi-colons"}},{"before":"ea8990db6cbb242070e6b5c8bd8d1c851c3daea7","after":"b9b6730b80a16798da559f2d50112cec3d8538ad","ref":"refs/heads/test_638295145","pushedAt":"2024-05-29T16:29:10.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Handle classes with no members and semi-colons\n\nPiperOrigin-RevId: 638312117","shortMessageHtmlLink":"Handle classes with no members and semi-colons"}},{"before":null,"after":"ea8990db6cbb242070e6b5c8bd8d1c851c3daea7","ref":"refs/heads/test_638295145","pushedAt":"2024-05-29T16:23:44.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Handle classes with no members and semi-colons\n\nPiperOrigin-RevId: 638295145","shortMessageHtmlLink":"Handle classes with no members and semi-colons"}},{"before":"bec248bb39e6abd8b79e8f9900135d263b6f7ad9","after":null,"ref":"refs/heads/test_629780471","pushedAt":"2024-05-01T18:40:12.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"}},{"before":"fdf4b29a6e1206f451bd96ed7967f4061921881a","after":"bec248bb39e6abd8b79e8f9900135d263b6f7ad9","ref":"refs/heads/master","pushedAt":"2024-05-01T18:40:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Add a test for trailing unicode escaped whitespace in text blocks\n\nPiperOrigin-RevId: 629785894","shortMessageHtmlLink":"Add a test for trailing unicode escaped whitespace in text blocks"}},{"before":"cb59676fda8eda2f5b7276e057cd5a92db801a3d","after":"bec248bb39e6abd8b79e8f9900135d263b6f7ad9","ref":"refs/heads/test_629780471","pushedAt":"2024-05-01T18:40:09.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Add a test for trailing unicode escaped whitespace in text blocks\n\nPiperOrigin-RevId: 629785894","shortMessageHtmlLink":"Add a test for trailing unicode escaped whitespace in text blocks"}},{"before":null,"after":"cb59676fda8eda2f5b7276e057cd5a92db801a3d","ref":"refs/heads/test_629780471","pushedAt":"2024-05-01T18:35:15.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Add a test for trailing unicode escaped whitespace in text blocks\n\nPiperOrigin-RevId: 629780471","shortMessageHtmlLink":"Add a test for trailing unicode escaped whitespace in text blocks"}},{"before":"fdf4b29a6e1206f451bd96ed7967f4061921881a","after":null,"ref":"refs/heads/test_628537961","pushedAt":"2024-04-29T21:12:10.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"}},{"before":"6e3b852443363917504edd779e21c97f919ddf70","after":"fdf4b29a6e1206f451bd96ed7967f4061921881a","ref":"refs/heads/master","pushedAt":"2024-04-29T21:12:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Remove support for the String Templates preview feature\n\nRollback of https://github.com/google/google-java-format/commit/b5feefe4ab4dbdbba393d769eb1815f26896104b, https://github.com/google/google-java-format/commit/38de9c4e05bc871496c232c1ccbfc4be06a580e2, https://github.com/google/google-java-format/commit/e946e82801eb5bbd52bea00355ba20450bc0725c\n\nSee https://bugs.openjdk.org/browse/JDK-8329949\n\nPiperOrigin-RevId: 629182379","shortMessageHtmlLink":"Remove support for the String Templates preview feature"}},{"before":"6138aa0354d6a9bba93bb3b9a1090730cde5c5f4","after":"fdf4b29a6e1206f451bd96ed7967f4061921881a","ref":"refs/heads/test_628537961","pushedAt":"2024-04-29T21:12:07.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Remove support for the String Templates preview feature\n\nRollback of https://github.com/google/google-java-format/commit/b5feefe4ab4dbdbba393d769eb1815f26896104b, https://github.com/google/google-java-format/commit/38de9c4e05bc871496c232c1ccbfc4be06a580e2, https://github.com/google/google-java-format/commit/e946e82801eb5bbd52bea00355ba20450bc0725c\n\nSee https://bugs.openjdk.org/browse/JDK-8329949\n\nPiperOrigin-RevId: 629182379","shortMessageHtmlLink":"Remove support for the String Templates preview feature"}},{"before":null,"after":"6138aa0354d6a9bba93bb3b9a1090730cde5c5f4","ref":"refs/heads/test_628537961","pushedAt":"2024-04-29T21:06:14.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Remove support for the String Templates preview feature\n\nRollback of https://github.com/google/google-java-format/commit/b5feefe4ab4dbdbba393d769eb1815f26896104b, https://github.com/google/google-java-format/commit/38de9c4e05bc871496c232c1ccbfc4be06a580e2, https://github.com/google/google-java-format/commit/e946e82801eb5bbd52bea00355ba20450bc0725c\n\nSee https://bugs.openjdk.org/browse/JDK-8329949\n\nPiperOrigin-RevId: 628537961","shortMessageHtmlLink":"Remove support for the String Templates preview feature"}},{"before":"6e3b852443363917504edd779e21c97f919ddf70","after":null,"ref":"refs/heads/test_624943444","pushedAt":"2024-04-15T16:57:01.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"}},{"before":"c4b467d50bd6bb52935075b438f602ff902db167","after":"6e3b852443363917504edd779e21c97f919ddf70","ref":"refs/heads/master","pushedAt":"2024-04-15T16:57:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"update the IntelliJ plugin to 1.22.0\n\nPiperOrigin-RevId: 624993575","shortMessageHtmlLink":"update the IntelliJ plugin to 1.22.0"}},{"before":"4dd95c26aedb56ef99b59ee26d913820d1b1137b","after":"6e3b852443363917504edd779e21c97f919ddf70","ref":"refs/heads/test_624943444","pushedAt":"2024-04-15T16:56:59.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"update the IntelliJ plugin to 1.22.0\n\nPiperOrigin-RevId: 624993575","shortMessageHtmlLink":"update the IntelliJ plugin to 1.22.0"}},{"before":null,"after":"4dd95c26aedb56ef99b59ee26d913820d1b1137b","ref":"refs/heads/test_624943444","pushedAt":"2024-04-15T16:51:12.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"update the IntelliJ plugin to 1.22.0\n\nPiperOrigin-RevId: 624943444","shortMessageHtmlLink":"update the IntelliJ plugin to 1.22.0"}},{"before":"c4b467d50bd6bb52935075b438f602ff902db167","after":null,"ref":"refs/heads/test_622171655","pushedAt":"2024-04-06T10:03:17.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEXUq-5wA","startCursor":null,"endCursor":null}},"title":"Activity ยท google/google-java-format"}