Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Spotless whines but does not modify #90

@magwas

Description

@magwas

in https://github.com/kode-konveyor/konveyor/tree/feature/generators_poc2

[INFO] UnnecessaryLambdaEnclosingParameters is turning `(final String line) -> {
    String[] parts = line.split(",", 2);
    return MessageFormat.format("""
        		String {0}_{1} = "{2}";
        """, parts[0].trim(), postfix, parts[1]);
}` into `final String line -> {
    String[] parts = line.split(",", 2);
    return MessageFormat.format("""
        		String {0}_{1} = "{2}";
        """, parts[0].trim(), postfix, parts[1]);
}`
[INFO] Spotless.Java is keeping 15 files clean - 0 were changed to be clean, 15 were already clean, 0 were skipped because caching determined they were already clean

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions