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

A modern, lambda-friendly, 120 character Java formatter.

Results 97 palantir-java-format issues
Sort by recently updated
recently updated
newest added

## What happened? Setup: * macOS Monterey 12.6 (Intel) * Tools > Actions on Save > Reformat code (changed lines) * Editor > Code Style > Scheme > GoogleStyle (IDE)...

###### _excavator_ is a bot for automating changes across repositories. Changes produced by the roomba/versions-props-latest check. To enable or disable this check, please contact the maintainers of Excavator.

no changelog
merge when ready

## What happened? I'm running version 2.46.0 of the plugin with intellij 2024.1.1 With the latest version of the plugin intellij sometimes gets in a state where every key press...

## What happened? I build the eclipse plugin and moved the jar to the proper location to the dropins folder but I cannot find a way to activate the plugin...

## What happened? After updating to IntelliJ 2024.1 (and then to 2024.1.1) I can't update palantir-java-format. I also tried to reinstall the plugin but still get the same error. I...

idea version:2023.2.6 java.lang.RuntimeException: Error running formatter command at com.palantir.javaformat.bootstrap.BootstrappingFormatterService.getFormatReplacements(BootstrappingFormatterService.java:59) at com.palantir.javaformat.intellij.PalantirJavaFormatFormattingService$PalantirJavaFormatFormattingTask.run(PalantirJavaFormatFormattingService.java:103) at com.intellij.formatting.service.AsyncDocumentFormattingService$FormattingRequestImpl.runTask(AsyncDocumentFormattingService.java:256) at com.intellij.formatting.service.AsyncDocumentFormattingService.runAsyncFormat(AsyncDocumentFormattingService.java:106) at com.intellij.formatting.service.AsyncDocumentFormattingService$FormattingProgressTask.run(AsyncDocumentFormattingService.java:374) at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:428) at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:115) at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$6(CoreProgressManager.java:478) at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:251) at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:71) at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:186) at...

## What happened? Hello everyone, I am using palantir 2.43.0 in a pretty large codebase through the spotless gradle plugin 6.25.0 and with gradle 8.7. Today I came around this:...

## What happened? We encountered a class in our codebase with a generic parameter `T` on one of its methods. `T` has bounds that involve classes with long names, and...

## What happened? I really like this tool, it is much more useful than Google Java format. I have searched our documents and code but did not find how to...

## Before this PR There is no all-deps jar created. People raise issues like this: https://github.com/palantir/palantir-java-format/issues/902 ## After this PR We can run `./gradlew shadowJar` to generate all-deps jar. ##...