airlift / airbase

Base POM for Airlift
Apache License 2.0
48 stars 87 forks source link

Checkstyle version 8.1 #283

Closed Randgalt closed 2 years ago

Randgalt commented 2 years ago

Checkstyle v 9.1 fixes incorrect errors on switch expressions that assign to a variable. E.g.

String s = switch(foo) {
    case A -> "it's a";
    default -> "it's not a";
};

The current version generates an error for this.

martint commented 2 years ago

Merged as 69c1b58692afd618f9f263555338b2340f881f12