Added Checkstyle to build process and fixing checkstyle to all com.src.jpexs classes

This commit is contained in:
Jindra Petřík
2023-10-09 08:57:05 +02:00
parent b6e8ca0d67
commit dc5e50813f
789 changed files with 23773 additions and 22843 deletions

View File

@@ -402,6 +402,7 @@ public class TextPanel extends JPanel implements TagEditorPanel {
mainPanel.showTextTagWithNewValue(textTag, copyTextTag);
}
} catch (TextParseException | InterruptedException | IOException ex) {
//ignored
}
if (!ok) {
@@ -428,7 +429,7 @@ public class TextPanel extends JPanel implements TagEditorPanel {
public boolean isEditing() {
return textSaveButton.isVisible() && textSaveButton.isEnabled();
}
public void startEdit() {
if (!textEditButton.isVisible()) {
return;