Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / google/google-java-format issues and pull requests
#1220 - Publish Linux arm64 GraalVM native-image binary
Pull Request -
State: open - Opened by hisener 5 days ago
#1219 - Intellij plugin produces different results for text blocks than cli
Issue -
State: open - Opened by andreas-heatly 14 days ago
- 1 comment
#1218 - do not touch /// in first lines
Issue -
State: open - Opened by maxandersen about 1 month ago
- 2 comments
#1217 - avoid adding space on // comments?
Issue -
State: open - Opened by maxandersen about 1 month ago
- 2 comments
#1216 - Support Java's fancy modern main style (JEP 445 & 463 & 477 & 495)
Issue -
State: open - Opened by vorburger about 2 months ago
- 1 comment
#1215 - Comments starting with /// should not be reformatted as // /
Issue -
State: open - Opened by vorburger about 2 months ago
- 4 comments
#1214 - Support JEP 330 "shebang" headers
Issue -
State: closed - Opened by vorburger about 2 months ago
- 6 comments
#1213 - Support Module Import Declarations (JEP 476, JDK 23)
Issue -
State: open - Opened by sebastiaanspeck about 2 months ago
Labels: Java 23
#1212 - Increase JAXP limits to fix Tycho plugin
Pull Request -
State: closed - Opened by copybara-service[bot] 2 months ago
#1211 - Bug: Formatting should result in stable output
Issue -
State: closed - Opened by scch-michael-pfeiffer 2 months ago
- 1 comment
#1210 - Early Access build fails to new JAXP limit of `100000`
Issue -
State: closed - Opened by sormuras 2 months ago
- 2 comments
#1209 - Update tycho version
Pull Request -
State: open - Opened by copybara-service[bot] 2 months ago
#1208 - Update the IntelliJ plugin to 1.25.2.
Pull Request -
State: closed - Opened by copybara-service[bot] 2 months ago
#1207 - Fix another text block special case
Pull Request -
State: closed - Opened by copybara-service[bot] 2 months ago
#1206 - Remove conditional logic in tests for unsupported JDK versions
Pull Request -
State: closed - Opened by copybara-service[bot] 2 months ago
#1205 - Text block formatting bug in 1.25.1
Issue -
State: closed - Opened by protocol7 2 months ago
#1204 - Update the IntelliJ plugin to 1.25.1.
Pull Request -
State: closed - Opened by copybara-service[bot] 2 months ago
#1203 - Add google-java-format unit tests for existing `@Annotation()` behavior.
Pull Request -
State: closed - Opened by copybara-service[bot] 3 months ago
#1202 - fix-#1201/refactor-design-smells
Pull Request -
State: open - Opened by bishaddebroy 3 months ago
#1201 - Design Smell Refactoring in JavacTokens
Issue -
State: open - Opened by bishaddebroy 3 months ago
#1200 - fix-#1199/refactor-implementation-smells
Pull Request -
State: open - Opened by bishaddebroy 3 months ago
#1199 - Code Smells: Multiple Components Need Refactoring for Better Maintainability and Code Quality
Issue -
State: open - Opened by bishaddebroy 3 months ago
#1198 - Update the IntelliJ plugin to 1.25.0.
Pull Request -
State: closed - Opened by copybara-service[bot] 3 months ago
#1197 - Remove some unnecessary reflection now that the formatter only supports JDK 17
Pull Request -
State: closed - Opened by copybara-service[bot] 3 months ago
#1196 - Fix a bug where leading whitespace was removed from the last line of a text block
Pull Request -
State: closed - Opened by copybara-service[bot] 3 months ago
- 1 comment
#1195 - Text block formatting bug in 1.25.0
Issue -
State: closed - Opened by protocol7 3 months ago
- 3 comments
#1194 - 1.25.0 release is missing
Issue -
State: closed - Opened by ZacSweers 3 months ago
- 3 comments
#1193 - Support Markdown Documentation Comments (JEP 467, JDK 23)
Issue -
State: open - Opened by translatenix 3 months ago
#1192 - Update Error Prone to version 2.36.0
Pull Request -
State: closed - Opened by copybara-service[bot] 3 months ago
#1191 - Fix logic for checking if text blocks are already deindented
Pull Request -
State: closed - Opened by copybara-service[bot] 3 months ago
#1190 - Remove Java17InputAstVisitor
Pull Request -
State: closed - Opened by copybara-service[bot] 3 months ago
#1189 - Inconsistency between indent level in AOSP and non-aosp
Issue -
State: open - Opened by blacksails 3 months ago
- 2 comments
#1188 - Allow breaks before pattern guards
Pull Request -
State: closed - Opened by copybara-service[bot] 3 months ago
#1187 - Add some more test cases for pattern guards
Pull Request -
State: closed - Opened by copybara-service[bot] 3 months ago
#1186 - Error formatting long string literal that contains "...\\t"
Issue -
State: open - Opened by scch-michael-pfeiffer 3 months ago
- 1 comment
#1185 - Reformat the formatter
Pull Request -
State: closed - Opened by copybara-service[bot] 3 months ago
#1184 - Explicitly test that reformatting after formatting and string wrapping is idempotent
Pull Request -
State: closed - Opened by copybara-service[bot] 3 months ago
#1183 - Back out text block special cases
Pull Request -
State: closed - Opened by copybara-service[bot] 3 months ago
#1182 - More text block test cases
Pull Request -
State: closed - Opened by copybara-service[bot] 3 months ago
#1181 - Fix an off-by-one bug with column limit handling for text blocks
Pull Request -
State: closed - Opened by copybara-service[bot] 3 months ago
#1180 - GJF adds <p> tag prior to the <div> tag
Issue -
State: open - Opened by Zopsss 3 months ago
#1179 - Always break between leading comments and opening delimiters of text blocks
Pull Request -
State: closed - Opened by copybara-service[bot] 3 months ago
#1178 - If a text block is outdented, outdent the opening `"""` too
Pull Request -
State: closed - Opened by copybara-service[bot] 3 months ago
#1177 - Add an integration test for comments before text blocks
Pull Request -
State: closed - Opened by copybara-service[bot] 3 months ago
#1176 - Place the trailing `"""` of a text block to appear on its own line
Pull Request -
State: closed - Opened by copybara-service[bot] 4 months ago
#1175 - Patches
Pull Request -
State: closed - Opened by KingMahmud 4 months ago
- 1 comment
#1174 - Update Error Prone version to 2.34.0
Pull Request -
State: closed - Opened by copybara-service[bot] 4 months ago
#1173 - Format failed with instructions to raise a bug...
Issue -
State: closed - Opened by big-andy-coates 4 months ago
- 2 comments
#1172 - Eclipse-Formatter-Plugin fails due to wrong assumptions
Issue -
State: open - Opened by contitleine 4 months ago
Labels: Eclipse
#1171 - A second run should not change the result
Issue -
State: closed - Opened by koppor 5 months ago
- 1 comment
#1170 - google chrome manifest
Issue -
State: open - Opened by theboreddevvv 5 months ago
#1169 - Update google-java-format to build with Java 17
Pull Request -
State: closed - Opened by copybara-service[bot] 5 months ago
#1168 - Update the IntelliJ plugin to 1.24.0.
Pull Request -
State: closed - Opened by copybara-service[bot] 5 months ago
#1167 - Fix column numbers in diagnostics
Pull Request -
State: closed - Opened by copybara-service[bot] 5 months ago
#1166 - بعرفش اقرا غير عربي
Issue -
State: closed - Opened by YazanHabib 5 months ago
#1165 - Fix text block indentation when the text block has no prefix
Pull Request -
State: open - Opened by dweiss 5 months ago
- 2 comments
#1164 - Print the problem line as context in error messages
Pull Request -
State: closed - Opened by copybara-service[bot] 5 months ago
#1163 - Always run integration test for #1161
Pull Request -
State: closed - Opened by copybara-service[bot] 5 months ago
#1162 - Fix different formatting of block line comments with openjdk 23+
Pull Request -
State: closed - Opened by copybara-service[bot] 5 months ago
#1161 - Fix different formatting of block line comments with openjdk 23+
Pull Request -
State: closed - Opened by dweiss 5 months ago
- 2 comments
#1160 - Add a regression test for handling of `///` comments
Pull Request -
State: closed - Opened by copybara-service[bot] 5 months ago
#1159 - Increasing minimum supported JDK (and dropping support for JDK 11)
Issue -
State: closed - Opened by cushon 5 months ago
- 5 comments
#1158 - Update Error Prone version to 2.32.0
Pull Request -
State: closed - Opened by copybara-service[bot] 5 months ago
#1157 - Inconsistent indentation of long log statements
Issue -
State: open - Opened by joca-bt 5 months ago
- 3 comments
#1156 - Delete scripts/google-java-format-diff.py
Pull Request -
State: open - Opened by Ondyk98 6 months ago
- 1 comment
#1155 - Incorrect comment indentation inside switch statements on case that is not first
Issue -
State: open - Opened by romani 6 months ago
- 1 comment
#1154 - Is possible to turn of wildcard import rule?
Issue -
State: closed - Opened by poliveira-fuze 6 months ago
- 3 comments
#1153 - Different formatting of block line comments with openjdk 23+37-2369
Issue -
State: closed - Opened by dweiss 6 months ago
- 6 comments
#1152 - Annotation location when mixed with modifiers
Issue -
State: open - Opened by Zopsss 6 months ago
- 2 comments
#1151 - Fix package version metadata #9.
Pull Request -
State: closed - Opened by copybara-service[bot] 6 months ago
#1150 - P html tag with no content after is not removed
Issue -
State: open - Opened by romani 6 months ago
#1149 - Tab characters are not removed from single line comment
Issue -
State: open - Opened by romani 6 months ago
#1148 - Formatter not adding a blank line between copyright/license information and package statement
Issue -
State: closed - Opened by Zopsss 6 months ago
- 1 comment
#1147 - Incorrect comment indentation inside switch statements
Issue -
State: closed - Opened by Zopsss 6 months ago
- 1 comment
#1146 - Update the README to point to JetBrains documentation where appropriate.
Pull Request -
State: closed - Opened by copybara-service[bot] 6 months ago
#1145 - Fix the until-build property of the IntelliJ plugin.
Pull Request -
State: closed - Opened by copybara-service[bot] 6 months ago
#1144 - Update IntelliJ plugin to 1.23.0.
Pull Request -
State: closed - Opened by copybara-service[bot] 6 months ago
#1143 - #1132 Migrate to IntelliJ Platform Gradle Plugin 2.0
Pull Request -
State: closed - Opened by copybara-service[bot] 6 months ago
#1142 - Fix #1132 Load services outside of constructors and class initializers
Pull Request -
State: closed - Opened by copybara-service[bot] 6 months ago
#1141 - Avoid mangling `{@snippet ...}`.
Pull Request -
State: closed - Opened by copybara-service[bot] 6 months ago
#1140 - [IntelliJ Idea] Class initialization must not depend on services. Consider using instance of the service on-demand instead
Issue -
State: closed - Opened by jkumar-altir 6 months ago
- 2 comments
#1139 - Add required jvmArgs to runIde for local development testing
Pull Request -
State: closed - Opened by nrayburn-tech 6 months ago
- 1 comment
#1138 - Fix #1132 Load services outside of constructors and class initializers
Pull Request -
State: closed - Opened by nrayburn-tech 6 months ago
- 6 comments
#1137 - Release new IntelliJ plugin for v1.23.0 (Latest 2 weeks ago)?
Issue -
State: closed - Opened by dhalperi 6 months ago
- 3 comments
Labels: IntelliJ
#1136 - Intellij plugin config instructions from readme are not relevant
Issue -
State: closed - Opened by adrianbob 6 months ago
- 3 comments
Labels: IntelliJ
#1135 - Google forms
Issue -
State: closed - Opened by 3188-Cappuccino 6 months ago
#1134 - #1132 Migrate to IntelliJ Platform Gradle Plugin 2.0
Pull Request -
State: closed - Opened by mmaeller 6 months ago
- 3 comments
#1133 - Does it support mybatis xml sql formatting?
Issue -
State: closed - Opened by DreamPWJ 6 months ago
- 5 comments
#1132 - IntelliJ plugin crashes 100% of the time with IntelliJ 2024.2
Issue -
State: closed - Opened by SledgeHammer01 6 months ago
- 10 comments
Labels: IntelliJ
#1131 - False positive: 'switch without "default" clause. [MissingSwitchDefault]' for sealed interface pattern matching
Issue -
State: closed - Opened by kenwang-coursera 7 months ago
- 2 comments
#1130 - IntelliJ plugin not working
Issue -
State: open - Opened by tstewart15 7 months ago
- 3 comments
Labels: IntelliJ
#1129 - Fix inconsistency in formatting of comments in switch statements
Pull Request -
State: closed - Opened by copybara-service[bot] 7 months ago
#1128 - How can I customize some of the styles?
Issue -
State: closed - Opened by DreamPWJ 7 months ago
- 1 comment
#1127 - Different formatting for `switch` comments depending on JDK version
Issue -
State: closed - Opened by msridhar 7 months ago
- 1 comment
#1126 - comment after class that has implements cause wrong indentation
Issue -
State: open - Opened by romani 7 months ago
#1125 - Pattern Matching for Record compatibility issue
Issue -
State: closed - Opened by Goooler 7 months ago
- 2 comments
#1124 - Add customization for google-java-format arguments
Pull Request -
State: closed - Opened by copybara-service[bot] 7 months ago
#1123 - Comments before 'case' of 'switch' make formating weird
Issue -
State: closed - Opened by romani 7 months ago
- 1 comment
#1122 - Automatic code cleanup.
Pull Request -
State: closed - Opened by copybara-service[bot] 7 months ago
#1121 - Rename `google-java-format-diff.py` to `google_java_format_diff.py` for **Module Import** Compatibility
Pull Request -
State: open - Opened by sugamadhiakri 7 months ago
- 2 comments