Suppressed some warnings
This commit is contained in:
parent
80d051b555
commit
c2bd98212b
@ -96,6 +96,7 @@ import org.jooq.debug.console.remote.RemoteDebuggerClient;
|
||||
/**
|
||||
* @author Christopher Deckers
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
public class Console extends JFrame {
|
||||
|
||||
private JTabbedPane mainTabbedPane;
|
||||
|
||||
@ -133,6 +133,7 @@ import org.fife.ui.rtextarea.RTextScrollPane;
|
||||
/**
|
||||
* @author Christopher Deckers
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
public class EditorPane extends JPanel {
|
||||
|
||||
private static final int MAX_ROW_COUNT = 10000;
|
||||
|
||||
@ -110,6 +110,7 @@ import org.jooq.debug.console.misc.XTableColumnModel;
|
||||
/**
|
||||
* @author Christopher Deckers
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
public class LoggerPane extends JPanel {
|
||||
|
||||
private static final SimpleDateFormat TIMESTAMP_FORMAT = new SimpleDateFormat("HH:mm:ss.SSS");
|
||||
|
||||
@ -64,6 +64,7 @@ import org.fife.ui.rsyntaxtextarea.Token;
|
||||
/**
|
||||
* @author Christopher Deckers
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
public class SqlTextArea extends RSyntaxTextArea {
|
||||
|
||||
public SqlTextArea() {
|
||||
|
||||
@ -58,6 +58,7 @@ import javax.swing.table.TableModel;
|
||||
/**
|
||||
* @author Christopher Deckers
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
public class JTableX extends JTable {
|
||||
|
||||
private static final Color GRID_COLOR = new Color(0xd9d9d9);
|
||||
|
||||
@ -23,7 +23,7 @@ import javax.swing.table.TableColumn;
|
||||
* @author Stephen Kelvin, mail@StephenKelvin.de
|
||||
* @see DefaultTableColumnModel
|
||||
*/
|
||||
|
||||
@SuppressWarnings("serial")
|
||||
public class XTableColumnModel extends DefaultTableColumnModel {
|
||||
/** Array of TableColumn objects in this model.
|
||||
* Holds all column objects, regardless of their visibility
|
||||
|
||||
@ -41,6 +41,7 @@ import org.jooq.debug.DebuggerData;
|
||||
/**
|
||||
* @author Christopher Deckers
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
public class ClientDebugQueriesMessage implements Message {
|
||||
|
||||
private DebuggerData sqlQueryDebuggerData;
|
||||
|
||||
@ -41,6 +41,7 @@ import org.jooq.debug.DebuggerResultSetData;
|
||||
/**
|
||||
* @author Christopher Deckers
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
public class ClientDebugResultSetMessage implements Message {
|
||||
|
||||
private int sqlQueryDebuggerDataID;
|
||||
|
||||
@ -39,6 +39,7 @@ package org.jooq.debug.console.remote;
|
||||
/**
|
||||
* @author Christopher Deckers
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
public class ServerLoggingActivationMessage implements Message {
|
||||
|
||||
private boolean isLogging;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user