Tuple migration quick fix now appears only on tupels shorter than 4
Longer tuples exhibit another error message. Messages adjusted for compiler and IDE
This commit is contained in:
@@ -61,7 +61,7 @@ public final class InTextDirectivesUtils {
|
||||
}
|
||||
|
||||
@NotNull
|
||||
private static List<String> findLinesWithPrefixRemoved(String prefix, String fileText) {
|
||||
public static List<String> findLinesWithPrefixRemoved(String prefix, String fileText) {
|
||||
ArrayList<String> result = new ArrayList<String>();
|
||||
|
||||
for (String line : fileNonEmptyLines(fileText)) {
|
||||
|
||||
Reference in New Issue
Block a user