We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6128d80 commit af4f29eCopy full SHA for af4f29e
1 file changed
src/main/java/software/xdev/openrewriter/ui/toolwindow/execute/panels/EditableListPanelManager.java
@@ -29,6 +29,7 @@ public class EditableListPanelManager<T extends Comparable<T>>
29
{
30
private Set<T> data = new HashSet<>();
31
private final SortedListModel model = new SortedListModel();
32
+ @SuppressWarnings("checkstyle:IllegalIdentifierName")
33
private final JBList<T> jbList;
34
private final JPanel panel;
35
private final String titleAdd;
0 commit comments