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

I use intellij 2022.1.3 (Ultimate Edition) and the palantir-intellij-plugin version 2.24.0 on Ubuntu Linux. When formatting code I get an Exception and I have know idea, if it is a...

## What happened? ``` public void foo( @FirstAnnotation(value = SOME_CONSTANT, another = "string") @SecondAnnotation( something = SOME_CONSTANT, array = {"one", "two", "three"}) @ThirdAnnotation("value") MyType whatever, MyOtherType somethingElse) { } ```...

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...

no changelog
merge when ready
dependencies

## What happened? using the following plugging with versions ``` com.diffplug.spotless spotless-maven-plugin 2.22.3 2.24.0 ``` > WARNING: An illegal reflective access operation has occurred > WARNING: Illegal reflective access by...

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

no changelog
merge when ready
dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=follow-redirects&package-manager=npm_and_yarn&previous-version=1.14.7&new-version=1.14.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)...

no changelog
merge when ready
dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

no changelog
merge when ready
dependencies

==COMMIT_MSG== NON-NLS more difficult example ==COMMIT_MSG==

no changelog

In https://github.com/palantir/palantir-java-format/pull/152 you've disabled the formatting of JavaDoc by hardcoding a "false" value. Google-Java-Format provides a command-line switch (and API) to enable/disable the formatting of JavaDoc. I would like you...

Failing test case: https://github.com/palantir/palantir-java-format/commit/ee11eb7da8ca609db55c469da3377e1f1cc2d2c7 Example: ```java public class MyClass { Object myMethod() { return new MyVeryLongClassNamexxxxxxxxxxxxxxxxxxxxxxxxxxxxx( longishMethodA()::longishMethodBxxxxxxxxxxxxxxxxxxxxx); } } ``` Stacktrace: ``` java.lang.IllegalStateException: Didn't find expected break at the beginning...

bug