Tofpu / SpeedBridge2

Mutable fields should not directly be returned JAVA-S1049
Security
Major
1 occurrence in this check
42    }
43
44    public @NotNull String[] getColumns() {
45        return columns;46    }
47
48    public @NotNull String getSql() {