Skip to content

Add Code Formatting section to README#11

Open
AntonLem wants to merge 2 commits into
java-lang:masterfrom
AntonLem:master
Open

Add Code Formatting section to README#11
AntonLem wants to merge 2 commits into
java-lang:masterfrom
AntonLem:master

Conversation

@AntonLem
Copy link
Copy Markdown

Summary

This PR adds a new Code Formatting section to the list.

The repository already has a Code Analysis section, but there is no dedicated place for Java source formatting or source restructuring tools. This new section adds three Java tools in that area:

  • google-java-format
  • JHarmonizer
  • Palantir Java Format

Rationale

Java formatting and source restructuring tools are commonly used as part of code quality workflows, but they are distinct from static analysis tools. They focus on formatting, source layout, member ordering, or automated source cleanup rather than reporting code issues only.

The new section is placed after Code Analysis because these tools are closely related to code quality workflows, but serve a different purpose.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant