google-java-format icon indicating copy to clipboard operation
google-java-format copied to clipboard

Reformats Java source code to comply with Google Java Style.

Results 223 google-java-format issues
Sort by recently updated
recently updated
newest added

Minimal reproduction case: ```java package com.company; public class Bug { // \u000D } ``` The formatter fails with the following message: ``` error: expected token: '\'; generated } instead ```

The number version 1.13 is not a version error it seems also to be the old version. one line constructor comment is formatted in Eclipse : ```java /** @param parent...

As of today, it looks like there is no more need to "hack" `CodeStyleManager`. With this change, the plugin does not override `CodeStyleManager` anymore neither relies on `ComponentManagerImpl` IntelliJ internal...

Bumps [checker-qual](https://github.com/typetools/checker-framework) from 3.21.2 to 3.25.0. Release notes Sourced from checker-qual's releases. Checker Framework 3.25.0 Version 3.25.0 (September 1, 2022) User-visible changes: Make mustcall.not.inheritable a warning rather than an error...

dependencies

IIRC, we currently consider such an appearance of `@foo` to be an invalid tag (or, if it is a recognized one like `@return`, maybe a valid tag? or maybe never...

I'm using [our cool new native build](https://github.com/google/google-java-format/issues/868#issuecomment-1951339602) in a GitHub Codespace for the first time, and it unfortunately fails, like this: ``` ./google-java-format_linux-x86-64: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by...

Cute visual badge from https://shields.io. This makes it easy to find the "GAV" of the current release.

The same issue is mentioned there https://github.com/google/google-java-format/issues/228 I use the plugin google-java-format and want to execute formatting before committing. I enabled the Reformat Code and Optimize Imports parameters in the...

IntelliJ

Hi, I downloaded the Linux and Windows version of the google-java-format binaries (added in 1.20.0). Both of them outputs `google-java-format: Version HEAD-SNAPSHOT` when called with the `-v` flag. Is this...