Back to Intellij Community

GrStringStyleViolation

plugins/groovy/groovy-psi/resources/inspectionDescriptions/GrStringStyleViolation.html

2025.3-rc-2261 B
Original Source

Reports strings with quotation that doesn't match code style.

Example:

def hw = "Hello, world!"

After the quick-fix is applied:

def hw = 'Hello, world!'

Use the fields provided below to specify code style for different kinds of strings.