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

###### _excavator_ is a bot for automating changes across repositories. Changes produced by the roomba/latest-baseline-oss check. # Release Notes ## 4.146.0 _Automated release, no documented user facing changes_ ## 4.147.0...

no changelog
merge when ready

### **Idea version** Build #IU-222.3345.118, built on July 26, 2022 ### **palantir-java-format version** 2.26.0 ### **error info** ![image](https://user-images.githubusercontent.com/102357218/183116866-5adc6aea-bbd1-4d81-a490-2d2e389b9461.png) ``` Got unexpected exception during formatting PsiJavaFile:EmbedServer.java java.util.concurrent.ExecutionException: java.lang.IllegalAccessError: class com.palantir.javaformat.java.JavaInput (in...

bug

## What happened? With usage of Gradle toolchains, it's much more common for the Java version used for Gradle to substantially differ from the Java version used for compiling and...

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

no changelog
merge when ready

## What happened? ``` Got unexpected exception during formatting PsiJavaFile:DemoApplication.java java.util.concurrent.ExecutionException: java.lang.IllegalStateException: Could not determine jdk path for project Project(name=demo, containerState=COMPONENT_CREATED, componentStore=C:\Users\coder\Downloads\demo) at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122) at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:191) at com.intellij.codeInsight.actions.AbstractLayoutCodeProcessor$ProcessingTask.checkStop(AbstractLayoutCodeProcessor.java:450) at com.intellij.codeInsight.actions.AbstractLayoutCodeProcessor$ProcessingTask.performFileProcessing(AbstractLayoutCodeProcessor.java:444)...

## What happened? The formatter will format ```java public void initialize(SchedulerBackend newBackend) { this.backend = newBackend; schedulableBuilder = switch (schedulingMode) { case FIFO -> new ReFifoSchedulableBuilder(rootPool); case FAIR -> new...

bug

This repository contains the directory `eclipse_plugin`, but it is completely unmaintained and not part of the gradle build. I've fixed this plugin for our company and I am willing to...

```java java.lang.IllegalAccessError: class com.palantir.javaformat.java.JavaInput (in unnamed module @0x3e1c6035) cannot access class com.sun.tools.javac.parser.Tokens$TokenKind (in module jdk.compiler) because module jdk.compiler does not export com.sun.tools.javac.parser to unnamed module @0x3e1c6035 at com.palantir.javaformat.java.JavaInput.buildToks(JavaInput.java:349) at com.palantir.javaformat.java.JavaInput.buildToks(JavaInput.java:334)...

Bumps [terser](https://github.com/terser/terser) from 4.3.4 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...

no changelog
merge when ready
dependencies

## What happened? The IntelliJ plugin ignores formatter guards (e.g. @Formatter:off/on) even though IntelliJ itself is setup to respect it. ## What did you want to happen? Do not overwrite...