vlsi commented on PR #6220:
URL: https://github.com/apache/jmeter/pull/6220#issuecomment-1878390545
```
com.github.autostyle.FormatterException: Error while formatting
src/functions/src/main/java/org/apache/jmeter/functions/ChangeCase.java: 87:29:
error: illegal start of expression
Caused by:
com.google.googlejavaformat.java.FormatterException: 87:29: error: illegal
start of expression
at
com.google.googlejavaformat.java.FormatterException.fromJavacDiagnostics(FormatterException.java:50)
at
com.google.googlejavaformat.java.RemoveUnusedImports.parse(RemoveUnusedImports.java:253)
at
com.google.googlejavaformat.java.RemoveUnusedImports.removeUnusedImports(RemoveUnusedImports.java:211)
at
com.google.googlejavaformat.java.RemoveUnusedImports.removeUnusedImports(RemoveUnusedImports.java:204)
at
com.github.autostyle.java.GoogleJavaFormatStep$State.lambda$createRemoveUnusedImportsOnly$1(GoogleJavaFormatStep.java:156)
at
com.github.autostyle.FormatterFunc.apply(FormatterFunc.java:31)
at
com.github.autostyle.FormatterStepImpl$Standard.format(FormatterStepImpl.java:77)
at
com.github.autostyle.FormatterStep$Strict.format(FormatterStep.java:76)
at
com.github.autostyle.Formatter.compute(Formatter.java:204)
at
com.github.autostyle.Formatter.formatOrNull(Formatter.java:171)
```
Need to bump google java format so it parses Java text blocks properly.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]