You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ We are evaluating to make this the default, you can provide feedback here in [#1
23
23
-[Cloud](#cloud)
24
24
-[Code Analysis](#code-analysis)
25
25
-[Code Coverage](#code-coverage)
26
+
-[Code Formatting](#code-formatting)
26
27
-[Code Generators](#code-generators)
27
28
-[Compiler-compiler](#compiler-compiler)
28
29
-[Computer Vision](#computer-vision)
@@ -230,6 +231,14 @@ _Frameworks and tools that enable code coverage metrics collection for test suit
230
231
-[Delta Coverage](https://github.com/gw-kit/delta-coverage-plugin) - Computes code coverage of new and modified code based on a provided diff, supporting JaCoCo and IntelliJ coverage engines.
231
232
-[JaCoCo](https://www.eclemma.org/jacoco/) - Framework that enables collection of code coverage metrics, using both offline and runtime bytecode instrumentation.
232
233
234
+
### Code Formatting
235
+
236
+
_Tools that format or restructure Java source code._
237
+
238
+
-[google-java-format](https://github.com/google/google-java-format) - Reformats Java source code to follow Google Java Style.
239
+
-[JHarmonizer](https://github.com/lemon-ant/JHarmonizer) - Safely reorders Java source code with configurable rules and Palantir Java Format.
240
+
-[Palantir Java Format](https://github.com/palantir/palantir-java-format) - Formatter based on google-java-format with wider lines and lambda-friendly output.
241
+
233
242
### Code Generators
234
243
235
244
_Tools that generate patterns for repetitive code in order to reduce verbosity and error-proneness._
0 commit comments