Skip to content

java 13 text blocks syntax is not supported #7103

@joxerTMD

Description

@joxerTMD

Java 13 has been released and now it is possible to write multiline string literals

String multiLineStr = 
"""
   SELECT * FROM USERS
   WHERE USER_ID = '1'
""";

Unfortunately checkstyle fails to parse it now and i have to make a difficult choice between turning off checkstyle in my project and using not the latest version of java.

Do you have any plans to support it in the nearest future?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions