[BRLTTY] The java bindings are *VERY* verbose during compilation

Mario Lang mlang at delysid.org
Tue Mar 13 12:08:27 EDT 2007


Hi.

I am getting an insanely huge list of warnings when
the java bindings are compiled.  Can we fix some of them in
the code (if there are valid at all) and get others removed
by using some java command line option?

/usr/bin/javac -encoding UTF-8 BrlapiConstants.java
BrlapiConstants.java:2: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int TTY_DEFAULT = -1;
     ^
BrlapiConstants.java:2: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int TTY_DEFAULT = -1;
            ^
BrlapiConstants.java:2: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int TTY_DEFAULT = -1;
                   ^
BrlapiConstants.java:3: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DISPLAY_DEFAULT = -1;
     ^
BrlapiConstants.java:3: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DISPLAY_DEFAULT = -1;
            ^
BrlapiConstants.java:3: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DISPLAY_DEFAULT = -1;
                   ^
BrlapiConstants.java:4: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int CURSOR_LEAVE = -1;
     ^
BrlapiConstants.java:4: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int CURSOR_LEAVE = -1;
            ^
BrlapiConstants.java:4: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int CURSOR_LEAVE = -1;
                   ^
BrlapiConstants.java:5: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int CURSOR_OFF = 0;
     ^
BrlapiConstants.java:5: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int CURSOR_OFF = 0;
            ^
BrlapiConstants.java:5: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int CURSOR_OFF = 0;
                   ^
BrlapiConstants.java:6: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int rangeType_all = 0;
     ^
BrlapiConstants.java:6: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int rangeType_all = 0;
            ^
BrlapiConstants.java:6: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int rangeType_all = 0;
                   ^
BrlapiConstants.java:7: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int rangeType_type = 1;
     ^
BrlapiConstants.java:7: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int rangeType_type = 1;
            ^
BrlapiConstants.java:7: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int rangeType_type = 1;
                   ^
BrlapiConstants.java:8: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int rangeType_command = 2;
     ^
BrlapiConstants.java:8: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int rangeType_command = 2;
            ^
BrlapiConstants.java:8: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int rangeType_command = 2;
                   ^
BrlapiConstants.java:9: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int rangeType_key = 3;
     ^
BrlapiConstants.java:9: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int rangeType_key = 3;
            ^
BrlapiConstants.java:9: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int rangeType_key = 3;
                   ^
BrlapiConstants.java:10: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int rangeType_code = 4;
     ^
BrlapiConstants.java:10: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int rangeType_code = 4;
            ^
BrlapiConstants.java:10: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int rangeType_code = 4;
                   ^
BrlapiConstants.java:11: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final long KEY_MAX = 0xffffffffffffffffL;
     ^
BrlapiConstants.java:11: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final long KEY_MAX = 0xffffffffffffffffL;
            ^
BrlapiConstants.java:11: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final long KEY_MAX = 0xffffffffffffffffL;
                   ^
BrlapiConstants.java:12: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final long KEY_FLAGS_MASK = 0xffffffff00000000L;
     ^
BrlapiConstants.java:12: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final long KEY_FLAGS_MASK = 0xffffffff00000000L;
            ^
BrlapiConstants.java:12: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final long KEY_FLAGS_MASK = 0xffffffff00000000L;
                   ^
BrlapiConstants.java:13: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLAGS_SHIFT = 32;
     ^
BrlapiConstants.java:13: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLAGS_SHIFT = 32;
            ^
BrlapiConstants.java:13: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLAGS_SHIFT = 32;
                   ^
BrlapiConstants.java:14: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final long KEY_TYPE_MASK = 0xe0000000L;
     ^
BrlapiConstants.java:14: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final long KEY_TYPE_MASK = 0xe0000000L;
            ^
BrlapiConstants.java:14: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final long KEY_TYPE_MASK = 0xe0000000L;
                   ^
BrlapiConstants.java:15: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_SHIFT = 29;
     ^
BrlapiConstants.java:15: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_SHIFT = 29;
            ^
BrlapiConstants.java:15: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_SHIFT = 29;
                   ^
BrlapiConstants.java:16: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_CMD = 0x20000000;
     ^
BrlapiConstants.java:16: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_CMD = 0x20000000;
            ^
BrlapiConstants.java:16: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_CMD = 0x20000000;
                   ^
BrlapiConstants.java:17: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_SYM = 0x0;
     ^
BrlapiConstants.java:17: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_SYM = 0x0;
            ^
BrlapiConstants.java:17: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_SYM = 0x0;
                   ^
BrlapiConstants.java:18: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final long KEY_CODE_MASK = 0x1fffffffL;
     ^
BrlapiConstants.java:18: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final long KEY_CODE_MASK = 0x1fffffffL;
            ^
BrlapiConstants.java:18: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final long KEY_CODE_MASK = 0x1fffffffL;
                   ^
BrlapiConstants.java:19: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CODE_SHIFT = 0;
     ^
BrlapiConstants.java:19: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CODE_SHIFT = 0;
            ^
BrlapiConstants.java:19: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CODE_SHIFT = 0;
                   ^
BrlapiConstants.java:20: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final long KEY_CMD_BLK_MASK = 0x1fff0000L;
     ^
BrlapiConstants.java:20: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final long KEY_CMD_BLK_MASK = 0x1fff0000L;
            ^
BrlapiConstants.java:20: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final long KEY_CMD_BLK_MASK = 0x1fff0000L;
                   ^
BrlapiConstants.java:21: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BLK_SHIFT = 16;
     ^
BrlapiConstants.java:21: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BLK_SHIFT = 16;
            ^
BrlapiConstants.java:21: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BLK_SHIFT = 16;
                   ^
BrlapiConstants.java:22: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final long KEY_CMD_ARG_MASK = 0xffffL;
     ^
BrlapiConstants.java:22: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final long KEY_CMD_ARG_MASK = 0xffffL;
            ^
BrlapiConstants.java:22: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final long KEY_CMD_ARG_MASK = 0xffffL;
                   ^
BrlapiConstants.java:23: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ARG_SHIFT = 0;
     ^
BrlapiConstants.java:23: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ARG_SHIFT = 0;
            ^
BrlapiConstants.java:23: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ARG_SHIFT = 0;
                   ^
BrlapiConstants.java:24: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_BACKSPACE = 0xff08;
     ^
BrlapiConstants.java:24: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_BACKSPACE = 0xff08;
            ^
BrlapiConstants.java:24: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_BACKSPACE = 0xff08;
                   ^
BrlapiConstants.java:25: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_TAB = 0xff09;
     ^
BrlapiConstants.java:25: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_TAB = 0xff09;
            ^
BrlapiConstants.java:25: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_TAB = 0xff09;
                   ^
BrlapiConstants.java:26: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_LINEFEED = 0xff0d;
     ^
BrlapiConstants.java:26: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_LINEFEED = 0xff0d;
            ^
BrlapiConstants.java:26: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_LINEFEED = 0xff0d;
                   ^
BrlapiConstants.java:27: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_ESCAPE = 0xff1b;
     ^
BrlapiConstants.java:27: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_ESCAPE = 0xff1b;
            ^
BrlapiConstants.java:27: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_ESCAPE = 0xff1b;
                   ^
BrlapiConstants.java:28: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_HOME = 0xff50;
     ^
BrlapiConstants.java:28: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_HOME = 0xff50;
            ^
BrlapiConstants.java:28: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_HOME = 0xff50;
                   ^
BrlapiConstants.java:29: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_LEFT = 0xff51;
     ^
BrlapiConstants.java:29: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_LEFT = 0xff51;
            ^
BrlapiConstants.java:29: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_LEFT = 0xff51;
                   ^
BrlapiConstants.java:30: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_UP = 0xff52;
     ^
BrlapiConstants.java:30: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_UP = 0xff52;
            ^
BrlapiConstants.java:30: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_UP = 0xff52;
                   ^
BrlapiConstants.java:31: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_RIGHT = 0xff53;
     ^
BrlapiConstants.java:31: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_RIGHT = 0xff53;
            ^
BrlapiConstants.java:31: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_RIGHT = 0xff53;
                   ^
BrlapiConstants.java:32: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_DOWN = 0xff54;
     ^
BrlapiConstants.java:32: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_DOWN = 0xff54;
            ^
BrlapiConstants.java:32: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_DOWN = 0xff54;
                   ^
BrlapiConstants.java:33: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_PAGE_UP = 0xff55;
     ^
BrlapiConstants.java:33: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_PAGE_UP = 0xff55;
            ^
BrlapiConstants.java:33: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_PAGE_UP = 0xff55;
                   ^
BrlapiConstants.java:34: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_PAGE_DOWN = 0xff56;
     ^
BrlapiConstants.java:34: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_PAGE_DOWN = 0xff56;
            ^
BrlapiConstants.java:34: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_PAGE_DOWN = 0xff56;
                   ^
BrlapiConstants.java:35: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_END = 0xff57;
     ^
BrlapiConstants.java:35: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_END = 0xff57;
            ^
BrlapiConstants.java:35: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_END = 0xff57;
                   ^
BrlapiConstants.java:36: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_INSERT = 0xff63;
     ^
BrlapiConstants.java:36: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_INSERT = 0xff63;
            ^
BrlapiConstants.java:36: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_INSERT = 0xff63;
                   ^
BrlapiConstants.java:37: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F1 = (0xffbe + 0);
     ^
BrlapiConstants.java:37: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F1 = (0xffbe + 0);
            ^
BrlapiConstants.java:37: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F1 = (0xffbe + 0);
                   ^
BrlapiConstants.java:38: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F2 = (0xffbe + 1);
     ^
BrlapiConstants.java:38: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F2 = (0xffbe + 1);
            ^
BrlapiConstants.java:38: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F2 = (0xffbe + 1);
                   ^
BrlapiConstants.java:39: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F3 = (0xffbe + 2);
     ^
BrlapiConstants.java:39: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F3 = (0xffbe + 2);
            ^
BrlapiConstants.java:39: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F3 = (0xffbe + 2);
                   ^
BrlapiConstants.java:40: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F4 = (0xffbe + 3);
     ^
BrlapiConstants.java:40: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F4 = (0xffbe + 3);
            ^
BrlapiConstants.java:40: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F4 = (0xffbe + 3);
                   ^
BrlapiConstants.java:41: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F5 = (0xffbe + 4);
     ^
BrlapiConstants.java:41: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F5 = (0xffbe + 4);
            ^
BrlapiConstants.java:41: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F5 = (0xffbe + 4);
                   ^
BrlapiConstants.java:42: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F6 = (0xffbe + 5);
     ^
BrlapiConstants.java:42: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F6 = (0xffbe + 5);
            ^
BrlapiConstants.java:42: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F6 = (0xffbe + 5);
                   ^
BrlapiConstants.java:43: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F7 = (0xffbe + 6);
     ^
BrlapiConstants.java:43: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F7 = (0xffbe + 6);
            ^
BrlapiConstants.java:43: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F7 = (0xffbe + 6);
                   ^
BrlapiConstants.java:44: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F8 = (0xffbe + 7);
     ^
BrlapiConstants.java:44: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F8 = (0xffbe + 7);
            ^
BrlapiConstants.java:44: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F8 = (0xffbe + 7);
                   ^
BrlapiConstants.java:45: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F9 = (0xffbe + 8);
     ^
BrlapiConstants.java:45: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F9 = (0xffbe + 8);
            ^
BrlapiConstants.java:45: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F9 = (0xffbe + 8);
                   ^
BrlapiConstants.java:46: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F10 = (0xffbe + 9);
     ^
BrlapiConstants.java:46: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F10 = (0xffbe + 9);
            ^
BrlapiConstants.java:46: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F10 = (0xffbe + 9);
                   ^
BrlapiConstants.java:47: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F11 = (0xffbe + 10);
     ^
BrlapiConstants.java:47: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F11 = (0xffbe + 10);
            ^
BrlapiConstants.java:47: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F11 = (0xffbe + 10);
                   ^
BrlapiConstants.java:48: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F12 = (0xffbe + 11);
     ^
BrlapiConstants.java:48: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F12 = (0xffbe + 11);
            ^
BrlapiConstants.java:48: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F12 = (0xffbe + 11);
                   ^
BrlapiConstants.java:49: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F13 = (0xffbe + 12);
     ^
BrlapiConstants.java:49: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F13 = (0xffbe + 12);
            ^
BrlapiConstants.java:49: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F13 = (0xffbe + 12);
                   ^
BrlapiConstants.java:50: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F14 = (0xffbe + 13);
     ^
BrlapiConstants.java:50: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F14 = (0xffbe + 13);
            ^
BrlapiConstants.java:50: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F14 = (0xffbe + 13);
                   ^
BrlapiConstants.java:51: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F15 = (0xffbe + 14);
     ^
BrlapiConstants.java:51: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F15 = (0xffbe + 14);
            ^
BrlapiConstants.java:51: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F15 = (0xffbe + 14);
                   ^
BrlapiConstants.java:52: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F16 = (0xffbe + 15);
     ^
BrlapiConstants.java:52: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F16 = (0xffbe + 15);
            ^
BrlapiConstants.java:52: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F16 = (0xffbe + 15);
                   ^
BrlapiConstants.java:53: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F17 = (0xffbe + 16);
     ^
BrlapiConstants.java:53: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F17 = (0xffbe + 16);
            ^
BrlapiConstants.java:53: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F17 = (0xffbe + 16);
                   ^
BrlapiConstants.java:54: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F18 = (0xffbe + 17);
     ^
BrlapiConstants.java:54: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F18 = (0xffbe + 17);
            ^
BrlapiConstants.java:54: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F18 = (0xffbe + 17);
                   ^
BrlapiConstants.java:55: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F19 = (0xffbe + 18);
     ^
BrlapiConstants.java:55: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F19 = (0xffbe + 18);
            ^
BrlapiConstants.java:55: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F19 = (0xffbe + 18);
                   ^
BrlapiConstants.java:56: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F20 = (0xffbe + 19);
     ^
BrlapiConstants.java:56: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F20 = (0xffbe + 19);
            ^
BrlapiConstants.java:56: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F20 = (0xffbe + 19);
                   ^
BrlapiConstants.java:57: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F21 = (0xffbe + 20);
     ^
BrlapiConstants.java:57: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F21 = (0xffbe + 20);
            ^
BrlapiConstants.java:57: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F21 = (0xffbe + 20);
                   ^
BrlapiConstants.java:58: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F22 = (0xffbe + 21);
     ^
BrlapiConstants.java:58: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F22 = (0xffbe + 21);
            ^
BrlapiConstants.java:58: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F22 = (0xffbe + 21);
                   ^
BrlapiConstants.java:59: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F23 = (0xffbe + 22);
     ^
BrlapiConstants.java:59: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F23 = (0xffbe + 22);
            ^
BrlapiConstants.java:59: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F23 = (0xffbe + 22);
                   ^
BrlapiConstants.java:60: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F24 = (0xffbe + 23);
     ^
BrlapiConstants.java:60: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F24 = (0xffbe + 23);
            ^
BrlapiConstants.java:60: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F24 = (0xffbe + 23);
                   ^
BrlapiConstants.java:61: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F25 = (0xffbe + 24);
     ^
BrlapiConstants.java:61: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F25 = (0xffbe + 24);
            ^
BrlapiConstants.java:61: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F25 = (0xffbe + 24);
                   ^
BrlapiConstants.java:62: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F26 = (0xffbe + 25);
     ^
BrlapiConstants.java:62: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F26 = (0xffbe + 25);
            ^
BrlapiConstants.java:62: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F26 = (0xffbe + 25);
                   ^
BrlapiConstants.java:63: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F27 = (0xffbe + 26);
     ^
BrlapiConstants.java:63: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F27 = (0xffbe + 26);
            ^
BrlapiConstants.java:63: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F27 = (0xffbe + 26);
                   ^
BrlapiConstants.java:64: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F28 = (0xffbe + 27);
     ^
BrlapiConstants.java:64: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F28 = (0xffbe + 27);
            ^
BrlapiConstants.java:64: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F28 = (0xffbe + 27);
                   ^
BrlapiConstants.java:65: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F29 = (0xffbe + 28);
     ^
BrlapiConstants.java:65: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F29 = (0xffbe + 28);
            ^
BrlapiConstants.java:65: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F29 = (0xffbe + 28);
                   ^
BrlapiConstants.java:66: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F30 = (0xffbe + 29);
     ^
BrlapiConstants.java:66: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F30 = (0xffbe + 29);
            ^
BrlapiConstants.java:66: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F30 = (0xffbe + 29);
                   ^
BrlapiConstants.java:67: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F31 = (0xffbe + 30);
     ^
BrlapiConstants.java:67: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F31 = (0xffbe + 30);
            ^
BrlapiConstants.java:67: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F31 = (0xffbe + 30);
                   ^
BrlapiConstants.java:68: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F32 = (0xffbe + 31);
     ^
BrlapiConstants.java:68: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F32 = (0xffbe + 31);
            ^
BrlapiConstants.java:68: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F32 = (0xffbe + 31);
                   ^
BrlapiConstants.java:69: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F33 = (0xffbe + 32);
     ^
BrlapiConstants.java:69: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F33 = (0xffbe + 32);
            ^
BrlapiConstants.java:69: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F33 = (0xffbe + 32);
                   ^
BrlapiConstants.java:70: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F34 = (0xffbe + 33);
     ^
BrlapiConstants.java:70: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F34 = (0xffbe + 33);
            ^
BrlapiConstants.java:70: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F34 = (0xffbe + 33);
                   ^
BrlapiConstants.java:71: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F35 = (0xffbe + 34);
     ^
BrlapiConstants.java:71: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F35 = (0xffbe + 34);
            ^
BrlapiConstants.java:71: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F35 = (0xffbe + 34);
                   ^
BrlapiConstants.java:72: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_DELETE = 0xffff;
     ^
BrlapiConstants.java:72: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_DELETE = 0xffff;
            ^
BrlapiConstants.java:72: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_DELETE = 0xffff;
                   ^
BrlapiConstants.java:73: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_UNICODE = 0x1000000;
     ^
BrlapiConstants.java:73: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_UNICODE = 0x1000000;
            ^
BrlapiConstants.java:73: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_UNICODE = 0x1000000;
                   ^
BrlapiConstants.java:75: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NOOP = 0;
     ^
BrlapiConstants.java:75: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NOOP = 0;
            ^
BrlapiConstants.java:75: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NOOP = 0;
                   ^
BrlapiConstants.java:77: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNUP = 1;
     ^
BrlapiConstants.java:77: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNUP = 1;
            ^
BrlapiConstants.java:77: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNUP = 1;
                   ^
BrlapiConstants.java:79: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNDN = 2;
     ^
BrlapiConstants.java:79: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNDN = 2;
            ^
BrlapiConstants.java:79: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNDN = 2;
                   ^
BrlapiConstants.java:81: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_WINUP = 3;
     ^
BrlapiConstants.java:81: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_WINUP = 3;
            ^
BrlapiConstants.java:81: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_WINUP = 3;
                   ^
BrlapiConstants.java:83: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_WINDN = 4;
     ^
BrlapiConstants.java:83: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_WINDN = 4;
            ^
BrlapiConstants.java:83: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_WINDN = 4;
                   ^
BrlapiConstants.java:85: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRDIFLN = 5;
     ^
BrlapiConstants.java:85: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRDIFLN = 5;
            ^
BrlapiConstants.java:85: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRDIFLN = 5;
                   ^
BrlapiConstants.java:87: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXDIFLN = 6;
     ^
BrlapiConstants.java:87: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXDIFLN = 6;
            ^
BrlapiConstants.java:87: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXDIFLN = 6;
                   ^
BrlapiConstants.java:89: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRUP = 7;
     ^
BrlapiConstants.java:89: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRUP = 7;
            ^
BrlapiConstants.java:89: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRUP = 7;
                   ^
BrlapiConstants.java:91: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRDN = 8;
     ^
BrlapiConstants.java:91: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRDN = 8;
            ^
BrlapiConstants.java:91: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRDN = 8;
                   ^
BrlapiConstants.java:93: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TOP = 9;
     ^
BrlapiConstants.java:93: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TOP = 9;
            ^
BrlapiConstants.java:93: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TOP = 9;
                   ^
BrlapiConstants.java:95: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BOT = 10;
     ^
BrlapiConstants.java:95: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BOT = 10;
            ^
BrlapiConstants.java:95: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BOT = 10;
                   ^
BrlapiConstants.java:97: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TOP_LEFT = 11;
     ^
BrlapiConstants.java:97: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TOP_LEFT = 11;
            ^
BrlapiConstants.java:97: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TOP_LEFT = 11;
                   ^
BrlapiConstants.java:99: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BOT_LEFT = 12;
     ^
BrlapiConstants.java:99: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BOT_LEFT = 12;
            ^
BrlapiConstants.java:99: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BOT_LEFT = 12;
                   ^
BrlapiConstants.java:101: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRPGRPH = 13;
     ^
BrlapiConstants.java:101: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRPGRPH = 13;
            ^
BrlapiConstants.java:101: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRPGRPH = 13;
                   ^
BrlapiConstants.java:103: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXPGRPH = 14;
     ^
BrlapiConstants.java:103: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXPGRPH = 14;
            ^
BrlapiConstants.java:103: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXPGRPH = 14;
                   ^
BrlapiConstants.java:105: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRPROMPT = 15;
     ^
BrlapiConstants.java:105: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRPROMPT = 15;
            ^
BrlapiConstants.java:105: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRPROMPT = 15;
                   ^
BrlapiConstants.java:107: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXPROMPT = 16;
     ^
BrlapiConstants.java:107: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXPROMPT = 16;
            ^
BrlapiConstants.java:107: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXPROMPT = 16;
                   ^
BrlapiConstants.java:109: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRSEARCH = 17;
     ^
BrlapiConstants.java:109: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRSEARCH = 17;
            ^
BrlapiConstants.java:109: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRSEARCH = 17;
                   ^
BrlapiConstants.java:111: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXSEARCH = 18;
     ^
BrlapiConstants.java:111: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXSEARCH = 18;
            ^
BrlapiConstants.java:111: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXSEARCH = 18;
                   ^
BrlapiConstants.java:113: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CHRLT = 19;
     ^
BrlapiConstants.java:113: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CHRLT = 19;
            ^
BrlapiConstants.java:113: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CHRLT = 19;
                   ^
BrlapiConstants.java:115: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CHRRT = 20;
     ^
BrlapiConstants.java:115: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CHRRT = 20;
            ^
BrlapiConstants.java:115: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CHRRT = 20;
                   ^
BrlapiConstants.java:117: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HWINLT = 21;
     ^
BrlapiConstants.java:117: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HWINLT = 21;
            ^
BrlapiConstants.java:117: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HWINLT = 21;
                   ^
BrlapiConstants.java:119: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HWINRT = 22;
     ^
BrlapiConstants.java:119: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HWINRT = 22;
            ^
BrlapiConstants.java:119: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HWINRT = 22;
                   ^
BrlapiConstants.java:121: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINLT = 23;
     ^
BrlapiConstants.java:121: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINLT = 23;
            ^
BrlapiConstants.java:121: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINLT = 23;
                   ^
BrlapiConstants.java:123: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINRT = 24;
     ^
BrlapiConstants.java:123: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINRT = 24;
            ^
BrlapiConstants.java:123: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINRT = 24;
                   ^
BrlapiConstants.java:125: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINLTSKIP = 25;
     ^
BrlapiConstants.java:125: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINLTSKIP = 25;
            ^
BrlapiConstants.java:125: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINLTSKIP = 25;
                   ^
BrlapiConstants.java:127: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINRTSKIP = 26;
     ^
BrlapiConstants.java:127: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINRTSKIP = 26;
            ^
BrlapiConstants.java:127: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINRTSKIP = 26;
                   ^
BrlapiConstants.java:129: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNBEG = 27;
     ^
BrlapiConstants.java:129: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNBEG = 27;
            ^
BrlapiConstants.java:129: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNBEG = 27;
                   ^
BrlapiConstants.java:131: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNEND = 28;
     ^
BrlapiConstants.java:131: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNEND = 28;
            ^
BrlapiConstants.java:131: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNEND = 28;
                   ^
BrlapiConstants.java:133: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HOME = 29;
     ^
BrlapiConstants.java:133: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HOME = 29;
            ^
BrlapiConstants.java:133: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HOME = 29;
                   ^
BrlapiConstants.java:135: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BACK = 30;
     ^
BrlapiConstants.java:135: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BACK = 30;
            ^
BrlapiConstants.java:135: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BACK = 30;
                   ^
BrlapiConstants.java:137: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RETURN = 31;
     ^
BrlapiConstants.java:137: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RETURN = 31;
            ^
BrlapiConstants.java:137: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RETURN = 31;
                   ^
BrlapiConstants.java:139: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FREEZE = 32;
     ^
BrlapiConstants.java:139: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FREEZE = 32;
            ^
BrlapiConstants.java:139: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FREEZE = 32;
                   ^
BrlapiConstants.java:141: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_DISPMD = 33;
     ^
BrlapiConstants.java:141: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_DISPMD = 33;
            ^
BrlapiConstants.java:141: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_DISPMD = 33;
                   ^
BrlapiConstants.java:143: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SIXDOTS = 34;
     ^
BrlapiConstants.java:143: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SIXDOTS = 34;
            ^
BrlapiConstants.java:143: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SIXDOTS = 34;
                   ^
BrlapiConstants.java:145: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SLIDEWIN = 35;
     ^
BrlapiConstants.java:145: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SLIDEWIN = 35;
            ^
BrlapiConstants.java:145: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SLIDEWIN = 35;
                   ^
BrlapiConstants.java:147: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SKPIDLNS = 36;
     ^
BrlapiConstants.java:147: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SKPIDLNS = 36;
            ^
BrlapiConstants.java:147: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SKPIDLNS = 36;
                   ^
BrlapiConstants.java:149: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SKPBLNKWINS = 37;
     ^
BrlapiConstants.java:149: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SKPBLNKWINS = 37;
            ^
BrlapiConstants.java:149: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SKPBLNKWINS = 37;
                   ^
BrlapiConstants.java:151: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRVIS = 38;
     ^
BrlapiConstants.java:151: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRVIS = 38;
            ^
BrlapiConstants.java:151: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRVIS = 38;
                   ^
BrlapiConstants.java:153: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRHIDE = 39;
     ^
BrlapiConstants.java:153: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRHIDE = 39;
            ^
BrlapiConstants.java:153: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRHIDE = 39;
                   ^
BrlapiConstants.java:155: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRTRK = 40;
     ^
BrlapiConstants.java:155: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRTRK = 40;
            ^
BrlapiConstants.java:155: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRTRK = 40;
                   ^
BrlapiConstants.java:157: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRSIZE = 41;
     ^
BrlapiConstants.java:157: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRSIZE = 41;
            ^
BrlapiConstants.java:157: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRSIZE = 41;
                   ^
BrlapiConstants.java:159: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRBLINK = 42;
     ^
BrlapiConstants.java:159: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRBLINK = 42;
            ^
BrlapiConstants.java:159: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRBLINK = 42;
                   ^
BrlapiConstants.java:161: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRVIS = 43;
     ^
BrlapiConstants.java:161: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRVIS = 43;
            ^
BrlapiConstants.java:161: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRVIS = 43;
                   ^
BrlapiConstants.java:163: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRBLINK = 44;
     ^
BrlapiConstants.java:163: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRBLINK = 44;
            ^
BrlapiConstants.java:163: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRBLINK = 44;
                   ^
BrlapiConstants.java:165: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CAPBLINK = 45;
     ^
BrlapiConstants.java:165: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CAPBLINK = 45;
            ^
BrlapiConstants.java:165: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CAPBLINK = 45;
                   ^
BrlapiConstants.java:167: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TUNES = 46;
     ^
BrlapiConstants.java:167: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TUNES = 46;
            ^
BrlapiConstants.java:167: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TUNES = 46;
                   ^
BrlapiConstants.java:169: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_AUTOREPEAT = 47;
     ^
BrlapiConstants.java:169: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_AUTOREPEAT = 47;
            ^
BrlapiConstants.java:169: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_AUTOREPEAT = 47;
                   ^
BrlapiConstants.java:171: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_AUTOSPEAK = 48;
     ^
BrlapiConstants.java:171: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_AUTOSPEAK = 48;
            ^
BrlapiConstants.java:171: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_AUTOSPEAK = 48;
                   ^
BrlapiConstants.java:173: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HELP = 49;
     ^
BrlapiConstants.java:173: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HELP = 49;
            ^
BrlapiConstants.java:173: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HELP = 49;
                   ^
BrlapiConstants.java:175: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_INFO = 50;
     ^
BrlapiConstants.java:175: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_INFO = 50;
            ^
BrlapiConstants.java:175: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_INFO = 50;
                   ^
BrlapiConstants.java:177: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LEARN = 51;
     ^
BrlapiConstants.java:177: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LEARN = 51;
            ^
BrlapiConstants.java:177: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LEARN = 51;
                   ^
BrlapiConstants.java:179: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFMENU = 52;
     ^
BrlapiConstants.java:179: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFMENU = 52;
            ^
BrlapiConstants.java:179: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFMENU = 52;
                   ^
BrlapiConstants.java:181: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFSAVE = 53;
     ^
BrlapiConstants.java:181: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFSAVE = 53;
            ^
BrlapiConstants.java:181: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFSAVE = 53;
                   ^
BrlapiConstants.java:183: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFLOAD = 54;
     ^
BrlapiConstants.java:183: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFLOAD = 54;
            ^
BrlapiConstants.java:183: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFLOAD = 54;
                   ^
BrlapiConstants.java:185: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_FIRST_ITEM = 55;
     ^
BrlapiConstants.java:185: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_FIRST_ITEM = 55;
            ^
BrlapiConstants.java:185: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_FIRST_ITEM = 55;
                   ^
BrlapiConstants.java:187: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_LAST_ITEM = 56;
     ^
BrlapiConstants.java:187: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_LAST_ITEM = 56;
            ^
BrlapiConstants.java:187: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_LAST_ITEM = 56;
                   ^
BrlapiConstants.java:189: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_PREV_ITEM = 57;
     ^
BrlapiConstants.java:189: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_PREV_ITEM = 57;
            ^
BrlapiConstants.java:189: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_PREV_ITEM = 57;
                   ^
BrlapiConstants.java:191: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_NEXT_ITEM = 58;
     ^
BrlapiConstants.java:191: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_NEXT_ITEM = 58;
            ^
BrlapiConstants.java:191: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_NEXT_ITEM = 58;
                   ^
BrlapiConstants.java:193: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_PREV_SETTING = 59;
     ^
BrlapiConstants.java:193: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_PREV_SETTING = 59;
            ^
BrlapiConstants.java:193: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_PREV_SETTING = 59;
                   ^
BrlapiConstants.java:195: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_NEXT_SETTING = 60;
     ^
BrlapiConstants.java:195: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_NEXT_SETTING = 60;
            ^
BrlapiConstants.java:195: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_NEXT_SETTING = 60;
                   ^
BrlapiConstants.java:197: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MUTE = 61;
     ^
BrlapiConstants.java:197: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MUTE = 61;
            ^
BrlapiConstants.java:197: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MUTE = 61;
                   ^
BrlapiConstants.java:199: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SPKHOME = 62;
     ^
BrlapiConstants.java:199: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SPKHOME = 62;
            ^
BrlapiConstants.java:199: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SPKHOME = 62;
                   ^
BrlapiConstants.java:201: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_LINE = 63;
     ^
BrlapiConstants.java:201: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_LINE = 63;
            ^
BrlapiConstants.java:201: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_LINE = 63;
                   ^
BrlapiConstants.java:203: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_ABOVE = 64;
     ^
BrlapiConstants.java:203: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_ABOVE = 64;
            ^
BrlapiConstants.java:203: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_ABOVE = 64;
                   ^
BrlapiConstants.java:205: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_BELOW = 65;
     ^
BrlapiConstants.java:205: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_BELOW = 65;
            ^
BrlapiConstants.java:205: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_BELOW = 65;
                   ^
BrlapiConstants.java:207: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_SLOWER = 66;
     ^
BrlapiConstants.java:207: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_SLOWER = 66;
            ^
BrlapiConstants.java:207: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_SLOWER = 66;
                   ^
BrlapiConstants.java:209: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_FASTER = 67;
     ^
BrlapiConstants.java:209: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_FASTER = 67;
            ^
BrlapiConstants.java:209: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_FASTER = 67;
                   ^
BrlapiConstants.java:211: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_SOFTER = 68;
     ^
BrlapiConstants.java:211: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_SOFTER = 68;
            ^
BrlapiConstants.java:211: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_SOFTER = 68;
                   ^
BrlapiConstants.java:213: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_LOUDER = 69;
     ^
BrlapiConstants.java:213: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_LOUDER = 69;
            ^
BrlapiConstants.java:213: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_LOUDER = 69;
                   ^
BrlapiConstants.java:215: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT_PREV = 70;
     ^
BrlapiConstants.java:215: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT_PREV = 70;
            ^
BrlapiConstants.java:215: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT_PREV = 70;
                   ^
BrlapiConstants.java:217: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT_NEXT = 71;
     ^
BrlapiConstants.java:217: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT_NEXT = 71;
            ^
BrlapiConstants.java:217: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT_NEXT = 71;
                   ^
BrlapiConstants.java:219: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRJMP_VERT = 72;
     ^
BrlapiConstants.java:219: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRJMP_VERT = 72;
            ^
BrlapiConstants.java:219: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRJMP_VERT = 72;
                   ^
BrlapiConstants.java:221: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASTE = 73;
     ^
BrlapiConstants.java:221: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASTE = 73;
            ^
BrlapiConstants.java:221: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASTE = 73;
                   ^
BrlapiConstants.java:223: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RESTARTBRL = 74;
     ^
BrlapiConstants.java:223: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RESTARTBRL = 74;
            ^
BrlapiConstants.java:223: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RESTARTBRL = 74;
                   ^
BrlapiConstants.java:225: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RESTARTSPEECH = 75;
     ^
BrlapiConstants.java:225: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RESTARTSPEECH = 75;
            ^
BrlapiConstants.java:225: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RESTARTSPEECH = 75;
                   ^
BrlapiConstants.java:227: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_OFFLINE = 76;
     ^
BrlapiConstants.java:227: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_OFFLINE = 76;
            ^
BrlapiConstants.java:227: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_OFFLINE = 76;
                   ^
BrlapiConstants.java:229: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_ON = 0x100;
     ^
BrlapiConstants.java:229: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_ON = 0x100;
            ^
BrlapiConstants.java:229: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_ON = 0x100;
                   ^
BrlapiConstants.java:231: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_OFF = 0x200;
     ^
BrlapiConstants.java:231: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_OFF = 0x200;
            ^
BrlapiConstants.java:231: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_OFF = 0x200;
                   ^
BrlapiConstants.java:233: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_MASK = (KEY_FLG_TOGGLE_ON | KEY_FLG_TOGGLE_OFF);
     ^
BrlapiConstants.java:233: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_MASK = (KEY_FLG_TOGGLE_ON | KEY_FLG_TOGGLE_OFF);
            ^
BrlapiConstants.java:233: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_MASK = (KEY_FLG_TOGGLE_ON | KEY_FLG_TOGGLE_OFF);
                   ^
BrlapiConstants.java:235: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_ROUTE = 0x400;
     ^
BrlapiConstants.java:235: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_ROUTE = 0x400;
            ^
BrlapiConstants.java:235: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_ROUTE = 0x400;
                   ^
BrlapiConstants.java:237: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_INITIAL = 0x8000;
     ^
BrlapiConstants.java:237: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_INITIAL = 0x8000;
            ^
BrlapiConstants.java:237: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_INITIAL = 0x8000;
                   ^
BrlapiConstants.java:239: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_DELAY = 0x4000;
     ^
BrlapiConstants.java:239: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_DELAY = 0x4000;
            ^
BrlapiConstants.java:239: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_DELAY = 0x4000;
                   ^
BrlapiConstants.java:241: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_MASK = (KEY_FLG_REPEAT_INITIAL | KEY_FLG_REPEAT_DELAY);
     ^
BrlapiConstants.java:241: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_MASK = (KEY_FLG_REPEAT_INITIAL | KEY_FLG_REPEAT_DELAY);
            ^
BrlapiConstants.java:241: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_MASK = (KEY_FLG_REPEAT_INITIAL | KEY_FLG_REPEAT_DELAY);
                   ^
BrlapiConstants.java:243: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ROUTE = 0x10000;
     ^
BrlapiConstants.java:243: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ROUTE = 0x10000;
            ^
BrlapiConstants.java:243: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ROUTE = 0x10000;
                   ^
BrlapiConstants.java:245: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTBEGIN = 0x20000;
     ^
BrlapiConstants.java:245: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTBEGIN = 0x20000;
            ^
BrlapiConstants.java:245: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTBEGIN = 0x20000;
                   ^
BrlapiConstants.java:247: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTAPPEND = 0x30000;
     ^
BrlapiConstants.java:247: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTAPPEND = 0x30000;
            ^
BrlapiConstants.java:247: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTAPPEND = 0x30000;
                   ^
BrlapiConstants.java:249: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTRECT = 0x40000;
     ^
BrlapiConstants.java:249: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTRECT = 0x40000;
            ^
BrlapiConstants.java:249: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTRECT = 0x40000;
                   ^
BrlapiConstants.java:251: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTLINE = 0x50000;
     ^
BrlapiConstants.java:251: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTLINE = 0x50000;
            ^
BrlapiConstants.java:251: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTLINE = 0x50000;
                   ^
BrlapiConstants.java:253: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT = 0x60000;
     ^
BrlapiConstants.java:253: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT = 0x60000;
            ^
BrlapiConstants.java:253: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT = 0x60000;
                   ^
BrlapiConstants.java:255: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRINDENT = 0x70000;
     ^
BrlapiConstants.java:255: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRINDENT = 0x70000;
            ^
BrlapiConstants.java:255: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRINDENT = 0x70000;
                   ^
BrlapiConstants.java:257: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXINDENT = 0x80000;
     ^
BrlapiConstants.java:257: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXINDENT = 0x80000;
            ^
BrlapiConstants.java:257: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXINDENT = 0x80000;
                   ^
BrlapiConstants.java:259: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_DESCCHAR = 0x90000;
     ^
BrlapiConstants.java:259: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_DESCCHAR = 0x90000;
            ^
BrlapiConstants.java:259: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_DESCCHAR = 0x90000;
                   ^
BrlapiConstants.java:261: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SETLEFT = 0xa0000;
     ^
BrlapiConstants.java:261: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SETLEFT = 0xa0000;
            ^
BrlapiConstants.java:261: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SETLEFT = 0xa0000;
                   ^
BrlapiConstants.java:263: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SETMARK = 0xb0000;
     ^
BrlapiConstants.java:263: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SETMARK = 0xb0000;
            ^
BrlapiConstants.java:263: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SETMARK = 0xb0000;
                   ^
BrlapiConstants.java:265: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_GOTOMARK = 0xc0000;
     ^
BrlapiConstants.java:265: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_GOTOMARK = 0xc0000;
            ^
BrlapiConstants.java:265: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_GOTOMARK = 0xc0000;
                   ^
BrlapiConstants.java:267: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_GOTOLINE = 0xd0000;
     ^
BrlapiConstants.java:267: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_GOTOLINE = 0xd0000;
            ^
BrlapiConstants.java:267: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_GOTOLINE = 0xd0000;
                   ^
BrlapiConstants.java:269: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_LINE_SCALED = 0x100;
     ^
BrlapiConstants.java:269: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_LINE_SCALED = 0x100;
            ^
BrlapiConstants.java:269: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_LINE_SCALED = 0x100;
                   ^
BrlapiConstants.java:271: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_LINE_TOLEFT = 0x200;
     ^
BrlapiConstants.java:271: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_LINE_TOLEFT = 0x200;
            ^
BrlapiConstants.java:271: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_LINE_TOLEFT = 0x200;
                   ^
BrlapiConstants.java:273: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRDIFCHAR = 0xe0000;
     ^
BrlapiConstants.java:273: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRDIFCHAR = 0xe0000;
            ^
BrlapiConstants.java:273: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRDIFCHAR = 0xe0000;
                   ^
BrlapiConstants.java:275: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXDIFCHAR = 0xf0000;
     ^
BrlapiConstants.java:275: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXDIFCHAR = 0xf0000;
            ^
BrlapiConstants.java:275: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXDIFCHAR = 0xf0000;
                   ^
BrlapiConstants.java:277: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASSDOTS = 0x220000;
     ^
BrlapiConstants.java:277: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASSDOTS = 0x220000;
            ^
BrlapiConstants.java:277: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASSDOTS = 0x220000;
                   ^
BrlapiConstants.java:279: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_SHIFT = 0x1;
     ^
BrlapiConstants.java:279: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_SHIFT = 0x1;
            ^
BrlapiConstants.java:279: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_SHIFT = 0x1;
                   ^
BrlapiConstants.java:281: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_UPPER = 0x2;
     ^
BrlapiConstants.java:281: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_UPPER = 0x2;
            ^
BrlapiConstants.java:281: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_UPPER = 0x2;
                   ^
BrlapiConstants.java:283: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_CONTROL = 0x4;
     ^
BrlapiConstants.java:283: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_CONTROL = 0x4;
            ^
BrlapiConstants.java:283: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_CONTROL = 0x4;
                   ^
BrlapiConstants.java:285: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_META = 0x8;
     ^
BrlapiConstants.java:285: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_META = 0x8;
            ^
BrlapiConstants.java:285: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_META = 0x8;
                   ^
BrlapiConstants.java:287: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASSAT2 = 0x230000;
     ^
BrlapiConstants.java:287: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASSAT2 = 0x230000;
            ^
BrlapiConstants.java:287: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASSAT2 = 0x230000;
                   ^
BrlapiConstants.java:289: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_RELEASE = 0x100;
     ^
BrlapiConstants.java:289: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_RELEASE = 0x100;
            ^
BrlapiConstants.java:289: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_RELEASE = 0x100;
                   ^
BrlapiConstants.java:291: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_EXTENDED = 0x200;
     ^
BrlapiConstants.java:291: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_EXTENDED = 0x200;
            ^
BrlapiConstants.java:291: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_EXTENDED = 0x200;
                   ^
BrlapiConstants.java:293: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_KEYCODE = 0x400;
     ^
BrlapiConstants.java:293: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_KEYCODE = 0x400;
            ^
BrlapiConstants.java:293: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_KEYCODE = 0x400;
                   ^
BrlapiConstants.java:295: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT1 = 0001;
     ^
BrlapiConstants.java:295: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT1 = 0001;
            ^
BrlapiConstants.java:295: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT1 = 0001;
                   ^
BrlapiConstants.java:297: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT2 = 0002;
     ^
BrlapiConstants.java:297: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT2 = 0002;
            ^
BrlapiConstants.java:297: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT2 = 0002;
                   ^
BrlapiConstants.java:299: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT3 = 0004;
     ^
BrlapiConstants.java:299: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT3 = 0004;
            ^
BrlapiConstants.java:299: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT3 = 0004;
                   ^
BrlapiConstants.java:301: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT4 = 0010;
     ^
BrlapiConstants.java:301: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT4 = 0010;
            ^
BrlapiConstants.java:301: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT4 = 0010;
                   ^
BrlapiConstants.java:303: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT5 = 0020;
     ^
BrlapiConstants.java:303: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT5 = 0020;
            ^
BrlapiConstants.java:303: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT5 = 0020;
                   ^
BrlapiConstants.java:305: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT6 = 0040;
     ^
BrlapiConstants.java:305: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT6 = 0040;
            ^
BrlapiConstants.java:305: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT6 = 0040;
                   ^
BrlapiConstants.java:307: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT7 = 0100;
     ^
BrlapiConstants.java:307: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT7 = 0100;
            ^
BrlapiConstants.java:307: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT7 = 0100;
                   ^
BrlapiConstants.java:309: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT8 = 0200;
     ^
BrlapiConstants.java:309: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT8 = 0200;
            ^
BrlapiConstants.java:309: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT8 = 0200;
                   ^
570 warnings
: -encoding UTF-8 -quiet -d . -author -version -use ./*.java BrlapiConstants.java
touch javadoc.made
/usr/bin/javac -encoding UTF-8 -d . -classpath . ./*.java
./ApiTest.java:23: warning: An empty declaration is a deprecated feature that should not be used.
    BrlapiSettings settings = new BrlapiSettings();
                                                     ^
./BrlapiConstants.java:2: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int TTY_DEFAULT = -1;
     ^
./BrlapiConstants.java:2: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int TTY_DEFAULT = -1;
            ^
./BrlapiConstants.java:2: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int TTY_DEFAULT = -1;
                   ^
./BrlapiConstants.java:3: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DISPLAY_DEFAULT = -1;
     ^
./BrlapiConstants.java:3: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DISPLAY_DEFAULT = -1;
            ^
./BrlapiConstants.java:3: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DISPLAY_DEFAULT = -1;
                   ^
./BrlapiConstants.java:4: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int CURSOR_LEAVE = -1;
     ^
./BrlapiConstants.java:4: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int CURSOR_LEAVE = -1;
            ^
./BrlapiConstants.java:4: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int CURSOR_LEAVE = -1;
                   ^
./BrlapiConstants.java:5: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int CURSOR_OFF = 0;
     ^
./BrlapiConstants.java:5: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int CURSOR_OFF = 0;
            ^
./BrlapiConstants.java:5: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int CURSOR_OFF = 0;
                   ^
./BrlapiConstants.java:6: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int rangeType_all = 0;
     ^
./BrlapiConstants.java:6: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int rangeType_all = 0;
            ^
./BrlapiConstants.java:6: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int rangeType_all = 0;
                   ^
./BrlapiConstants.java:7: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int rangeType_type = 1;
     ^
./BrlapiConstants.java:7: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int rangeType_type = 1;
            ^
./BrlapiConstants.java:7: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int rangeType_type = 1;
                   ^
./BrlapiConstants.java:8: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int rangeType_command = 2;
     ^
./BrlapiConstants.java:8: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int rangeType_command = 2;
            ^
./BrlapiConstants.java:8: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int rangeType_command = 2;
                   ^
./BrlapiConstants.java:9: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int rangeType_key = 3;
     ^
./BrlapiConstants.java:9: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int rangeType_key = 3;
            ^
./BrlapiConstants.java:9: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int rangeType_key = 3;
                   ^
./BrlapiConstants.java:10: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int rangeType_code = 4;
     ^
./BrlapiConstants.java:10: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int rangeType_code = 4;
            ^
./BrlapiConstants.java:10: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int rangeType_code = 4;
                   ^
./BrlapiConstants.java:11: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final long KEY_MAX = 0xffffffffffffffffL;
     ^
./BrlapiConstants.java:11: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final long KEY_MAX = 0xffffffffffffffffL;
            ^
./BrlapiConstants.java:11: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final long KEY_MAX = 0xffffffffffffffffL;
                   ^
./BrlapiConstants.java:12: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final long KEY_FLAGS_MASK = 0xffffffff00000000L;
     ^
./BrlapiConstants.java:12: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final long KEY_FLAGS_MASK = 0xffffffff00000000L;
            ^
./BrlapiConstants.java:12: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final long KEY_FLAGS_MASK = 0xffffffff00000000L;
                   ^
./BrlapiConstants.java:13: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLAGS_SHIFT = 32;
     ^
./BrlapiConstants.java:13: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLAGS_SHIFT = 32;
            ^
./BrlapiConstants.java:13: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLAGS_SHIFT = 32;
                   ^
./BrlapiConstants.java:14: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final long KEY_TYPE_MASK = 0xe0000000L;
     ^
./BrlapiConstants.java:14: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final long KEY_TYPE_MASK = 0xe0000000L;
            ^
./BrlapiConstants.java:14: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final long KEY_TYPE_MASK = 0xe0000000L;
                   ^
./BrlapiConstants.java:15: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_SHIFT = 29;
     ^
./BrlapiConstants.java:15: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_SHIFT = 29;
            ^
./BrlapiConstants.java:15: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_SHIFT = 29;
                   ^
./BrlapiConstants.java:16: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_CMD = 0x20000000;
     ^
./BrlapiConstants.java:16: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_CMD = 0x20000000;
            ^
./BrlapiConstants.java:16: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_CMD = 0x20000000;
                   ^
./BrlapiConstants.java:17: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_SYM = 0x0;
     ^
./BrlapiConstants.java:17: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_SYM = 0x0;
            ^
./BrlapiConstants.java:17: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_SYM = 0x0;
                   ^
./BrlapiConstants.java:18: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final long KEY_CODE_MASK = 0x1fffffffL;
     ^
./BrlapiConstants.java:18: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final long KEY_CODE_MASK = 0x1fffffffL;
            ^
./BrlapiConstants.java:18: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final long KEY_CODE_MASK = 0x1fffffffL;
                   ^
./BrlapiConstants.java:19: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CODE_SHIFT = 0;
     ^
./BrlapiConstants.java:19: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CODE_SHIFT = 0;
            ^
./BrlapiConstants.java:19: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CODE_SHIFT = 0;
                   ^
./BrlapiConstants.java:20: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final long KEY_CMD_BLK_MASK = 0x1fff0000L;
     ^
./BrlapiConstants.java:20: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final long KEY_CMD_BLK_MASK = 0x1fff0000L;
            ^
./BrlapiConstants.java:20: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final long KEY_CMD_BLK_MASK = 0x1fff0000L;
                   ^
./BrlapiConstants.java:21: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BLK_SHIFT = 16;
     ^
./BrlapiConstants.java:21: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BLK_SHIFT = 16;
            ^
./BrlapiConstants.java:21: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BLK_SHIFT = 16;
                   ^
./BrlapiConstants.java:22: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final long KEY_CMD_ARG_MASK = 0xffffL;
     ^
./BrlapiConstants.java:22: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final long KEY_CMD_ARG_MASK = 0xffffL;
            ^
./BrlapiConstants.java:22: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final long KEY_CMD_ARG_MASK = 0xffffL;
                   ^
./BrlapiConstants.java:23: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ARG_SHIFT = 0;
     ^
./BrlapiConstants.java:23: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ARG_SHIFT = 0;
            ^
./BrlapiConstants.java:23: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ARG_SHIFT = 0;
                   ^
./BrlapiConstants.java:24: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_BACKSPACE = 0xff08;
     ^
./BrlapiConstants.java:24: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_BACKSPACE = 0xff08;
            ^
./BrlapiConstants.java:24: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_BACKSPACE = 0xff08;
                   ^
./BrlapiConstants.java:25: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_TAB = 0xff09;
     ^
./BrlapiConstants.java:25: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_TAB = 0xff09;
            ^
./BrlapiConstants.java:25: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_TAB = 0xff09;
                   ^
./BrlapiConstants.java:26: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_LINEFEED = 0xff0d;
     ^
./BrlapiConstants.java:26: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_LINEFEED = 0xff0d;
            ^
./BrlapiConstants.java:26: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_LINEFEED = 0xff0d;
                   ^
./BrlapiConstants.java:27: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_ESCAPE = 0xff1b;
     ^
./BrlapiConstants.java:27: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_ESCAPE = 0xff1b;
            ^
./BrlapiConstants.java:27: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_ESCAPE = 0xff1b;
                   ^
./BrlapiConstants.java:28: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_HOME = 0xff50;
     ^
./BrlapiConstants.java:28: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_HOME = 0xff50;
            ^
./BrlapiConstants.java:28: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_HOME = 0xff50;
                   ^
./BrlapiConstants.java:29: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_LEFT = 0xff51;
     ^
./BrlapiConstants.java:29: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_LEFT = 0xff51;
            ^
./BrlapiConstants.java:29: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_LEFT = 0xff51;
                   ^
./BrlapiConstants.java:30: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_UP = 0xff52;
     ^
./BrlapiConstants.java:30: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_UP = 0xff52;
            ^
./BrlapiConstants.java:30: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_UP = 0xff52;
                   ^
./BrlapiConstants.java:31: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_RIGHT = 0xff53;
     ^
./BrlapiConstants.java:31: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_RIGHT = 0xff53;
            ^
./BrlapiConstants.java:31: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_RIGHT = 0xff53;
                   ^
./BrlapiConstants.java:32: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_DOWN = 0xff54;
     ^
./BrlapiConstants.java:32: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_DOWN = 0xff54;
            ^
./BrlapiConstants.java:32: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_DOWN = 0xff54;
                   ^
./BrlapiConstants.java:33: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_PAGE_UP = 0xff55;
     ^
./BrlapiConstants.java:33: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_PAGE_UP = 0xff55;
            ^
./BrlapiConstants.java:33: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_PAGE_UP = 0xff55;
                   ^
./BrlapiConstants.java:34: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_PAGE_DOWN = 0xff56;
     ^
./BrlapiConstants.java:34: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_PAGE_DOWN = 0xff56;
            ^
./BrlapiConstants.java:34: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_PAGE_DOWN = 0xff56;
                   ^
./BrlapiConstants.java:35: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_END = 0xff57;
     ^
./BrlapiConstants.java:35: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_END = 0xff57;
            ^
./BrlapiConstants.java:35: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_END = 0xff57;
                   ^
./BrlapiConstants.java:36: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_INSERT = 0xff63;
     ^
./BrlapiConstants.java:36: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_INSERT = 0xff63;
            ^
./BrlapiConstants.java:36: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_INSERT = 0xff63;
                   ^
./BrlapiConstants.java:37: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F1 = (0xffbe + 0);
     ^
./BrlapiConstants.java:37: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F1 = (0xffbe + 0);
            ^
./BrlapiConstants.java:37: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F1 = (0xffbe + 0);
                   ^
./BrlapiConstants.java:38: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F2 = (0xffbe + 1);
     ^
./BrlapiConstants.java:38: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F2 = (0xffbe + 1);
            ^
./BrlapiConstants.java:38: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F2 = (0xffbe + 1);
                   ^
./BrlapiConstants.java:39: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F3 = (0xffbe + 2);
     ^
./BrlapiConstants.java:39: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F3 = (0xffbe + 2);
            ^
./BrlapiConstants.java:39: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F3 = (0xffbe + 2);
                   ^
./BrlapiConstants.java:40: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F4 = (0xffbe + 3);
     ^
./BrlapiConstants.java:40: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F4 = (0xffbe + 3);
            ^
./BrlapiConstants.java:40: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F4 = (0xffbe + 3);
                   ^
./BrlapiConstants.java:41: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F5 = (0xffbe + 4);
     ^
./BrlapiConstants.java:41: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F5 = (0xffbe + 4);
            ^
./BrlapiConstants.java:41: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F5 = (0xffbe + 4);
                   ^
./BrlapiConstants.java:42: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F6 = (0xffbe + 5);
     ^
./BrlapiConstants.java:42: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F6 = (0xffbe + 5);
            ^
./BrlapiConstants.java:42: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F6 = (0xffbe + 5);
                   ^
./BrlapiConstants.java:43: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F7 = (0xffbe + 6);
     ^
./BrlapiConstants.java:43: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F7 = (0xffbe + 6);
            ^
./BrlapiConstants.java:43: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F7 = (0xffbe + 6);
                   ^
./BrlapiConstants.java:44: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F8 = (0xffbe + 7);
     ^
./BrlapiConstants.java:44: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F8 = (0xffbe + 7);
            ^
./BrlapiConstants.java:44: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F8 = (0xffbe + 7);
                   ^
./BrlapiConstants.java:45: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F9 = (0xffbe + 8);
     ^
./BrlapiConstants.java:45: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F9 = (0xffbe + 8);
            ^
./BrlapiConstants.java:45: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F9 = (0xffbe + 8);
                   ^
./BrlapiConstants.java:46: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F10 = (0xffbe + 9);
     ^
./BrlapiConstants.java:46: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F10 = (0xffbe + 9);
            ^
./BrlapiConstants.java:46: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F10 = (0xffbe + 9);
                   ^
./BrlapiConstants.java:47: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F11 = (0xffbe + 10);
     ^
./BrlapiConstants.java:47: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F11 = (0xffbe + 10);
            ^
./BrlapiConstants.java:47: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F11 = (0xffbe + 10);
                   ^
./BrlapiConstants.java:48: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F12 = (0xffbe + 11);
     ^
./BrlapiConstants.java:48: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F12 = (0xffbe + 11);
            ^
./BrlapiConstants.java:48: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F12 = (0xffbe + 11);
                   ^
./BrlapiConstants.java:49: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F13 = (0xffbe + 12);
     ^
./BrlapiConstants.java:49: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F13 = (0xffbe + 12);
            ^
./BrlapiConstants.java:49: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F13 = (0xffbe + 12);
                   ^
./BrlapiConstants.java:50: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F14 = (0xffbe + 13);
     ^
./BrlapiConstants.java:50: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F14 = (0xffbe + 13);
            ^
./BrlapiConstants.java:50: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F14 = (0xffbe + 13);
                   ^
./BrlapiConstants.java:51: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F15 = (0xffbe + 14);
     ^
./BrlapiConstants.java:51: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F15 = (0xffbe + 14);
            ^
./BrlapiConstants.java:51: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F15 = (0xffbe + 14);
                   ^
./BrlapiConstants.java:52: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F16 = (0xffbe + 15);
     ^
./BrlapiConstants.java:52: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F16 = (0xffbe + 15);
            ^
./BrlapiConstants.java:52: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F16 = (0xffbe + 15);
                   ^
./BrlapiConstants.java:53: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F17 = (0xffbe + 16);
     ^
./BrlapiConstants.java:53: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F17 = (0xffbe + 16);
            ^
./BrlapiConstants.java:53: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F17 = (0xffbe + 16);
                   ^
./BrlapiConstants.java:54: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F18 = (0xffbe + 17);
     ^
./BrlapiConstants.java:54: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F18 = (0xffbe + 17);
            ^
./BrlapiConstants.java:54: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F18 = (0xffbe + 17);
                   ^
./BrlapiConstants.java:55: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F19 = (0xffbe + 18);
     ^
./BrlapiConstants.java:55: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F19 = (0xffbe + 18);
            ^
./BrlapiConstants.java:55: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F19 = (0xffbe + 18);
                   ^
./BrlapiConstants.java:56: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F20 = (0xffbe + 19);
     ^
./BrlapiConstants.java:56: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F20 = (0xffbe + 19);
            ^
./BrlapiConstants.java:56: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F20 = (0xffbe + 19);
                   ^
./BrlapiConstants.java:57: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F21 = (0xffbe + 20);
     ^
./BrlapiConstants.java:57: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F21 = (0xffbe + 20);
            ^
./BrlapiConstants.java:57: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F21 = (0xffbe + 20);
                   ^
./BrlapiConstants.java:58: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F22 = (0xffbe + 21);
     ^
./BrlapiConstants.java:58: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F22 = (0xffbe + 21);
            ^
./BrlapiConstants.java:58: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F22 = (0xffbe + 21);
                   ^
./BrlapiConstants.java:59: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F23 = (0xffbe + 22);
     ^
./BrlapiConstants.java:59: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F23 = (0xffbe + 22);
            ^
./BrlapiConstants.java:59: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F23 = (0xffbe + 22);
                   ^
./BrlapiConstants.java:60: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F24 = (0xffbe + 23);
     ^
./BrlapiConstants.java:60: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F24 = (0xffbe + 23);
            ^
./BrlapiConstants.java:60: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F24 = (0xffbe + 23);
                   ^
./BrlapiConstants.java:61: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F25 = (0xffbe + 24);
     ^
./BrlapiConstants.java:61: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F25 = (0xffbe + 24);
            ^
./BrlapiConstants.java:61: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F25 = (0xffbe + 24);
                   ^
./BrlapiConstants.java:62: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F26 = (0xffbe + 25);
     ^
./BrlapiConstants.java:62: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F26 = (0xffbe + 25);
            ^
./BrlapiConstants.java:62: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F26 = (0xffbe + 25);
                   ^
./BrlapiConstants.java:63: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F27 = (0xffbe + 26);
     ^
./BrlapiConstants.java:63: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F27 = (0xffbe + 26);
            ^
./BrlapiConstants.java:63: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F27 = (0xffbe + 26);
                   ^
./BrlapiConstants.java:64: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F28 = (0xffbe + 27);
     ^
./BrlapiConstants.java:64: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F28 = (0xffbe + 27);
            ^
./BrlapiConstants.java:64: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F28 = (0xffbe + 27);
                   ^
./BrlapiConstants.java:65: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F29 = (0xffbe + 28);
     ^
./BrlapiConstants.java:65: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F29 = (0xffbe + 28);
            ^
./BrlapiConstants.java:65: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F29 = (0xffbe + 28);
                   ^
./BrlapiConstants.java:66: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F30 = (0xffbe + 29);
     ^
./BrlapiConstants.java:66: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F30 = (0xffbe + 29);
            ^
./BrlapiConstants.java:66: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F30 = (0xffbe + 29);
                   ^
./BrlapiConstants.java:67: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F31 = (0xffbe + 30);
     ^
./BrlapiConstants.java:67: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F31 = (0xffbe + 30);
            ^
./BrlapiConstants.java:67: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F31 = (0xffbe + 30);
                   ^
./BrlapiConstants.java:68: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F32 = (0xffbe + 31);
     ^
./BrlapiConstants.java:68: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F32 = (0xffbe + 31);
            ^
./BrlapiConstants.java:68: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F32 = (0xffbe + 31);
                   ^
./BrlapiConstants.java:69: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F33 = (0xffbe + 32);
     ^
./BrlapiConstants.java:69: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F33 = (0xffbe + 32);
            ^
./BrlapiConstants.java:69: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F33 = (0xffbe + 32);
                   ^
./BrlapiConstants.java:70: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F34 = (0xffbe + 33);
     ^
./BrlapiConstants.java:70: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F34 = (0xffbe + 33);
            ^
./BrlapiConstants.java:70: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F34 = (0xffbe + 33);
                   ^
./BrlapiConstants.java:71: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F35 = (0xffbe + 34);
     ^
./BrlapiConstants.java:71: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F35 = (0xffbe + 34);
            ^
./BrlapiConstants.java:71: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F35 = (0xffbe + 34);
                   ^
./BrlapiConstants.java:72: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_DELETE = 0xffff;
     ^
./BrlapiConstants.java:72: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_DELETE = 0xffff;
            ^
./BrlapiConstants.java:72: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_DELETE = 0xffff;
                   ^
./BrlapiConstants.java:73: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_UNICODE = 0x1000000;
     ^
./BrlapiConstants.java:73: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_UNICODE = 0x1000000;
            ^
./BrlapiConstants.java:73: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_UNICODE = 0x1000000;
                   ^
./BrlapiConstants.java:75: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NOOP = 0;
     ^
./BrlapiConstants.java:75: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NOOP = 0;
            ^
./BrlapiConstants.java:75: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NOOP = 0;
                   ^
./BrlapiConstants.java:77: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNUP = 1;
     ^
./BrlapiConstants.java:77: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNUP = 1;
            ^
./BrlapiConstants.java:77: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNUP = 1;
                   ^
./BrlapiConstants.java:79: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNDN = 2;
     ^
./BrlapiConstants.java:79: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNDN = 2;
            ^
./BrlapiConstants.java:79: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNDN = 2;
                   ^
./BrlapiConstants.java:81: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_WINUP = 3;
     ^
./BrlapiConstants.java:81: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_WINUP = 3;
            ^
./BrlapiConstants.java:81: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_WINUP = 3;
                   ^
./BrlapiConstants.java:83: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_WINDN = 4;
     ^
./BrlapiConstants.java:83: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_WINDN = 4;
            ^
./BrlapiConstants.java:83: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_WINDN = 4;
                   ^
./BrlapiConstants.java:85: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRDIFLN = 5;
     ^
./BrlapiConstants.java:85: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRDIFLN = 5;
            ^
./BrlapiConstants.java:85: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRDIFLN = 5;
                   ^
./BrlapiConstants.java:87: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXDIFLN = 6;
     ^
./BrlapiConstants.java:87: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXDIFLN = 6;
            ^
./BrlapiConstants.java:87: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXDIFLN = 6;
                   ^
./BrlapiConstants.java:89: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRUP = 7;
     ^
./BrlapiConstants.java:89: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRUP = 7;
            ^
./BrlapiConstants.java:89: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRUP = 7;
                   ^
./BrlapiConstants.java:91: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRDN = 8;
     ^
./BrlapiConstants.java:91: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRDN = 8;
            ^
./BrlapiConstants.java:91: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRDN = 8;
                   ^
./BrlapiConstants.java:93: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TOP = 9;
     ^
./BrlapiConstants.java:93: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TOP = 9;
            ^
./BrlapiConstants.java:93: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TOP = 9;
                   ^
./BrlapiConstants.java:95: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BOT = 10;
     ^
./BrlapiConstants.java:95: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BOT = 10;
            ^
./BrlapiConstants.java:95: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BOT = 10;
                   ^
./BrlapiConstants.java:97: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TOP_LEFT = 11;
     ^
./BrlapiConstants.java:97: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TOP_LEFT = 11;
            ^
./BrlapiConstants.java:97: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TOP_LEFT = 11;
                   ^
./BrlapiConstants.java:99: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BOT_LEFT = 12;
     ^
./BrlapiConstants.java:99: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BOT_LEFT = 12;
            ^
./BrlapiConstants.java:99: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BOT_LEFT = 12;
                   ^
./BrlapiConstants.java:101: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRPGRPH = 13;
     ^
./BrlapiConstants.java:101: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRPGRPH = 13;
            ^
./BrlapiConstants.java:101: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRPGRPH = 13;
                   ^
./BrlapiConstants.java:103: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXPGRPH = 14;
     ^
./BrlapiConstants.java:103: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXPGRPH = 14;
            ^
./BrlapiConstants.java:103: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXPGRPH = 14;
                   ^
./BrlapiConstants.java:105: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRPROMPT = 15;
     ^
./BrlapiConstants.java:105: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRPROMPT = 15;
            ^
./BrlapiConstants.java:105: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRPROMPT = 15;
                   ^
./BrlapiConstants.java:107: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXPROMPT = 16;
     ^
./BrlapiConstants.java:107: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXPROMPT = 16;
            ^
./BrlapiConstants.java:107: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXPROMPT = 16;
                   ^
./BrlapiConstants.java:109: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRSEARCH = 17;
     ^
./BrlapiConstants.java:109: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRSEARCH = 17;
            ^
./BrlapiConstants.java:109: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRSEARCH = 17;
                   ^
./BrlapiConstants.java:111: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXSEARCH = 18;
     ^
./BrlapiConstants.java:111: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXSEARCH = 18;
            ^
./BrlapiConstants.java:111: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXSEARCH = 18;
                   ^
./BrlapiConstants.java:113: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CHRLT = 19;
     ^
./BrlapiConstants.java:113: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CHRLT = 19;
            ^
./BrlapiConstants.java:113: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CHRLT = 19;
                   ^
./BrlapiConstants.java:115: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CHRRT = 20;
     ^
./BrlapiConstants.java:115: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CHRRT = 20;
            ^
./BrlapiConstants.java:115: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CHRRT = 20;
                   ^
./BrlapiConstants.java:117: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HWINLT = 21;
     ^
./BrlapiConstants.java:117: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HWINLT = 21;
            ^
./BrlapiConstants.java:117: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HWINLT = 21;
                   ^
./BrlapiConstants.java:119: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HWINRT = 22;
     ^
./BrlapiConstants.java:119: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HWINRT = 22;
            ^
./BrlapiConstants.java:119: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HWINRT = 22;
                   ^
./BrlapiConstants.java:121: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINLT = 23;
     ^
./BrlapiConstants.java:121: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINLT = 23;
            ^
./BrlapiConstants.java:121: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINLT = 23;
                   ^
./BrlapiConstants.java:123: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINRT = 24;
     ^
./BrlapiConstants.java:123: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINRT = 24;
            ^
./BrlapiConstants.java:123: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINRT = 24;
                   ^
./BrlapiConstants.java:125: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINLTSKIP = 25;
     ^
./BrlapiConstants.java:125: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINLTSKIP = 25;
            ^
./BrlapiConstants.java:125: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINLTSKIP = 25;
                   ^
./BrlapiConstants.java:127: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINRTSKIP = 26;
     ^
./BrlapiConstants.java:127: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINRTSKIP = 26;
            ^
./BrlapiConstants.java:127: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINRTSKIP = 26;
                   ^
./BrlapiConstants.java:129: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNBEG = 27;
     ^
./BrlapiConstants.java:129: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNBEG = 27;
            ^
./BrlapiConstants.java:129: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNBEG = 27;
                   ^
./BrlapiConstants.java:131: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNEND = 28;
     ^
./BrlapiConstants.java:131: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNEND = 28;
            ^
./BrlapiConstants.java:131: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNEND = 28;
                   ^
./BrlapiConstants.java:133: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HOME = 29;
     ^
./BrlapiConstants.java:133: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HOME = 29;
            ^
./BrlapiConstants.java:133: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HOME = 29;
                   ^
./BrlapiConstants.java:135: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BACK = 30;
     ^
./BrlapiConstants.java:135: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BACK = 30;
            ^
./BrlapiConstants.java:135: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BACK = 30;
                   ^
./BrlapiConstants.java:137: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RETURN = 31;
     ^
./BrlapiConstants.java:137: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RETURN = 31;
            ^
./BrlapiConstants.java:137: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RETURN = 31;
                   ^
./BrlapiConstants.java:139: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FREEZE = 32;
     ^
./BrlapiConstants.java:139: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FREEZE = 32;
            ^
./BrlapiConstants.java:139: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FREEZE = 32;
                   ^
./BrlapiConstants.java:141: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_DISPMD = 33;
     ^
./BrlapiConstants.java:141: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_DISPMD = 33;
            ^
./BrlapiConstants.java:141: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_DISPMD = 33;
                   ^
./BrlapiConstants.java:143: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SIXDOTS = 34;
     ^
./BrlapiConstants.java:143: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SIXDOTS = 34;
            ^
./BrlapiConstants.java:143: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SIXDOTS = 34;
                   ^
./BrlapiConstants.java:145: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SLIDEWIN = 35;
     ^
./BrlapiConstants.java:145: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SLIDEWIN = 35;
            ^
./BrlapiConstants.java:145: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SLIDEWIN = 35;
                   ^
./BrlapiConstants.java:147: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SKPIDLNS = 36;
     ^
./BrlapiConstants.java:147: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SKPIDLNS = 36;
            ^
./BrlapiConstants.java:147: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SKPIDLNS = 36;
                   ^
./BrlapiConstants.java:149: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SKPBLNKWINS = 37;
     ^
./BrlapiConstants.java:149: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SKPBLNKWINS = 37;
            ^
./BrlapiConstants.java:149: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SKPBLNKWINS = 37;
                   ^
./BrlapiConstants.java:151: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRVIS = 38;
     ^
./BrlapiConstants.java:151: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRVIS = 38;
            ^
./BrlapiConstants.java:151: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRVIS = 38;
                   ^
./BrlapiConstants.java:153: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRHIDE = 39;
     ^
./BrlapiConstants.java:153: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRHIDE = 39;
            ^
./BrlapiConstants.java:153: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRHIDE = 39;
                   ^
./BrlapiConstants.java:155: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRTRK = 40;
     ^
./BrlapiConstants.java:155: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRTRK = 40;
            ^
./BrlapiConstants.java:155: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRTRK = 40;
                   ^
./BrlapiConstants.java:157: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRSIZE = 41;
     ^
./BrlapiConstants.java:157: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRSIZE = 41;
            ^
./BrlapiConstants.java:157: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRSIZE = 41;
                   ^
./BrlapiConstants.java:159: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRBLINK = 42;
     ^
./BrlapiConstants.java:159: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRBLINK = 42;
            ^
./BrlapiConstants.java:159: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRBLINK = 42;
                   ^
./BrlapiConstants.java:161: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRVIS = 43;
     ^
./BrlapiConstants.java:161: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRVIS = 43;
            ^
./BrlapiConstants.java:161: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRVIS = 43;
                   ^
./BrlapiConstants.java:163: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRBLINK = 44;
     ^
./BrlapiConstants.java:163: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRBLINK = 44;
            ^
./BrlapiConstants.java:163: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRBLINK = 44;
                   ^
./BrlapiConstants.java:165: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CAPBLINK = 45;
     ^
./BrlapiConstants.java:165: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CAPBLINK = 45;
            ^
./BrlapiConstants.java:165: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CAPBLINK = 45;
                   ^
./BrlapiConstants.java:167: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TUNES = 46;
     ^
./BrlapiConstants.java:167: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TUNES = 46;
            ^
./BrlapiConstants.java:167: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TUNES = 46;
                   ^
./BrlapiConstants.java:169: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_AUTOREPEAT = 47;
     ^
./BrlapiConstants.java:169: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_AUTOREPEAT = 47;
            ^
./BrlapiConstants.java:169: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_AUTOREPEAT = 47;
                   ^
./BrlapiConstants.java:171: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_AUTOSPEAK = 48;
     ^
./BrlapiConstants.java:171: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_AUTOSPEAK = 48;
            ^
./BrlapiConstants.java:171: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_AUTOSPEAK = 48;
                   ^
./BrlapiConstants.java:173: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HELP = 49;
     ^
./BrlapiConstants.java:173: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HELP = 49;
            ^
./BrlapiConstants.java:173: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HELP = 49;
                   ^
./BrlapiConstants.java:175: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_INFO = 50;
     ^
./BrlapiConstants.java:175: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_INFO = 50;
            ^
./BrlapiConstants.java:175: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_INFO = 50;
                   ^
./BrlapiConstants.java:177: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LEARN = 51;
     ^
./BrlapiConstants.java:177: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LEARN = 51;
            ^
./BrlapiConstants.java:177: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LEARN = 51;
                   ^
./BrlapiConstants.java:179: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFMENU = 52;
     ^
./BrlapiConstants.java:179: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFMENU = 52;
            ^
./BrlapiConstants.java:179: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFMENU = 52;
                   ^
./BrlapiConstants.java:181: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFSAVE = 53;
     ^
./BrlapiConstants.java:181: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFSAVE = 53;
            ^
./BrlapiConstants.java:181: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFSAVE = 53;
                   ^
./BrlapiConstants.java:183: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFLOAD = 54;
     ^
./BrlapiConstants.java:183: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFLOAD = 54;
            ^
./BrlapiConstants.java:183: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFLOAD = 54;
                   ^
./BrlapiConstants.java:185: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_FIRST_ITEM = 55;
     ^
./BrlapiConstants.java:185: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_FIRST_ITEM = 55;
            ^
./BrlapiConstants.java:185: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_FIRST_ITEM = 55;
                   ^
./BrlapiConstants.java:187: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_LAST_ITEM = 56;
     ^
./BrlapiConstants.java:187: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_LAST_ITEM = 56;
            ^
./BrlapiConstants.java:187: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_LAST_ITEM = 56;
                   ^
./BrlapiConstants.java:189: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_PREV_ITEM = 57;
     ^
./BrlapiConstants.java:189: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_PREV_ITEM = 57;
            ^
./BrlapiConstants.java:189: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_PREV_ITEM = 57;
                   ^
./BrlapiConstants.java:191: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_NEXT_ITEM = 58;
     ^
./BrlapiConstants.java:191: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_NEXT_ITEM = 58;
            ^
./BrlapiConstants.java:191: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_NEXT_ITEM = 58;
                   ^
./BrlapiConstants.java:193: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_PREV_SETTING = 59;
     ^
./BrlapiConstants.java:193: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_PREV_SETTING = 59;
            ^
./BrlapiConstants.java:193: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_PREV_SETTING = 59;
                   ^
./BrlapiConstants.java:195: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_NEXT_SETTING = 60;
     ^
./BrlapiConstants.java:195: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_NEXT_SETTING = 60;
            ^
./BrlapiConstants.java:195: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_NEXT_SETTING = 60;
                   ^
./BrlapiConstants.java:197: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MUTE = 61;
     ^
./BrlapiConstants.java:197: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MUTE = 61;
            ^
./BrlapiConstants.java:197: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MUTE = 61;
                   ^
./BrlapiConstants.java:199: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SPKHOME = 62;
     ^
./BrlapiConstants.java:199: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SPKHOME = 62;
            ^
./BrlapiConstants.java:199: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SPKHOME = 62;
                   ^
./BrlapiConstants.java:201: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_LINE = 63;
     ^
./BrlapiConstants.java:201: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_LINE = 63;
            ^
./BrlapiConstants.java:201: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_LINE = 63;
                   ^
./BrlapiConstants.java:203: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_ABOVE = 64;
     ^
./BrlapiConstants.java:203: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_ABOVE = 64;
            ^
./BrlapiConstants.java:203: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_ABOVE = 64;
                   ^
./BrlapiConstants.java:205: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_BELOW = 65;
     ^
./BrlapiConstants.java:205: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_BELOW = 65;
            ^
./BrlapiConstants.java:205: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_BELOW = 65;
                   ^
./BrlapiConstants.java:207: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_SLOWER = 66;
     ^
./BrlapiConstants.java:207: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_SLOWER = 66;
            ^
./BrlapiConstants.java:207: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_SLOWER = 66;
                   ^
./BrlapiConstants.java:209: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_FASTER = 67;
     ^
./BrlapiConstants.java:209: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_FASTER = 67;
            ^
./BrlapiConstants.java:209: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_FASTER = 67;
                   ^
./BrlapiConstants.java:211: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_SOFTER = 68;
     ^
./BrlapiConstants.java:211: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_SOFTER = 68;
            ^
./BrlapiConstants.java:211: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_SOFTER = 68;
                   ^
./BrlapiConstants.java:213: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_LOUDER = 69;
     ^
./BrlapiConstants.java:213: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_LOUDER = 69;
            ^
./BrlapiConstants.java:213: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_LOUDER = 69;
                   ^
./BrlapiConstants.java:215: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT_PREV = 70;
     ^
./BrlapiConstants.java:215: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT_PREV = 70;
            ^
./BrlapiConstants.java:215: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT_PREV = 70;
                   ^
./BrlapiConstants.java:217: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT_NEXT = 71;
     ^
./BrlapiConstants.java:217: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT_NEXT = 71;
            ^
./BrlapiConstants.java:217: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT_NEXT = 71;
                   ^
./BrlapiConstants.java:219: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRJMP_VERT = 72;
     ^
./BrlapiConstants.java:219: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRJMP_VERT = 72;
            ^
./BrlapiConstants.java:219: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRJMP_VERT = 72;
                   ^
./BrlapiConstants.java:221: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASTE = 73;
     ^
./BrlapiConstants.java:221: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASTE = 73;
            ^
./BrlapiConstants.java:221: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASTE = 73;
                   ^
./BrlapiConstants.java:223: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RESTARTBRL = 74;
     ^
./BrlapiConstants.java:223: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RESTARTBRL = 74;
            ^
./BrlapiConstants.java:223: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RESTARTBRL = 74;
                   ^
./BrlapiConstants.java:225: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RESTARTSPEECH = 75;
     ^
./BrlapiConstants.java:225: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RESTARTSPEECH = 75;
            ^
./BrlapiConstants.java:225: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RESTARTSPEECH = 75;
                   ^
./BrlapiConstants.java:227: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_OFFLINE = 76;
     ^
./BrlapiConstants.java:227: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_OFFLINE = 76;
            ^
./BrlapiConstants.java:227: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_OFFLINE = 76;
                   ^
./BrlapiConstants.java:229: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_ON = 0x100;
     ^
./BrlapiConstants.java:229: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_ON = 0x100;
            ^
./BrlapiConstants.java:229: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_ON = 0x100;
                   ^
./BrlapiConstants.java:231: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_OFF = 0x200;
     ^
./BrlapiConstants.java:231: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_OFF = 0x200;
            ^
./BrlapiConstants.java:231: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_OFF = 0x200;
                   ^
./BrlapiConstants.java:233: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_MASK = (KEY_FLG_TOGGLE_ON | KEY_FLG_TOGGLE_OFF);
     ^
./BrlapiConstants.java:233: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_MASK = (KEY_FLG_TOGGLE_ON | KEY_FLG_TOGGLE_OFF);
            ^
./BrlapiConstants.java:233: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_MASK = (KEY_FLG_TOGGLE_ON | KEY_FLG_TOGGLE_OFF);
                   ^
./BrlapiConstants.java:235: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_ROUTE = 0x400;
     ^
./BrlapiConstants.java:235: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_ROUTE = 0x400;
            ^
./BrlapiConstants.java:235: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_ROUTE = 0x400;
                   ^
./BrlapiConstants.java:237: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_INITIAL = 0x8000;
     ^
./BrlapiConstants.java:237: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_INITIAL = 0x8000;
            ^
./BrlapiConstants.java:237: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_INITIAL = 0x8000;
                   ^
./BrlapiConstants.java:239: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_DELAY = 0x4000;
     ^
./BrlapiConstants.java:239: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_DELAY = 0x4000;
            ^
./BrlapiConstants.java:239: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_DELAY = 0x4000;
                   ^
./BrlapiConstants.java:241: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_MASK = (KEY_FLG_REPEAT_INITIAL | KEY_FLG_REPEAT_DELAY);
     ^
./BrlapiConstants.java:241: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_MASK = (KEY_FLG_REPEAT_INITIAL | KEY_FLG_REPEAT_DELAY);
            ^
./BrlapiConstants.java:241: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_MASK = (KEY_FLG_REPEAT_INITIAL | KEY_FLG_REPEAT_DELAY);
                   ^
./BrlapiConstants.java:243: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ROUTE = 0x10000;
     ^
./BrlapiConstants.java:243: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ROUTE = 0x10000;
            ^
./BrlapiConstants.java:243: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ROUTE = 0x10000;
                   ^
./BrlapiConstants.java:245: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTBEGIN = 0x20000;
     ^
./BrlapiConstants.java:245: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTBEGIN = 0x20000;
            ^
./BrlapiConstants.java:245: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTBEGIN = 0x20000;
                   ^
./BrlapiConstants.java:247: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTAPPEND = 0x30000;
     ^
./BrlapiConstants.java:247: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTAPPEND = 0x30000;
            ^
./BrlapiConstants.java:247: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTAPPEND = 0x30000;
                   ^
./BrlapiConstants.java:249: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTRECT = 0x40000;
     ^
./BrlapiConstants.java:249: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTRECT = 0x40000;
            ^
./BrlapiConstants.java:249: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTRECT = 0x40000;
                   ^
./BrlapiConstants.java:251: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTLINE = 0x50000;
     ^
./BrlapiConstants.java:251: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTLINE = 0x50000;
            ^
./BrlapiConstants.java:251: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTLINE = 0x50000;
                   ^
./BrlapiConstants.java:253: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT = 0x60000;
     ^
./BrlapiConstants.java:253: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT = 0x60000;
            ^
./BrlapiConstants.java:253: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT = 0x60000;
                   ^
./BrlapiConstants.java:255: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRINDENT = 0x70000;
     ^
./BrlapiConstants.java:255: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRINDENT = 0x70000;
            ^
./BrlapiConstants.java:255: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRINDENT = 0x70000;
                   ^
./BrlapiConstants.java:257: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXINDENT = 0x80000;
     ^
./BrlapiConstants.java:257: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXINDENT = 0x80000;
            ^
./BrlapiConstants.java:257: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXINDENT = 0x80000;
                   ^
./BrlapiConstants.java:259: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_DESCCHAR = 0x90000;
     ^
./BrlapiConstants.java:259: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_DESCCHAR = 0x90000;
            ^
./BrlapiConstants.java:259: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_DESCCHAR = 0x90000;
                   ^
./BrlapiConstants.java:261: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SETLEFT = 0xa0000;
     ^
./BrlapiConstants.java:261: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SETLEFT = 0xa0000;
            ^
./BrlapiConstants.java:261: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SETLEFT = 0xa0000;
                   ^
./BrlapiConstants.java:263: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SETMARK = 0xb0000;
     ^
./BrlapiConstants.java:263: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SETMARK = 0xb0000;
            ^
./BrlapiConstants.java:263: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SETMARK = 0xb0000;
                   ^
./BrlapiConstants.java:265: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_GOTOMARK = 0xc0000;
     ^
./BrlapiConstants.java:265: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_GOTOMARK = 0xc0000;
            ^
./BrlapiConstants.java:265: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_GOTOMARK = 0xc0000;
                   ^
./BrlapiConstants.java:267: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_GOTOLINE = 0xd0000;
     ^
./BrlapiConstants.java:267: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_GOTOLINE = 0xd0000;
            ^
./BrlapiConstants.java:267: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_GOTOLINE = 0xd0000;
                   ^
./BrlapiConstants.java:269: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_LINE_SCALED = 0x100;
     ^
./BrlapiConstants.java:269: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_LINE_SCALED = 0x100;
            ^
./BrlapiConstants.java:269: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_LINE_SCALED = 0x100;
                   ^
./BrlapiConstants.java:271: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_LINE_TOLEFT = 0x200;
     ^
./BrlapiConstants.java:271: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_LINE_TOLEFT = 0x200;
            ^
./BrlapiConstants.java:271: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_LINE_TOLEFT = 0x200;
                   ^
./BrlapiConstants.java:273: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRDIFCHAR = 0xe0000;
     ^
./BrlapiConstants.java:273: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRDIFCHAR = 0xe0000;
            ^
./BrlapiConstants.java:273: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRDIFCHAR = 0xe0000;
                   ^
./BrlapiConstants.java:275: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXDIFCHAR = 0xf0000;
     ^
./BrlapiConstants.java:275: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXDIFCHAR = 0xf0000;
            ^
./BrlapiConstants.java:275: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXDIFCHAR = 0xf0000;
                   ^
./BrlapiConstants.java:277: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASSDOTS = 0x220000;
     ^
./BrlapiConstants.java:277: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASSDOTS = 0x220000;
            ^
./BrlapiConstants.java:277: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASSDOTS = 0x220000;
                   ^
./BrlapiConstants.java:279: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_SHIFT = 0x1;
     ^
./BrlapiConstants.java:279: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_SHIFT = 0x1;
            ^
./BrlapiConstants.java:279: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_SHIFT = 0x1;
                   ^
./BrlapiConstants.java:281: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_UPPER = 0x2;
     ^
./BrlapiConstants.java:281: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_UPPER = 0x2;
            ^
./BrlapiConstants.java:281: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_UPPER = 0x2;
                   ^
./BrlapiConstants.java:283: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_CONTROL = 0x4;
     ^
./BrlapiConstants.java:283: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_CONTROL = 0x4;
            ^
./BrlapiConstants.java:283: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_CONTROL = 0x4;
                   ^
./BrlapiConstants.java:285: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_META = 0x8;
     ^
./BrlapiConstants.java:285: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_META = 0x8;
            ^
./BrlapiConstants.java:285: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_META = 0x8;
                   ^
./BrlapiConstants.java:287: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASSAT2 = 0x230000;
     ^
./BrlapiConstants.java:287: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASSAT2 = 0x230000;
            ^
./BrlapiConstants.java:287: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASSAT2 = 0x230000;
                   ^
./BrlapiConstants.java:289: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_RELEASE = 0x100;
     ^
./BrlapiConstants.java:289: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_RELEASE = 0x100;
            ^
./BrlapiConstants.java:289: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_RELEASE = 0x100;
                   ^
./BrlapiConstants.java:291: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_EXTENDED = 0x200;
     ^
./BrlapiConstants.java:291: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_EXTENDED = 0x200;
            ^
./BrlapiConstants.java:291: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_EXTENDED = 0x200;
                   ^
./BrlapiConstants.java:293: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_KEYCODE = 0x400;
     ^
./BrlapiConstants.java:293: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_KEYCODE = 0x400;
            ^
./BrlapiConstants.java:293: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_KEYCODE = 0x400;
                   ^
./BrlapiConstants.java:295: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT1 = 0001;
     ^
./BrlapiConstants.java:295: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT1 = 0001;
            ^
./BrlapiConstants.java:295: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT1 = 0001;
                   ^
./BrlapiConstants.java:297: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT2 = 0002;
     ^
./BrlapiConstants.java:297: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT2 = 0002;
            ^
./BrlapiConstants.java:297: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT2 = 0002;
                   ^
./BrlapiConstants.java:299: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT3 = 0004;
     ^
./BrlapiConstants.java:299: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT3 = 0004;
            ^
./BrlapiConstants.java:299: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT3 = 0004;
                   ^
./BrlapiConstants.java:301: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT4 = 0010;
     ^
./BrlapiConstants.java:301: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT4 = 0010;
            ^
./BrlapiConstants.java:301: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT4 = 0010;
                   ^
./BrlapiConstants.java:303: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT5 = 0020;
     ^
./BrlapiConstants.java:303: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT5 = 0020;
            ^
./BrlapiConstants.java:303: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT5 = 0020;
                   ^
./BrlapiConstants.java:305: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT6 = 0040;
     ^
./BrlapiConstants.java:305: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT6 = 0040;
            ^
./BrlapiConstants.java:305: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT6 = 0040;
                   ^
./BrlapiConstants.java:307: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT7 = 0100;
     ^
./BrlapiConstants.java:307: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT7 = 0100;
            ^
./BrlapiConstants.java:307: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT7 = 0100;
                   ^
./BrlapiConstants.java:309: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT8 = 0200;
     ^
./BrlapiConstants.java:309: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT8 = 0200;
            ^
./BrlapiConstants.java:309: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT8 = 0200;
                   ^
571 warnings
/usr/bin/javac -encoding UTF-8 -d . -classpath . ./*.java
./ApiTest.java:23: warning: An empty declaration is a deprecated feature that should not be used.
    BrlapiSettings settings = new BrlapiSettings();
                                                     ^
./BrlapiConstants.java:2: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int TTY_DEFAULT = -1;
     ^
./BrlapiConstants.java:2: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int TTY_DEFAULT = -1;
            ^
./BrlapiConstants.java:2: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int TTY_DEFAULT = -1;
                   ^
./BrlapiConstants.java:3: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DISPLAY_DEFAULT = -1;
     ^
./BrlapiConstants.java:3: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DISPLAY_DEFAULT = -1;
            ^
./BrlapiConstants.java:3: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DISPLAY_DEFAULT = -1;
                   ^
./BrlapiConstants.java:4: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int CURSOR_LEAVE = -1;
     ^
./BrlapiConstants.java:4: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int CURSOR_LEAVE = -1;
            ^
./BrlapiConstants.java:4: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int CURSOR_LEAVE = -1;
                   ^
./BrlapiConstants.java:5: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int CURSOR_OFF = 0;
     ^
./BrlapiConstants.java:5: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int CURSOR_OFF = 0;
            ^
./BrlapiConstants.java:5: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int CURSOR_OFF = 0;
                   ^
./BrlapiConstants.java:6: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int rangeType_all = 0;
     ^
./BrlapiConstants.java:6: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int rangeType_all = 0;
            ^
./BrlapiConstants.java:6: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int rangeType_all = 0;
                   ^
./BrlapiConstants.java:7: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int rangeType_type = 1;
     ^
./BrlapiConstants.java:7: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int rangeType_type = 1;
            ^
./BrlapiConstants.java:7: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int rangeType_type = 1;
                   ^
./BrlapiConstants.java:8: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int rangeType_command = 2;
     ^
./BrlapiConstants.java:8: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int rangeType_command = 2;
            ^
./BrlapiConstants.java:8: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int rangeType_command = 2;
                   ^
./BrlapiConstants.java:9: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int rangeType_key = 3;
     ^
./BrlapiConstants.java:9: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int rangeType_key = 3;
            ^
./BrlapiConstants.java:9: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int rangeType_key = 3;
                   ^
./BrlapiConstants.java:10: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int rangeType_code = 4;
     ^
./BrlapiConstants.java:10: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int rangeType_code = 4;
            ^
./BrlapiConstants.java:10: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int rangeType_code = 4;
                   ^
./BrlapiConstants.java:11: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final long KEY_MAX = 0xffffffffffffffffL;
     ^
./BrlapiConstants.java:11: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final long KEY_MAX = 0xffffffffffffffffL;
            ^
./BrlapiConstants.java:11: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final long KEY_MAX = 0xffffffffffffffffL;
                   ^
./BrlapiConstants.java:12: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final long KEY_FLAGS_MASK = 0xffffffff00000000L;
     ^
./BrlapiConstants.java:12: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final long KEY_FLAGS_MASK = 0xffffffff00000000L;
            ^
./BrlapiConstants.java:12: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final long KEY_FLAGS_MASK = 0xffffffff00000000L;
                   ^
./BrlapiConstants.java:13: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLAGS_SHIFT = 32;
     ^
./BrlapiConstants.java:13: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLAGS_SHIFT = 32;
            ^
./BrlapiConstants.java:13: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLAGS_SHIFT = 32;
                   ^
./BrlapiConstants.java:14: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final long KEY_TYPE_MASK = 0xe0000000L;
     ^
./BrlapiConstants.java:14: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final long KEY_TYPE_MASK = 0xe0000000L;
            ^
./BrlapiConstants.java:14: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final long KEY_TYPE_MASK = 0xe0000000L;
                   ^
./BrlapiConstants.java:15: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_SHIFT = 29;
     ^
./BrlapiConstants.java:15: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_SHIFT = 29;
            ^
./BrlapiConstants.java:15: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_SHIFT = 29;
                   ^
./BrlapiConstants.java:16: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_CMD = 0x20000000;
     ^
./BrlapiConstants.java:16: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_CMD = 0x20000000;
            ^
./BrlapiConstants.java:16: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_CMD = 0x20000000;
                   ^
./BrlapiConstants.java:17: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_SYM = 0x0;
     ^
./BrlapiConstants.java:17: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_SYM = 0x0;
            ^
./BrlapiConstants.java:17: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_SYM = 0x0;
                   ^
./BrlapiConstants.java:18: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final long KEY_CODE_MASK = 0x1fffffffL;
     ^
./BrlapiConstants.java:18: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final long KEY_CODE_MASK = 0x1fffffffL;
            ^
./BrlapiConstants.java:18: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final long KEY_CODE_MASK = 0x1fffffffL;
                   ^
./BrlapiConstants.java:19: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CODE_SHIFT = 0;
     ^
./BrlapiConstants.java:19: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CODE_SHIFT = 0;
            ^
./BrlapiConstants.java:19: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CODE_SHIFT = 0;
                   ^
./BrlapiConstants.java:20: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final long KEY_CMD_BLK_MASK = 0x1fff0000L;
     ^
./BrlapiConstants.java:20: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final long KEY_CMD_BLK_MASK = 0x1fff0000L;
            ^
./BrlapiConstants.java:20: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final long KEY_CMD_BLK_MASK = 0x1fff0000L;
                   ^
./BrlapiConstants.java:21: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BLK_SHIFT = 16;
     ^
./BrlapiConstants.java:21: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BLK_SHIFT = 16;
            ^
./BrlapiConstants.java:21: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BLK_SHIFT = 16;
                   ^
./BrlapiConstants.java:22: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final long KEY_CMD_ARG_MASK = 0xffffL;
     ^
./BrlapiConstants.java:22: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final long KEY_CMD_ARG_MASK = 0xffffL;
            ^
./BrlapiConstants.java:22: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final long KEY_CMD_ARG_MASK = 0xffffL;
                   ^
./BrlapiConstants.java:23: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ARG_SHIFT = 0;
     ^
./BrlapiConstants.java:23: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ARG_SHIFT = 0;
            ^
./BrlapiConstants.java:23: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ARG_SHIFT = 0;
                   ^
./BrlapiConstants.java:24: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_BACKSPACE = 0xff08;
     ^
./BrlapiConstants.java:24: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_BACKSPACE = 0xff08;
            ^
./BrlapiConstants.java:24: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_BACKSPACE = 0xff08;
                   ^
./BrlapiConstants.java:25: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_TAB = 0xff09;
     ^
./BrlapiConstants.java:25: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_TAB = 0xff09;
            ^
./BrlapiConstants.java:25: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_TAB = 0xff09;
                   ^
./BrlapiConstants.java:26: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_LINEFEED = 0xff0d;
     ^
./BrlapiConstants.java:26: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_LINEFEED = 0xff0d;
            ^
./BrlapiConstants.java:26: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_LINEFEED = 0xff0d;
                   ^
./BrlapiConstants.java:27: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_ESCAPE = 0xff1b;
     ^
./BrlapiConstants.java:27: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_ESCAPE = 0xff1b;
            ^
./BrlapiConstants.java:27: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_ESCAPE = 0xff1b;
                   ^
./BrlapiConstants.java:28: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_HOME = 0xff50;
     ^
./BrlapiConstants.java:28: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_HOME = 0xff50;
            ^
./BrlapiConstants.java:28: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_HOME = 0xff50;
                   ^
./BrlapiConstants.java:29: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_LEFT = 0xff51;
     ^
./BrlapiConstants.java:29: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_LEFT = 0xff51;
            ^
./BrlapiConstants.java:29: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_LEFT = 0xff51;
                   ^
./BrlapiConstants.java:30: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_UP = 0xff52;
     ^
./BrlapiConstants.java:30: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_UP = 0xff52;
            ^
./BrlapiConstants.java:30: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_UP = 0xff52;
                   ^
./BrlapiConstants.java:31: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_RIGHT = 0xff53;
     ^
./BrlapiConstants.java:31: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_RIGHT = 0xff53;
            ^
./BrlapiConstants.java:31: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_RIGHT = 0xff53;
                   ^
./BrlapiConstants.java:32: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_DOWN = 0xff54;
     ^
./BrlapiConstants.java:32: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_DOWN = 0xff54;
            ^
./BrlapiConstants.java:32: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_DOWN = 0xff54;
                   ^
./BrlapiConstants.java:33: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_PAGE_UP = 0xff55;
     ^
./BrlapiConstants.java:33: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_PAGE_UP = 0xff55;
            ^
./BrlapiConstants.java:33: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_PAGE_UP = 0xff55;
                   ^
./BrlapiConstants.java:34: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_PAGE_DOWN = 0xff56;
     ^
./BrlapiConstants.java:34: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_PAGE_DOWN = 0xff56;
            ^
./BrlapiConstants.java:34: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_PAGE_DOWN = 0xff56;
                   ^
./BrlapiConstants.java:35: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_END = 0xff57;
     ^
./BrlapiConstants.java:35: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_END = 0xff57;
            ^
./BrlapiConstants.java:35: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_END = 0xff57;
                   ^
./BrlapiConstants.java:36: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_INSERT = 0xff63;
     ^
./BrlapiConstants.java:36: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_INSERT = 0xff63;
            ^
./BrlapiConstants.java:36: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_INSERT = 0xff63;
                   ^
./BrlapiConstants.java:37: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F1 = (0xffbe + 0);
     ^
./BrlapiConstants.java:37: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F1 = (0xffbe + 0);
            ^
./BrlapiConstants.java:37: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F1 = (0xffbe + 0);
                   ^
./BrlapiConstants.java:38: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F2 = (0xffbe + 1);
     ^
./BrlapiConstants.java:38: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F2 = (0xffbe + 1);
            ^
./BrlapiConstants.java:38: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F2 = (0xffbe + 1);
                   ^
./BrlapiConstants.java:39: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F3 = (0xffbe + 2);
     ^
./BrlapiConstants.java:39: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F3 = (0xffbe + 2);
            ^
./BrlapiConstants.java:39: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F3 = (0xffbe + 2);
                   ^
./BrlapiConstants.java:40: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F4 = (0xffbe + 3);
     ^
./BrlapiConstants.java:40: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F4 = (0xffbe + 3);
            ^
./BrlapiConstants.java:40: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F4 = (0xffbe + 3);
                   ^
./BrlapiConstants.java:41: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F5 = (0xffbe + 4);
     ^
./BrlapiConstants.java:41: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F5 = (0xffbe + 4);
            ^
./BrlapiConstants.java:41: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F5 = (0xffbe + 4);
                   ^
./BrlapiConstants.java:42: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F6 = (0xffbe + 5);
     ^
./BrlapiConstants.java:42: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F6 = (0xffbe + 5);
            ^
./BrlapiConstants.java:42: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F6 = (0xffbe + 5);
                   ^
./BrlapiConstants.java:43: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F7 = (0xffbe + 6);
     ^
./BrlapiConstants.java:43: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F7 = (0xffbe + 6);
            ^
./BrlapiConstants.java:43: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F7 = (0xffbe + 6);
                   ^
./BrlapiConstants.java:44: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F8 = (0xffbe + 7);
     ^
./BrlapiConstants.java:44: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F8 = (0xffbe + 7);
            ^
./BrlapiConstants.java:44: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F8 = (0xffbe + 7);
                   ^
./BrlapiConstants.java:45: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F9 = (0xffbe + 8);
     ^
./BrlapiConstants.java:45: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F9 = (0xffbe + 8);
            ^
./BrlapiConstants.java:45: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F9 = (0xffbe + 8);
                   ^
./BrlapiConstants.java:46: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F10 = (0xffbe + 9);
     ^
./BrlapiConstants.java:46: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F10 = (0xffbe + 9);
            ^
./BrlapiConstants.java:46: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F10 = (0xffbe + 9);
                   ^
./BrlapiConstants.java:47: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F11 = (0xffbe + 10);
     ^
./BrlapiConstants.java:47: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F11 = (0xffbe + 10);
            ^
./BrlapiConstants.java:47: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F11 = (0xffbe + 10);
                   ^
./BrlapiConstants.java:48: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F12 = (0xffbe + 11);
     ^
./BrlapiConstants.java:48: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F12 = (0xffbe + 11);
            ^
./BrlapiConstants.java:48: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F12 = (0xffbe + 11);
                   ^
./BrlapiConstants.java:49: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F13 = (0xffbe + 12);
     ^
./BrlapiConstants.java:49: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F13 = (0xffbe + 12);
            ^
./BrlapiConstants.java:49: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F13 = (0xffbe + 12);
                   ^
./BrlapiConstants.java:50: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F14 = (0xffbe + 13);
     ^
./BrlapiConstants.java:50: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F14 = (0xffbe + 13);
            ^
./BrlapiConstants.java:50: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F14 = (0xffbe + 13);
                   ^
./BrlapiConstants.java:51: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F15 = (0xffbe + 14);
     ^
./BrlapiConstants.java:51: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F15 = (0xffbe + 14);
            ^
./BrlapiConstants.java:51: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F15 = (0xffbe + 14);
                   ^
./BrlapiConstants.java:52: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F16 = (0xffbe + 15);
     ^
./BrlapiConstants.java:52: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F16 = (0xffbe + 15);
            ^
./BrlapiConstants.java:52: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F16 = (0xffbe + 15);
                   ^
./BrlapiConstants.java:53: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F17 = (0xffbe + 16);
     ^
./BrlapiConstants.java:53: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F17 = (0xffbe + 16);
            ^
./BrlapiConstants.java:53: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F17 = (0xffbe + 16);
                   ^
./BrlapiConstants.java:54: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F18 = (0xffbe + 17);
     ^
./BrlapiConstants.java:54: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F18 = (0xffbe + 17);
            ^
./BrlapiConstants.java:54: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F18 = (0xffbe + 17);
                   ^
./BrlapiConstants.java:55: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F19 = (0xffbe + 18);
     ^
./BrlapiConstants.java:55: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F19 = (0xffbe + 18);
            ^
./BrlapiConstants.java:55: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F19 = (0xffbe + 18);
                   ^
./BrlapiConstants.java:56: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F20 = (0xffbe + 19);
     ^
./BrlapiConstants.java:56: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F20 = (0xffbe + 19);
            ^
./BrlapiConstants.java:56: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F20 = (0xffbe + 19);
                   ^
./BrlapiConstants.java:57: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F21 = (0xffbe + 20);
     ^
./BrlapiConstants.java:57: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F21 = (0xffbe + 20);
            ^
./BrlapiConstants.java:57: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F21 = (0xffbe + 20);
                   ^
./BrlapiConstants.java:58: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F22 = (0xffbe + 21);
     ^
./BrlapiConstants.java:58: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F22 = (0xffbe + 21);
            ^
./BrlapiConstants.java:58: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F22 = (0xffbe + 21);
                   ^
./BrlapiConstants.java:59: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F23 = (0xffbe + 22);
     ^
./BrlapiConstants.java:59: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F23 = (0xffbe + 22);
            ^
./BrlapiConstants.java:59: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F23 = (0xffbe + 22);
                   ^
./BrlapiConstants.java:60: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F24 = (0xffbe + 23);
     ^
./BrlapiConstants.java:60: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F24 = (0xffbe + 23);
            ^
./BrlapiConstants.java:60: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F24 = (0xffbe + 23);
                   ^
./BrlapiConstants.java:61: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F25 = (0xffbe + 24);
     ^
./BrlapiConstants.java:61: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F25 = (0xffbe + 24);
            ^
./BrlapiConstants.java:61: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F25 = (0xffbe + 24);
                   ^
./BrlapiConstants.java:62: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F26 = (0xffbe + 25);
     ^
./BrlapiConstants.java:62: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F26 = (0xffbe + 25);
            ^
./BrlapiConstants.java:62: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F26 = (0xffbe + 25);
                   ^
./BrlapiConstants.java:63: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F27 = (0xffbe + 26);
     ^
./BrlapiConstants.java:63: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F27 = (0xffbe + 26);
            ^
./BrlapiConstants.java:63: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F27 = (0xffbe + 26);
                   ^
./BrlapiConstants.java:64: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F28 = (0xffbe + 27);
     ^
./BrlapiConstants.java:64: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F28 = (0xffbe + 27);
            ^
./BrlapiConstants.java:64: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F28 = (0xffbe + 27);
                   ^
./BrlapiConstants.java:65: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F29 = (0xffbe + 28);
     ^
./BrlapiConstants.java:65: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F29 = (0xffbe + 28);
            ^
./BrlapiConstants.java:65: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F29 = (0xffbe + 28);
                   ^
./BrlapiConstants.java:66: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F30 = (0xffbe + 29);
     ^
./BrlapiConstants.java:66: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F30 = (0xffbe + 29);
            ^
./BrlapiConstants.java:66: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F30 = (0xffbe + 29);
                   ^
./BrlapiConstants.java:67: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F31 = (0xffbe + 30);
     ^
./BrlapiConstants.java:67: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F31 = (0xffbe + 30);
            ^
./BrlapiConstants.java:67: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F31 = (0xffbe + 30);
                   ^
./BrlapiConstants.java:68: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F32 = (0xffbe + 31);
     ^
./BrlapiConstants.java:68: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F32 = (0xffbe + 31);
            ^
./BrlapiConstants.java:68: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F32 = (0xffbe + 31);
                   ^
./BrlapiConstants.java:69: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F33 = (0xffbe + 32);
     ^
./BrlapiConstants.java:69: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F33 = (0xffbe + 32);
            ^
./BrlapiConstants.java:69: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F33 = (0xffbe + 32);
                   ^
./BrlapiConstants.java:70: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F34 = (0xffbe + 33);
     ^
./BrlapiConstants.java:70: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F34 = (0xffbe + 33);
            ^
./BrlapiConstants.java:70: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F34 = (0xffbe + 33);
                   ^
./BrlapiConstants.java:71: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F35 = (0xffbe + 34);
     ^
./BrlapiConstants.java:71: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F35 = (0xffbe + 34);
            ^
./BrlapiConstants.java:71: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F35 = (0xffbe + 34);
                   ^
./BrlapiConstants.java:72: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_DELETE = 0xffff;
     ^
./BrlapiConstants.java:72: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_DELETE = 0xffff;
            ^
./BrlapiConstants.java:72: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_DELETE = 0xffff;
                   ^
./BrlapiConstants.java:73: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_UNICODE = 0x1000000;
     ^
./BrlapiConstants.java:73: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_UNICODE = 0x1000000;
            ^
./BrlapiConstants.java:73: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_UNICODE = 0x1000000;
                   ^
./BrlapiConstants.java:75: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NOOP = 0;
     ^
./BrlapiConstants.java:75: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NOOP = 0;
            ^
./BrlapiConstants.java:75: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NOOP = 0;
                   ^
./BrlapiConstants.java:77: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNUP = 1;
     ^
./BrlapiConstants.java:77: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNUP = 1;
            ^
./BrlapiConstants.java:77: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNUP = 1;
                   ^
./BrlapiConstants.java:79: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNDN = 2;
     ^
./BrlapiConstants.java:79: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNDN = 2;
            ^
./BrlapiConstants.java:79: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNDN = 2;
                   ^
./BrlapiConstants.java:81: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_WINUP = 3;
     ^
./BrlapiConstants.java:81: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_WINUP = 3;
            ^
./BrlapiConstants.java:81: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_WINUP = 3;
                   ^
./BrlapiConstants.java:83: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_WINDN = 4;
     ^
./BrlapiConstants.java:83: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_WINDN = 4;
            ^
./BrlapiConstants.java:83: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_WINDN = 4;
                   ^
./BrlapiConstants.java:85: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRDIFLN = 5;
     ^
./BrlapiConstants.java:85: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRDIFLN = 5;
            ^
./BrlapiConstants.java:85: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRDIFLN = 5;
                   ^
./BrlapiConstants.java:87: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXDIFLN = 6;
     ^
./BrlapiConstants.java:87: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXDIFLN = 6;
            ^
./BrlapiConstants.java:87: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXDIFLN = 6;
                   ^
./BrlapiConstants.java:89: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRUP = 7;
     ^
./BrlapiConstants.java:89: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRUP = 7;
            ^
./BrlapiConstants.java:89: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRUP = 7;
                   ^
./BrlapiConstants.java:91: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRDN = 8;
     ^
./BrlapiConstants.java:91: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRDN = 8;
            ^
./BrlapiConstants.java:91: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRDN = 8;
                   ^
./BrlapiConstants.java:93: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TOP = 9;
     ^
./BrlapiConstants.java:93: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TOP = 9;
            ^
./BrlapiConstants.java:93: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TOP = 9;
                   ^
./BrlapiConstants.java:95: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BOT = 10;
     ^
./BrlapiConstants.java:95: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BOT = 10;
            ^
./BrlapiConstants.java:95: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BOT = 10;
                   ^
./BrlapiConstants.java:97: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TOP_LEFT = 11;
     ^
./BrlapiConstants.java:97: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TOP_LEFT = 11;
            ^
./BrlapiConstants.java:97: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TOP_LEFT = 11;
                   ^
./BrlapiConstants.java:99: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BOT_LEFT = 12;
     ^
./BrlapiConstants.java:99: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BOT_LEFT = 12;
            ^
./BrlapiConstants.java:99: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BOT_LEFT = 12;
                   ^
./BrlapiConstants.java:101: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRPGRPH = 13;
     ^
./BrlapiConstants.java:101: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRPGRPH = 13;
            ^
./BrlapiConstants.java:101: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRPGRPH = 13;
                   ^
./BrlapiConstants.java:103: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXPGRPH = 14;
     ^
./BrlapiConstants.java:103: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXPGRPH = 14;
            ^
./BrlapiConstants.java:103: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXPGRPH = 14;
                   ^
./BrlapiConstants.java:105: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRPROMPT = 15;
     ^
./BrlapiConstants.java:105: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRPROMPT = 15;
            ^
./BrlapiConstants.java:105: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRPROMPT = 15;
                   ^
./BrlapiConstants.java:107: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXPROMPT = 16;
     ^
./BrlapiConstants.java:107: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXPROMPT = 16;
            ^
./BrlapiConstants.java:107: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXPROMPT = 16;
                   ^
./BrlapiConstants.java:109: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRSEARCH = 17;
     ^
./BrlapiConstants.java:109: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRSEARCH = 17;
            ^
./BrlapiConstants.java:109: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRSEARCH = 17;
                   ^
./BrlapiConstants.java:111: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXSEARCH = 18;
     ^
./BrlapiConstants.java:111: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXSEARCH = 18;
            ^
./BrlapiConstants.java:111: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXSEARCH = 18;
                   ^
./BrlapiConstants.java:113: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CHRLT = 19;
     ^
./BrlapiConstants.java:113: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CHRLT = 19;
            ^
./BrlapiConstants.java:113: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CHRLT = 19;
                   ^
./BrlapiConstants.java:115: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CHRRT = 20;
     ^
./BrlapiConstants.java:115: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CHRRT = 20;
            ^
./BrlapiConstants.java:115: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CHRRT = 20;
                   ^
./BrlapiConstants.java:117: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HWINLT = 21;
     ^
./BrlapiConstants.java:117: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HWINLT = 21;
            ^
./BrlapiConstants.java:117: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HWINLT = 21;
                   ^
./BrlapiConstants.java:119: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HWINRT = 22;
     ^
./BrlapiConstants.java:119: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HWINRT = 22;
            ^
./BrlapiConstants.java:119: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HWINRT = 22;
                   ^
./BrlapiConstants.java:121: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINLT = 23;
     ^
./BrlapiConstants.java:121: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINLT = 23;
            ^
./BrlapiConstants.java:121: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINLT = 23;
                   ^
./BrlapiConstants.java:123: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINRT = 24;
     ^
./BrlapiConstants.java:123: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINRT = 24;
            ^
./BrlapiConstants.java:123: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINRT = 24;
                   ^
./BrlapiConstants.java:125: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINLTSKIP = 25;
     ^
./BrlapiConstants.java:125: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINLTSKIP = 25;
            ^
./BrlapiConstants.java:125: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINLTSKIP = 25;
                   ^
./BrlapiConstants.java:127: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINRTSKIP = 26;
     ^
./BrlapiConstants.java:127: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINRTSKIP = 26;
            ^
./BrlapiConstants.java:127: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINRTSKIP = 26;
                   ^
./BrlapiConstants.java:129: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNBEG = 27;
     ^
./BrlapiConstants.java:129: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNBEG = 27;
            ^
./BrlapiConstants.java:129: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNBEG = 27;
                   ^
./BrlapiConstants.java:131: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNEND = 28;
     ^
./BrlapiConstants.java:131: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNEND = 28;
            ^
./BrlapiConstants.java:131: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNEND = 28;
                   ^
./BrlapiConstants.java:133: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HOME = 29;
     ^
./BrlapiConstants.java:133: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HOME = 29;
            ^
./BrlapiConstants.java:133: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HOME = 29;
                   ^
./BrlapiConstants.java:135: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BACK = 30;
     ^
./BrlapiConstants.java:135: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BACK = 30;
            ^
./BrlapiConstants.java:135: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BACK = 30;
                   ^
./BrlapiConstants.java:137: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RETURN = 31;
     ^
./BrlapiConstants.java:137: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RETURN = 31;
            ^
./BrlapiConstants.java:137: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RETURN = 31;
                   ^
./BrlapiConstants.java:139: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FREEZE = 32;
     ^
./BrlapiConstants.java:139: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FREEZE = 32;
            ^
./BrlapiConstants.java:139: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FREEZE = 32;
                   ^
./BrlapiConstants.java:141: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_DISPMD = 33;
     ^
./BrlapiConstants.java:141: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_DISPMD = 33;
            ^
./BrlapiConstants.java:141: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_DISPMD = 33;
                   ^
./BrlapiConstants.java:143: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SIXDOTS = 34;
     ^
./BrlapiConstants.java:143: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SIXDOTS = 34;
            ^
./BrlapiConstants.java:143: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SIXDOTS = 34;
                   ^
./BrlapiConstants.java:145: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SLIDEWIN = 35;
     ^
./BrlapiConstants.java:145: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SLIDEWIN = 35;
            ^
./BrlapiConstants.java:145: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SLIDEWIN = 35;
                   ^
./BrlapiConstants.java:147: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SKPIDLNS = 36;
     ^
./BrlapiConstants.java:147: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SKPIDLNS = 36;
            ^
./BrlapiConstants.java:147: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SKPIDLNS = 36;
                   ^
./BrlapiConstants.java:149: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SKPBLNKWINS = 37;
     ^
./BrlapiConstants.java:149: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SKPBLNKWINS = 37;
            ^
./BrlapiConstants.java:149: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SKPBLNKWINS = 37;
                   ^
./BrlapiConstants.java:151: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRVIS = 38;
     ^
./BrlapiConstants.java:151: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRVIS = 38;
            ^
./BrlapiConstants.java:151: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRVIS = 38;
                   ^
./BrlapiConstants.java:153: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRHIDE = 39;
     ^
./BrlapiConstants.java:153: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRHIDE = 39;
            ^
./BrlapiConstants.java:153: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRHIDE = 39;
                   ^
./BrlapiConstants.java:155: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRTRK = 40;
     ^
./BrlapiConstants.java:155: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRTRK = 40;
            ^
./BrlapiConstants.java:155: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRTRK = 40;
                   ^
./BrlapiConstants.java:157: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRSIZE = 41;
     ^
./BrlapiConstants.java:157: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRSIZE = 41;
            ^
./BrlapiConstants.java:157: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRSIZE = 41;
                   ^
./BrlapiConstants.java:159: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRBLINK = 42;
     ^
./BrlapiConstants.java:159: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRBLINK = 42;
            ^
./BrlapiConstants.java:159: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRBLINK = 42;
                   ^
./BrlapiConstants.java:161: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRVIS = 43;
     ^
./BrlapiConstants.java:161: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRVIS = 43;
            ^
./BrlapiConstants.java:161: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRVIS = 43;
                   ^
./BrlapiConstants.java:163: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRBLINK = 44;
     ^
./BrlapiConstants.java:163: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRBLINK = 44;
            ^
./BrlapiConstants.java:163: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRBLINK = 44;
                   ^
./BrlapiConstants.java:165: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CAPBLINK = 45;
     ^
./BrlapiConstants.java:165: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CAPBLINK = 45;
            ^
./BrlapiConstants.java:165: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CAPBLINK = 45;
                   ^
./BrlapiConstants.java:167: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TUNES = 46;
     ^
./BrlapiConstants.java:167: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TUNES = 46;
            ^
./BrlapiConstants.java:167: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TUNES = 46;
                   ^
./BrlapiConstants.java:169: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_AUTOREPEAT = 47;
     ^
./BrlapiConstants.java:169: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_AUTOREPEAT = 47;
            ^
./BrlapiConstants.java:169: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_AUTOREPEAT = 47;
                   ^
./BrlapiConstants.java:171: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_AUTOSPEAK = 48;
     ^
./BrlapiConstants.java:171: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_AUTOSPEAK = 48;
            ^
./BrlapiConstants.java:171: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_AUTOSPEAK = 48;
                   ^
./BrlapiConstants.java:173: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HELP = 49;
     ^
./BrlapiConstants.java:173: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HELP = 49;
            ^
./BrlapiConstants.java:173: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HELP = 49;
                   ^
./BrlapiConstants.java:175: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_INFO = 50;
     ^
./BrlapiConstants.java:175: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_INFO = 50;
            ^
./BrlapiConstants.java:175: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_INFO = 50;
                   ^
./BrlapiConstants.java:177: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LEARN = 51;
     ^
./BrlapiConstants.java:177: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LEARN = 51;
            ^
./BrlapiConstants.java:177: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LEARN = 51;
                   ^
./BrlapiConstants.java:179: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFMENU = 52;
     ^
./BrlapiConstants.java:179: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFMENU = 52;
            ^
./BrlapiConstants.java:179: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFMENU = 52;
                   ^
./BrlapiConstants.java:181: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFSAVE = 53;
     ^
./BrlapiConstants.java:181: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFSAVE = 53;
            ^
./BrlapiConstants.java:181: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFSAVE = 53;
                   ^
./BrlapiConstants.java:183: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFLOAD = 54;
     ^
./BrlapiConstants.java:183: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFLOAD = 54;
            ^
./BrlapiConstants.java:183: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFLOAD = 54;
                   ^
./BrlapiConstants.java:185: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_FIRST_ITEM = 55;
     ^
./BrlapiConstants.java:185: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_FIRST_ITEM = 55;
            ^
./BrlapiConstants.java:185: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_FIRST_ITEM = 55;
                   ^
./BrlapiConstants.java:187: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_LAST_ITEM = 56;
     ^
./BrlapiConstants.java:187: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_LAST_ITEM = 56;
            ^
./BrlapiConstants.java:187: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_LAST_ITEM = 56;
                   ^
./BrlapiConstants.java:189: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_PREV_ITEM = 57;
     ^
./BrlapiConstants.java:189: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_PREV_ITEM = 57;
            ^
./BrlapiConstants.java:189: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_PREV_ITEM = 57;
                   ^
./BrlapiConstants.java:191: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_NEXT_ITEM = 58;
     ^
./BrlapiConstants.java:191: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_NEXT_ITEM = 58;
            ^
./BrlapiConstants.java:191: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_NEXT_ITEM = 58;
                   ^
./BrlapiConstants.java:193: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_PREV_SETTING = 59;
     ^
./BrlapiConstants.java:193: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_PREV_SETTING = 59;
            ^
./BrlapiConstants.java:193: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_PREV_SETTING = 59;
                   ^
./BrlapiConstants.java:195: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_NEXT_SETTING = 60;
     ^
./BrlapiConstants.java:195: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_NEXT_SETTING = 60;
            ^
./BrlapiConstants.java:195: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_NEXT_SETTING = 60;
                   ^
./BrlapiConstants.java:197: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MUTE = 61;
     ^
./BrlapiConstants.java:197: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MUTE = 61;
            ^
./BrlapiConstants.java:197: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MUTE = 61;
                   ^
./BrlapiConstants.java:199: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SPKHOME = 62;
     ^
./BrlapiConstants.java:199: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SPKHOME = 62;
            ^
./BrlapiConstants.java:199: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SPKHOME = 62;
                   ^
./BrlapiConstants.java:201: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_LINE = 63;
     ^
./BrlapiConstants.java:201: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_LINE = 63;
            ^
./BrlapiConstants.java:201: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_LINE = 63;
                   ^
./BrlapiConstants.java:203: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_ABOVE = 64;
     ^
./BrlapiConstants.java:203: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_ABOVE = 64;
            ^
./BrlapiConstants.java:203: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_ABOVE = 64;
                   ^
./BrlapiConstants.java:205: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_BELOW = 65;
     ^
./BrlapiConstants.java:205: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_BELOW = 65;
            ^
./BrlapiConstants.java:205: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_BELOW = 65;
                   ^
./BrlapiConstants.java:207: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_SLOWER = 66;
     ^
./BrlapiConstants.java:207: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_SLOWER = 66;
            ^
./BrlapiConstants.java:207: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_SLOWER = 66;
                   ^
./BrlapiConstants.java:209: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_FASTER = 67;
     ^
./BrlapiConstants.java:209: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_FASTER = 67;
            ^
./BrlapiConstants.java:209: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_FASTER = 67;
                   ^
./BrlapiConstants.java:211: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_SOFTER = 68;
     ^
./BrlapiConstants.java:211: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_SOFTER = 68;
            ^
./BrlapiConstants.java:211: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_SOFTER = 68;
                   ^
./BrlapiConstants.java:213: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_LOUDER = 69;
     ^
./BrlapiConstants.java:213: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_LOUDER = 69;
            ^
./BrlapiConstants.java:213: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_LOUDER = 69;
                   ^
./BrlapiConstants.java:215: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT_PREV = 70;
     ^
./BrlapiConstants.java:215: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT_PREV = 70;
            ^
./BrlapiConstants.java:215: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT_PREV = 70;
                   ^
./BrlapiConstants.java:217: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT_NEXT = 71;
     ^
./BrlapiConstants.java:217: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT_NEXT = 71;
            ^
./BrlapiConstants.java:217: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT_NEXT = 71;
                   ^
./BrlapiConstants.java:219: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRJMP_VERT = 72;
     ^
./BrlapiConstants.java:219: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRJMP_VERT = 72;
            ^
./BrlapiConstants.java:219: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRJMP_VERT = 72;
                   ^
./BrlapiConstants.java:221: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASTE = 73;
     ^
./BrlapiConstants.java:221: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASTE = 73;
            ^
./BrlapiConstants.java:221: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASTE = 73;
                   ^
./BrlapiConstants.java:223: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RESTARTBRL = 74;
     ^
./BrlapiConstants.java:223: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RESTARTBRL = 74;
            ^
./BrlapiConstants.java:223: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RESTARTBRL = 74;
                   ^
./BrlapiConstants.java:225: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RESTARTSPEECH = 75;
     ^
./BrlapiConstants.java:225: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RESTARTSPEECH = 75;
            ^
./BrlapiConstants.java:225: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RESTARTSPEECH = 75;
                   ^
./BrlapiConstants.java:227: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_OFFLINE = 76;
     ^
./BrlapiConstants.java:227: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_OFFLINE = 76;
            ^
./BrlapiConstants.java:227: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_OFFLINE = 76;
                   ^
./BrlapiConstants.java:229: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_ON = 0x100;
     ^
./BrlapiConstants.java:229: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_ON = 0x100;
            ^
./BrlapiConstants.java:229: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_ON = 0x100;
                   ^
./BrlapiConstants.java:231: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_OFF = 0x200;
     ^
./BrlapiConstants.java:231: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_OFF = 0x200;
            ^
./BrlapiConstants.java:231: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_OFF = 0x200;
                   ^
./BrlapiConstants.java:233: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_MASK = (KEY_FLG_TOGGLE_ON | KEY_FLG_TOGGLE_OFF);
     ^
./BrlapiConstants.java:233: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_MASK = (KEY_FLG_TOGGLE_ON | KEY_FLG_TOGGLE_OFF);
            ^
./BrlapiConstants.java:233: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_MASK = (KEY_FLG_TOGGLE_ON | KEY_FLG_TOGGLE_OFF);
                   ^
./BrlapiConstants.java:235: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_ROUTE = 0x400;
     ^
./BrlapiConstants.java:235: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_ROUTE = 0x400;
            ^
./BrlapiConstants.java:235: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_ROUTE = 0x400;
                   ^
./BrlapiConstants.java:237: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_INITIAL = 0x8000;
     ^
./BrlapiConstants.java:237: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_INITIAL = 0x8000;
            ^
./BrlapiConstants.java:237: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_INITIAL = 0x8000;
                   ^
./BrlapiConstants.java:239: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_DELAY = 0x4000;
     ^
./BrlapiConstants.java:239: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_DELAY = 0x4000;
            ^
./BrlapiConstants.java:239: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_DELAY = 0x4000;
                   ^
./BrlapiConstants.java:241: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_MASK = (KEY_FLG_REPEAT_INITIAL | KEY_FLG_REPEAT_DELAY);
     ^
./BrlapiConstants.java:241: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_MASK = (KEY_FLG_REPEAT_INITIAL | KEY_FLG_REPEAT_DELAY);
            ^
./BrlapiConstants.java:241: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_MASK = (KEY_FLG_REPEAT_INITIAL | KEY_FLG_REPEAT_DELAY);
                   ^
./BrlapiConstants.java:243: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ROUTE = 0x10000;
     ^
./BrlapiConstants.java:243: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ROUTE = 0x10000;
            ^
./BrlapiConstants.java:243: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ROUTE = 0x10000;
                   ^
./BrlapiConstants.java:245: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTBEGIN = 0x20000;
     ^
./BrlapiConstants.java:245: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTBEGIN = 0x20000;
            ^
./BrlapiConstants.java:245: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTBEGIN = 0x20000;
                   ^
./BrlapiConstants.java:247: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTAPPEND = 0x30000;
     ^
./BrlapiConstants.java:247: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTAPPEND = 0x30000;
            ^
./BrlapiConstants.java:247: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTAPPEND = 0x30000;
                   ^
./BrlapiConstants.java:249: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTRECT = 0x40000;
     ^
./BrlapiConstants.java:249: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTRECT = 0x40000;
            ^
./BrlapiConstants.java:249: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTRECT = 0x40000;
                   ^
./BrlapiConstants.java:251: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTLINE = 0x50000;
     ^
./BrlapiConstants.java:251: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTLINE = 0x50000;
            ^
./BrlapiConstants.java:251: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTLINE = 0x50000;
                   ^
./BrlapiConstants.java:253: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT = 0x60000;
     ^
./BrlapiConstants.java:253: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT = 0x60000;
            ^
./BrlapiConstants.java:253: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT = 0x60000;
                   ^
./BrlapiConstants.java:255: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRINDENT = 0x70000;
     ^
./BrlapiConstants.java:255: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRINDENT = 0x70000;
            ^
./BrlapiConstants.java:255: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRINDENT = 0x70000;
                   ^
./BrlapiConstants.java:257: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXINDENT = 0x80000;
     ^
./BrlapiConstants.java:257: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXINDENT = 0x80000;
            ^
./BrlapiConstants.java:257: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXINDENT = 0x80000;
                   ^
./BrlapiConstants.java:259: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_DESCCHAR = 0x90000;
     ^
./BrlapiConstants.java:259: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_DESCCHAR = 0x90000;
            ^
./BrlapiConstants.java:259: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_DESCCHAR = 0x90000;
                   ^
./BrlapiConstants.java:261: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SETLEFT = 0xa0000;
     ^
./BrlapiConstants.java:261: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SETLEFT = 0xa0000;
            ^
./BrlapiConstants.java:261: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SETLEFT = 0xa0000;
                   ^
./BrlapiConstants.java:263: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SETMARK = 0xb0000;
     ^
./BrlapiConstants.java:263: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SETMARK = 0xb0000;
            ^
./BrlapiConstants.java:263: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SETMARK = 0xb0000;
                   ^
./BrlapiConstants.java:265: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_GOTOMARK = 0xc0000;
     ^
./BrlapiConstants.java:265: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_GOTOMARK = 0xc0000;
            ^
./BrlapiConstants.java:265: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_GOTOMARK = 0xc0000;
                   ^
./BrlapiConstants.java:267: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_GOTOLINE = 0xd0000;
     ^
./BrlapiConstants.java:267: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_GOTOLINE = 0xd0000;
            ^
./BrlapiConstants.java:267: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_GOTOLINE = 0xd0000;
                   ^
./BrlapiConstants.java:269: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_LINE_SCALED = 0x100;
     ^
./BrlapiConstants.java:269: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_LINE_SCALED = 0x100;
            ^
./BrlapiConstants.java:269: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_LINE_SCALED = 0x100;
                   ^
./BrlapiConstants.java:271: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_LINE_TOLEFT = 0x200;
     ^
./BrlapiConstants.java:271: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_LINE_TOLEFT = 0x200;
            ^
./BrlapiConstants.java:271: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_LINE_TOLEFT = 0x200;
                   ^
./BrlapiConstants.java:273: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRDIFCHAR = 0xe0000;
     ^
./BrlapiConstants.java:273: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRDIFCHAR = 0xe0000;
            ^
./BrlapiConstants.java:273: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRDIFCHAR = 0xe0000;
                   ^
./BrlapiConstants.java:275: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXDIFCHAR = 0xf0000;
     ^
./BrlapiConstants.java:275: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXDIFCHAR = 0xf0000;
            ^
./BrlapiConstants.java:275: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXDIFCHAR = 0xf0000;
                   ^
./BrlapiConstants.java:277: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASSDOTS = 0x220000;
     ^
./BrlapiConstants.java:277: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASSDOTS = 0x220000;
            ^
./BrlapiConstants.java:277: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASSDOTS = 0x220000;
                   ^
./BrlapiConstants.java:279: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_SHIFT = 0x1;
     ^
./BrlapiConstants.java:279: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_SHIFT = 0x1;
            ^
./BrlapiConstants.java:279: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_SHIFT = 0x1;
                   ^
./BrlapiConstants.java:281: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_UPPER = 0x2;
     ^
./BrlapiConstants.java:281: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_UPPER = 0x2;
            ^
./BrlapiConstants.java:281: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_UPPER = 0x2;
                   ^
./BrlapiConstants.java:283: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_CONTROL = 0x4;
     ^
./BrlapiConstants.java:283: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_CONTROL = 0x4;
            ^
./BrlapiConstants.java:283: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_CONTROL = 0x4;
                   ^
./BrlapiConstants.java:285: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_META = 0x8;
     ^
./BrlapiConstants.java:285: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_META = 0x8;
            ^
./BrlapiConstants.java:285: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_META = 0x8;
                   ^
./BrlapiConstants.java:287: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASSAT2 = 0x230000;
     ^
./BrlapiConstants.java:287: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASSAT2 = 0x230000;
            ^
./BrlapiConstants.java:287: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASSAT2 = 0x230000;
                   ^
./BrlapiConstants.java:289: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_RELEASE = 0x100;
     ^
./BrlapiConstants.java:289: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_RELEASE = 0x100;
            ^
./BrlapiConstants.java:289: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_RELEASE = 0x100;
                   ^
./BrlapiConstants.java:291: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_EXTENDED = 0x200;
     ^
./BrlapiConstants.java:291: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_EXTENDED = 0x200;
            ^
./BrlapiConstants.java:291: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_EXTENDED = 0x200;
                   ^
./BrlapiConstants.java:293: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_KEYCODE = 0x400;
     ^
./BrlapiConstants.java:293: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_KEYCODE = 0x400;
            ^
./BrlapiConstants.java:293: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_KEYCODE = 0x400;
                   ^
./BrlapiConstants.java:295: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT1 = 0001;
     ^
./BrlapiConstants.java:295: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT1 = 0001;
            ^
./BrlapiConstants.java:295: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT1 = 0001;
                   ^
./BrlapiConstants.java:297: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT2 = 0002;
     ^
./BrlapiConstants.java:297: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT2 = 0002;
            ^
./BrlapiConstants.java:297: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT2 = 0002;
                   ^
./BrlapiConstants.java:299: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT3 = 0004;
     ^
./BrlapiConstants.java:299: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT3 = 0004;
            ^
./BrlapiConstants.java:299: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT3 = 0004;
                   ^
./BrlapiConstants.java:301: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT4 = 0010;
     ^
./BrlapiConstants.java:301: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT4 = 0010;
            ^
./BrlapiConstants.java:301: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT4 = 0010;
                   ^
./BrlapiConstants.java:303: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT5 = 0020;
     ^
./BrlapiConstants.java:303: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT5 = 0020;
            ^
./BrlapiConstants.java:303: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT5 = 0020;
                   ^
./BrlapiConstants.java:305: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT6 = 0040;
     ^
./BrlapiConstants.java:305: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT6 = 0040;
            ^
./BrlapiConstants.java:305: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT6 = 0040;
                   ^
./BrlapiConstants.java:307: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT7 = 0100;
     ^
./BrlapiConstants.java:307: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT7 = 0100;
            ^
./BrlapiConstants.java:307: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT7 = 0100;
                   ^
./BrlapiConstants.java:309: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT8 = 0200;
     ^
./BrlapiConstants.java:309: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT8 = 0200;
            ^
./BrlapiConstants.java:309: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT8 = 0200;
                   ^
571 warnings
/usr/bin/javac -encoding UTF-8 -d . -classpath . ./*.java
./ApiTest.java:23: warning: An empty declaration is a deprecated feature that should not be used.
    BrlapiSettings settings = new BrlapiSettings();
                                                     ^
./BrlapiConstants.java:2: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int TTY_DEFAULT = -1;
     ^
./BrlapiConstants.java:2: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int TTY_DEFAULT = -1;
            ^
./BrlapiConstants.java:2: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int TTY_DEFAULT = -1;
                   ^
./BrlapiConstants.java:3: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DISPLAY_DEFAULT = -1;
     ^
./BrlapiConstants.java:3: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DISPLAY_DEFAULT = -1;
            ^
./BrlapiConstants.java:3: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DISPLAY_DEFAULT = -1;
                   ^
./BrlapiConstants.java:4: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int CURSOR_LEAVE = -1;
     ^
./BrlapiConstants.java:4: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int CURSOR_LEAVE = -1;
            ^
./BrlapiConstants.java:4: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int CURSOR_LEAVE = -1;
                   ^
./BrlapiConstants.java:5: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int CURSOR_OFF = 0;
     ^
./BrlapiConstants.java:5: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int CURSOR_OFF = 0;
            ^
./BrlapiConstants.java:5: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int CURSOR_OFF = 0;
                   ^
./BrlapiConstants.java:6: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int rangeType_all = 0;
     ^
./BrlapiConstants.java:6: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int rangeType_all = 0;
            ^
./BrlapiConstants.java:6: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int rangeType_all = 0;
                   ^
./BrlapiConstants.java:7: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int rangeType_type = 1;
     ^
./BrlapiConstants.java:7: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int rangeType_type = 1;
            ^
./BrlapiConstants.java:7: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int rangeType_type = 1;
                   ^
./BrlapiConstants.java:8: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int rangeType_command = 2;
     ^
./BrlapiConstants.java:8: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int rangeType_command = 2;
            ^
./BrlapiConstants.java:8: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int rangeType_command = 2;
                   ^
./BrlapiConstants.java:9: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int rangeType_key = 3;
     ^
./BrlapiConstants.java:9: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int rangeType_key = 3;
            ^
./BrlapiConstants.java:9: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int rangeType_key = 3;
                   ^
./BrlapiConstants.java:10: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int rangeType_code = 4;
     ^
./BrlapiConstants.java:10: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int rangeType_code = 4;
            ^
./BrlapiConstants.java:10: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int rangeType_code = 4;
                   ^
./BrlapiConstants.java:11: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final long KEY_MAX = 0xffffffffffffffffL;
     ^
./BrlapiConstants.java:11: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final long KEY_MAX = 0xffffffffffffffffL;
            ^
./BrlapiConstants.java:11: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final long KEY_MAX = 0xffffffffffffffffL;
                   ^
./BrlapiConstants.java:12: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final long KEY_FLAGS_MASK = 0xffffffff00000000L;
     ^
./BrlapiConstants.java:12: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final long KEY_FLAGS_MASK = 0xffffffff00000000L;
            ^
./BrlapiConstants.java:12: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final long KEY_FLAGS_MASK = 0xffffffff00000000L;
                   ^
./BrlapiConstants.java:13: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLAGS_SHIFT = 32;
     ^
./BrlapiConstants.java:13: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLAGS_SHIFT = 32;
            ^
./BrlapiConstants.java:13: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLAGS_SHIFT = 32;
                   ^
./BrlapiConstants.java:14: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final long KEY_TYPE_MASK = 0xe0000000L;
     ^
./BrlapiConstants.java:14: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final long KEY_TYPE_MASK = 0xe0000000L;
            ^
./BrlapiConstants.java:14: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final long KEY_TYPE_MASK = 0xe0000000L;
                   ^
./BrlapiConstants.java:15: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_SHIFT = 29;
     ^
./BrlapiConstants.java:15: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_SHIFT = 29;
            ^
./BrlapiConstants.java:15: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_SHIFT = 29;
                   ^
./BrlapiConstants.java:16: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_CMD = 0x20000000;
     ^
./BrlapiConstants.java:16: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_CMD = 0x20000000;
            ^
./BrlapiConstants.java:16: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_CMD = 0x20000000;
                   ^
./BrlapiConstants.java:17: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_SYM = 0x0;
     ^
./BrlapiConstants.java:17: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_SYM = 0x0;
            ^
./BrlapiConstants.java:17: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_SYM = 0x0;
                   ^
./BrlapiConstants.java:18: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final long KEY_CODE_MASK = 0x1fffffffL;
     ^
./BrlapiConstants.java:18: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final long KEY_CODE_MASK = 0x1fffffffL;
            ^
./BrlapiConstants.java:18: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final long KEY_CODE_MASK = 0x1fffffffL;
                   ^
./BrlapiConstants.java:19: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CODE_SHIFT = 0;
     ^
./BrlapiConstants.java:19: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CODE_SHIFT = 0;
            ^
./BrlapiConstants.java:19: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CODE_SHIFT = 0;
                   ^
./BrlapiConstants.java:20: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final long KEY_CMD_BLK_MASK = 0x1fff0000L;
     ^
./BrlapiConstants.java:20: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final long KEY_CMD_BLK_MASK = 0x1fff0000L;
            ^
./BrlapiConstants.java:20: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final long KEY_CMD_BLK_MASK = 0x1fff0000L;
                   ^
./BrlapiConstants.java:21: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BLK_SHIFT = 16;
     ^
./BrlapiConstants.java:21: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BLK_SHIFT = 16;
            ^
./BrlapiConstants.java:21: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BLK_SHIFT = 16;
                   ^
./BrlapiConstants.java:22: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final long KEY_CMD_ARG_MASK = 0xffffL;
     ^
./BrlapiConstants.java:22: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final long KEY_CMD_ARG_MASK = 0xffffL;
            ^
./BrlapiConstants.java:22: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final long KEY_CMD_ARG_MASK = 0xffffL;
                   ^
./BrlapiConstants.java:23: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ARG_SHIFT = 0;
     ^
./BrlapiConstants.java:23: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ARG_SHIFT = 0;
            ^
./BrlapiConstants.java:23: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ARG_SHIFT = 0;
                   ^
./BrlapiConstants.java:24: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_BACKSPACE = 0xff08;
     ^
./BrlapiConstants.java:24: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_BACKSPACE = 0xff08;
            ^
./BrlapiConstants.java:24: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_BACKSPACE = 0xff08;
                   ^
./BrlapiConstants.java:25: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_TAB = 0xff09;
     ^
./BrlapiConstants.java:25: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_TAB = 0xff09;
            ^
./BrlapiConstants.java:25: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_TAB = 0xff09;
                   ^
./BrlapiConstants.java:26: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_LINEFEED = 0xff0d;
     ^
./BrlapiConstants.java:26: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_LINEFEED = 0xff0d;
            ^
./BrlapiConstants.java:26: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_LINEFEED = 0xff0d;
                   ^
./BrlapiConstants.java:27: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_ESCAPE = 0xff1b;
     ^
./BrlapiConstants.java:27: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_ESCAPE = 0xff1b;
            ^
./BrlapiConstants.java:27: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_ESCAPE = 0xff1b;
                   ^
./BrlapiConstants.java:28: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_HOME = 0xff50;
     ^
./BrlapiConstants.java:28: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_HOME = 0xff50;
            ^
./BrlapiConstants.java:28: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_HOME = 0xff50;
                   ^
./BrlapiConstants.java:29: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_LEFT = 0xff51;
     ^
./BrlapiConstants.java:29: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_LEFT = 0xff51;
            ^
./BrlapiConstants.java:29: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_LEFT = 0xff51;
                   ^
./BrlapiConstants.java:30: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_UP = 0xff52;
     ^
./BrlapiConstants.java:30: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_UP = 0xff52;
            ^
./BrlapiConstants.java:30: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_UP = 0xff52;
                   ^
./BrlapiConstants.java:31: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_RIGHT = 0xff53;
     ^
./BrlapiConstants.java:31: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_RIGHT = 0xff53;
            ^
./BrlapiConstants.java:31: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_RIGHT = 0xff53;
                   ^
./BrlapiConstants.java:32: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_DOWN = 0xff54;
     ^
./BrlapiConstants.java:32: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_DOWN = 0xff54;
            ^
./BrlapiConstants.java:32: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_DOWN = 0xff54;
                   ^
./BrlapiConstants.java:33: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_PAGE_UP = 0xff55;
     ^
./BrlapiConstants.java:33: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_PAGE_UP = 0xff55;
            ^
./BrlapiConstants.java:33: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_PAGE_UP = 0xff55;
                   ^
./BrlapiConstants.java:34: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_PAGE_DOWN = 0xff56;
     ^
./BrlapiConstants.java:34: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_PAGE_DOWN = 0xff56;
            ^
./BrlapiConstants.java:34: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_PAGE_DOWN = 0xff56;
                   ^
./BrlapiConstants.java:35: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_END = 0xff57;
     ^
./BrlapiConstants.java:35: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_END = 0xff57;
            ^
./BrlapiConstants.java:35: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_END = 0xff57;
                   ^
./BrlapiConstants.java:36: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_INSERT = 0xff63;
     ^
./BrlapiConstants.java:36: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_INSERT = 0xff63;
            ^
./BrlapiConstants.java:36: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_INSERT = 0xff63;
                   ^
./BrlapiConstants.java:37: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F1 = (0xffbe + 0);
     ^
./BrlapiConstants.java:37: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F1 = (0xffbe + 0);
            ^
./BrlapiConstants.java:37: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F1 = (0xffbe + 0);
                   ^
./BrlapiConstants.java:38: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F2 = (0xffbe + 1);
     ^
./BrlapiConstants.java:38: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F2 = (0xffbe + 1);
            ^
./BrlapiConstants.java:38: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F2 = (0xffbe + 1);
                   ^
./BrlapiConstants.java:39: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F3 = (0xffbe + 2);
     ^
./BrlapiConstants.java:39: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F3 = (0xffbe + 2);
            ^
./BrlapiConstants.java:39: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F3 = (0xffbe + 2);
                   ^
./BrlapiConstants.java:40: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F4 = (0xffbe + 3);
     ^
./BrlapiConstants.java:40: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F4 = (0xffbe + 3);
            ^
./BrlapiConstants.java:40: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F4 = (0xffbe + 3);
                   ^
./BrlapiConstants.java:41: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F5 = (0xffbe + 4);
     ^
./BrlapiConstants.java:41: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F5 = (0xffbe + 4);
            ^
./BrlapiConstants.java:41: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F5 = (0xffbe + 4);
                   ^
./BrlapiConstants.java:42: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F6 = (0xffbe + 5);
     ^
./BrlapiConstants.java:42: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F6 = (0xffbe + 5);
            ^
./BrlapiConstants.java:42: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F6 = (0xffbe + 5);
                   ^
./BrlapiConstants.java:43: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F7 = (0xffbe + 6);
     ^
./BrlapiConstants.java:43: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F7 = (0xffbe + 6);
            ^
./BrlapiConstants.java:43: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F7 = (0xffbe + 6);
                   ^
./BrlapiConstants.java:44: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F8 = (0xffbe + 7);
     ^
./BrlapiConstants.java:44: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F8 = (0xffbe + 7);
            ^
./BrlapiConstants.java:44: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F8 = (0xffbe + 7);
                   ^
./BrlapiConstants.java:45: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F9 = (0xffbe + 8);
     ^
./BrlapiConstants.java:45: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F9 = (0xffbe + 8);
            ^
./BrlapiConstants.java:45: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F9 = (0xffbe + 8);
                   ^
./BrlapiConstants.java:46: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F10 = (0xffbe + 9);
     ^
./BrlapiConstants.java:46: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F10 = (0xffbe + 9);
            ^
./BrlapiConstants.java:46: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F10 = (0xffbe + 9);
                   ^
./BrlapiConstants.java:47: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F11 = (0xffbe + 10);
     ^
./BrlapiConstants.java:47: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F11 = (0xffbe + 10);
            ^
./BrlapiConstants.java:47: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F11 = (0xffbe + 10);
                   ^
./BrlapiConstants.java:48: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F12 = (0xffbe + 11);
     ^
./BrlapiConstants.java:48: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F12 = (0xffbe + 11);
            ^
./BrlapiConstants.java:48: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F12 = (0xffbe + 11);
                   ^
./BrlapiConstants.java:49: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F13 = (0xffbe + 12);
     ^
./BrlapiConstants.java:49: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F13 = (0xffbe + 12);
            ^
./BrlapiConstants.java:49: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F13 = (0xffbe + 12);
                   ^
./BrlapiConstants.java:50: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F14 = (0xffbe + 13);
     ^
./BrlapiConstants.java:50: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F14 = (0xffbe + 13);
            ^
./BrlapiConstants.java:50: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F14 = (0xffbe + 13);
                   ^
./BrlapiConstants.java:51: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F15 = (0xffbe + 14);
     ^
./BrlapiConstants.java:51: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F15 = (0xffbe + 14);
            ^
./BrlapiConstants.java:51: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F15 = (0xffbe + 14);
                   ^
./BrlapiConstants.java:52: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F16 = (0xffbe + 15);
     ^
./BrlapiConstants.java:52: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F16 = (0xffbe + 15);
            ^
./BrlapiConstants.java:52: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F16 = (0xffbe + 15);
                   ^
./BrlapiConstants.java:53: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F17 = (0xffbe + 16);
     ^
./BrlapiConstants.java:53: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F17 = (0xffbe + 16);
            ^
./BrlapiConstants.java:53: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F17 = (0xffbe + 16);
                   ^
./BrlapiConstants.java:54: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F18 = (0xffbe + 17);
     ^
./BrlapiConstants.java:54: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F18 = (0xffbe + 17);
            ^
./BrlapiConstants.java:54: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F18 = (0xffbe + 17);
                   ^
./BrlapiConstants.java:55: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F19 = (0xffbe + 18);
     ^
./BrlapiConstants.java:55: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F19 = (0xffbe + 18);
            ^
./BrlapiConstants.java:55: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F19 = (0xffbe + 18);
                   ^
./BrlapiConstants.java:56: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F20 = (0xffbe + 19);
     ^
./BrlapiConstants.java:56: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F20 = (0xffbe + 19);
            ^
./BrlapiConstants.java:56: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F20 = (0xffbe + 19);
                   ^
./BrlapiConstants.java:57: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F21 = (0xffbe + 20);
     ^
./BrlapiConstants.java:57: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F21 = (0xffbe + 20);
            ^
./BrlapiConstants.java:57: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F21 = (0xffbe + 20);
                   ^
./BrlapiConstants.java:58: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F22 = (0xffbe + 21);
     ^
./BrlapiConstants.java:58: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F22 = (0xffbe + 21);
            ^
./BrlapiConstants.java:58: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F22 = (0xffbe + 21);
                   ^
./BrlapiConstants.java:59: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F23 = (0xffbe + 22);
     ^
./BrlapiConstants.java:59: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F23 = (0xffbe + 22);
            ^
./BrlapiConstants.java:59: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F23 = (0xffbe + 22);
                   ^
./BrlapiConstants.java:60: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F24 = (0xffbe + 23);
     ^
./BrlapiConstants.java:60: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F24 = (0xffbe + 23);
            ^
./BrlapiConstants.java:60: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F24 = (0xffbe + 23);
                   ^
./BrlapiConstants.java:61: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F25 = (0xffbe + 24);
     ^
./BrlapiConstants.java:61: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F25 = (0xffbe + 24);
            ^
./BrlapiConstants.java:61: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F25 = (0xffbe + 24);
                   ^
./BrlapiConstants.java:62: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F26 = (0xffbe + 25);
     ^
./BrlapiConstants.java:62: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F26 = (0xffbe + 25);
            ^
./BrlapiConstants.java:62: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F26 = (0xffbe + 25);
                   ^
./BrlapiConstants.java:63: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F27 = (0xffbe + 26);
     ^
./BrlapiConstants.java:63: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F27 = (0xffbe + 26);
            ^
./BrlapiConstants.java:63: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F27 = (0xffbe + 26);
                   ^
./BrlapiConstants.java:64: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F28 = (0xffbe + 27);
     ^
./BrlapiConstants.java:64: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F28 = (0xffbe + 27);
            ^
./BrlapiConstants.java:64: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F28 = (0xffbe + 27);
                   ^
./BrlapiConstants.java:65: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F29 = (0xffbe + 28);
     ^
./BrlapiConstants.java:65: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F29 = (0xffbe + 28);
            ^
./BrlapiConstants.java:65: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F29 = (0xffbe + 28);
                   ^
./BrlapiConstants.java:66: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F30 = (0xffbe + 29);
     ^
./BrlapiConstants.java:66: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F30 = (0xffbe + 29);
            ^
./BrlapiConstants.java:66: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F30 = (0xffbe + 29);
                   ^
./BrlapiConstants.java:67: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F31 = (0xffbe + 30);
     ^
./BrlapiConstants.java:67: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F31 = (0xffbe + 30);
            ^
./BrlapiConstants.java:67: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F31 = (0xffbe + 30);
                   ^
./BrlapiConstants.java:68: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F32 = (0xffbe + 31);
     ^
./BrlapiConstants.java:68: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F32 = (0xffbe + 31);
            ^
./BrlapiConstants.java:68: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F32 = (0xffbe + 31);
                   ^
./BrlapiConstants.java:69: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F33 = (0xffbe + 32);
     ^
./BrlapiConstants.java:69: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F33 = (0xffbe + 32);
            ^
./BrlapiConstants.java:69: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F33 = (0xffbe + 32);
                   ^
./BrlapiConstants.java:70: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F34 = (0xffbe + 33);
     ^
./BrlapiConstants.java:70: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F34 = (0xffbe + 33);
            ^
./BrlapiConstants.java:70: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F34 = (0xffbe + 33);
                   ^
./BrlapiConstants.java:71: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F35 = (0xffbe + 34);
     ^
./BrlapiConstants.java:71: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F35 = (0xffbe + 34);
            ^
./BrlapiConstants.java:71: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F35 = (0xffbe + 34);
                   ^
./BrlapiConstants.java:72: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_DELETE = 0xffff;
     ^
./BrlapiConstants.java:72: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_DELETE = 0xffff;
            ^
./BrlapiConstants.java:72: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_DELETE = 0xffff;
                   ^
./BrlapiConstants.java:73: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_UNICODE = 0x1000000;
     ^
./BrlapiConstants.java:73: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_UNICODE = 0x1000000;
            ^
./BrlapiConstants.java:73: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_UNICODE = 0x1000000;
                   ^
./BrlapiConstants.java:75: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NOOP = 0;
     ^
./BrlapiConstants.java:75: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NOOP = 0;
            ^
./BrlapiConstants.java:75: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NOOP = 0;
                   ^
./BrlapiConstants.java:77: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNUP = 1;
     ^
./BrlapiConstants.java:77: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNUP = 1;
            ^
./BrlapiConstants.java:77: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNUP = 1;
                   ^
./BrlapiConstants.java:79: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNDN = 2;
     ^
./BrlapiConstants.java:79: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNDN = 2;
            ^
./BrlapiConstants.java:79: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNDN = 2;
                   ^
./BrlapiConstants.java:81: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_WINUP = 3;
     ^
./BrlapiConstants.java:81: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_WINUP = 3;
            ^
./BrlapiConstants.java:81: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_WINUP = 3;
                   ^
./BrlapiConstants.java:83: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_WINDN = 4;
     ^
./BrlapiConstants.java:83: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_WINDN = 4;
            ^
./BrlapiConstants.java:83: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_WINDN = 4;
                   ^
./BrlapiConstants.java:85: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRDIFLN = 5;
     ^
./BrlapiConstants.java:85: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRDIFLN = 5;
            ^
./BrlapiConstants.java:85: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRDIFLN = 5;
                   ^
./BrlapiConstants.java:87: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXDIFLN = 6;
     ^
./BrlapiConstants.java:87: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXDIFLN = 6;
            ^
./BrlapiConstants.java:87: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXDIFLN = 6;
                   ^
./BrlapiConstants.java:89: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRUP = 7;
     ^
./BrlapiConstants.java:89: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRUP = 7;
            ^
./BrlapiConstants.java:89: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRUP = 7;
                   ^
./BrlapiConstants.java:91: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRDN = 8;
     ^
./BrlapiConstants.java:91: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRDN = 8;
            ^
./BrlapiConstants.java:91: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRDN = 8;
                   ^
./BrlapiConstants.java:93: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TOP = 9;
     ^
./BrlapiConstants.java:93: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TOP = 9;
            ^
./BrlapiConstants.java:93: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TOP = 9;
                   ^
./BrlapiConstants.java:95: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BOT = 10;
     ^
./BrlapiConstants.java:95: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BOT = 10;
            ^
./BrlapiConstants.java:95: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BOT = 10;
                   ^
./BrlapiConstants.java:97: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TOP_LEFT = 11;
     ^
./BrlapiConstants.java:97: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TOP_LEFT = 11;
            ^
./BrlapiConstants.java:97: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TOP_LEFT = 11;
                   ^
./BrlapiConstants.java:99: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BOT_LEFT = 12;
     ^
./BrlapiConstants.java:99: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BOT_LEFT = 12;
            ^
./BrlapiConstants.java:99: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BOT_LEFT = 12;
                   ^
./BrlapiConstants.java:101: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRPGRPH = 13;
     ^
./BrlapiConstants.java:101: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRPGRPH = 13;
            ^
./BrlapiConstants.java:101: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRPGRPH = 13;
                   ^
./BrlapiConstants.java:103: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXPGRPH = 14;
     ^
./BrlapiConstants.java:103: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXPGRPH = 14;
            ^
./BrlapiConstants.java:103: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXPGRPH = 14;
                   ^
./BrlapiConstants.java:105: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRPROMPT = 15;
     ^
./BrlapiConstants.java:105: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRPROMPT = 15;
            ^
./BrlapiConstants.java:105: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRPROMPT = 15;
                   ^
./BrlapiConstants.java:107: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXPROMPT = 16;
     ^
./BrlapiConstants.java:107: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXPROMPT = 16;
            ^
./BrlapiConstants.java:107: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXPROMPT = 16;
                   ^
./BrlapiConstants.java:109: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRSEARCH = 17;
     ^
./BrlapiConstants.java:109: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRSEARCH = 17;
            ^
./BrlapiConstants.java:109: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRSEARCH = 17;
                   ^
./BrlapiConstants.java:111: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXSEARCH = 18;
     ^
./BrlapiConstants.java:111: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXSEARCH = 18;
            ^
./BrlapiConstants.java:111: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXSEARCH = 18;
                   ^
./BrlapiConstants.java:113: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CHRLT = 19;
     ^
./BrlapiConstants.java:113: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CHRLT = 19;
            ^
./BrlapiConstants.java:113: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CHRLT = 19;
                   ^
./BrlapiConstants.java:115: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CHRRT = 20;
     ^
./BrlapiConstants.java:115: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CHRRT = 20;
            ^
./BrlapiConstants.java:115: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CHRRT = 20;
                   ^
./BrlapiConstants.java:117: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HWINLT = 21;
     ^
./BrlapiConstants.java:117: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HWINLT = 21;
            ^
./BrlapiConstants.java:117: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HWINLT = 21;
                   ^
./BrlapiConstants.java:119: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HWINRT = 22;
     ^
./BrlapiConstants.java:119: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HWINRT = 22;
            ^
./BrlapiConstants.java:119: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HWINRT = 22;
                   ^
./BrlapiConstants.java:121: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINLT = 23;
     ^
./BrlapiConstants.java:121: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINLT = 23;
            ^
./BrlapiConstants.java:121: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINLT = 23;
                   ^
./BrlapiConstants.java:123: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINRT = 24;
     ^
./BrlapiConstants.java:123: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINRT = 24;
            ^
./BrlapiConstants.java:123: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINRT = 24;
                   ^
./BrlapiConstants.java:125: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINLTSKIP = 25;
     ^
./BrlapiConstants.java:125: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINLTSKIP = 25;
            ^
./BrlapiConstants.java:125: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINLTSKIP = 25;
                   ^
./BrlapiConstants.java:127: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINRTSKIP = 26;
     ^
./BrlapiConstants.java:127: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINRTSKIP = 26;
            ^
./BrlapiConstants.java:127: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINRTSKIP = 26;
                   ^
./BrlapiConstants.java:129: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNBEG = 27;
     ^
./BrlapiConstants.java:129: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNBEG = 27;
            ^
./BrlapiConstants.java:129: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNBEG = 27;
                   ^
./BrlapiConstants.java:131: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNEND = 28;
     ^
./BrlapiConstants.java:131: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNEND = 28;
            ^
./BrlapiConstants.java:131: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNEND = 28;
                   ^
./BrlapiConstants.java:133: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HOME = 29;
     ^
./BrlapiConstants.java:133: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HOME = 29;
            ^
./BrlapiConstants.java:133: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HOME = 29;
                   ^
./BrlapiConstants.java:135: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BACK = 30;
     ^
./BrlapiConstants.java:135: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BACK = 30;
            ^
./BrlapiConstants.java:135: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BACK = 30;
                   ^
./BrlapiConstants.java:137: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RETURN = 31;
     ^
./BrlapiConstants.java:137: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RETURN = 31;
            ^
./BrlapiConstants.java:137: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RETURN = 31;
                   ^
./BrlapiConstants.java:139: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FREEZE = 32;
     ^
./BrlapiConstants.java:139: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FREEZE = 32;
            ^
./BrlapiConstants.java:139: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FREEZE = 32;
                   ^
./BrlapiConstants.java:141: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_DISPMD = 33;
     ^
./BrlapiConstants.java:141: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_DISPMD = 33;
            ^
./BrlapiConstants.java:141: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_DISPMD = 33;
                   ^
./BrlapiConstants.java:143: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SIXDOTS = 34;
     ^
./BrlapiConstants.java:143: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SIXDOTS = 34;
            ^
./BrlapiConstants.java:143: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SIXDOTS = 34;
                   ^
./BrlapiConstants.java:145: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SLIDEWIN = 35;
     ^
./BrlapiConstants.java:145: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SLIDEWIN = 35;
            ^
./BrlapiConstants.java:145: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SLIDEWIN = 35;
                   ^
./BrlapiConstants.java:147: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SKPIDLNS = 36;
     ^
./BrlapiConstants.java:147: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SKPIDLNS = 36;
            ^
./BrlapiConstants.java:147: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SKPIDLNS = 36;
                   ^
./BrlapiConstants.java:149: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SKPBLNKWINS = 37;
     ^
./BrlapiConstants.java:149: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SKPBLNKWINS = 37;
            ^
./BrlapiConstants.java:149: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SKPBLNKWINS = 37;
                   ^
./BrlapiConstants.java:151: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRVIS = 38;
     ^
./BrlapiConstants.java:151: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRVIS = 38;
            ^
./BrlapiConstants.java:151: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRVIS = 38;
                   ^
./BrlapiConstants.java:153: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRHIDE = 39;
     ^
./BrlapiConstants.java:153: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRHIDE = 39;
            ^
./BrlapiConstants.java:153: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRHIDE = 39;
                   ^
./BrlapiConstants.java:155: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRTRK = 40;
     ^
./BrlapiConstants.java:155: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRTRK = 40;
            ^
./BrlapiConstants.java:155: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRTRK = 40;
                   ^
./BrlapiConstants.java:157: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRSIZE = 41;
     ^
./BrlapiConstants.java:157: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRSIZE = 41;
            ^
./BrlapiConstants.java:157: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRSIZE = 41;
                   ^
./BrlapiConstants.java:159: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRBLINK = 42;
     ^
./BrlapiConstants.java:159: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRBLINK = 42;
            ^
./BrlapiConstants.java:159: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRBLINK = 42;
                   ^
./BrlapiConstants.java:161: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRVIS = 43;
     ^
./BrlapiConstants.java:161: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRVIS = 43;
            ^
./BrlapiConstants.java:161: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRVIS = 43;
                   ^
./BrlapiConstants.java:163: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRBLINK = 44;
     ^
./BrlapiConstants.java:163: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRBLINK = 44;
            ^
./BrlapiConstants.java:163: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRBLINK = 44;
                   ^
./BrlapiConstants.java:165: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CAPBLINK = 45;
     ^
./BrlapiConstants.java:165: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CAPBLINK = 45;
            ^
./BrlapiConstants.java:165: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CAPBLINK = 45;
                   ^
./BrlapiConstants.java:167: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TUNES = 46;
     ^
./BrlapiConstants.java:167: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TUNES = 46;
            ^
./BrlapiConstants.java:167: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TUNES = 46;
                   ^
./BrlapiConstants.java:169: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_AUTOREPEAT = 47;
     ^
./BrlapiConstants.java:169: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_AUTOREPEAT = 47;
            ^
./BrlapiConstants.java:169: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_AUTOREPEAT = 47;
                   ^
./BrlapiConstants.java:171: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_AUTOSPEAK = 48;
     ^
./BrlapiConstants.java:171: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_AUTOSPEAK = 48;
            ^
./BrlapiConstants.java:171: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_AUTOSPEAK = 48;
                   ^
./BrlapiConstants.java:173: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HELP = 49;
     ^
./BrlapiConstants.java:173: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HELP = 49;
            ^
./BrlapiConstants.java:173: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HELP = 49;
                   ^
./BrlapiConstants.java:175: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_INFO = 50;
     ^
./BrlapiConstants.java:175: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_INFO = 50;
            ^
./BrlapiConstants.java:175: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_INFO = 50;
                   ^
./BrlapiConstants.java:177: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LEARN = 51;
     ^
./BrlapiConstants.java:177: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LEARN = 51;
            ^
./BrlapiConstants.java:177: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LEARN = 51;
                   ^
./BrlapiConstants.java:179: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFMENU = 52;
     ^
./BrlapiConstants.java:179: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFMENU = 52;
            ^
./BrlapiConstants.java:179: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFMENU = 52;
                   ^
./BrlapiConstants.java:181: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFSAVE = 53;
     ^
./BrlapiConstants.java:181: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFSAVE = 53;
            ^
./BrlapiConstants.java:181: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFSAVE = 53;
                   ^
./BrlapiConstants.java:183: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFLOAD = 54;
     ^
./BrlapiConstants.java:183: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFLOAD = 54;
            ^
./BrlapiConstants.java:183: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFLOAD = 54;
                   ^
./BrlapiConstants.java:185: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_FIRST_ITEM = 55;
     ^
./BrlapiConstants.java:185: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_FIRST_ITEM = 55;
            ^
./BrlapiConstants.java:185: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_FIRST_ITEM = 55;
                   ^
./BrlapiConstants.java:187: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_LAST_ITEM = 56;
     ^
./BrlapiConstants.java:187: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_LAST_ITEM = 56;
            ^
./BrlapiConstants.java:187: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_LAST_ITEM = 56;
                   ^
./BrlapiConstants.java:189: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_PREV_ITEM = 57;
     ^
./BrlapiConstants.java:189: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_PREV_ITEM = 57;
            ^
./BrlapiConstants.java:189: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_PREV_ITEM = 57;
                   ^
./BrlapiConstants.java:191: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_NEXT_ITEM = 58;
     ^
./BrlapiConstants.java:191: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_NEXT_ITEM = 58;
            ^
./BrlapiConstants.java:191: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_NEXT_ITEM = 58;
                   ^
./BrlapiConstants.java:193: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_PREV_SETTING = 59;
     ^
./BrlapiConstants.java:193: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_PREV_SETTING = 59;
            ^
./BrlapiConstants.java:193: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_PREV_SETTING = 59;
                   ^
./BrlapiConstants.java:195: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_NEXT_SETTING = 60;
     ^
./BrlapiConstants.java:195: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_NEXT_SETTING = 60;
            ^
./BrlapiConstants.java:195: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_NEXT_SETTING = 60;
                   ^
./BrlapiConstants.java:197: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MUTE = 61;
     ^
./BrlapiConstants.java:197: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MUTE = 61;
            ^
./BrlapiConstants.java:197: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MUTE = 61;
                   ^
./BrlapiConstants.java:199: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SPKHOME = 62;
     ^
./BrlapiConstants.java:199: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SPKHOME = 62;
            ^
./BrlapiConstants.java:199: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SPKHOME = 62;
                   ^
./BrlapiConstants.java:201: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_LINE = 63;
     ^
./BrlapiConstants.java:201: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_LINE = 63;
            ^
./BrlapiConstants.java:201: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_LINE = 63;
                   ^
./BrlapiConstants.java:203: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_ABOVE = 64;
     ^
./BrlapiConstants.java:203: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_ABOVE = 64;
            ^
./BrlapiConstants.java:203: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_ABOVE = 64;
                   ^
./BrlapiConstants.java:205: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_BELOW = 65;
     ^
./BrlapiConstants.java:205: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_BELOW = 65;
            ^
./BrlapiConstants.java:205: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_BELOW = 65;
                   ^
./BrlapiConstants.java:207: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_SLOWER = 66;
     ^
./BrlapiConstants.java:207: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_SLOWER = 66;
            ^
./BrlapiConstants.java:207: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_SLOWER = 66;
                   ^
./BrlapiConstants.java:209: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_FASTER = 67;
     ^
./BrlapiConstants.java:209: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_FASTER = 67;
            ^
./BrlapiConstants.java:209: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_FASTER = 67;
                   ^
./BrlapiConstants.java:211: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_SOFTER = 68;
     ^
./BrlapiConstants.java:211: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_SOFTER = 68;
            ^
./BrlapiConstants.java:211: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_SOFTER = 68;
                   ^
./BrlapiConstants.java:213: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_LOUDER = 69;
     ^
./BrlapiConstants.java:213: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_LOUDER = 69;
            ^
./BrlapiConstants.java:213: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_LOUDER = 69;
                   ^
./BrlapiConstants.java:215: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT_PREV = 70;
     ^
./BrlapiConstants.java:215: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT_PREV = 70;
            ^
./BrlapiConstants.java:215: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT_PREV = 70;
                   ^
./BrlapiConstants.java:217: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT_NEXT = 71;
     ^
./BrlapiConstants.java:217: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT_NEXT = 71;
            ^
./BrlapiConstants.java:217: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT_NEXT = 71;
                   ^
./BrlapiConstants.java:219: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRJMP_VERT = 72;
     ^
./BrlapiConstants.java:219: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRJMP_VERT = 72;
            ^
./BrlapiConstants.java:219: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRJMP_VERT = 72;
                   ^
./BrlapiConstants.java:221: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASTE = 73;
     ^
./BrlapiConstants.java:221: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASTE = 73;
            ^
./BrlapiConstants.java:221: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASTE = 73;
                   ^
./BrlapiConstants.java:223: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RESTARTBRL = 74;
     ^
./BrlapiConstants.java:223: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RESTARTBRL = 74;
            ^
./BrlapiConstants.java:223: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RESTARTBRL = 74;
                   ^
./BrlapiConstants.java:225: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RESTARTSPEECH = 75;
     ^
./BrlapiConstants.java:225: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RESTARTSPEECH = 75;
            ^
./BrlapiConstants.java:225: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RESTARTSPEECH = 75;
                   ^
./BrlapiConstants.java:227: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_OFFLINE = 76;
     ^
./BrlapiConstants.java:227: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_OFFLINE = 76;
            ^
./BrlapiConstants.java:227: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_OFFLINE = 76;
                   ^
./BrlapiConstants.java:229: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_ON = 0x100;
     ^
./BrlapiConstants.java:229: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_ON = 0x100;
            ^
./BrlapiConstants.java:229: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_ON = 0x100;
                   ^
./BrlapiConstants.java:231: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_OFF = 0x200;
     ^
./BrlapiConstants.java:231: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_OFF = 0x200;
            ^
./BrlapiConstants.java:231: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_OFF = 0x200;
                   ^
./BrlapiConstants.java:233: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_MASK = (KEY_FLG_TOGGLE_ON | KEY_FLG_TOGGLE_OFF);
     ^
./BrlapiConstants.java:233: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_MASK = (KEY_FLG_TOGGLE_ON | KEY_FLG_TOGGLE_OFF);
            ^
./BrlapiConstants.java:233: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_MASK = (KEY_FLG_TOGGLE_ON | KEY_FLG_TOGGLE_OFF);
                   ^
./BrlapiConstants.java:235: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_ROUTE = 0x400;
     ^
./BrlapiConstants.java:235: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_ROUTE = 0x400;
            ^
./BrlapiConstants.java:235: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_ROUTE = 0x400;
                   ^
./BrlapiConstants.java:237: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_INITIAL = 0x8000;
     ^
./BrlapiConstants.java:237: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_INITIAL = 0x8000;
            ^
./BrlapiConstants.java:237: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_INITIAL = 0x8000;
                   ^
./BrlapiConstants.java:239: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_DELAY = 0x4000;
     ^
./BrlapiConstants.java:239: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_DELAY = 0x4000;
            ^
./BrlapiConstants.java:239: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_DELAY = 0x4000;
                   ^
./BrlapiConstants.java:241: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_MASK = (KEY_FLG_REPEAT_INITIAL | KEY_FLG_REPEAT_DELAY);
     ^
./BrlapiConstants.java:241: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_MASK = (KEY_FLG_REPEAT_INITIAL | KEY_FLG_REPEAT_DELAY);
            ^
./BrlapiConstants.java:241: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_MASK = (KEY_FLG_REPEAT_INITIAL | KEY_FLG_REPEAT_DELAY);
                   ^
./BrlapiConstants.java:243: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ROUTE = 0x10000;
     ^
./BrlapiConstants.java:243: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ROUTE = 0x10000;
            ^
./BrlapiConstants.java:243: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ROUTE = 0x10000;
                   ^
./BrlapiConstants.java:245: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTBEGIN = 0x20000;
     ^
./BrlapiConstants.java:245: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTBEGIN = 0x20000;
            ^
./BrlapiConstants.java:245: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTBEGIN = 0x20000;
                   ^
./BrlapiConstants.java:247: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTAPPEND = 0x30000;
     ^
./BrlapiConstants.java:247: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTAPPEND = 0x30000;
            ^
./BrlapiConstants.java:247: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTAPPEND = 0x30000;
                   ^
./BrlapiConstants.java:249: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTRECT = 0x40000;
     ^
./BrlapiConstants.java:249: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTRECT = 0x40000;
            ^
./BrlapiConstants.java:249: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTRECT = 0x40000;
                   ^
./BrlapiConstants.java:251: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTLINE = 0x50000;
     ^
./BrlapiConstants.java:251: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTLINE = 0x50000;
            ^
./BrlapiConstants.java:251: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTLINE = 0x50000;
                   ^
./BrlapiConstants.java:253: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT = 0x60000;
     ^
./BrlapiConstants.java:253: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT = 0x60000;
            ^
./BrlapiConstants.java:253: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT = 0x60000;
                   ^
./BrlapiConstants.java:255: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRINDENT = 0x70000;
     ^
./BrlapiConstants.java:255: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRINDENT = 0x70000;
            ^
./BrlapiConstants.java:255: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRINDENT = 0x70000;
                   ^
./BrlapiConstants.java:257: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXINDENT = 0x80000;
     ^
./BrlapiConstants.java:257: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXINDENT = 0x80000;
            ^
./BrlapiConstants.java:257: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXINDENT = 0x80000;
                   ^
./BrlapiConstants.java:259: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_DESCCHAR = 0x90000;
     ^
./BrlapiConstants.java:259: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_DESCCHAR = 0x90000;
            ^
./BrlapiConstants.java:259: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_DESCCHAR = 0x90000;
                   ^
./BrlapiConstants.java:261: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SETLEFT = 0xa0000;
     ^
./BrlapiConstants.java:261: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SETLEFT = 0xa0000;
            ^
./BrlapiConstants.java:261: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SETLEFT = 0xa0000;
                   ^
./BrlapiConstants.java:263: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SETMARK = 0xb0000;
     ^
./BrlapiConstants.java:263: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SETMARK = 0xb0000;
            ^
./BrlapiConstants.java:263: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SETMARK = 0xb0000;
                   ^
./BrlapiConstants.java:265: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_GOTOMARK = 0xc0000;
     ^
./BrlapiConstants.java:265: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_GOTOMARK = 0xc0000;
            ^
./BrlapiConstants.java:265: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_GOTOMARK = 0xc0000;
                   ^
./BrlapiConstants.java:267: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_GOTOLINE = 0xd0000;
     ^
./BrlapiConstants.java:267: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_GOTOLINE = 0xd0000;
            ^
./BrlapiConstants.java:267: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_GOTOLINE = 0xd0000;
                   ^
./BrlapiConstants.java:269: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_LINE_SCALED = 0x100;
     ^
./BrlapiConstants.java:269: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_LINE_SCALED = 0x100;
            ^
./BrlapiConstants.java:269: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_LINE_SCALED = 0x100;
                   ^
./BrlapiConstants.java:271: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_LINE_TOLEFT = 0x200;
     ^
./BrlapiConstants.java:271: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_LINE_TOLEFT = 0x200;
            ^
./BrlapiConstants.java:271: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_LINE_TOLEFT = 0x200;
                   ^
./BrlapiConstants.java:273: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRDIFCHAR = 0xe0000;
     ^
./BrlapiConstants.java:273: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRDIFCHAR = 0xe0000;
            ^
./BrlapiConstants.java:273: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRDIFCHAR = 0xe0000;
                   ^
./BrlapiConstants.java:275: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXDIFCHAR = 0xf0000;
     ^
./BrlapiConstants.java:275: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXDIFCHAR = 0xf0000;
            ^
./BrlapiConstants.java:275: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXDIFCHAR = 0xf0000;
                   ^
./BrlapiConstants.java:277: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASSDOTS = 0x220000;
     ^
./BrlapiConstants.java:277: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASSDOTS = 0x220000;
            ^
./BrlapiConstants.java:277: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASSDOTS = 0x220000;
                   ^
./BrlapiConstants.java:279: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_SHIFT = 0x1;
     ^
./BrlapiConstants.java:279: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_SHIFT = 0x1;
            ^
./BrlapiConstants.java:279: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_SHIFT = 0x1;
                   ^
./BrlapiConstants.java:281: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_UPPER = 0x2;
     ^
./BrlapiConstants.java:281: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_UPPER = 0x2;
            ^
./BrlapiConstants.java:281: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_UPPER = 0x2;
                   ^
./BrlapiConstants.java:283: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_CONTROL = 0x4;
     ^
./BrlapiConstants.java:283: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_CONTROL = 0x4;
            ^
./BrlapiConstants.java:283: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_CONTROL = 0x4;
                   ^
./BrlapiConstants.java:285: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_META = 0x8;
     ^
./BrlapiConstants.java:285: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_META = 0x8;
            ^
./BrlapiConstants.java:285: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_META = 0x8;
                   ^
./BrlapiConstants.java:287: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASSAT2 = 0x230000;
     ^
./BrlapiConstants.java:287: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASSAT2 = 0x230000;
            ^
./BrlapiConstants.java:287: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASSAT2 = 0x230000;
                   ^
./BrlapiConstants.java:289: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_RELEASE = 0x100;
     ^
./BrlapiConstants.java:289: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_RELEASE = 0x100;
            ^
./BrlapiConstants.java:289: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_RELEASE = 0x100;
                   ^
./BrlapiConstants.java:291: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_EXTENDED = 0x200;
     ^
./BrlapiConstants.java:291: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_EXTENDED = 0x200;
            ^
./BrlapiConstants.java:291: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_EXTENDED = 0x200;
                   ^
./BrlapiConstants.java:293: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_KEYCODE = 0x400;
     ^
./BrlapiConstants.java:293: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_KEYCODE = 0x400;
            ^
./BrlapiConstants.java:293: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_KEYCODE = 0x400;
                   ^
./BrlapiConstants.java:295: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT1 = 0001;
     ^
./BrlapiConstants.java:295: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT1 = 0001;
            ^
./BrlapiConstants.java:295: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT1 = 0001;
                   ^
./BrlapiConstants.java:297: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT2 = 0002;
     ^
./BrlapiConstants.java:297: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT2 = 0002;
            ^
./BrlapiConstants.java:297: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT2 = 0002;
                   ^
./BrlapiConstants.java:299: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT3 = 0004;
     ^
./BrlapiConstants.java:299: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT3 = 0004;
            ^
./BrlapiConstants.java:299: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT3 = 0004;
                   ^
./BrlapiConstants.java:301: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT4 = 0010;
     ^
./BrlapiConstants.java:301: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT4 = 0010;
            ^
./BrlapiConstants.java:301: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT4 = 0010;
                   ^
./BrlapiConstants.java:303: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT5 = 0020;
     ^
./BrlapiConstants.java:303: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT5 = 0020;
            ^
./BrlapiConstants.java:303: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT5 = 0020;
                   ^
./BrlapiConstants.java:305: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT6 = 0040;
     ^
./BrlapiConstants.java:305: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT6 = 0040;
            ^
./BrlapiConstants.java:305: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT6 = 0040;
                   ^
./BrlapiConstants.java:307: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT7 = 0100;
     ^
./BrlapiConstants.java:307: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT7 = 0100;
            ^
./BrlapiConstants.java:307: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT7 = 0100;
                   ^
./BrlapiConstants.java:309: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT8 = 0200;
     ^
./BrlapiConstants.java:309: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT8 = 0200;
            ^
./BrlapiConstants.java:309: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT8 = 0200;
                   ^
571 warnings
/usr/bin/javac -encoding UTF-8 -d . -classpath . ./*.java
/usr/bin/install -c -d ../../data
./../../Programs/txt2hlp ../../data/brltty-bm.hlp ./help*.txt
/usr/bin/install -c -d ../../lib
gcc -Wall -shared  -o ../../lib/libbrlttybbm.so braille.o 
./ApiTest.java:23: warning: An empty declaration is a deprecated feature that should not be used.
    BrlapiSettings settings = new BrlapiSettings();
                                                     ^
./BrlapiConstants.java:2: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int TTY_DEFAULT = -1;
     ^
./BrlapiConstants.java:2: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int TTY_DEFAULT = -1;
            ^
./BrlapiConstants.java:2: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int TTY_DEFAULT = -1;
                   ^
./BrlapiConstants.java:3: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DISPLAY_DEFAULT = -1;
     ^
./BrlapiConstants.java:3: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DISPLAY_DEFAULT = -1;
            ^
./BrlapiConstants.java:3: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DISPLAY_DEFAULT = -1;
                   ^
./BrlapiConstants.java:4: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int CURSOR_LEAVE = -1;
     ^
./BrlapiConstants.java:4: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int CURSOR_LEAVE = -1;
            ^
./BrlapiConstants.java:4: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int CURSOR_LEAVE = -1;
                   ^
./BrlapiConstants.java:5: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int CURSOR_OFF = 0;
     ^
./BrlapiConstants.java:5: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int CURSOR_OFF = 0;
            ^
./BrlapiConstants.java:5: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int CURSOR_OFF = 0;
                   ^
./BrlapiConstants.java:6: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int rangeType_all = 0;
     ^
./BrlapiConstants.java:6: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int rangeType_all = 0;
            ^
./BrlapiConstants.java:6: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int rangeType_all = 0;
                   ^
./BrlapiConstants.java:7: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int rangeType_type = 1;
     ^
./BrlapiConstants.java:7: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int rangeType_type = 1;
            ^
./BrlapiConstants.java:7: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int rangeType_type = 1;
                   ^
./BrlapiConstants.java:8: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int rangeType_command = 2;
     ^
./BrlapiConstants.java:8: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int rangeType_command = 2;
            ^
./BrlapiConstants.java:8: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int rangeType_command = 2;
                   ^
./BrlapiConstants.java:9: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int rangeType_key = 3;
     ^
./BrlapiConstants.java:9: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int rangeType_key = 3;
            ^
./BrlapiConstants.java:9: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int rangeType_key = 3;
                   ^
./BrlapiConstants.java:10: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int rangeType_code = 4;
     ^
./BrlapiConstants.java:10: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int rangeType_code = 4;
            ^
./BrlapiConstants.java:10: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int rangeType_code = 4;
                   ^
./BrlapiConstants.java:11: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final long KEY_MAX = 0xffffffffffffffffL;
     ^
./BrlapiConstants.java:11: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final long KEY_MAX = 0xffffffffffffffffL;
            ^
./BrlapiConstants.java:11: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final long KEY_MAX = 0xffffffffffffffffL;
                   ^
./BrlapiConstants.java:12: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final long KEY_FLAGS_MASK = 0xffffffff00000000L;
     ^
./BrlapiConstants.java:12: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final long KEY_FLAGS_MASK = 0xffffffff00000000L;
            ^
./BrlapiConstants.java:12: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final long KEY_FLAGS_MASK = 0xffffffff00000000L;
                   ^
./BrlapiConstants.java:13: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLAGS_SHIFT = 32;
     ^
./BrlapiConstants.java:13: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLAGS_SHIFT = 32;
            ^
./BrlapiConstants.java:13: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLAGS_SHIFT = 32;
                   ^
./BrlapiConstants.java:14: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final long KEY_TYPE_MASK = 0xe0000000L;
     ^
./BrlapiConstants.java:14: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final long KEY_TYPE_MASK = 0xe0000000L;
            ^
./BrlapiConstants.java:14: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final long KEY_TYPE_MASK = 0xe0000000L;
                   ^
./BrlapiConstants.java:15: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_SHIFT = 29;
     ^
./BrlapiConstants.java:15: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_SHIFT = 29;
            ^
./BrlapiConstants.java:15: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_SHIFT = 29;
                   ^
./BrlapiConstants.java:16: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_CMD = 0x20000000;
     ^
./BrlapiConstants.java:16: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_CMD = 0x20000000;
            ^
./BrlapiConstants.java:16: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_CMD = 0x20000000;
                   ^
./BrlapiConstants.java:17: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_SYM = 0x0;
     ^
./BrlapiConstants.java:17: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_SYM = 0x0;
            ^
./BrlapiConstants.java:17: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_SYM = 0x0;
                   ^
./BrlapiConstants.java:18: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final long KEY_CODE_MASK = 0x1fffffffL;
     ^
./BrlapiConstants.java:18: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final long KEY_CODE_MASK = 0x1fffffffL;
            ^
./BrlapiConstants.java:18: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final long KEY_CODE_MASK = 0x1fffffffL;
                   ^
./BrlapiConstants.java:19: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CODE_SHIFT = 0;
     ^
./BrlapiConstants.java:19: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CODE_SHIFT = 0;
            ^
./BrlapiConstants.java:19: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CODE_SHIFT = 0;
                   ^
./BrlapiConstants.java:20: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final long KEY_CMD_BLK_MASK = 0x1fff0000L;
     ^
./BrlapiConstants.java:20: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final long KEY_CMD_BLK_MASK = 0x1fff0000L;
            ^
./BrlapiConstants.java:20: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final long KEY_CMD_BLK_MASK = 0x1fff0000L;
                   ^
./BrlapiConstants.java:21: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BLK_SHIFT = 16;
     ^
./BrlapiConstants.java:21: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BLK_SHIFT = 16;
            ^
./BrlapiConstants.java:21: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BLK_SHIFT = 16;
                   ^
./BrlapiConstants.java:22: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final long KEY_CMD_ARG_MASK = 0xffffL;
     ^
./BrlapiConstants.java:22: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final long KEY_CMD_ARG_MASK = 0xffffL;
            ^
./BrlapiConstants.java:22: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final long KEY_CMD_ARG_MASK = 0xffffL;
                   ^
./BrlapiConstants.java:23: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ARG_SHIFT = 0;
     ^
./BrlapiConstants.java:23: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ARG_SHIFT = 0;
            ^
./BrlapiConstants.java:23: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ARG_SHIFT = 0;
                   ^
./BrlapiConstants.java:24: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_BACKSPACE = 0xff08;
     ^
./BrlapiConstants.java:24: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_BACKSPACE = 0xff08;
            ^
./BrlapiConstants.java:24: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_BACKSPACE = 0xff08;
                   ^
./BrlapiConstants.java:25: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_TAB = 0xff09;
     ^
./BrlapiConstants.java:25: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_TAB = 0xff09;
            ^
./BrlapiConstants.java:25: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_TAB = 0xff09;
                   ^
./BrlapiConstants.java:26: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_LINEFEED = 0xff0d;
     ^
./BrlapiConstants.java:26: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_LINEFEED = 0xff0d;
            ^
./BrlapiConstants.java:26: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_LINEFEED = 0xff0d;
                   ^
./BrlapiConstants.java:27: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_ESCAPE = 0xff1b;
     ^
./BrlapiConstants.java:27: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_ESCAPE = 0xff1b;
            ^
./BrlapiConstants.java:27: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_ESCAPE = 0xff1b;
                   ^
./BrlapiConstants.java:28: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_HOME = 0xff50;
     ^
./BrlapiConstants.java:28: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_HOME = 0xff50;
            ^
./BrlapiConstants.java:28: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_HOME = 0xff50;
                   ^
./BrlapiConstants.java:29: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_LEFT = 0xff51;
     ^
./BrlapiConstants.java:29: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_LEFT = 0xff51;
            ^
./BrlapiConstants.java:29: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_LEFT = 0xff51;
                   ^
./BrlapiConstants.java:30: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_UP = 0xff52;
     ^
./BrlapiConstants.java:30: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_UP = 0xff52;
            ^
./BrlapiConstants.java:30: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_UP = 0xff52;
                   ^
./BrlapiConstants.java:31: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_RIGHT = 0xff53;
     ^
./BrlapiConstants.java:31: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_RIGHT = 0xff53;
            ^
./BrlapiConstants.java:31: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_RIGHT = 0xff53;
                   ^
./BrlapiConstants.java:32: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_DOWN = 0xff54;
     ^
./BrlapiConstants.java:32: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_DOWN = 0xff54;
            ^
./BrlapiConstants.java:32: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_DOWN = 0xff54;
                   ^
./BrlapiConstants.java:33: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_PAGE_UP = 0xff55;
     ^
./BrlapiConstants.java:33: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_PAGE_UP = 0xff55;
            ^
./BrlapiConstants.java:33: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_PAGE_UP = 0xff55;
                   ^
./BrlapiConstants.java:34: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_PAGE_DOWN = 0xff56;
     ^
./BrlapiConstants.java:34: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_PAGE_DOWN = 0xff56;
            ^
./BrlapiConstants.java:34: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_PAGE_DOWN = 0xff56;
                   ^
./BrlapiConstants.java:35: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_END = 0xff57;
     ^
./BrlapiConstants.java:35: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_END = 0xff57;
            ^
./BrlapiConstants.java:35: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_END = 0xff57;
                   ^
./BrlapiConstants.java:36: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_INSERT = 0xff63;
     ^
./BrlapiConstants.java:36: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_INSERT = 0xff63;
            ^
./BrlapiConstants.java:36: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_INSERT = 0xff63;
                   ^
./BrlapiConstants.java:37: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F1 = (0xffbe + 0);
     ^
./BrlapiConstants.java:37: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F1 = (0xffbe + 0);
            ^
./BrlapiConstants.java:37: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F1 = (0xffbe + 0);
                   ^
./BrlapiConstants.java:38: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F2 = (0xffbe + 1);
     ^
./BrlapiConstants.java:38: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F2 = (0xffbe + 1);
            ^
./BrlapiConstants.java:38: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F2 = (0xffbe + 1);
                   ^
./BrlapiConstants.java:39: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F3 = (0xffbe + 2);
     ^
./BrlapiConstants.java:39: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F3 = (0xffbe + 2);
            ^
./BrlapiConstants.java:39: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F3 = (0xffbe + 2);
                   ^
./BrlapiConstants.java:40: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F4 = (0xffbe + 3);
     ^
./BrlapiConstants.java:40: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F4 = (0xffbe + 3);
            ^
./BrlapiConstants.java:40: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F4 = (0xffbe + 3);
                   ^
./BrlapiConstants.java:41: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F5 = (0xffbe + 4);
     ^
./BrlapiConstants.java:41: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F5 = (0xffbe + 4);
            ^
./BrlapiConstants.java:41: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F5 = (0xffbe + 4);
                   ^
./BrlapiConstants.java:42: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F6 = (0xffbe + 5);
     ^
./BrlapiConstants.java:42: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F6 = (0xffbe + 5);
            ^
./BrlapiConstants.java:42: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F6 = (0xffbe + 5);
                   ^
./BrlapiConstants.java:43: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F7 = (0xffbe + 6);
     ^
./BrlapiConstants.java:43: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F7 = (0xffbe + 6);
            ^
./BrlapiConstants.java:43: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F7 = (0xffbe + 6);
                   ^
./BrlapiConstants.java:44: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F8 = (0xffbe + 7);
     ^
./BrlapiConstants.java:44: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F8 = (0xffbe + 7);
            ^
./BrlapiConstants.java:44: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F8 = (0xffbe + 7);
                   ^
./BrlapiConstants.java:45: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F9 = (0xffbe + 8);
     ^
./BrlapiConstants.java:45: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F9 = (0xffbe + 8);
            ^
./BrlapiConstants.java:45: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F9 = (0xffbe + 8);
                   ^
./BrlapiConstants.java:46: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F10 = (0xffbe + 9);
     ^
./BrlapiConstants.java:46: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F10 = (0xffbe + 9);
            ^
./BrlapiConstants.java:46: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F10 = (0xffbe + 9);
                   ^
./BrlapiConstants.java:47: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F11 = (0xffbe + 10);
     ^
./BrlapiConstants.java:47: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F11 = (0xffbe + 10);
            ^
./BrlapiConstants.java:47: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F11 = (0xffbe + 10);
                   ^
./BrlapiConstants.java:48: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F12 = (0xffbe + 11);
     ^
./BrlapiConstants.java:48: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F12 = (0xffbe + 11);
            ^
./BrlapiConstants.java:48: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F12 = (0xffbe + 11);
                   ^
./BrlapiConstants.java:49: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F13 = (0xffbe + 12);
     ^
./BrlapiConstants.java:49: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F13 = (0xffbe + 12);
            ^
./BrlapiConstants.java:49: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F13 = (0xffbe + 12);
                   ^
./BrlapiConstants.java:50: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F14 = (0xffbe + 13);
     ^
./BrlapiConstants.java:50: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F14 = (0xffbe + 13);
            ^
./BrlapiConstants.java:50: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F14 = (0xffbe + 13);
                   ^
./BrlapiConstants.java:51: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F15 = (0xffbe + 14);
     ^
./BrlapiConstants.java:51: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F15 = (0xffbe + 14);
            ^
./BrlapiConstants.java:51: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F15 = (0xffbe + 14);
                   ^
./BrlapiConstants.java:52: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F16 = (0xffbe + 15);
     ^
./BrlapiConstants.java:52: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F16 = (0xffbe + 15);
            ^
./BrlapiConstants.java:52: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F16 = (0xffbe + 15);
                   ^
./BrlapiConstants.java:53: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F17 = (0xffbe + 16);
     ^
./BrlapiConstants.java:53: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F17 = (0xffbe + 16);
            ^
./BrlapiConstants.java:53: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F17 = (0xffbe + 16);
                   ^
./BrlapiConstants.java:54: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F18 = (0xffbe + 17);
     ^
./BrlapiConstants.java:54: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F18 = (0xffbe + 17);
            ^
./BrlapiConstants.java:54: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F18 = (0xffbe + 17);
                   ^
./BrlapiConstants.java:55: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F19 = (0xffbe + 18);
     ^
./BrlapiConstants.java:55: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F19 = (0xffbe + 18);
            ^
./BrlapiConstants.java:55: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F19 = (0xffbe + 18);
                   ^
./BrlapiConstants.java:56: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F20 = (0xffbe + 19);
     ^
./BrlapiConstants.java:56: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F20 = (0xffbe + 19);
            ^
./BrlapiConstants.java:56: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F20 = (0xffbe + 19);
                   ^
./BrlapiConstants.java:57: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F21 = (0xffbe + 20);
     ^
./BrlapiConstants.java:57: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F21 = (0xffbe + 20);
            ^
./BrlapiConstants.java:57: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F21 = (0xffbe + 20);
                   ^
./BrlapiConstants.java:58: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F22 = (0xffbe + 21);
     ^
./BrlapiConstants.java:58: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F22 = (0xffbe + 21);
            ^
./BrlapiConstants.java:58: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F22 = (0xffbe + 21);
                   ^
./BrlapiConstants.java:59: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F23 = (0xffbe + 22);
     ^
./BrlapiConstants.java:59: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F23 = (0xffbe + 22);
            ^
./BrlapiConstants.java:59: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F23 = (0xffbe + 22);
                   ^
./BrlapiConstants.java:60: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F24 = (0xffbe + 23);
     ^
./BrlapiConstants.java:60: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F24 = (0xffbe + 23);
            ^
./BrlapiConstants.java:60: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F24 = (0xffbe + 23);
                   ^
./BrlapiConstants.java:61: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F25 = (0xffbe + 24);
     ^
./BrlapiConstants.java:61: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F25 = (0xffbe + 24);
            ^
./BrlapiConstants.java:61: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F25 = (0xffbe + 24);
                   ^
./BrlapiConstants.java:62: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F26 = (0xffbe + 25);
     ^
./BrlapiConstants.java:62: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F26 = (0xffbe + 25);
            ^
./BrlapiConstants.java:62: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F26 = (0xffbe + 25);
                   ^
./BrlapiConstants.java:63: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F27 = (0xffbe + 26);
     ^
./BrlapiConstants.java:63: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F27 = (0xffbe + 26);
            ^
./BrlapiConstants.java:63: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F27 = (0xffbe + 26);
                   ^
./BrlapiConstants.java:64: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F28 = (0xffbe + 27);
     ^
./BrlapiConstants.java:64: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F28 = (0xffbe + 27);
            ^
./BrlapiConstants.java:64: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F28 = (0xffbe + 27);
                   ^
./BrlapiConstants.java:65: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F29 = (0xffbe + 28);
     ^
./BrlapiConstants.java:65: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F29 = (0xffbe + 28);
            ^
./BrlapiConstants.java:65: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F29 = (0xffbe + 28);
                   ^
./BrlapiConstants.java:66: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F30 = (0xffbe + 29);
     ^
./BrlapiConstants.java:66: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F30 = (0xffbe + 29);
            ^
./BrlapiConstants.java:66: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F30 = (0xffbe + 29);
                   ^
./BrlapiConstants.java:67: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F31 = (0xffbe + 30);
     ^
./BrlapiConstants.java:67: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F31 = (0xffbe + 30);
            ^
./BrlapiConstants.java:67: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F31 = (0xffbe + 30);
                   ^
./BrlapiConstants.java:68: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F32 = (0xffbe + 31);
     ^
./BrlapiConstants.java:68: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F32 = (0xffbe + 31);
            ^
./BrlapiConstants.java:68: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F32 = (0xffbe + 31);
                   ^
./BrlapiConstants.java:69: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F33 = (0xffbe + 32);
     ^
./BrlapiConstants.java:69: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F33 = (0xffbe + 32);
            ^
./BrlapiConstants.java:69: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F33 = (0xffbe + 32);
                   ^
./BrlapiConstants.java:70: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F34 = (0xffbe + 33);
     ^
./BrlapiConstants.java:70: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F34 = (0xffbe + 33);
            ^
./BrlapiConstants.java:70: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F34 = (0xffbe + 33);
                   ^
./BrlapiConstants.java:71: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F35 = (0xffbe + 34);
     ^
./BrlapiConstants.java:71: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F35 = (0xffbe + 34);
            ^
./BrlapiConstants.java:71: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F35 = (0xffbe + 34);
                   ^
./BrlapiConstants.java:72: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_DELETE = 0xffff;
     ^
./BrlapiConstants.java:72: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_DELETE = 0xffff;
            ^
./BrlapiConstants.java:72: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_DELETE = 0xffff;
                   ^
./BrlapiConstants.java:73: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_UNICODE = 0x1000000;
     ^
./BrlapiConstants.java:73: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_UNICODE = 0x1000000;
            ^
./BrlapiConstants.java:73: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_UNICODE = 0x1000000;
                   ^
./BrlapiConstants.java:75: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NOOP = 0;
     ^
./BrlapiConstants.java:75: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NOOP = 0;
            ^
./BrlapiConstants.java:75: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NOOP = 0;
                   ^
./BrlapiConstants.java:77: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNUP = 1;
     ^
./BrlapiConstants.java:77: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNUP = 1;
            ^
./BrlapiConstants.java:77: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNUP = 1;
                   ^
./BrlapiConstants.java:79: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNDN = 2;
     ^
./BrlapiConstants.java:79: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNDN = 2;
            ^
./BrlapiConstants.java:79: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNDN = 2;
                   ^
./BrlapiConstants.java:81: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_WINUP = 3;
     ^
./BrlapiConstants.java:81: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_WINUP = 3;
            ^
./BrlapiConstants.java:81: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_WINUP = 3;
                   ^
./BrlapiConstants.java:83: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_WINDN = 4;
     ^
./BrlapiConstants.java:83: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_WINDN = 4;
            ^
./BrlapiConstants.java:83: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_WINDN = 4;
                   ^
./BrlapiConstants.java:85: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRDIFLN = 5;
     ^
./BrlapiConstants.java:85: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRDIFLN = 5;
            ^
./BrlapiConstants.java:85: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRDIFLN = 5;
                   ^
./BrlapiConstants.java:87: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXDIFLN = 6;
     ^
./BrlapiConstants.java:87: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXDIFLN = 6;
            ^
./BrlapiConstants.java:87: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXDIFLN = 6;
                   ^
./BrlapiConstants.java:89: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRUP = 7;
     ^
./BrlapiConstants.java:89: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRUP = 7;
            ^
./BrlapiConstants.java:89: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRUP = 7;
                   ^
./BrlapiConstants.java:91: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRDN = 8;
     ^
./BrlapiConstants.java:91: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRDN = 8;
            ^
./BrlapiConstants.java:91: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRDN = 8;
                   ^
./BrlapiConstants.java:93: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TOP = 9;
     ^
./BrlapiConstants.java:93: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TOP = 9;
            ^
./BrlapiConstants.java:93: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TOP = 9;
                   ^
./BrlapiConstants.java:95: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BOT = 10;
     ^
./BrlapiConstants.java:95: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BOT = 10;
            ^
./BrlapiConstants.java:95: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BOT = 10;
                   ^
./BrlapiConstants.java:97: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TOP_LEFT = 11;
     ^
./BrlapiConstants.java:97: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TOP_LEFT = 11;
            ^
./BrlapiConstants.java:97: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TOP_LEFT = 11;
                   ^
./BrlapiConstants.java:99: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BOT_LEFT = 12;
     ^
./BrlapiConstants.java:99: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BOT_LEFT = 12;
            ^
./BrlapiConstants.java:99: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BOT_LEFT = 12;
                   ^
./BrlapiConstants.java:101: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRPGRPH = 13;
     ^
./BrlapiConstants.java:101: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRPGRPH = 13;
            ^
./BrlapiConstants.java:101: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRPGRPH = 13;
                   ^
./BrlapiConstants.java:103: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXPGRPH = 14;
     ^
./BrlapiConstants.java:103: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXPGRPH = 14;
            ^
./BrlapiConstants.java:103: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXPGRPH = 14;
                   ^
./BrlapiConstants.java:105: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRPROMPT = 15;
     ^
./BrlapiConstants.java:105: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRPROMPT = 15;
            ^
./BrlapiConstants.java:105: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRPROMPT = 15;
                   ^
./BrlapiConstants.java:107: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXPROMPT = 16;
     ^
./BrlapiConstants.java:107: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXPROMPT = 16;
            ^
./BrlapiConstants.java:107: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXPROMPT = 16;
                   ^
./BrlapiConstants.java:109: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRSEARCH = 17;
     ^
./BrlapiConstants.java:109: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRSEARCH = 17;
            ^
./BrlapiConstants.java:109: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRSEARCH = 17;
                   ^
./BrlapiConstants.java:111: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXSEARCH = 18;
     ^
./BrlapiConstants.java:111: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXSEARCH = 18;
            ^
./BrlapiConstants.java:111: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXSEARCH = 18;
                   ^
./BrlapiConstants.java:113: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CHRLT = 19;
     ^
./BrlapiConstants.java:113: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CHRLT = 19;
            ^
./BrlapiConstants.java:113: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CHRLT = 19;
                   ^
./BrlapiConstants.java:115: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CHRRT = 20;
     ^
./BrlapiConstants.java:115: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CHRRT = 20;
            ^
./BrlapiConstants.java:115: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CHRRT = 20;
                   ^
./BrlapiConstants.java:117: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HWINLT = 21;
     ^
./BrlapiConstants.java:117: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HWINLT = 21;
            ^
./BrlapiConstants.java:117: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HWINLT = 21;
                   ^
./BrlapiConstants.java:119: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HWINRT = 22;
     ^
./BrlapiConstants.java:119: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HWINRT = 22;
            ^
./BrlapiConstants.java:119: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HWINRT = 22;
                   ^
./BrlapiConstants.java:121: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINLT = 23;
     ^
./BrlapiConstants.java:121: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINLT = 23;
            ^
make[2]: Entering directory `/home/mlang/svn/brltty/BrailleDrivers/BrailleNote'
gcc -Wall -g -O2 -I. -I./../.. -I. -I../.. -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -DHAVE_CONFIG_H -fPIC '-DDRIVER_NAME=BrailleNote' '-DDRIVER_CODE=bn' '-DDRIVER_COMMENT="18/32"' '-DDRIVER_VERSION="1.0"' '-DDRIVER_DEVELOPERS="Dave Mielke <dave at mielke.cc>"' '-DBRLHELP="brltty-bn.hlp"' -c ./braille.c
./BrlapiConstants.java:121: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINLT = 23;
                   ^
./BrlapiConstants.java:123: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINRT = 24;
     ^
./BrlapiConstants.java:123: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINRT = 24;
            ^
./BrlapiConstants.java:123: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINRT = 24;
                   ^
./BrlapiConstants.java:125: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINLTSKIP = 25;
     ^
./BrlapiConstants.java:125: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINLTSKIP = 25;
            ^
./BrlapiConstants.java:125: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINLTSKIP = 25;
                   ^
./BrlapiConstants.java:127: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINRTSKIP = 26;
     ^
./BrlapiConstants.java:127: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINRTSKIP = 26;
            ^
./BrlapiConstants.java:127: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINRTSKIP = 26;
                   ^
./BrlapiConstants.java:129: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNBEG = 27;
     ^
./BrlapiConstants.java:129: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNBEG = 27;
            ^
./BrlapiConstants.java:129: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNBEG = 27;
                   ^
./BrlapiConstants.java:131: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNEND = 28;
     ^
./BrlapiConstants.java:131: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNEND = 28;
            ^
./BrlapiConstants.java:131: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNEND = 28;
                   ^
./BrlapiConstants.java:133: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HOME = 29;
     ^
./BrlapiConstants.java:133: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HOME = 29;
            ^
./BrlapiConstants.java:133: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HOME = 29;
                   ^
./BrlapiConstants.java:135: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BACK = 30;
     ^
./BrlapiConstants.java:135: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BACK = 30;
            ^
./BrlapiConstants.java:135: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BACK = 30;
                   ^
./BrlapiConstants.java:137: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RETURN = 31;
     ^
./BrlapiConstants.java:137: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RETURN = 31;
            ^
./BrlapiConstants.java:137: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RETURN = 31;
                   ^
./BrlapiConstants.java:139: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FREEZE = 32;
     ^
./BrlapiConstants.java:139: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FREEZE = 32;
            ^
./BrlapiConstants.java:139: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FREEZE = 32;
                   ^
./BrlapiConstants.java:141: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_DISPMD = 33;
     ^
./BrlapiConstants.java:141: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_DISPMD = 33;
            ^
./BrlapiConstants.java:141: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_DISPMD = 33;
                   ^
./BrlapiConstants.java:143: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SIXDOTS = 34;
     ^
./BrlapiConstants.java:143: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SIXDOTS = 34;
            ^
./BrlapiConstants.java:143: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SIXDOTS = 34;
                   ^
./BrlapiConstants.java:145: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SLIDEWIN = 35;
     ^
./BrlapiConstants.java:145: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SLIDEWIN = 35;
            ^
./BrlapiConstants.java:145: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SLIDEWIN = 35;
                   ^
./BrlapiConstants.java:147: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SKPIDLNS = 36;
     ^
./BrlapiConstants.java:147: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SKPIDLNS = 36;
            ^
./BrlapiConstants.java:147: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SKPIDLNS = 36;
                   ^
./BrlapiConstants.java:149: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SKPBLNKWINS = 37;
     ^
./BrlapiConstants.java:149: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SKPBLNKWINS = 37;
            ^
./BrlapiConstants.java:149: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SKPBLNKWINS = 37;
                   ^
./BrlapiConstants.java:151: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRVIS = 38;
     ^
./BrlapiConstants.java:151: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRVIS = 38;
            ^
./BrlapiConstants.java:151: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRVIS = 38;
                   ^
./BrlapiConstants.java:153: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRHIDE = 39;
     ^
./BrlapiConstants.java:153: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRHIDE = 39;
            ^
./BrlapiConstants.java:153: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRHIDE = 39;
                   ^
./BrlapiConstants.java:155: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRTRK = 40;
     ^
./BrlapiConstants.java:155: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRTRK = 40;
            ^
./BrlapiConstants.java:155: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRTRK = 40;
                   ^
./BrlapiConstants.java:157: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRSIZE = 41;
     ^
./BrlapiConstants.java:157: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRSIZE = 41;
            ^
./BrlapiConstants.java:157: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRSIZE = 41;
                   ^
./BrlapiConstants.java:159: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRBLINK = 42;
     ^
./BrlapiConstants.java:159: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRBLINK = 42;
            ^
./BrlapiConstants.java:159: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRBLINK = 42;
                   ^
./BrlapiConstants.java:161: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRVIS = 43;
     ^
./BrlapiConstants.java:161: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRVIS = 43;
            ^
./BrlapiConstants.java:161: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRVIS = 43;
                   ^
./BrlapiConstants.java:163: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRBLINK = 44;
     ^
./BrlapiConstants.java:163: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRBLINK = 44;
            ^
./BrlapiConstants.java:163: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRBLINK = 44;
                   ^
./BrlapiConstants.java:165: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CAPBLINK = 45;
     ^
./BrlapiConstants.java:165: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CAPBLINK = 45;
            ^
./BrlapiConstants.java:165: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CAPBLINK = 45;
                   ^
./BrlapiConstants.java:167: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TUNES = 46;
     ^
./BrlapiConstants.java:167: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TUNES = 46;
            ^
./BrlapiConstants.java:167: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TUNES = 46;
                   ^
./BrlapiConstants.java:169: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_AUTOREPEAT = 47;
     ^
./BrlapiConstants.java:169: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_AUTOREPEAT = 47;
            ^
./BrlapiConstants.java:169: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_AUTOREPEAT = 47;
                   ^
./BrlapiConstants.java:171: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_AUTOSPEAK = 48;
     ^
./BrlapiConstants.java:171: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_AUTOSPEAK = 48;
            ^
./BrlapiConstants.java:171: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_AUTOSPEAK = 48;
                   ^
./BrlapiConstants.java:173: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HELP = 49;
     ^
./BrlapiConstants.java:173: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HELP = 49;
            ^
./BrlapiConstants.java:173: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HELP = 49;
                   ^
./BrlapiConstants.java:175: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_INFO = 50;
     ^
./BrlapiConstants.java:175: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_INFO = 50;
            ^
./BrlapiConstants.java:175: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_INFO = 50;
                   ^
./BrlapiConstants.java:177: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LEARN = 51;
     ^
./BrlapiConstants.java:177: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LEARN = 51;
            ^
./BrlapiConstants.java:177: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LEARN = 51;
                   ^
./BrlapiConstants.java:179: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFMENU = 52;
     ^
./BrlapiConstants.java:179: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFMENU = 52;
            ^
./BrlapiConstants.java:179: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFMENU = 52;
                   ^
./BrlapiConstants.java:181: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFSAVE = 53;
     ^
./BrlapiConstants.java:181: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFSAVE = 53;
            ^
./BrlapiConstants.java:181: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFSAVE = 53;
                   ^
./BrlapiConstants.java:183: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFLOAD = 54;
     ^
./BrlapiConstants.java:183: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFLOAD = 54;
            ^
./BrlapiConstants.java:183: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFLOAD = 54;
                   ^
./BrlapiConstants.java:185: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_FIRST_ITEM = 55;
     ^
./BrlapiConstants.java:185: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_FIRST_ITEM = 55;
            ^
./BrlapiConstants.java:185: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_FIRST_ITEM = 55;
                   ^
./BrlapiConstants.java:187: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_LAST_ITEM = 56;
     ^
./BrlapiConstants.java:187: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_LAST_ITEM = 56;
            ^
./BrlapiConstants.java:187: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_LAST_ITEM = 56;
                   ^
./BrlapiConstants.java:189: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_PREV_ITEM = 57;
     ^
./BrlapiConstants.java:189: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_PREV_ITEM = 57;
            ^
./BrlapiConstants.java:189: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_PREV_ITEM = 57;
                   ^
./BrlapiConstants.java:191: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_NEXT_ITEM = 58;
     ^
./BrlapiConstants.java:191: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_NEXT_ITEM = 58;
            ^
./BrlapiConstants.java:191: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_NEXT_ITEM = 58;
                   ^
./BrlapiConstants.java:193: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_PREV_SETTING = 59;
     ^
./BrlapiConstants.java:193: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_PREV_SETTING = 59;
            ^
./BrlapiConstants.java:193: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_PREV_SETTING = 59;
                   ^
./BrlapiConstants.java:195: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_NEXT_SETTING = 60;
     ^
./BrlapiConstants.java:195: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_NEXT_SETTING = 60;
            ^
./BrlapiConstants.java:195: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_NEXT_SETTING = 60;
                   ^
./BrlapiConstants.java:197: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MUTE = 61;
     ^
./BrlapiConstants.java:197: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MUTE = 61;
            ^
./BrlapiConstants.java:197: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MUTE = 61;
                   ^
./BrlapiConstants.java:199: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SPKHOME = 62;
     ^
./BrlapiConstants.java:199: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SPKHOME = 62;
            ^
./BrlapiConstants.java:199: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SPKHOME = 62;
                   ^
./BrlapiConstants.java:201: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_LINE = 63;
     ^
./BrlapiConstants.java:201: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_LINE = 63;
            ^
./BrlapiConstants.java:201: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_LINE = 63;
                   ^
./BrlapiConstants.java:203: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_ABOVE = 64;
     ^
./BrlapiConstants.java:203: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_ABOVE = 64;
            ^
./BrlapiConstants.java:203: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_ABOVE = 64;
                   ^
./BrlapiConstants.java:205: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_BELOW = 65;
     ^
./BrlapiConstants.java:205: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_BELOW = 65;
            ^
./BrlapiConstants.java:205: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_BELOW = 65;
                   ^
./BrlapiConstants.java:207: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_SLOWER = 66;
     ^
./BrlapiConstants.java:207: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_SLOWER = 66;
            ^
./BrlapiConstants.java:207: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_SLOWER = 66;
                   ^
./BrlapiConstants.java:209: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_FASTER = 67;
     ^
./BrlapiConstants.java:209: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_FASTER = 67;
            ^
./BrlapiConstants.java:209: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_FASTER = 67;
                   ^
./BrlapiConstants.java:211: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_SOFTER = 68;
     ^
./BrlapiConstants.java:211: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_SOFTER = 68;
            ^
./BrlapiConstants.java:211: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_SOFTER = 68;
                   ^
./BrlapiConstants.java:213: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_LOUDER = 69;
     ^
./BrlapiConstants.java:213: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_LOUDER = 69;
            ^
./BrlapiConstants.java:213: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_LOUDER = 69;
                   ^
./BrlapiConstants.java:215: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT_PREV = 70;
     ^
./BrlapiConstants.java:215: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT_PREV = 70;
            ^
./BrlapiConstants.java:215: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT_PREV = 70;
                   ^
./BrlapiConstants.java:217: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT_NEXT = 71;
     ^
./BrlapiConstants.java:217: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT_NEXT = 71;
            ^
./BrlapiConstants.java:217: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT_NEXT = 71;
                   ^
./BrlapiConstants.java:219: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRJMP_VERT = 72;
     ^
./BrlapiConstants.java:219: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRJMP_VERT = 72;
            ^
./BrlapiConstants.java:219: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRJMP_VERT = 72;
                   ^
./BrlapiConstants.java:221: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASTE = 73;
     ^
./BrlapiConstants.java:221: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASTE = 73;
            ^
./BrlapiConstants.java:221: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASTE = 73;
                   ^
./BrlapiConstants.java:223: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RESTARTBRL = 74;
     ^
./BrlapiConstants.java:223: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RESTARTBRL = 74;
            ^
./BrlapiConstants.java:223: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RESTARTBRL = 74;
                   ^
./BrlapiConstants.java:225: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RESTARTSPEECH = 75;
     ^
./BrlapiConstants.java:225: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RESTARTSPEECH = 75;
            ^
./BrlapiConstants.java:225: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RESTARTSPEECH = 75;
                   ^
./BrlapiConstants.java:227: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_OFFLINE = 76;
     ^
./BrlapiConstants.java:227: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_OFFLINE = 76;
            ^
./BrlapiConstants.java:227: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_OFFLINE = 76;
                   ^
./BrlapiConstants.java:229: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_ON = 0x100;
     ^
./BrlapiConstants.java:229: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_ON = 0x100;
            ^
./BrlapiConstants.java:229: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_ON = 0x100;
                   ^
./BrlapiConstants.java:231: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_OFF = 0x200;
     ^
./BrlapiConstants.java:231: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_OFF = 0x200;
            ^
./BrlapiConstants.java:231: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_OFF = 0x200;
                   ^
./BrlapiConstants.java:233: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_MASK = (KEY_FLG_TOGGLE_ON | KEY_FLG_TOGGLE_OFF);
     ^
./BrlapiConstants.java:233: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_MASK = (KEY_FLG_TOGGLE_ON | KEY_FLG_TOGGLE_OFF);
            ^
./BrlapiConstants.java:233: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_MASK = (KEY_FLG_TOGGLE_ON | KEY_FLG_TOGGLE_OFF);
                   ^
./BrlapiConstants.java:235: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_ROUTE = 0x400;
     ^
./BrlapiConstants.java:235: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_ROUTE = 0x400;
            ^
./BrlapiConstants.java:235: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_ROUTE = 0x400;
                   ^
./BrlapiConstants.java:237: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_INITIAL = 0x8000;
     ^
./BrlapiConstants.java:237: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_INITIAL = 0x8000;
            ^
./BrlapiConstants.java:237: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_INITIAL = 0x8000;
                   ^
./BrlapiConstants.java:239: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_DELAY = 0x4000;
     ^
./BrlapiConstants.java:239: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_DELAY = 0x4000;
            ^
./BrlapiConstants.java:239: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_DELAY = 0x4000;
                   ^
./BrlapiConstants.java:241: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_MASK = (KEY_FLG_REPEAT_INITIAL | KEY_FLG_REPEAT_DELAY);
     ^
./BrlapiConstants.java:241: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_MASK = (KEY_FLG_REPEAT_INITIAL | KEY_FLG_REPEAT_DELAY);
            ^
./BrlapiConstants.java:241: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_MASK = (KEY_FLG_REPEAT_INITIAL | KEY_FLG_REPEAT_DELAY);
                   ^
./BrlapiConstants.java:243: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ROUTE = 0x10000;
     ^
./BrlapiConstants.java:243: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ROUTE = 0x10000;
            ^
./BrlapiConstants.java:243: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ROUTE = 0x10000;
                   ^
./BrlapiConstants.java:245: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTBEGIN = 0x20000;
     ^
./BrlapiConstants.java:245: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTBEGIN = 0x20000;
            ^
./BrlapiConstants.java:245: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTBEGIN = 0x20000;
                   ^
./BrlapiConstants.java:247: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTAPPEND = 0x30000;
     ^
./BrlapiConstants.java:247: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTAPPEND = 0x30000;
            ^
./BrlapiConstants.java:247: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTAPPEND = 0x30000;
                   ^
./BrlapiConstants.java:249: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTRECT = 0x40000;
     ^
./BrlapiConstants.java:249: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTRECT = 0x40000;
            ^
./BrlapiConstants.java:249: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTRECT = 0x40000;
                   ^
./BrlapiConstants.java:251: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTLINE = 0x50000;
     ^
./BrlapiConstants.java:251: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTLINE = 0x50000;
            ^
./BrlapiConstants.java:251: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTLINE = 0x50000;
                   ^
./BrlapiConstants.java:253: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT = 0x60000;
     ^
./BrlapiConstants.java:253: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT = 0x60000;
            ^
./BrlapiConstants.java:253: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT = 0x60000;
                   ^
./BrlapiConstants.java:255: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRINDENT = 0x70000;
     ^
./BrlapiConstants.java:255: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRINDENT = 0x70000;
            ^
./BrlapiConstants.java:255: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRINDENT = 0x70000;
                   ^
./BrlapiConstants.java:257: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXINDENT = 0x80000;
     ^
./BrlapiConstants.java:257: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXINDENT = 0x80000;
            ^
./BrlapiConstants.java:257: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXINDENT = 0x80000;
                   ^
./BrlapiConstants.java:259: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_DESCCHAR = 0x90000;
     ^
./BrlapiConstants.java:259: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_DESCCHAR = 0x90000;
            ^
./BrlapiConstants.java:259: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_DESCCHAR = 0x90000;
                   ^
./BrlapiConstants.java:261: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SETLEFT = 0xa0000;
     ^
./BrlapiConstants.java:261: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SETLEFT = 0xa0000;
            ^
./BrlapiConstants.java:261: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SETLEFT = 0xa0000;
                   ^
./BrlapiConstants.java:263: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SETMARK = 0xb0000;
     ^
./BrlapiConstants.java:263: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SETMARK = 0xb0000;
            ^
./BrlapiConstants.java:263: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SETMARK = 0xb0000;
                   ^
./BrlapiConstants.java:265: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_GOTOMARK = 0xc0000;
     ^
./BrlapiConstants.java:265: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_GOTOMARK = 0xc0000;
            ^
./BrlapiConstants.java:265: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_GOTOMARK = 0xc0000;
                   ^
./BrlapiConstants.java:267: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_GOTOLINE = 0xd0000;
     ^
./BrlapiConstants.java:267: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_GOTOLINE = 0xd0000;
            ^
./BrlapiConstants.java:267: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_GOTOLINE = 0xd0000;
                   ^
./BrlapiConstants.java:269: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_LINE_SCALED = 0x100;
     ^
./BrlapiConstants.java:269: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_LINE_SCALED = 0x100;
            ^
./BrlapiConstants.java:269: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_LINE_SCALED = 0x100;
                   ^
./BrlapiConstants.java:271: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_LINE_TOLEFT = 0x200;
     ^
./BrlapiConstants.java:271: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_LINE_TOLEFT = 0x200;
            ^
./BrlapiConstants.java:271: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_LINE_TOLEFT = 0x200;
                   ^
./BrlapiConstants.java:273: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRDIFCHAR = 0xe0000;
     ^
./BrlapiConstants.java:273: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRDIFCHAR = 0xe0000;
            ^
./BrlapiConstants.java:273: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRDIFCHAR = 0xe0000;
                   ^
./BrlapiConstants.java:275: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXDIFCHAR = 0xf0000;
     ^
./BrlapiConstants.java:275: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXDIFCHAR = 0xf0000;
            ^
./BrlapiConstants.java:275: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXDIFCHAR = 0xf0000;
                   ^
./BrlapiConstants.java:277: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASSDOTS = 0x220000;
     ^
./BrlapiConstants.java:277: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASSDOTS = 0x220000;
            ^
./BrlapiConstants.java:277: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASSDOTS = 0x220000;
                   ^
./BrlapiConstants.java:279: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_SHIFT = 0x1;
     ^
./BrlapiConstants.java:279: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_SHIFT = 0x1;
            ^
./BrlapiConstants.java:279: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_SHIFT = 0x1;
                   ^
./BrlapiConstants.java:281: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_UPPER = 0x2;
     ^
./BrlapiConstants.java:281: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_UPPER = 0x2;
            ^
./BrlapiConstants.java:281: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_UPPER = 0x2;
                   ^
./BrlapiConstants.java:283: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_CONTROL = 0x4;
     ^
./BrlapiConstants.java:283: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_CONTROL = 0x4;
            ^
./BrlapiConstants.java:283: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_CONTROL = 0x4;
                   ^
./BrlapiConstants.java:285: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_META = 0x8;
     ^
./BrlapiConstants.java:285: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_META = 0x8;
            ^
./BrlapiConstants.java:285: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_META = 0x8;
                   ^
./BrlapiConstants.java:287: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASSAT2 = 0x230000;
     ^
./BrlapiConstants.java:287: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASSAT2 = 0x230000;
            ^
./BrlapiConstants.java:287: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASSAT2 = 0x230000;
                   ^
./BrlapiConstants.java:289: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_RELEASE = 0x100;
     ^
./BrlapiConstants.java:289: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_RELEASE = 0x100;
            ^
./BrlapiConstants.java:289: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_RELEASE = 0x100;
                   ^
./BrlapiConstants.java:291: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_EXTENDED = 0x200;
     ^
./BrlapiConstants.java:291: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_EXTENDED = 0x200;
            ^
./BrlapiConstants.java:291: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_EXTENDED = 0x200;
                   ^
./BrlapiConstants.java:293: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_KEYCODE = 0x400;
     ^
./BrlapiConstants.java:293: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_KEYCODE = 0x400;
            ^
./BrlapiConstants.java:293: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_KEYCODE = 0x400;
                   ^
./BrlapiConstants.java:295: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT1 = 0001;
     ^
./BrlapiConstants.java:295: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT1 = 0001;
            ^
./BrlapiConstants.java:295: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT1 = 0001;
                   ^
./BrlapiConstants.java:297: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT2 = 0002;
     ^
./BrlapiConstants.java:297: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT2 = 0002;
            ^
./BrlapiConstants.java:297: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT2 = 0002;
                   ^
./BrlapiConstants.java:299: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT3 = 0004;
     ^
./BrlapiConstants.java:299: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT3 = 0004;
            ^
./BrlapiConstants.java:299: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT3 = 0004;
                   ^
./BrlapiConstants.java:301: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT4 = 0010;
     ^
./BrlapiConstants.java:301: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT4 = 0010;
            ^
./BrlapiConstants.java:301: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT4 = 0010;
                   ^
./BrlapiConstants.java:303: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT5 = 0020;
     ^
./BrlapiConstants.java:303: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT5 = 0020;
            ^
./BrlapiConstants.java:303: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT5 = 0020;
                   ^
./BrlapiConstants.java:305: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT6 = 0040;
     ^
./BrlapiConstants.java:305: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT6 = 0040;
            ^
./BrlapiConstants.java:305: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT6 = 0040;
                   ^
./BrlapiConstants.java:307: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT7 = 0100;
     ^
./BrlapiConstants.java:307: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT7 = 0100;
            ^
./BrlapiConstants.java:307: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT7 = 0100;
                   ^
./BrlapiConstants.java:309: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT8 = 0200;
     ^
./BrlapiConstants.java:309: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT8 = 0200;
            ^
./BrlapiConstants.java:309: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT8 = 0200;
                   ^
571 warnings
/usr/bin/javac -encoding UTF-8 -d . -classpath . ./*.java
./ApiTest.java:23: warning: An empty declaration is a deprecated feature that should not be used.
    BrlapiSettings settings = new BrlapiSettings();
                                                     ^
./BrlapiConstants.java:2: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int TTY_DEFAULT = -1;
     ^
./BrlapiConstants.java:2: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int TTY_DEFAULT = -1;
            ^
./BrlapiConstants.java:2: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int TTY_DEFAULT = -1;
                   ^
./BrlapiConstants.java:3: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DISPLAY_DEFAULT = -1;
     ^
./BrlapiConstants.java:3: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DISPLAY_DEFAULT = -1;
            ^
./BrlapiConstants.java:3: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DISPLAY_DEFAULT = -1;
                   ^
./BrlapiConstants.java:4: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int CURSOR_LEAVE = -1;
     ^
./BrlapiConstants.java:4: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int CURSOR_LEAVE = -1;
            ^
./BrlapiConstants.java:4: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int CURSOR_LEAVE = -1;
                   ^
./BrlapiConstants.java:5: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int CURSOR_OFF = 0;
     ^
./BrlapiConstants.java:5: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int CURSOR_OFF = 0;
            ^
./BrlapiConstants.java:5: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int CURSOR_OFF = 0;
                   ^
./BrlapiConstants.java:6: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int rangeType_all = 0;
     ^
./BrlapiConstants.java:6: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int rangeType_all = 0;
            ^
./BrlapiConstants.java:6: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int rangeType_all = 0;
                   ^
./BrlapiConstants.java:7: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int rangeType_type = 1;
     ^
./BrlapiConstants.java:7: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int rangeType_type = 1;
            ^
./BrlapiConstants.java:7: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int rangeType_type = 1;
                   ^
./BrlapiConstants.java:8: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int rangeType_command = 2;
     ^
./BrlapiConstants.java:8: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int rangeType_command = 2;
            ^
./BrlapiConstants.java:8: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int rangeType_command = 2;
                   ^
./BrlapiConstants.java:9: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int rangeType_key = 3;
     ^
./BrlapiConstants.java:9: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int rangeType_key = 3;
            ^
./BrlapiConstants.java:9: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int rangeType_key = 3;
                   ^
./BrlapiConstants.java:10: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int rangeType_code = 4;
     ^
./BrlapiConstants.java:10: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int rangeType_code = 4;
            ^
./BrlapiConstants.java:10: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int rangeType_code = 4;
                   ^
./BrlapiConstants.java:11: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final long KEY_MAX = 0xffffffffffffffffL;
     ^
./BrlapiConstants.java:11: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final long KEY_MAX = 0xffffffffffffffffL;
            ^
./BrlapiConstants.java:11: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final long KEY_MAX = 0xffffffffffffffffL;
                   ^
./BrlapiConstants.java:12: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final long KEY_FLAGS_MASK = 0xffffffff00000000L;
     ^
./BrlapiConstants.java:12: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final long KEY_FLAGS_MASK = 0xffffffff00000000L;
            ^
./BrlapiConstants.java:12: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final long KEY_FLAGS_MASK = 0xffffffff00000000L;
                   ^
./BrlapiConstants.java:13: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLAGS_SHIFT = 32;
     ^
./BrlapiConstants.java:13: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLAGS_SHIFT = 32;
            ^
./BrlapiConstants.java:13: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLAGS_SHIFT = 32;
                   ^
./BrlapiConstants.java:14: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final long KEY_TYPE_MASK = 0xe0000000L;
     ^
./BrlapiConstants.java:14: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final long KEY_TYPE_MASK = 0xe0000000L;
            ^
./BrlapiConstants.java:14: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final long KEY_TYPE_MASK = 0xe0000000L;
                   ^
./BrlapiConstants.java:15: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_SHIFT = 29;
     ^
./BrlapiConstants.java:15: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_SHIFT = 29;
            ^
./BrlapiConstants.java:15: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_SHIFT = 29;
                   ^
./BrlapiConstants.java:16: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_CMD = 0x20000000;
     ^
./BrlapiConstants.java:16: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_CMD = 0x20000000;
            ^
./BrlapiConstants.java:16: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_CMD = 0x20000000;
                   ^
./BrlapiConstants.java:17: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_SYM = 0x0;
     ^
./BrlapiConstants.java:17: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_SYM = 0x0;
            ^
./BrlapiConstants.java:17: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_SYM = 0x0;
                   ^
./BrlapiConstants.java:18: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final long KEY_CODE_MASK = 0x1fffffffL;
     ^
./BrlapiConstants.java:18: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final long KEY_CODE_MASK = 0x1fffffffL;
            ^
./BrlapiConstants.java:18: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final long KEY_CODE_MASK = 0x1fffffffL;
                   ^
./BrlapiConstants.java:19: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CODE_SHIFT = 0;
     ^
./BrlapiConstants.java:19: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CODE_SHIFT = 0;
            ^
./BrlapiConstants.java:19: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CODE_SHIFT = 0;
                   ^
./BrlapiConstants.java:20: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final long KEY_CMD_BLK_MASK = 0x1fff0000L;
     ^
./BrlapiConstants.java:20: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final long KEY_CMD_BLK_MASK = 0x1fff0000L;
            ^
./BrlapiConstants.java:20: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final long KEY_CMD_BLK_MASK = 0x1fff0000L;
                   ^
./BrlapiConstants.java:21: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BLK_SHIFT = 16;
     ^
./BrlapiConstants.java:21: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BLK_SHIFT = 16;
            ^
./BrlapiConstants.java:21: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BLK_SHIFT = 16;
                   ^
./BrlapiConstants.java:22: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final long KEY_CMD_ARG_MASK = 0xffffL;
     ^
./BrlapiConstants.java:22: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final long KEY_CMD_ARG_MASK = 0xffffL;
            ^
./BrlapiConstants.java:22: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final long KEY_CMD_ARG_MASK = 0xffffL;
                   ^
./BrlapiConstants.java:23: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ARG_SHIFT = 0;
     ^
./BrlapiConstants.java:23: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ARG_SHIFT = 0;
            ^
./BrlapiConstants.java:23: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ARG_SHIFT = 0;
                   ^
./BrlapiConstants.java:24: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_BACKSPACE = 0xff08;
     ^
./BrlapiConstants.java:24: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_BACKSPACE = 0xff08;
            ^
./BrlapiConstants.java:24: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_BACKSPACE = 0xff08;
                   ^
./BrlapiConstants.java:25: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_TAB = 0xff09;
     ^
./BrlapiConstants.java:25: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_TAB = 0xff09;
            ^
./BrlapiConstants.java:25: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_TAB = 0xff09;
                   ^
./BrlapiConstants.java:26: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_LINEFEED = 0xff0d;
     ^
./BrlapiConstants.java:26: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_LINEFEED = 0xff0d;
            ^
./BrlapiConstants.java:26: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_LINEFEED = 0xff0d;
                   ^
./BrlapiConstants.java:27: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_ESCAPE = 0xff1b;
     ^
./BrlapiConstants.java:27: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_ESCAPE = 0xff1b;
            ^
./BrlapiConstants.java:27: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_ESCAPE = 0xff1b;
                   ^
./BrlapiConstants.java:28: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_HOME = 0xff50;
     ^
./BrlapiConstants.java:28: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_HOME = 0xff50;
            ^
./BrlapiConstants.java:28: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_HOME = 0xff50;
                   ^
./BrlapiConstants.java:29: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_LEFT = 0xff51;
     ^
./BrlapiConstants.java:29: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_LEFT = 0xff51;
            ^
./BrlapiConstants.java:29: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_LEFT = 0xff51;
                   ^
./BrlapiConstants.java:30: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_UP = 0xff52;
     ^
./BrlapiConstants.java:30: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_UP = 0xff52;
            ^
./BrlapiConstants.java:30: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_UP = 0xff52;
                   ^
./BrlapiConstants.java:31: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_RIGHT = 0xff53;
     ^
./BrlapiConstants.java:31: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_RIGHT = 0xff53;
            ^
./BrlapiConstants.java:31: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_RIGHT = 0xff53;
                   ^
./BrlapiConstants.java:32: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_DOWN = 0xff54;
     ^
./BrlapiConstants.java:32: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_DOWN = 0xff54;
            ^
./BrlapiConstants.java:32: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_DOWN = 0xff54;
                   ^
./BrlapiConstants.java:33: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_PAGE_UP = 0xff55;
     ^
./BrlapiConstants.java:33: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_PAGE_UP = 0xff55;
            ^
./BrlapiConstants.java:33: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_PAGE_UP = 0xff55;
                   ^
./BrlapiConstants.java:34: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_PAGE_DOWN = 0xff56;
     ^
./BrlapiConstants.java:34: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_PAGE_DOWN = 0xff56;
            ^
./BrlapiConstants.java:34: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_PAGE_DOWN = 0xff56;
                   ^
./BrlapiConstants.java:35: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_END = 0xff57;
     ^
./BrlapiConstants.java:35: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_END = 0xff57;
            ^
./BrlapiConstants.java:35: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_END = 0xff57;
                   ^
./BrlapiConstants.java:36: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_INSERT = 0xff63;
     ^
./BrlapiConstants.java:36: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_INSERT = 0xff63;
            ^
./BrlapiConstants.java:36: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_INSERT = 0xff63;
                   ^
./BrlapiConstants.java:37: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F1 = (0xffbe + 0);
     ^
./BrlapiConstants.java:37: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F1 = (0xffbe + 0);
            ^
./BrlapiConstants.java:37: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F1 = (0xffbe + 0);
                   ^
./BrlapiConstants.java:38: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F2 = (0xffbe + 1);
     ^
./BrlapiConstants.java:38: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F2 = (0xffbe + 1);
            ^
./BrlapiConstants.java:38: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F2 = (0xffbe + 1);
                   ^
./BrlapiConstants.java:39: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F3 = (0xffbe + 2);
     ^
./BrlapiConstants.java:39: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F3 = (0xffbe + 2);
            ^
./BrlapiConstants.java:39: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F3 = (0xffbe + 2);
                   ^
./BrlapiConstants.java:40: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F4 = (0xffbe + 3);
     ^
./BrlapiConstants.java:40: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F4 = (0xffbe + 3);
            ^
./BrlapiConstants.java:40: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F4 = (0xffbe + 3);
                   ^
./BrlapiConstants.java:41: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F5 = (0xffbe + 4);
     ^
./BrlapiConstants.java:41: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F5 = (0xffbe + 4);
            ^
./BrlapiConstants.java:41: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F5 = (0xffbe + 4);
                   ^
./BrlapiConstants.java:42: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F6 = (0xffbe + 5);
     ^
./BrlapiConstants.java:42: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F6 = (0xffbe + 5);
            ^
./BrlapiConstants.java:42: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F6 = (0xffbe + 5);
                   ^
./BrlapiConstants.java:43: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F7 = (0xffbe + 6);
     ^
./BrlapiConstants.java:43: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F7 = (0xffbe + 6);
            ^
./BrlapiConstants.java:43: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F7 = (0xffbe + 6);
                   ^
./BrlapiConstants.java:44: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F8 = (0xffbe + 7);
     ^
./BrlapiConstants.java:44: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F8 = (0xffbe + 7);
            ^
./BrlapiConstants.java:44: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F8 = (0xffbe + 7);
                   ^
./BrlapiConstants.java:45: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F9 = (0xffbe + 8);
     ^
./BrlapiConstants.java:45: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F9 = (0xffbe + 8);
            ^
./BrlapiConstants.java:45: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F9 = (0xffbe + 8);
                   ^
./BrlapiConstants.java:46: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F10 = (0xffbe + 9);
     ^
./BrlapiConstants.java:46: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F10 = (0xffbe + 9);
            ^
./BrlapiConstants.java:46: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F10 = (0xffbe + 9);
                   ^
./BrlapiConstants.java:47: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F11 = (0xffbe + 10);
     ^
./BrlapiConstants.java:47: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F11 = (0xffbe + 10);
            ^
./BrlapiConstants.java:47: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F11 = (0xffbe + 10);
                   ^
./BrlapiConstants.java:48: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F12 = (0xffbe + 11);
     ^
./BrlapiConstants.java:48: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F12 = (0xffbe + 11);
            ^
./BrlapiConstants.java:48: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F12 = (0xffbe + 11);
                   ^
./BrlapiConstants.java:49: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F13 = (0xffbe + 12);
     ^
./BrlapiConstants.java:49: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F13 = (0xffbe + 12);
            ^
./BrlapiConstants.java:49: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F13 = (0xffbe + 12);
                   ^
./BrlapiConstants.java:50: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F14 = (0xffbe + 13);
     ^
./BrlapiConstants.java:50: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F14 = (0xffbe + 13);
            ^
./BrlapiConstants.java:50: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F14 = (0xffbe + 13);
                   ^
./BrlapiConstants.java:51: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F15 = (0xffbe + 14);
     ^
./BrlapiConstants.java:51: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F15 = (0xffbe + 14);
            ^
./BrlapiConstants.java:51: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F15 = (0xffbe + 14);
                   ^
./BrlapiConstants.java:52: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F16 = (0xffbe + 15);
     ^
./BrlapiConstants.java:52: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F16 = (0xffbe + 15);
            ^
./BrlapiConstants.java:52: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F16 = (0xffbe + 15);
                   ^
./BrlapiConstants.java:53: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F17 = (0xffbe + 16);
     ^
./BrlapiConstants.java:53: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F17 = (0xffbe + 16);
            ^
./BrlapiConstants.java:53: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F17 = (0xffbe + 16);
                   ^
./BrlapiConstants.java:54: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F18 = (0xffbe + 17);
     ^
./BrlapiConstants.java:54: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F18 = (0xffbe + 17);
            ^
./BrlapiConstants.java:54: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F18 = (0xffbe + 17);
                   ^
./BrlapiConstants.java:55: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F19 = (0xffbe + 18);
     ^
./BrlapiConstants.java:55: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F19 = (0xffbe + 18);
            ^
./BrlapiConstants.java:55: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F19 = (0xffbe + 18);
                   ^
./BrlapiConstants.java:56: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F20 = (0xffbe + 19);
     ^
./BrlapiConstants.java:56: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F20 = (0xffbe + 19);
            ^
./BrlapiConstants.java:56: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F20 = (0xffbe + 19);
                   ^
./BrlapiConstants.java:57: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F21 = (0xffbe + 20);
     ^
./BrlapiConstants.java:57: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F21 = (0xffbe + 20);
            ^
./BrlapiConstants.java:57: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F21 = (0xffbe + 20);
                   ^
./BrlapiConstants.java:58: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F22 = (0xffbe + 21);
     ^
./BrlapiConstants.java:58: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F22 = (0xffbe + 21);
            ^
./BrlapiConstants.java:58: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F22 = (0xffbe + 21);
                   ^
./BrlapiConstants.java:59: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F23 = (0xffbe + 22);
     ^
./BrlapiConstants.java:59: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F23 = (0xffbe + 22);
            ^
./BrlapiConstants.java:59: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F23 = (0xffbe + 22);
                   ^
./BrlapiConstants.java:60: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F24 = (0xffbe + 23);
     ^
./BrlapiConstants.java:60: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F24 = (0xffbe + 23);
            ^
./BrlapiConstants.java:60: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F24 = (0xffbe + 23);
                   ^
./BrlapiConstants.java:61: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F25 = (0xffbe + 24);
     ^
./BrlapiConstants.java:61: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F25 = (0xffbe + 24);
            ^
./BrlapiConstants.java:61: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F25 = (0xffbe + 24);
                   ^
./BrlapiConstants.java:62: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F26 = (0xffbe + 25);
     ^
./BrlapiConstants.java:62: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F26 = (0xffbe + 25);
            ^
./BrlapiConstants.java:62: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F26 = (0xffbe + 25);
                   ^
./BrlapiConstants.java:63: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F27 = (0xffbe + 26);
     ^
./BrlapiConstants.java:63: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F27 = (0xffbe + 26);
            ^
./BrlapiConstants.java:63: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F27 = (0xffbe + 26);
                   ^
./BrlapiConstants.java:64: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F28 = (0xffbe + 27);
     ^
./BrlapiConstants.java:64: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F28 = (0xffbe + 27);
            ^
./BrlapiConstants.java:64: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F28 = (0xffbe + 27);
                   ^
./BrlapiConstants.java:65: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F29 = (0xffbe + 28);
     ^
./BrlapiConstants.java:65: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F29 = (0xffbe + 28);
            ^
./BrlapiConstants.java:65: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F29 = (0xffbe + 28);
                   ^
./BrlapiConstants.java:66: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F30 = (0xffbe + 29);
     ^
./BrlapiConstants.java:66: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F30 = (0xffbe + 29);
            ^
./BrlapiConstants.java:66: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F30 = (0xffbe + 29);
                   ^
./BrlapiConstants.java:67: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F31 = (0xffbe + 30);
     ^
./BrlapiConstants.java:67: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F31 = (0xffbe + 30);
            ^
./BrlapiConstants.java:67: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F31 = (0xffbe + 30);
                   ^
./BrlapiConstants.java:68: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F32 = (0xffbe + 31);
     ^
./BrlapiConstants.java:68: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F32 = (0xffbe + 31);
            ^
./BrlapiConstants.java:68: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F32 = (0xffbe + 31);
                   ^
./BrlapiConstants.java:69: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F33 = (0xffbe + 32);
     ^
./BrlapiConstants.java:69: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F33 = (0xffbe + 32);
            ^
./BrlapiConstants.java:69: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F33 = (0xffbe + 32);
                   ^
./BrlapiConstants.java:70: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F34 = (0xffbe + 33);
     ^
./BrlapiConstants.java:70: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F34 = (0xffbe + 33);
            ^
./BrlapiConstants.java:70: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F34 = (0xffbe + 33);
                   ^
./BrlapiConstants.java:71: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F35 = (0xffbe + 34);
     ^
./BrlapiConstants.java:71: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F35 = (0xffbe + 34);
            ^
./BrlapiConstants.java:71: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F35 = (0xffbe + 34);
                   ^
./BrlapiConstants.java:72: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_DELETE = 0xffff;
     ^
./BrlapiConstants.java:72: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_DELETE = 0xffff;
            ^
./BrlapiConstants.java:72: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_DELETE = 0xffff;
                   ^
./BrlapiConstants.java:73: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_UNICODE = 0x1000000;
     ^
./BrlapiConstants.java:73: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_UNICODE = 0x1000000;
            ^
./BrlapiConstants.java:73: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_UNICODE = 0x1000000;
                   ^
./BrlapiConstants.java:75: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NOOP = 0;
     ^
./BrlapiConstants.java:75: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NOOP = 0;
            ^
./BrlapiConstants.java:75: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NOOP = 0;
                   ^
./BrlapiConstants.java:77: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNUP = 1;
     ^
./BrlapiConstants.java:77: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNUP = 1;
            ^
./BrlapiConstants.java:77: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNUP = 1;
                   ^
./BrlapiConstants.java:79: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNDN = 2;
     ^
./BrlapiConstants.java:79: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNDN = 2;
            ^
./BrlapiConstants.java:79: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNDN = 2;
                   ^
./BrlapiConstants.java:81: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_WINUP = 3;
     ^
./BrlapiConstants.java:81: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_WINUP = 3;
            ^
./BrlapiConstants.java:81: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_WINUP = 3;
                   ^
./BrlapiConstants.java:83: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_WINDN = 4;
     ^
./BrlapiConstants.java:83: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_WINDN = 4;
            ^
./BrlapiConstants.java:83: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_WINDN = 4;
                   ^
./BrlapiConstants.java:85: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRDIFLN = 5;
     ^
./BrlapiConstants.java:85: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRDIFLN = 5;
            ^
./BrlapiConstants.java:85: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRDIFLN = 5;
                   ^
./BrlapiConstants.java:87: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXDIFLN = 6;
     ^
./BrlapiConstants.java:87: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXDIFLN = 6;
            ^
./BrlapiConstants.java:87: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXDIFLN = 6;
                   ^
./BrlapiConstants.java:89: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRUP = 7;
     ^
./BrlapiConstants.java:89: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRUP = 7;
            ^
./BrlapiConstants.java:89: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRUP = 7;
                   ^
./BrlapiConstants.java:91: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRDN = 8;
     ^
./BrlapiConstants.java:91: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRDN = 8;
            ^
./BrlapiConstants.java:91: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRDN = 8;
                   ^
./BrlapiConstants.java:93: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TOP = 9;
     ^
./BrlapiConstants.java:93: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TOP = 9;
            ^
./BrlapiConstants.java:93: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TOP = 9;
                   ^
./BrlapiConstants.java:95: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BOT = 10;
     ^
./BrlapiConstants.java:95: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BOT = 10;
            ^
./BrlapiConstants.java:95: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BOT = 10;
                   ^
./BrlapiConstants.java:97: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TOP_LEFT = 11;
     ^
./BrlapiConstants.java:97: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TOP_LEFT = 11;
            ^
./BrlapiConstants.java:97: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TOP_LEFT = 11;
                   ^
./BrlapiConstants.java:99: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BOT_LEFT = 12;
     ^
./BrlapiConstants.java:99: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BOT_LEFT = 12;
            ^
./BrlapiConstants.java:99: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BOT_LEFT = 12;
                   ^
./BrlapiConstants.java:101: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRPGRPH = 13;
     ^
./BrlapiConstants.java:101: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRPGRPH = 13;
            ^
./BrlapiConstants.java:101: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRPGRPH = 13;
                   ^
./BrlapiConstants.java:103: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXPGRPH = 14;
     ^
./BrlapiConstants.java:103: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXPGRPH = 14;
            ^
./BrlapiConstants.java:103: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXPGRPH = 14;
                   ^
./BrlapiConstants.java:105: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRPROMPT = 15;
     ^
./BrlapiConstants.java:105: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRPROMPT = 15;
            ^
./BrlapiConstants.java:105: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRPROMPT = 15;
                   ^
./BrlapiConstants.java:107: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXPROMPT = 16;
     ^
./BrlapiConstants.java:107: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXPROMPT = 16;
            ^
./BrlapiConstants.java:107: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXPROMPT = 16;
                   ^
./BrlapiConstants.java:109: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRSEARCH = 17;
     ^
./BrlapiConstants.java:109: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRSEARCH = 17;
            ^
./BrlapiConstants.java:109: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRSEARCH = 17;
                   ^
./BrlapiConstants.java:111: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXSEARCH = 18;
     ^
./BrlapiConstants.java:111: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXSEARCH = 18;
            ^
./BrlapiConstants.java:111: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXSEARCH = 18;
                   ^
./BrlapiConstants.java:113: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CHRLT = 19;
     ^
./BrlapiConstants.java:113: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CHRLT = 19;
            ^
./BrlapiConstants.java:113: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CHRLT = 19;
                   ^
./BrlapiConstants.java:115: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CHRRT = 20;
     ^
./BrlapiConstants.java:115: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CHRRT = 20;
            ^
./BrlapiConstants.java:115: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CHRRT = 20;
                   ^
./BrlapiConstants.java:117: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HWINLT = 21;
     ^
./BrlapiConstants.java:117: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HWINLT = 21;
            ^
./BrlapiConstants.java:117: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HWINLT = 21;
                   ^
./BrlapiConstants.java:119: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HWINRT = 22;
     ^
./BrlapiConstants.java:119: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HWINRT = 22;
            ^
./BrlapiConstants.java:119: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HWINRT = 22;
                   ^
./BrlapiConstants.java:121: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINLT = 23;
     ^
./BrlapiConstants.java:121: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINLT = 23;
            ^
./BrlapiConstants.java:121: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINLT = 23;
                   ^
./BrlapiConstants.java:123: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINRT = 24;
     ^
./BrlapiConstants.java:123: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINRT = 24;
            ^
./BrlapiConstants.java:123: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINRT = 24;
                   ^
./BrlapiConstants.java:125: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINLTSKIP = 25;
     ^
./BrlapiConstants.java:125: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINLTSKIP = 25;
            ^
./BrlapiConstants.java:125: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINLTSKIP = 25;
                   ^
./BrlapiConstants.java:127: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINRTSKIP = 26;
     ^
./BrlapiConstants.java:127: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINRTSKIP = 26;
            ^
./BrlapiConstants.java:127: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINRTSKIP = 26;
                   ^
./BrlapiConstants.java:129: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNBEG = 27;
     ^
./BrlapiConstants.java:129: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNBEG = 27;
            ^
./BrlapiConstants.java:129: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNBEG = 27;
                   ^
./BrlapiConstants.java:131: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNEND = 28;
     ^
./BrlapiConstants.java:131: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNEND = 28;
            ^
./BrlapiConstants.java:131: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNEND = 28;
                   ^
./BrlapiConstants.java:133: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HOME = 29;
     ^
./BrlapiConstants.java:133: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HOME = 29;
            ^
./BrlapiConstants.java:133: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HOME = 29;
                   ^
./BrlapiConstants.java:135: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BACK = 30;
     ^
./BrlapiConstants.java:135: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BACK = 30;
            ^
./BrlapiConstants.java:135: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BACK = 30;
                   ^
./BrlapiConstants.java:137: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RETURN = 31;
     ^
./BrlapiConstants.java:137: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RETURN = 31;
            ^
./BrlapiConstants.java:137: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RETURN = 31;
                   ^
./BrlapiConstants.java:139: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FREEZE = 32;
     ^
./BrlapiConstants.java:139: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FREEZE = 32;
            ^
./BrlapiConstants.java:139: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FREEZE = 32;
                   ^
./BrlapiConstants.java:141: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_DISPMD = 33;
     ^
./BrlapiConstants.java:141: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_DISPMD = 33;
            ^
./BrlapiConstants.java:141: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_DISPMD = 33;
                   ^
./BrlapiConstants.java:143: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SIXDOTS = 34;
     ^
./BrlapiConstants.java:143: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SIXDOTS = 34;
            ^
./BrlapiConstants.java:143: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SIXDOTS = 34;
                   ^
./BrlapiConstants.java:145: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SLIDEWIN = 35;
     ^
./BrlapiConstants.java:145: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SLIDEWIN = 35;
            ^
./BrlapiConstants.java:145: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SLIDEWIN = 35;
                   ^
./BrlapiConstants.java:147: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SKPIDLNS = 36;
     ^
./BrlapiConstants.java:147: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SKPIDLNS = 36;
            ^
./BrlapiConstants.java:147: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SKPIDLNS = 36;
                   ^
./BrlapiConstants.java:149: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SKPBLNKWINS = 37;
     ^
./BrlapiConstants.java:149: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SKPBLNKWINS = 37;
            ^
./BrlapiConstants.java:149: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SKPBLNKWINS = 37;
                   ^
./BrlapiConstants.java:151: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRVIS = 38;
     ^
./BrlapiConstants.java:151: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRVIS = 38;
            ^
./BrlapiConstants.java:151: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRVIS = 38;
                   ^
./BrlapiConstants.java:153: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRHIDE = 39;
     ^
./BrlapiConstants.java:153: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRHIDE = 39;
            ^
./BrlapiConstants.java:153: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRHIDE = 39;
                   ^
./BrlapiConstants.java:155: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRTRK = 40;
     ^
./BrlapiConstants.java:155: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRTRK = 40;
            ^
./BrlapiConstants.java:155: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRTRK = 40;
                   ^
./BrlapiConstants.java:157: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRSIZE = 41;
     ^
./BrlapiConstants.java:157: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRSIZE = 41;
            ^
./BrlapiConstants.java:157: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRSIZE = 41;
                   ^
./BrlapiConstants.java:159: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRBLINK = 42;
     ^
./BrlapiConstants.java:159: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRBLINK = 42;
            ^
./BrlapiConstants.java:159: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRBLINK = 42;
                   ^
./BrlapiConstants.java:161: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRVIS = 43;
     ^
./BrlapiConstants.java:161: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRVIS = 43;
            ^
./BrlapiConstants.java:161: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRVIS = 43;
                   ^
./BrlapiConstants.java:163: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRBLINK = 44;
     ^
./BrlapiConstants.java:163: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRBLINK = 44;
            ^
./BrlapiConstants.java:163: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRBLINK = 44;
                   ^
./BrlapiConstants.java:165: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CAPBLINK = 45;
     ^
./BrlapiConstants.java:165: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CAPBLINK = 45;
            ^
./BrlapiConstants.java:165: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CAPBLINK = 45;
                   ^
./BrlapiConstants.java:167: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TUNES = 46;
     ^
./BrlapiConstants.java:167: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TUNES = 46;
            ^
./BrlapiConstants.java:167: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TUNES = 46;
                   ^
./BrlapiConstants.java:169: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_AUTOREPEAT = 47;
     ^
./BrlapiConstants.java:169: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_AUTOREPEAT = 47;
            ^
./BrlapiConstants.java:169: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_AUTOREPEAT = 47;
                   ^
./BrlapiConstants.java:171: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_AUTOSPEAK = 48;
     ^
./BrlapiConstants.java:171: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_AUTOSPEAK = 48;
            ^
./BrlapiConstants.java:171: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_AUTOSPEAK = 48;
                   ^
./BrlapiConstants.java:173: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HELP = 49;
     ^
./BrlapiConstants.java:173: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HELP = 49;
            ^
./BrlapiConstants.java:173: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HELP = 49;
                   ^
./BrlapiConstants.java:175: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_INFO = 50;
     ^
./BrlapiConstants.java:175: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_INFO = 50;
            ^
./BrlapiConstants.java:175: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_INFO = 50;
                   ^
./BrlapiConstants.java:177: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LEARN = 51;
     ^
./BrlapiConstants.java:177: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LEARN = 51;
            ^
./BrlapiConstants.java:177: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LEARN = 51;
                   ^
./BrlapiConstants.java:179: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFMENU = 52;
     ^
./BrlapiConstants.java:179: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFMENU = 52;
            ^
./BrlapiConstants.java:179: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFMENU = 52;
                   ^
./BrlapiConstants.java:181: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFSAVE = 53;
     ^
./BrlapiConstants.java:181: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFSAVE = 53;
            ^
./BrlapiConstants.java:181: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFSAVE = 53;
                   ^
./BrlapiConstants.java:183: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFLOAD = 54;
     ^
./BrlapiConstants.java:183: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFLOAD = 54;
            ^
./BrlapiConstants.java:183: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFLOAD = 54;
                   ^
./BrlapiConstants.java:185: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_FIRST_ITEM = 55;
     ^
./BrlapiConstants.java:185: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_FIRST_ITEM = 55;
            ^
./BrlapiConstants.java:185: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_FIRST_ITEM = 55;
                   ^
./BrlapiConstants.java:187: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_LAST_ITEM = 56;
     ^
./BrlapiConstants.java:187: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_LAST_ITEM = 56;
            ^
./BrlapiConstants.java:187: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_LAST_ITEM = 56;
                   ^
./BrlapiConstants.java:189: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_PREV_ITEM = 57;
     ^
./BrlapiConstants.java:189: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_PREV_ITEM = 57;
            ^
./BrlapiConstants.java:189: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_PREV_ITEM = 57;
                   ^
./BrlapiConstants.java:191: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_NEXT_ITEM = 58;
     ^
./BrlapiConstants.java:191: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_NEXT_ITEM = 58;
            ^
./BrlapiConstants.java:191: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_NEXT_ITEM = 58;
                   ^
./BrlapiConstants.java:193: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_PREV_SETTING = 59;
     ^
./BrlapiConstants.java:193: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_PREV_SETTING = 59;
            ^
./BrlapiConstants.java:193: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_PREV_SETTING = 59;
                   ^
./BrlapiConstants.java:195: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_NEXT_SETTING = 60;
     ^
./BrlapiConstants.java:195: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_NEXT_SETTING = 60;
            ^
./BrlapiConstants.java:195: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_NEXT_SETTING = 60;
                   ^
./BrlapiConstants.java:197: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MUTE = 61;
     ^
./BrlapiConstants.java:197: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MUTE = 61;
            ^
./BrlapiConstants.java:197: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MUTE = 61;
                   ^
./BrlapiConstants.java:199: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SPKHOME = 62;
     ^
./BrlapiConstants.java:199: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SPKHOME = 62;
            ^
./BrlapiConstants.java:199: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SPKHOME = 62;
                   ^
./BrlapiConstants.java:201: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_LINE = 63;
     ^
./BrlapiConstants.java:201: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_LINE = 63;
            ^
./BrlapiConstants.java:201: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_LINE = 63;
                   ^
./BrlapiConstants.java:203: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_ABOVE = 64;
     ^
./BrlapiConstants.java:203: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_ABOVE = 64;
            ^
./BrlapiConstants.java:203: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_ABOVE = 64;
                   ^
./BrlapiConstants.java:205: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_BELOW = 65;
     ^
./BrlapiConstants.java:205: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_BELOW = 65;
            ^
./BrlapiConstants.java:205: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_BELOW = 65;
                   ^
./BrlapiConstants.java:207: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_SLOWER = 66;
     ^
./BrlapiConstants.java:207: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_SLOWER = 66;
            ^
./BrlapiConstants.java:207: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_SLOWER = 66;
                   ^
./BrlapiConstants.java:209: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_FASTER = 67;
     ^
./BrlapiConstants.java:209: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_FASTER = 67;
            ^
./BrlapiConstants.java:209: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_FASTER = 67;
                   ^
./BrlapiConstants.java:211: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_SOFTER = 68;
     ^
./BrlapiConstants.java:211: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_SOFTER = 68;
            ^
./BrlapiConstants.java:211: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_SOFTER = 68;
                   ^
./BrlapiConstants.java:213: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_LOUDER = 69;
     ^
./BrlapiConstants.java:213: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_LOUDER = 69;
            ^
./BrlapiConstants.java:213: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_LOUDER = 69;
                   ^
./BrlapiConstants.java:215: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT_PREV = 70;
     ^
./BrlapiConstants.java:215: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT_PREV = 70;
            ^
./BrlapiConstants.java:215: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT_PREV = 70;
                   ^
./BrlapiConstants.java:217: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT_NEXT = 71;
     ^
./BrlapiConstants.java:217: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT_NEXT = 71;
            ^
./BrlapiConstants.java:217: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT_NEXT = 71;
                   ^
./BrlapiConstants.java:219: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRJMP_VERT = 72;
     ^
./BrlapiConstants.java:219: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRJMP_VERT = 72;
            ^
./BrlapiConstants.java:219: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRJMP_VERT = 72;
                   ^
./BrlapiConstants.java:221: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASTE = 73;
     ^
./BrlapiConstants.java:221: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASTE = 73;
            ^
./BrlapiConstants.java:221: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASTE = 73;
                   ^
./BrlapiConstants.java:223: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RESTARTBRL = 74;
     ^
./BrlapiConstants.java:223: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RESTARTBRL = 74;
            ^
./BrlapiConstants.java:223: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RESTARTBRL = 74;
                   ^
./BrlapiConstants.java:225: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RESTARTSPEECH = 75;
     ^
./BrlapiConstants.java:225: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RESTARTSPEECH = 75;
            ^
./BrlapiConstants.java:225: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RESTARTSPEECH = 75;
                   ^
./BrlapiConstants.java:227: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_OFFLINE = 76;
     ^
./BrlapiConstants.java:227: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_OFFLINE = 76;
            ^
./BrlapiConstants.java:227: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_OFFLINE = 76;
                   ^
./BrlapiConstants.java:229: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_ON = 0x100;
     ^
./BrlapiConstants.java:229: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_ON = 0x100;
            ^
./BrlapiConstants.java:229: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_ON = 0x100;
                   ^
./BrlapiConstants.java:231: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_OFF = 0x200;
     ^
./BrlapiConstants.java:231: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_OFF = 0x200;
            ^
./BrlapiConstants.java:231: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_OFF = 0x200;
                   ^
./BrlapiConstants.java:233: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_MASK = (KEY_FLG_TOGGLE_ON | KEY_FLG_TOGGLE_OFF);
     ^
./BrlapiConstants.java:233: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_MASK = (KEY_FLG_TOGGLE_ON | KEY_FLG_TOGGLE_OFF);
            ^
./BrlapiConstants.java:233: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_MASK = (KEY_FLG_TOGGLE_ON | KEY_FLG_TOGGLE_OFF);
                   ^
./BrlapiConstants.java:235: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_ROUTE = 0x400;
     ^
./BrlapiConstants.java:235: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_ROUTE = 0x400;
            ^
./BrlapiConstants.java:235: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_ROUTE = 0x400;
                   ^
./BrlapiConstants.java:237: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_INITIAL = 0x8000;
     ^
./BrlapiConstants.java:237: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_INITIAL = 0x8000;
            ^
./BrlapiConstants.java:237: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_INITIAL = 0x8000;
                   ^
./BrlapiConstants.java:239: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_DELAY = 0x4000;
     ^
./BrlapiConstants.java:239: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_DELAY = 0x4000;
            ^
./BrlapiConstants.java:239: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_DELAY = 0x4000;
                   ^
./BrlapiConstants.java:241: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_MASK = (KEY_FLG_REPEAT_INITIAL | KEY_FLG_REPEAT_DELAY);
     ^
./BrlapiConstants.java:241: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_MASK = (KEY_FLG_REPEAT_INITIAL | KEY_FLG_REPEAT_DELAY);
            ^
./BrlapiConstants.java:241: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_MASK = (KEY_FLG_REPEAT_INITIAL | KEY_FLG_REPEAT_DELAY);
                   ^
./BrlapiConstants.java:243: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ROUTE = 0x10000;
     ^
./BrlapiConstants.java:243: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ROUTE = 0x10000;
            ^
./BrlapiConstants.java:243: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ROUTE = 0x10000;
                   ^
./BrlapiConstants.java:245: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTBEGIN = 0x20000;
     ^
./BrlapiConstants.java:245: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTBEGIN = 0x20000;
            ^
./BrlapiConstants.java:245: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTBEGIN = 0x20000;
                   ^
./BrlapiConstants.java:247: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTAPPEND = 0x30000;
     ^
./BrlapiConstants.java:247: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTAPPEND = 0x30000;
            ^
./BrlapiConstants.java:247: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTAPPEND = 0x30000;
                   ^
./BrlapiConstants.java:249: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTRECT = 0x40000;
     ^
./BrlapiConstants.java:249: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTRECT = 0x40000;
            ^
./BrlapiConstants.java:249: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTRECT = 0x40000;
                   ^
./BrlapiConstants.java:251: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTLINE = 0x50000;
     ^
./BrlapiConstants.java:251: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTLINE = 0x50000;
            ^
./BrlapiConstants.java:251: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTLINE = 0x50000;
                   ^
./BrlapiConstants.java:253: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT = 0x60000;
     ^
./BrlapiConstants.java:253: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT = 0x60000;
            ^
./BrlapiConstants.java:253: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT = 0x60000;
                   ^
./BrlapiConstants.java:255: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRINDENT = 0x70000;
     ^
./BrlapiConstants.java:255: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRINDENT = 0x70000;
            ^
./BrlapiConstants.java:255: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRINDENT = 0x70000;
                   ^
./BrlapiConstants.java:257: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXINDENT = 0x80000;
     ^
./BrlapiConstants.java:257: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXINDENT = 0x80000;
            ^
./BrlapiConstants.java:257: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXINDENT = 0x80000;
                   ^
./BrlapiConstants.java:259: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_DESCCHAR = 0x90000;
     ^
./BrlapiConstants.java:259: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_DESCCHAR = 0x90000;
            ^
./BrlapiConstants.java:259: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_DESCCHAR = 0x90000;
                   ^
./BrlapiConstants.java:261: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SETLEFT = 0xa0000;
     ^
./BrlapiConstants.java:261: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SETLEFT = 0xa0000;
            ^
./BrlapiConstants.java:261: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SETLEFT = 0xa0000;
                   ^
./BrlapiConstants.java:263: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SETMARK = 0xb0000;
     ^
./BrlapiConstants.java:263: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SETMARK = 0xb0000;
            ^
./BrlapiConstants.java:263: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SETMARK = 0xb0000;
                   ^
./BrlapiConstants.java:265: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_GOTOMARK = 0xc0000;
     ^
./BrlapiConstants.java:265: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_GOTOMARK = 0xc0000;
            ^
./BrlapiConstants.java:265: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_GOTOMARK = 0xc0000;
                   ^
./BrlapiConstants.java:267: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_GOTOLINE = 0xd0000;
     ^
./BrlapiConstants.java:267: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_GOTOLINE = 0xd0000;
            ^
./BrlapiConstants.java:267: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_GOTOLINE = 0xd0000;
                   ^
./BrlapiConstants.java:269: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_LINE_SCALED = 0x100;
     ^
./BrlapiConstants.java:269: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_LINE_SCALED = 0x100;
            ^
./BrlapiConstants.java:269: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_LINE_SCALED = 0x100;
                   ^
./BrlapiConstants.java:271: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_LINE_TOLEFT = 0x200;
     ^
./BrlapiConstants.java:271: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_LINE_TOLEFT = 0x200;
            ^
./BrlapiConstants.java:271: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_LINE_TOLEFT = 0x200;
                   ^
./BrlapiConstants.java:273: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRDIFCHAR = 0xe0000;
     ^
./BrlapiConstants.java:273: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRDIFCHAR = 0xe0000;
            ^
./BrlapiConstants.java:273: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRDIFCHAR = 0xe0000;
                   ^
./BrlapiConstants.java:275: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXDIFCHAR = 0xf0000;
     ^
./BrlapiConstants.java:275: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXDIFCHAR = 0xf0000;
            ^
./BrlapiConstants.java:275: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXDIFCHAR = 0xf0000;
                   ^
./BrlapiConstants.java:277: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASSDOTS = 0x220000;
     ^
./BrlapiConstants.java:277: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASSDOTS = 0x220000;
            ^
./BrlapiConstants.java:277: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASSDOTS = 0x220000;
                   ^
./BrlapiConstants.java:279: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_SHIFT = 0x1;
     ^
./BrlapiConstants.java:279: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_SHIFT = 0x1;
            ^
./BrlapiConstants.java:279: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_SHIFT = 0x1;
                   ^
./BrlapiConstants.java:281: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_UPPER = 0x2;
     ^
./BrlapiConstants.java:281: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_UPPER = 0x2;
            ^
./BrlapiConstants.java:281: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_UPPER = 0x2;
                   ^
./BrlapiConstants.java:283: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_CONTROL = 0x4;
     ^
./BrlapiConstants.java:283: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_CONTROL = 0x4;
            ^
./BrlapiConstants.java:283: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_CONTROL = 0x4;
                   ^
./BrlapiConstants.java:285: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_META = 0x8;
     ^
./BrlapiConstants.java:285: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_META = 0x8;
            ^
./BrlapiConstants.java:285: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_META = 0x8;
                   ^
./BrlapiConstants.java:287: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASSAT2 = 0x230000;
     ^
./BrlapiConstants.java:287: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASSAT2 = 0x230000;
            ^
./BrlapiConstants.java:287: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASSAT2 = 0x230000;
                   ^
./BrlapiConstants.java:289: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_RELEASE = 0x100;
     ^
./BrlapiConstants.java:289: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_RELEASE = 0x100;
            ^
./BrlapiConstants.java:289: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_RELEASE = 0x100;
                   ^
./BrlapiConstants.java:291: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_EXTENDED = 0x200;
     ^
./BrlapiConstants.java:291: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_EXTENDED = 0x200;
            ^
./BrlapiConstants.java:291: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_EXTENDED = 0x200;
                   ^
./BrlapiConstants.java:293: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_KEYCODE = 0x400;
     ^
./BrlapiConstants.java:293: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_KEYCODE = 0x400;
            ^
./BrlapiConstants.java:293: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_KEYCODE = 0x400;
                   ^
./BrlapiConstants.java:295: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT1 = 0001;
     ^
./BrlapiConstants.java:295: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT1 = 0001;
            ^
./BrlapiConstants.java:295: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT1 = 0001;
                   ^
./BrlapiConstants.java:297: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT2 = 0002;
     ^
./BrlapiConstants.java:297: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT2 = 0002;
            ^
./BrlapiConstants.java:297: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT2 = 0002;
                   ^
./BrlapiConstants.java:299: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT3 = 0004;
     ^
./BrlapiConstants.java:299: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT3 = 0004;
            ^
./BrlapiConstants.java:299: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT3 = 0004;
                   ^
./BrlapiConstants.java:301: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT4 = 0010;
     ^
./BrlapiConstants.java:301: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT4 = 0010;
            ^
./BrlapiConstants.java:301: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT4 = 0010;
                   ^
./BrlapiConstants.java:303: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT5 = 0020;
     ^
./BrlapiConstants.java:303: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT5 = 0020;
            ^
./BrlapiConstants.java:303: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT5 = 0020;
                   ^
./BrlapiConstants.java:305: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT6 = 0040;
     ^
./BrlapiConstants.java:305: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT6 = 0040;
            ^
./BrlapiConstants.java:305: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT6 = 0040;
                   ^
./BrlapiConstants.java:307: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT7 = 0100;
     ^
./BrlapiConstants.java:307: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT7 = 0100;
            ^
./BrlapiConstants.java:307: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT7 = 0100;
                   ^
./BrlapiConstants.java:309: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT8 = 0200;
     ^
./BrlapiConstants.java:309: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT8 = 0200;
            ^
./BrlapiConstants.java:309: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT8 = 0200;
                   ^
571 warnings
/usr/bin/javac -encoding UTF-8 -d . -classpath . ./*.java
./ApiTest.java:23: warning: An empty declaration is a deprecated feature that should not be used.
    BrlapiSettings settings = new BrlapiSettings();
                                                     ^
./BrlapiConstants.java:2: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int TTY_DEFAULT = -1;
     ^
./BrlapiConstants.java:2: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int TTY_DEFAULT = -1;
            ^
./BrlapiConstants.java:2: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int TTY_DEFAULT = -1;
                   ^
./BrlapiConstants.java:3: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DISPLAY_DEFAULT = -1;
     ^
./BrlapiConstants.java:3: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DISPLAY_DEFAULT = -1;
            ^
./BrlapiConstants.java:3: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DISPLAY_DEFAULT = -1;
                   ^
./BrlapiConstants.java:4: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int CURSOR_LEAVE = -1;
     ^
./BrlapiConstants.java:4: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int CURSOR_LEAVE = -1;
            ^
./BrlapiConstants.java:4: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int CURSOR_LEAVE = -1;
                   ^
./BrlapiConstants.java:5: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int CURSOR_OFF = 0;
     ^
./BrlapiConstants.java:5: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int CURSOR_OFF = 0;
            ^
./BrlapiConstants.java:5: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int CURSOR_OFF = 0;
                   ^
./BrlapiConstants.java:6: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int rangeType_all = 0;
     ^
./BrlapiConstants.java:6: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int rangeType_all = 0;
            ^
./BrlapiConstants.java:6: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int rangeType_all = 0;
                   ^
./BrlapiConstants.java:7: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int rangeType_type = 1;
     ^
./BrlapiConstants.java:7: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int rangeType_type = 1;
            ^
./BrlapiConstants.java:7: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int rangeType_type = 1;
                   ^
./BrlapiConstants.java:8: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int rangeType_command = 2;
     ^
./BrlapiConstants.java:8: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int rangeType_command = 2;
            ^
./BrlapiConstants.java:8: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int rangeType_command = 2;
                   ^
./BrlapiConstants.java:9: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int rangeType_key = 3;
     ^
./BrlapiConstants.java:9: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int rangeType_key = 3;
            ^
./BrlapiConstants.java:9: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int rangeType_key = 3;
                   ^
./BrlapiConstants.java:10: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int rangeType_code = 4;
     ^
./BrlapiConstants.java:10: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int rangeType_code = 4;
            ^
./BrlapiConstants.java:10: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int rangeType_code = 4;
                   ^
./BrlapiConstants.java:11: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final long KEY_MAX = 0xffffffffffffffffL;
     ^
./BrlapiConstants.java:11: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final long KEY_MAX = 0xffffffffffffffffL;
            ^
./BrlapiConstants.java:11: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final long KEY_MAX = 0xffffffffffffffffL;
                   ^
./BrlapiConstants.java:12: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final long KEY_FLAGS_MASK = 0xffffffff00000000L;
     ^
./BrlapiConstants.java:12: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final long KEY_FLAGS_MASK = 0xffffffff00000000L;
            ^
./BrlapiConstants.java:12: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final long KEY_FLAGS_MASK = 0xffffffff00000000L;
                   ^
./BrlapiConstants.java:13: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLAGS_SHIFT = 32;
     ^
./BrlapiConstants.java:13: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLAGS_SHIFT = 32;
            ^
./BrlapiConstants.java:13: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLAGS_SHIFT = 32;
                   ^
./BrlapiConstants.java:14: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final long KEY_TYPE_MASK = 0xe0000000L;
     ^
./BrlapiConstants.java:14: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final long KEY_TYPE_MASK = 0xe0000000L;
            ^
./BrlapiConstants.java:14: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final long KEY_TYPE_MASK = 0xe0000000L;
                   ^
./BrlapiConstants.java:15: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_SHIFT = 29;
     ^
./BrlapiConstants.java:15: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_SHIFT = 29;
            ^
./BrlapiConstants.java:15: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_SHIFT = 29;
                   ^
./BrlapiConstants.java:16: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_CMD = 0x20000000;
     ^
./BrlapiConstants.java:16: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_CMD = 0x20000000;
            ^
./BrlapiConstants.java:16: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_CMD = 0x20000000;
                   ^
./BrlapiConstants.java:17: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_SYM = 0x0;
     ^
./BrlapiConstants.java:17: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_SYM = 0x0;
            ^
./BrlapiConstants.java:17: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_SYM = 0x0;
                   ^
./BrlapiConstants.java:18: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final long KEY_CODE_MASK = 0x1fffffffL;
     ^
./BrlapiConstants.java:18: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final long KEY_CODE_MASK = 0x1fffffffL;
            ^
./BrlapiConstants.java:18: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final long KEY_CODE_MASK = 0x1fffffffL;
                   ^
./BrlapiConstants.java:19: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CODE_SHIFT = 0;
     ^
./BrlapiConstants.java:19: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CODE_SHIFT = 0;
            ^
./BrlapiConstants.java:19: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CODE_SHIFT = 0;
                   ^
./BrlapiConstants.java:20: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final long KEY_CMD_BLK_MASK = 0x1fff0000L;
     ^
./BrlapiConstants.java:20: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final long KEY_CMD_BLK_MASK = 0x1fff0000L;
            ^
./BrlapiConstants.java:20: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final long KEY_CMD_BLK_MASK = 0x1fff0000L;
                   ^
./BrlapiConstants.java:21: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BLK_SHIFT = 16;
     ^
./BrlapiConstants.java:21: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BLK_SHIFT = 16;
            ^
./BrlapiConstants.java:21: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BLK_SHIFT = 16;
                   ^
./BrlapiConstants.java:22: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final long KEY_CMD_ARG_MASK = 0xffffL;
     ^
./BrlapiConstants.java:22: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final long KEY_CMD_ARG_MASK = 0xffffL;
            ^
./BrlapiConstants.java:22: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final long KEY_CMD_ARG_MASK = 0xffffL;
                   ^
./BrlapiConstants.java:23: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ARG_SHIFT = 0;
     ^
./BrlapiConstants.java:23: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ARG_SHIFT = 0;
            ^
./BrlapiConstants.java:23: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ARG_SHIFT = 0;
                   ^
./BrlapiConstants.java:24: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_BACKSPACE = 0xff08;
     ^
./BrlapiConstants.java:24: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_BACKSPACE = 0xff08;
            ^
./BrlapiConstants.java:24: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_BACKSPACE = 0xff08;
                   ^
./BrlapiConstants.java:25: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_TAB = 0xff09;
     ^
./BrlapiConstants.java:25: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_TAB = 0xff09;
            ^
./BrlapiConstants.java:25: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_TAB = 0xff09;
                   ^
./BrlapiConstants.java:26: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_LINEFEED = 0xff0d;
     ^
./BrlapiConstants.java:26: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_LINEFEED = 0xff0d;
            ^
./BrlapiConstants.java:26: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_LINEFEED = 0xff0d;
                   ^
./BrlapiConstants.java:27: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_ESCAPE = 0xff1b;
     ^
./BrlapiConstants.java:27: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_ESCAPE = 0xff1b;
            ^
./BrlapiConstants.java:27: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_ESCAPE = 0xff1b;
                   ^
./BrlapiConstants.java:28: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_HOME = 0xff50;
     ^
./BrlapiConstants.java:28: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_HOME = 0xff50;
            ^
./BrlapiConstants.java:28: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_HOME = 0xff50;
                   ^
./BrlapiConstants.java:29: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_LEFT = 0xff51;
     ^
./BrlapiConstants.java:29: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_LEFT = 0xff51;
            ^
./BrlapiConstants.java:29: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_LEFT = 0xff51;
                   ^
./BrlapiConstants.java:30: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_UP = 0xff52;
     ^
./BrlapiConstants.java:30: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_UP = 0xff52;
            ^
./BrlapiConstants.java:30: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_UP = 0xff52;
                   ^
./BrlapiConstants.java:31: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_RIGHT = 0xff53;
     ^
./BrlapiConstants.java:31: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_RIGHT = 0xff53;
            ^
./BrlapiConstants.java:31: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_RIGHT = 0xff53;
                   ^
./BrlapiConstants.java:32: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_DOWN = 0xff54;
     ^
./BrlapiConstants.java:32: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_DOWN = 0xff54;
            ^
./BrlapiConstants.java:32: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_DOWN = 0xff54;
                   ^
./BrlapiConstants.java:33: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_PAGE_UP = 0xff55;
     ^
./BrlapiConstants.java:33: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_PAGE_UP = 0xff55;
            ^
./BrlapiConstants.java:33: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_PAGE_UP = 0xff55;
                   ^
./BrlapiConstants.java:34: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_PAGE_DOWN = 0xff56;
     ^
./BrlapiConstants.java:34: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_PAGE_DOWN = 0xff56;
            ^
./BrlapiConstants.java:34: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_PAGE_DOWN = 0xff56;
                   ^
./BrlapiConstants.java:35: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_END = 0xff57;
     ^
./BrlapiConstants.java:35: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_END = 0xff57;
            ^
./BrlapiConstants.java:35: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_END = 0xff57;
                   ^
./BrlapiConstants.java:36: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_INSERT = 0xff63;
     ^
./BrlapiConstants.java:36: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_INSERT = 0xff63;
            ^
./BrlapiConstants.java:36: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_INSERT = 0xff63;
                   ^
./BrlapiConstants.java:37: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F1 = (0xffbe + 0);
     ^
./BrlapiConstants.java:37: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F1 = (0xffbe + 0);
            ^
./BrlapiConstants.java:37: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F1 = (0xffbe + 0);
                   ^
./BrlapiConstants.java:38: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F2 = (0xffbe + 1);
     ^
./BrlapiConstants.java:38: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F2 = (0xffbe + 1);
            ^
./BrlapiConstants.java:38: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F2 = (0xffbe + 1);
                   ^
./BrlapiConstants.java:39: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F3 = (0xffbe + 2);
     ^
./BrlapiConstants.java:39: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F3 = (0xffbe + 2);
            ^
./BrlapiConstants.java:39: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F3 = (0xffbe + 2);
                   ^
./BrlapiConstants.java:40: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F4 = (0xffbe + 3);
     ^
./BrlapiConstants.java:40: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F4 = (0xffbe + 3);
            ^
./BrlapiConstants.java:40: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F4 = (0xffbe + 3);
                   ^
./BrlapiConstants.java:41: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F5 = (0xffbe + 4);
     ^
./BrlapiConstants.java:41: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F5 = (0xffbe + 4);
            ^
./BrlapiConstants.java:41: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F5 = (0xffbe + 4);
                   ^
./BrlapiConstants.java:42: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F6 = (0xffbe + 5);
     ^
./BrlapiConstants.java:42: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F6 = (0xffbe + 5);
            ^
./BrlapiConstants.java:42: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F6 = (0xffbe + 5);
                   ^
./BrlapiConstants.java:43: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F7 = (0xffbe + 6);
     ^
./BrlapiConstants.java:43: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F7 = (0xffbe + 6);
            ^
./BrlapiConstants.java:43: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F7 = (0xffbe + 6);
                   ^
./BrlapiConstants.java:44: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F8 = (0xffbe + 7);
     ^
./BrlapiConstants.java:44: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F8 = (0xffbe + 7);
            ^
./BrlapiConstants.java:44: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F8 = (0xffbe + 7);
                   ^
./BrlapiConstants.java:45: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F9 = (0xffbe + 8);
     ^
./BrlapiConstants.java:45: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F9 = (0xffbe + 8);
            ^
./BrlapiConstants.java:45: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F9 = (0xffbe + 8);
                   ^
./BrlapiConstants.java:46: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F10 = (0xffbe + 9);
     ^
./BrlapiConstants.java:46: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F10 = (0xffbe + 9);
            ^
./BrlapiConstants.java:46: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F10 = (0xffbe + 9);
                   ^
./BrlapiConstants.java:47: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F11 = (0xffbe + 10);
     ^
./BrlapiConstants.java:47: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F11 = (0xffbe + 10);
            ^
./BrlapiConstants.java:47: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F11 = (0xffbe + 10);
                   ^
./BrlapiConstants.java:48: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F12 = (0xffbe + 11);
     ^
./BrlapiConstants.java:48: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F12 = (0xffbe + 11);
            ^
./BrlapiConstants.java:48: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F12 = (0xffbe + 11);
                   ^
./BrlapiConstants.java:49: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F13 = (0xffbe + 12);
     ^
./BrlapiConstants.java:49: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F13 = (0xffbe + 12);
            ^
./BrlapiConstants.java:49: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F13 = (0xffbe + 12);
                   ^
./BrlapiConstants.java:50: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F14 = (0xffbe + 13);
     ^
./BrlapiConstants.java:50: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F14 = (0xffbe + 13);
            ^
./BrlapiConstants.java:50: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F14 = (0xffbe + 13);
                   ^
./BrlapiConstants.java:51: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F15 = (0xffbe + 14);
     ^
./BrlapiConstants.java:51: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F15 = (0xffbe + 14);
            ^
./BrlapiConstants.java:51: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F15 = (0xffbe + 14);
                   ^
./BrlapiConstants.java:52: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F16 = (0xffbe + 15);
     ^
./BrlapiConstants.java:52: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F16 = (0xffbe + 15);
            ^
./BrlapiConstants.java:52: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F16 = (0xffbe + 15);
                   ^
./BrlapiConstants.java:53: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F17 = (0xffbe + 16);
     ^
./BrlapiConstants.java:53: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F17 = (0xffbe + 16);
            ^
./BrlapiConstants.java:53: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F17 = (0xffbe + 16);
                   ^
./BrlapiConstants.java:54: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F18 = (0xffbe + 17);
     ^
./BrlapiConstants.java:54: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F18 = (0xffbe + 17);
            ^
./BrlapiConstants.java:54: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F18 = (0xffbe + 17);
                   ^
./BrlapiConstants.java:55: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F19 = (0xffbe + 18);
     ^
./BrlapiConstants.java:55: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F19 = (0xffbe + 18);
            ^
./BrlapiConstants.java:55: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F19 = (0xffbe + 18);
                   ^
./BrlapiConstants.java:56: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F20 = (0xffbe + 19);
     ^
./BrlapiConstants.java:56: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F20 = (0xffbe + 19);
            ^
./BrlapiConstants.java:56: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F20 = (0xffbe + 19);
                   ^
./BrlapiConstants.java:57: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F21 = (0xffbe + 20);
     ^
./BrlapiConstants.java:57: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F21 = (0xffbe + 20);
            ^
./BrlapiConstants.java:57: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F21 = (0xffbe + 20);
                   ^
./BrlapiConstants.java:58: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F22 = (0xffbe + 21);
     ^
./BrlapiConstants.java:58: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F22 = (0xffbe + 21);
            ^
./BrlapiConstants.java:58: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F22 = (0xffbe + 21);
                   ^
./BrlapiConstants.java:59: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F23 = (0xffbe + 22);
     ^
./BrlapiConstants.java:59: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F23 = (0xffbe + 22);
            ^
./BrlapiConstants.java:59: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F23 = (0xffbe + 22);
                   ^
./BrlapiConstants.java:60: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F24 = (0xffbe + 23);
     ^
./BrlapiConstants.java:60: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F24 = (0xffbe + 23);
            ^
./BrlapiConstants.java:60: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F24 = (0xffbe + 23);
                   ^
./BrlapiConstants.java:61: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F25 = (0xffbe + 24);
     ^
./BrlapiConstants.java:61: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F25 = (0xffbe + 24);
            ^
./BrlapiConstants.java:61: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F25 = (0xffbe + 24);
                   ^
./BrlapiConstants.java:62: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F26 = (0xffbe + 25);
     ^
./BrlapiConstants.java:62: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F26 = (0xffbe + 25);
            ^
./BrlapiConstants.java:62: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F26 = (0xffbe + 25);
                   ^
./BrlapiConstants.java:63: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F27 = (0xffbe + 26);
     ^
./BrlapiConstants.java:63: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F27 = (0xffbe + 26);
            ^
./BrlapiConstants.java:63: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F27 = (0xffbe + 26);
                   ^
./BrlapiConstants.java:64: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F28 = (0xffbe + 27);
     ^
./BrlapiConstants.java:64: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F28 = (0xffbe + 27);
            ^
./BrlapiConstants.java:64: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F28 = (0xffbe + 27);
                   ^
./BrlapiConstants.java:65: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F29 = (0xffbe + 28);
     ^
./BrlapiConstants.java:65: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F29 = (0xffbe + 28);
            ^
./BrlapiConstants.java:65: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F29 = (0xffbe + 28);
                   ^
./BrlapiConstants.java:66: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F30 = (0xffbe + 29);
     ^
./BrlapiConstants.java:66: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F30 = (0xffbe + 29);
            ^
./BrlapiConstants.java:66: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F30 = (0xffbe + 29);
                   ^
./BrlapiConstants.java:67: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F31 = (0xffbe + 30);
     ^
./BrlapiConstants.java:67: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F31 = (0xffbe + 30);
            ^
./BrlapiConstants.java:67: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F31 = (0xffbe + 30);
                   ^
./BrlapiConstants.java:68: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F32 = (0xffbe + 31);
     ^
./BrlapiConstants.java:68: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F32 = (0xffbe + 31);
            ^
./BrlapiConstants.java:68: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F32 = (0xffbe + 31);
                   ^
./BrlapiConstants.java:69: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F33 = (0xffbe + 32);
     ^
./BrlapiConstants.java:69: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F33 = (0xffbe + 32);
            ^
./BrlapiConstants.java:69: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F33 = (0xffbe + 32);
                   ^
./BrlapiConstants.java:70: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F34 = (0xffbe + 33);
     ^
./BrlapiConstants.java:70: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F34 = (0xffbe + 33);
            ^
./BrlapiConstants.java:70: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F34 = (0xffbe + 33);
                   ^
./BrlapiConstants.java:71: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F35 = (0xffbe + 34);
     ^
./BrlapiConstants.java:71: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F35 = (0xffbe + 34);
            ^
./BrlapiConstants.java:71: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F35 = (0xffbe + 34);
                   ^
./BrlapiConstants.java:72: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_DELETE = 0xffff;
     ^
./BrlapiConstants.java:72: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_DELETE = 0xffff;
            ^
./BrlapiConstants.java:72: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_DELETE = 0xffff;
                   ^
./BrlapiConstants.java:73: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_UNICODE = 0x1000000;
     ^
./BrlapiConstants.java:73: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_UNICODE = 0x1000000;
            ^
./BrlapiConstants.java:73: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_UNICODE = 0x1000000;
                   ^
./BrlapiConstants.java:75: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NOOP = 0;
     ^
./BrlapiConstants.java:75: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NOOP = 0;
            ^
./BrlapiConstants.java:75: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NOOP = 0;
                   ^
./BrlapiConstants.java:77: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNUP = 1;
     ^
./BrlapiConstants.java:77: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNUP = 1;
            ^
./BrlapiConstants.java:77: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNUP = 1;
                   ^
./BrlapiConstants.java:79: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNDN = 2;
     ^
./BrlapiConstants.java:79: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNDN = 2;
            ^
./BrlapiConstants.java:79: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNDN = 2;
                   ^
./BrlapiConstants.java:81: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_WINUP = 3;
     ^
./BrlapiConstants.java:81: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_WINUP = 3;
            ^
./BrlapiConstants.java:81: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_WINUP = 3;
                   ^
./BrlapiConstants.java:83: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_WINDN = 4;
     ^
./BrlapiConstants.java:83: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_WINDN = 4;
            ^
./BrlapiConstants.java:83: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_WINDN = 4;
                   ^
./BrlapiConstants.java:85: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRDIFLN = 5;
     ^
./BrlapiConstants.java:85: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRDIFLN = 5;
            ^
./BrlapiConstants.java:85: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRDIFLN = 5;
                   ^
./BrlapiConstants.java:87: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXDIFLN = 6;
     ^
./BrlapiConstants.java:87: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXDIFLN = 6;
            ^
./BrlapiConstants.java:87: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXDIFLN = 6;
                   ^
./BrlapiConstants.java:89: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRUP = 7;
     ^
./BrlapiConstants.java:89: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRUP = 7;
            ^
./BrlapiConstants.java:89: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRUP = 7;
                   ^
./BrlapiConstants.java:91: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRDN = 8;
     ^
./BrlapiConstants.java:91: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRDN = 8;
            ^
./BrlapiConstants.java:91: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRDN = 8;
                   ^
./BrlapiConstants.java:93: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TOP = 9;
     ^
./BrlapiConstants.java:93: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TOP = 9;
            ^
./BrlapiConstants.java:93: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TOP = 9;
                   ^
./BrlapiConstants.java:95: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BOT = 10;
     ^
./BrlapiConstants.java:95: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BOT = 10;
            ^
./BrlapiConstants.java:95: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BOT = 10;
                   ^
./BrlapiConstants.java:97: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TOP_LEFT = 11;
     ^
./BrlapiConstants.java:97: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TOP_LEFT = 11;
            ^
./BrlapiConstants.java:97: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TOP_LEFT = 11;
                   ^
./BrlapiConstants.java:99: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BOT_LEFT = 12;
     ^
./BrlapiConstants.java:99: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BOT_LEFT = 12;
            ^
./BrlapiConstants.java:99: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BOT_LEFT = 12;
                   ^
./BrlapiConstants.java:101: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRPGRPH = 13;
     ^
./BrlapiConstants.java:101: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRPGRPH = 13;
            ^
./BrlapiConstants.java:101: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRPGRPH = 13;
                   ^
./BrlapiConstants.java:103: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXPGRPH = 14;
     ^
./BrlapiConstants.java:103: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXPGRPH = 14;
            ^
./BrlapiConstants.java:103: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXPGRPH = 14;
                   ^
./BrlapiConstants.java:105: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRPROMPT = 15;
     ^
./BrlapiConstants.java:105: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRPROMPT = 15;
            ^
./BrlapiConstants.java:105: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRPROMPT = 15;
                   ^
./BrlapiConstants.java:107: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXPROMPT = 16;
     ^
./BrlapiConstants.java:107: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXPROMPT = 16;
            ^
./BrlapiConstants.java:107: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXPROMPT = 16;
                   ^
./BrlapiConstants.java:109: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRSEARCH = 17;
     ^
./BrlapiConstants.java:109: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRSEARCH = 17;
            ^
./BrlapiConstants.java:109: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRSEARCH = 17;
                   ^
./BrlapiConstants.java:111: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXSEARCH = 18;
     ^
./BrlapiConstants.java:111: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXSEARCH = 18;
            ^
./BrlapiConstants.java:111: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXSEARCH = 18;
                   ^
./BrlapiConstants.java:113: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CHRLT = 19;
     ^
./BrlapiConstants.java:113: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CHRLT = 19;
            ^
./BrlapiConstants.java:113: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CHRLT = 19;
                   ^
./BrlapiConstants.java:115: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CHRRT = 20;
     ^
./BrlapiConstants.java:115: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CHRRT = 20;
            ^
./BrlapiConstants.java:115: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CHRRT = 20;
                   ^
./BrlapiConstants.java:117: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HWINLT = 21;
     ^
./BrlapiConstants.java:117: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HWINLT = 21;
            ^
./BrlapiConstants.java:117: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HWINLT = 21;
                   ^
./BrlapiConstants.java:119: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HWINRT = 22;
     ^
./BrlapiConstants.java:119: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HWINRT = 22;
            ^
./BrlapiConstants.java:119: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HWINRT = 22;
                   ^
./BrlapiConstants.java:121: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINLT = 23;
     ^
./BrlapiConstants.java:121: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINLT = 23;
            ^
./BrlapiConstants.java:121: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINLT = 23;
                   ^
./BrlapiConstants.java:123: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINRT = 24;
     ^
./BrlapiConstants.java:123: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINRT = 24;
            ^
./BrlapiConstants.java:123: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINRT = 24;
                   ^
./BrlapiConstants.java:125: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINLTSKIP = 25;
     ^
./BrlapiConstants.java:125: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINLTSKIP = 25;
            ^
./BrlapiConstants.java:125: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINLTSKIP = 25;
                   ^
./BrlapiConstants.java:127: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINRTSKIP = 26;
     ^
./BrlapiConstants.java:127: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINRTSKIP = 26;
            ^
./BrlapiConstants.java:127: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINRTSKIP = 26;
                   ^
./BrlapiConstants.java:129: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNBEG = 27;
     ^
./BrlapiConstants.java:129: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNBEG = 27;
            ^
./BrlapiConstants.java:129: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNBEG = 27;
                   ^
./BrlapiConstants.java:131: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNEND = 28;
     ^
./BrlapiConstants.java:131: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNEND = 28;
            ^
./BrlapiConstants.java:131: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNEND = 28;
                   ^
./BrlapiConstants.java:133: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HOME = 29;
     ^
./BrlapiConstants.java:133: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HOME = 29;
            ^
./BrlapiConstants.java:133: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HOME = 29;
                   ^
./BrlapiConstants.java:135: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BACK = 30;
     ^
./BrlapiConstants.java:135: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BACK = 30;
            ^
./BrlapiConstants.java:135: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BACK = 30;
                   ^
./BrlapiConstants.java:137: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RETURN = 31;
     ^
./BrlapiConstants.java:137: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RETURN = 31;
            ^
./BrlapiConstants.java:137: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RETURN = 31;
                   ^
./BrlapiConstants.java:139: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FREEZE = 32;
     ^
./BrlapiConstants.java:139: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FREEZE = 32;
            ^
./BrlapiConstants.java:139: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FREEZE = 32;
                   ^
./BrlapiConstants.java:141: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_DISPMD = 33;
     ^
./BrlapiConstants.java:141: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_DISPMD = 33;
            ^
./BrlapiConstants.java:141: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_DISPMD = 33;
                   ^
./BrlapiConstants.java:143: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SIXDOTS = 34;
     ^
./BrlapiConstants.java:143: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SIXDOTS = 34;
            ^
./BrlapiConstants.java:143: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SIXDOTS = 34;
                   ^
./BrlapiConstants.java:145: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SLIDEWIN = 35;
     ^
./BrlapiConstants.java:145: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SLIDEWIN = 35;
            ^
./BrlapiConstants.java:145: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SLIDEWIN = 35;
                   ^
./BrlapiConstants.java:147: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SKPIDLNS = 36;
     ^
./BrlapiConstants.java:147: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SKPIDLNS = 36;
            ^
./BrlapiConstants.java:147: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SKPIDLNS = 36;
                   ^
./BrlapiConstants.java:149: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SKPBLNKWINS = 37;
     ^
./BrlapiConstants.java:149: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SKPBLNKWINS = 37;
            ^
./BrlapiConstants.java:149: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SKPBLNKWINS = 37;
                   ^
./BrlapiConstants.java:151: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRVIS = 38;
     ^
./BrlapiConstants.java:151: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRVIS = 38;
            ^
./BrlapiConstants.java:151: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRVIS = 38;
                   ^
./BrlapiConstants.java:153: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRHIDE = 39;
     ^
./BrlapiConstants.java:153: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRHIDE = 39;
            ^
./BrlapiConstants.java:153: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRHIDE = 39;
                   ^
./BrlapiConstants.java:155: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRTRK = 40;
     ^
./BrlapiConstants.java:155: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRTRK = 40;
            ^
./BrlapiConstants.java:155: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRTRK = 40;
                   ^
./BrlapiConstants.java:157: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRSIZE = 41;
     ^
./BrlapiConstants.java:157: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRSIZE = 41;
            ^
./BrlapiConstants.java:157: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRSIZE = 41;
                   ^
./BrlapiConstants.java:159: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRBLINK = 42;
     ^
./BrlapiConstants.java:159: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRBLINK = 42;
            ^
./BrlapiConstants.java:159: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRBLINK = 42;
                   ^
./BrlapiConstants.java:161: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRVIS = 43;
     ^
./BrlapiConstants.java:161: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRVIS = 43;
            ^
./BrlapiConstants.java:161: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRVIS = 43;
                   ^
./BrlapiConstants.java:163: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRBLINK = 44;
     ^
./BrlapiConstants.java:163: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRBLINK = 44;
            ^
./BrlapiConstants.java:163: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRBLINK = 44;
                   ^
./BrlapiConstants.java:165: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CAPBLINK = 45;
     ^
./BrlapiConstants.java:165: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CAPBLINK = 45;
            ^
./BrlapiConstants.java:165: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CAPBLINK = 45;
                   ^
./BrlapiConstants.java:167: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TUNES = 46;
     ^
./BrlapiConstants.java:167: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TUNES = 46;
            ^
./BrlapiConstants.java:167: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TUNES = 46;
                   ^
./BrlapiConstants.java:169: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_AUTOREPEAT = 47;
     ^
./BrlapiConstants.java:169: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_AUTOREPEAT = 47;
            ^
./BrlapiConstants.java:169: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_AUTOREPEAT = 47;
                   ^
./BrlapiConstants.java:171: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_AUTOSPEAK = 48;
     ^
./BrlapiConstants.java:171: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_AUTOSPEAK = 48;
            ^
./BrlapiConstants.java:171: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_AUTOSPEAK = 48;
                   ^
./BrlapiConstants.java:173: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HELP = 49;
     ^
./BrlapiConstants.java:173: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HELP = 49;
            ^
./BrlapiConstants.java:173: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HELP = 49;
                   ^
./BrlapiConstants.java:175: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_INFO = 50;
     ^
./BrlapiConstants.java:175: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_INFO = 50;
            ^
./BrlapiConstants.java:175: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_INFO = 50;
                   ^
./BrlapiConstants.java:177: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LEARN = 51;
     ^
./BrlapiConstants.java:177: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LEARN = 51;
            ^
./BrlapiConstants.java:177: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LEARN = 51;
                   ^
./BrlapiConstants.java:179: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFMENU = 52;
     ^
./BrlapiConstants.java:179: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFMENU = 52;
            ^
./BrlapiConstants.java:179: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFMENU = 52;
                   ^
./BrlapiConstants.java:181: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFSAVE = 53;
     ^
./BrlapiConstants.java:181: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFSAVE = 53;
            ^
./BrlapiConstants.java:181: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFSAVE = 53;
                   ^
./BrlapiConstants.java:183: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFLOAD = 54;
     ^
./BrlapiConstants.java:183: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFLOAD = 54;
            ^
./BrlapiConstants.java:183: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFLOAD = 54;
                   ^
./BrlapiConstants.java:185: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_FIRST_ITEM = 55;
     ^
./BrlapiConstants.java:185: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_FIRST_ITEM = 55;
            ^
./BrlapiConstants.java:185: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_FIRST_ITEM = 55;
                   ^
./BrlapiConstants.java:187: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_LAST_ITEM = 56;
     ^
./BrlapiConstants.java:187: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_LAST_ITEM = 56;
            ^
./BrlapiConstants.java:187: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_LAST_ITEM = 56;
                   ^
./BrlapiConstants.java:189: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_PREV_ITEM = 57;
     ^
./BrlapiConstants.java:189: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_PREV_ITEM = 57;
            ^
./BrlapiConstants.java:189: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_PREV_ITEM = 57;
                   ^
./BrlapiConstants.java:191: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_NEXT_ITEM = 58;
     ^
./BrlapiConstants.java:191: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_NEXT_ITEM = 58;
            ^
./BrlapiConstants.java:191: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_NEXT_ITEM = 58;
                   ^
./BrlapiConstants.java:193: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_PREV_SETTING = 59;
     ^
./BrlapiConstants.java:193: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_PREV_SETTING = 59;
            ^
./BrlapiConstants.java:193: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_PREV_SETTING = 59;
                   ^
./BrlapiConstants.java:195: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_NEXT_SETTING = 60;
     ^
./BrlapiConstants.java:195: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_NEXT_SETTING = 60;
            ^
./BrlapiConstants.java:195: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_NEXT_SETTING = 60;
                   ^
./BrlapiConstants.java:197: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MUTE = 61;
     ^
./BrlapiConstants.java:197: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MUTE = 61;
            ^
./BrlapiConstants.java:197: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MUTE = 61;
                   ^
./BrlapiConstants.java:199: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SPKHOME = 62;
     ^
./BrlapiConstants.java:199: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SPKHOME = 62;
            ^
./BrlapiConstants.java:199: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SPKHOME = 62;
                   ^
./BrlapiConstants.java:201: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_LINE = 63;
     ^
./BrlapiConstants.java:201: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_LINE = 63;
            ^
./BrlapiConstants.java:201: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_LINE = 63;
                   ^
./BrlapiConstants.java:203: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_ABOVE = 64;
     ^
./BrlapiConstants.java:203: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_ABOVE = 64;
            ^
./BrlapiConstants.java:203: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_ABOVE = 64;
                   ^
./BrlapiConstants.java:205: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_BELOW = 65;
     ^
./BrlapiConstants.java:205: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_BELOW = 65;
            ^
./BrlapiConstants.java:205: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_BELOW = 65;
                   ^
./BrlapiConstants.java:207: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_SLOWER = 66;
     ^
./BrlapiConstants.java:207: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_SLOWER = 66;
            ^
./BrlapiConstants.java:207: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_SLOWER = 66;
                   ^
./BrlapiConstants.java:209: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_FASTER = 67;
     ^
./BrlapiConstants.java:209: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_FASTER = 67;
            ^
./BrlapiConstants.java:209: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_FASTER = 67;
                   ^
./BrlapiConstants.java:211: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_SOFTER = 68;
     ^
./BrlapiConstants.java:211: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_SOFTER = 68;
            ^
./BrlapiConstants.java:211: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_SOFTER = 68;
                   ^
./BrlapiConstants.java:213: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_LOUDER = 69;
     ^
./BrlapiConstants.java:213: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_LOUDER = 69;
            ^
./BrlapiConstants.java:213: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_LOUDER = 69;
                   ^
./BrlapiConstants.java:215: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT_PREV = 70;
     ^
./BrlapiConstants.java:215: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT_PREV = 70;
            ^
./BrlapiConstants.java:215: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT_PREV = 70;
                   ^
./BrlapiConstants.java:217: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT_NEXT = 71;
     ^
./BrlapiConstants.java:217: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT_NEXT = 71;
            ^
./BrlapiConstants.java:217: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT_NEXT = 71;
                   ^
./BrlapiConstants.java:219: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRJMP_VERT = 72;
     ^
./BrlapiConstants.java:219: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRJMP_VERT = 72;
            ^
./BrlapiConstants.java:219: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRJMP_VERT = 72;
                   ^
./BrlapiConstants.java:221: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASTE = 73;
     ^
./BrlapiConstants.java:221: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASTE = 73;
            ^
./BrlapiConstants.java:221: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASTE = 73;
                   ^
./BrlapiConstants.java:223: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RESTARTBRL = 74;
     ^
./BrlapiConstants.java:223: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RESTARTBRL = 74;
            ^
./BrlapiConstants.java:223: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RESTARTBRL = 74;
                   ^
./BrlapiConstants.java:225: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RESTARTSPEECH = 75;
     ^
./BrlapiConstants.java:225: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RESTARTSPEECH = 75;
            ^
./BrlapiConstants.java:225: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RESTARTSPEECH = 75;
                   ^
./BrlapiConstants.java:227: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_OFFLINE = 76;
     ^
./BrlapiConstants.java:227: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_OFFLINE = 76;
            ^
./BrlapiConstants.java:227: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_OFFLINE = 76;
                   ^
./BrlapiConstants.java:229: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_ON = 0x100;
     ^
./BrlapiConstants.java:229: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_ON = 0x100;
            ^
./BrlapiConstants.java:229: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_ON = 0x100;
                   ^
./BrlapiConstants.java:231: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_OFF = 0x200;
     ^
./BrlapiConstants.java:231: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_OFF = 0x200;
            ^
./BrlapiConstants.java:231: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_OFF = 0x200;
                   ^
./BrlapiConstants.java:233: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_MASK = (KEY_FLG_TOGGLE_ON | KEY_FLG_TOGGLE_OFF);
     ^
./BrlapiConstants.java:233: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_MASK = (KEY_FLG_TOGGLE_ON | KEY_FLG_TOGGLE_OFF);
            ^
./BrlapiConstants.java:233: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_MASK = (KEY_FLG_TOGGLE_ON | KEY_FLG_TOGGLE_OFF);
                   ^
./BrlapiConstants.java:235: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_ROUTE = 0x400;
     ^
./BrlapiConstants.java:235: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_ROUTE = 0x400;
            ^
./BrlapiConstants.java:235: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_ROUTE = 0x400;
                   ^
./BrlapiConstants.java:237: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_INITIAL = 0x8000;
     ^
./BrlapiConstants.java:237: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_INITIAL = 0x8000;
            ^
./BrlapiConstants.java:237: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_INITIAL = 0x8000;
                   ^
./BrlapiConstants.java:239: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_DELAY = 0x4000;
     ^
./BrlapiConstants.java:239: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_DELAY = 0x4000;
            ^
./BrlapiConstants.java:239: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_DELAY = 0x4000;
                   ^
./BrlapiConstants.java:241: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_MASK = (KEY_FLG_REPEAT_INITIAL | KEY_FLG_REPEAT_DELAY);
     ^
./BrlapiConstants.java:241: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_MASK = (KEY_FLG_REPEAT_INITIAL | KEY_FLG_REPEAT_DELAY);
            ^
./BrlapiConstants.java:241: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_MASK = (KEY_FLG_REPEAT_INITIAL | KEY_FLG_REPEAT_DELAY);
                   ^
./BrlapiConstants.java:243: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ROUTE = 0x10000;
     ^
./BrlapiConstants.java:243: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ROUTE = 0x10000;
            ^
./BrlapiConstants.java:243: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ROUTE = 0x10000;
                   ^
./BrlapiConstants.java:245: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTBEGIN = 0x20000;
     ^
./BrlapiConstants.java:245: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTBEGIN = 0x20000;
            ^
./BrlapiConstants.java:245: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTBEGIN = 0x20000;
                   ^
./BrlapiConstants.java:247: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTAPPEND = 0x30000;
     ^
./BrlapiConstants.java:247: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTAPPEND = 0x30000;
            ^
./BrlapiConstants.java:247: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTAPPEND = 0x30000;
                   ^
./BrlapiConstants.java:249: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTRECT = 0x40000;
     ^
./BrlapiConstants.java:249: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTRECT = 0x40000;
            ^
./BrlapiConstants.java:249: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTRECT = 0x40000;
                   ^
./BrlapiConstants.java:251: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTLINE = 0x50000;
     ^
./BrlapiConstants.java:251: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTLINE = 0x50000;
            ^
./BrlapiConstants.java:251: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTLINE = 0x50000;
                   ^
./BrlapiConstants.java:253: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT = 0x60000;
     ^
./BrlapiConstants.java:253: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT = 0x60000;
            ^
./BrlapiConstants.java:253: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT = 0x60000;
                   ^
./BrlapiConstants.java:255: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRINDENT = 0x70000;
     ^
./BrlapiConstants.java:255: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRINDENT = 0x70000;
            ^
./BrlapiConstants.java:255: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRINDENT = 0x70000;
                   ^
./BrlapiConstants.java:257: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXINDENT = 0x80000;
     ^
./BrlapiConstants.java:257: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXINDENT = 0x80000;
            ^
./BrlapiConstants.java:257: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXINDENT = 0x80000;
                   ^
./BrlapiConstants.java:259: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_DESCCHAR = 0x90000;
     ^
./BrlapiConstants.java:259: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_DESCCHAR = 0x90000;
            ^
./BrlapiConstants.java:259: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_DESCCHAR = 0x90000;
                   ^
./BrlapiConstants.java:261: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SETLEFT = 0xa0000;
     ^
./BrlapiConstants.java:261: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SETLEFT = 0xa0000;
            ^
./BrlapiConstants.java:261: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SETLEFT = 0xa0000;
                   ^
./BrlapiConstants.java:263: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SETMARK = 0xb0000;
     ^
./BrlapiConstants.java:263: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SETMARK = 0xb0000;
            ^
./BrlapiConstants.java:263: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SETMARK = 0xb0000;
                   ^
./BrlapiConstants.java:265: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_GOTOMARK = 0xc0000;
     ^
./BrlapiConstants.java:265: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_GOTOMARK = 0xc0000;
            ^
./BrlapiConstants.java:265: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_GOTOMARK = 0xc0000;
                   ^
./BrlapiConstants.java:267: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_GOTOLINE = 0xd0000;
     ^
./BrlapiConstants.java:267: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_GOTOLINE = 0xd0000;
            ^
./BrlapiConstants.java:267: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_GOTOLINE = 0xd0000;
                   ^
./BrlapiConstants.java:269: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_LINE_SCALED = 0x100;
     ^
./BrlapiConstants.java:269: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_LINE_SCALED = 0x100;
            ^
./BrlapiConstants.java:269: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_LINE_SCALED = 0x100;
                   ^
./BrlapiConstants.java:271: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_LINE_TOLEFT = 0x200;
     ^
./BrlapiConstants.java:271: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_LINE_TOLEFT = 0x200;
            ^
./BrlapiConstants.java:271: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_LINE_TOLEFT = 0x200;
                   ^
./BrlapiConstants.java:273: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRDIFCHAR = 0xe0000;
     ^
./BrlapiConstants.java:273: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRDIFCHAR = 0xe0000;
            ^
./BrlapiConstants.java:273: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRDIFCHAR = 0xe0000;
                   ^
./BrlapiConstants.java:275: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXDIFCHAR = 0xf0000;
     ^
./BrlapiConstants.java:275: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXDIFCHAR = 0xf0000;
            ^
./BrlapiConstants.java:275: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXDIFCHAR = 0xf0000;
                   ^
./BrlapiConstants.java:277: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASSDOTS = 0x220000;
     ^
./BrlapiConstants.java:277: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASSDOTS = 0x220000;
            ^
./BrlapiConstants.java:277: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASSDOTS = 0x220000;
                   ^
./BrlapiConstants.java:279: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_SHIFT = 0x1;
     ^
./BrlapiConstants.java:279: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_SHIFT = 0x1;
            ^
./BrlapiConstants.java:279: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_SHIFT = 0x1;
                   ^
./BrlapiConstants.java:281: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_UPPER = 0x2;
     ^
./BrlapiConstants.java:281: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_UPPER = 0x2;
            ^
./BrlapiConstants.java:281: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_UPPER = 0x2;
                   ^
./BrlapiConstants.java:283: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_CONTROL = 0x4;
     ^
./BrlapiConstants.java:283: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_CONTROL = 0x4;
            ^
./BrlapiConstants.java:283: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_CONTROL = 0x4;
                   ^
./BrlapiConstants.java:285: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_META = 0x8;
     ^
./BrlapiConstants.java:285: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_META = 0x8;
            ^
./BrlapiConstants.java:285: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_META = 0x8;
                   ^
./BrlapiConstants.java:287: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASSAT2 = 0x230000;
     ^
./BrlapiConstants.java:287: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASSAT2 = 0x230000;
            ^
./BrlapiConstants.java:287: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASSAT2 = 0x230000;
                   ^
./BrlapiConstants.java:289: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_RELEASE = 0x100;
     ^
./BrlapiConstants.java:289: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_RELEASE = 0x100;
            ^
./BrlapiConstants.java:289: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_RELEASE = 0x100;
                   ^
./BrlapiConstants.java:291: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_EXTENDED = 0x200;
     ^
./BrlapiConstants.java:291: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_EXTENDED = 0x200;
            ^
./BrlapiConstants.java:291: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_EXTENDED = 0x200;
                   ^
./BrlapiConstants.java:293: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_KEYCODE = 0x400;
     ^
./BrlapiConstants.java:293: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_KEYCODE = 0x400;
            ^
./BrlapiConstants.java:293: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_KEYCODE = 0x400;
                   ^
./BrlapiConstants.java:295: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT1 = 0001;
     ^
./BrlapiConstants.java:295: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT1 = 0001;
            ^
./BrlapiConstants.java:295: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT1 = 0001;
                   ^
./BrlapiConstants.java:297: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT2 = 0002;
     ^
./BrlapiConstants.java:297: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT2 = 0002;
            ^
./BrlapiConstants.java:297: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT2 = 0002;
                   ^
./BrlapiConstants.java:299: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT3 = 0004;
     ^
./BrlapiConstants.java:299: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT3 = 0004;
            ^
./BrlapiConstants.java:299: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT3 = 0004;
                   ^
./BrlapiConstants.java:301: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT4 = 0010;
     ^
./BrlapiConstants.java:301: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT4 = 0010;
            ^
./BrlapiConstants.java:301: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT4 = 0010;
                   ^
./BrlapiConstants.java:303: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT5 = 0020;
     ^
./BrlapiConstants.java:303: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT5 = 0020;
            ^
./BrlapiConstants.java:303: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT5 = 0020;
                   ^
./BrlapiConstants.java:305: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT6 = 0040;
     ^
./BrlapiConstants.java:305: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT6 = 0040;
            ^
./BrlapiConstants.java:305: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT6 = 0040;
                   ^
./BrlapiConstants.java:307: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT7 = 0100;
     ^
./BrlapiConstants.java:307: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT7 = 0100;
            ^
./BrlapiConstants.java:307: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT7 = 0100;
                   ^
./BrlapiConstants.java:309: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT8 = 0200;
     ^
./BrlapiConstants.java:309: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT8 = 0200;
            ^
./BrlapiConstants.java:309: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT8 = 0200;
                   ^
571 warnings
/usr/bin/javac -encoding UTF-8 -d . -classpath . ./*.java
./ApiTest.java:23: warning: An empty declaration is a deprecated feature that should not be used.
    BrlapiSettings settings = new BrlapiSettings();
                                                     ^
./BrlapiConstants.java:2: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int TTY_DEFAULT = -1;
     ^
./BrlapiConstants.java:2: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int TTY_DEFAULT = -1;
            ^
./BrlapiConstants.java:2: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int TTY_DEFAULT = -1;
                   ^
./BrlapiConstants.java:3: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DISPLAY_DEFAULT = -1;
     ^
./BrlapiConstants.java:3: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DISPLAY_DEFAULT = -1;
            ^
./BrlapiConstants.java:3: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DISPLAY_DEFAULT = -1;
                   ^
./BrlapiConstants.java:4: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int CURSOR_LEAVE = -1;
     ^
./BrlapiConstants.java:4: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int CURSOR_LEAVE = -1;
            ^
./BrlapiConstants.java:4: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int CURSOR_LEAVE = -1;
                   ^
./BrlapiConstants.java:5: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int CURSOR_OFF = 0;
     ^
./BrlapiConstants.java:5: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int CURSOR_OFF = 0;
            ^
./BrlapiConstants.java:5: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int CURSOR_OFF = 0;
                   ^
./BrlapiConstants.java:6: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int rangeType_all = 0;
     ^
./BrlapiConstants.java:6: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int rangeType_all = 0;
            ^
./BrlapiConstants.java:6: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int rangeType_all = 0;
                   ^
./BrlapiConstants.java:7: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int rangeType_type = 1;
     ^
./BrlapiConstants.java:7: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int rangeType_type = 1;
            ^
./BrlapiConstants.java:7: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int rangeType_type = 1;
                   ^
./BrlapiConstants.java:8: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int rangeType_command = 2;
     ^
./BrlapiConstants.java:8: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int rangeType_command = 2;
            ^
./BrlapiConstants.java:8: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int rangeType_command = 2;
                   ^
./BrlapiConstants.java:9: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int rangeType_key = 3;
     ^
./BrlapiConstants.java:9: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int rangeType_key = 3;
            ^
./BrlapiConstants.java:9: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int rangeType_key = 3;
                   ^
./BrlapiConstants.java:10: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int rangeType_code = 4;
     ^
./BrlapiConstants.java:10: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int rangeType_code = 4;
            ^
./BrlapiConstants.java:10: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int rangeType_code = 4;
                   ^
./BrlapiConstants.java:11: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final long KEY_MAX = 0xffffffffffffffffL;
     ^
./BrlapiConstants.java:11: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final long KEY_MAX = 0xffffffffffffffffL;
            ^
./BrlapiConstants.java:11: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final long KEY_MAX = 0xffffffffffffffffL;
                   ^
./BrlapiConstants.java:12: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final long KEY_FLAGS_MASK = 0xffffffff00000000L;
     ^
./BrlapiConstants.java:12: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final long KEY_FLAGS_MASK = 0xffffffff00000000L;
            ^
./BrlapiConstants.java:12: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final long KEY_FLAGS_MASK = 0xffffffff00000000L;
                   ^
./BrlapiConstants.java:13: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLAGS_SHIFT = 32;
     ^
./BrlapiConstants.java:13: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLAGS_SHIFT = 32;
            ^
./BrlapiConstants.java:13: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLAGS_SHIFT = 32;
                   ^
./BrlapiConstants.java:14: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final long KEY_TYPE_MASK = 0xe0000000L;
     ^
./BrlapiConstants.java:14: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final long KEY_TYPE_MASK = 0xe0000000L;
            ^
./BrlapiConstants.java:14: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final long KEY_TYPE_MASK = 0xe0000000L;
                   ^
./BrlapiConstants.java:15: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_SHIFT = 29;
     ^
./BrlapiConstants.java:15: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_SHIFT = 29;
            ^
./BrlapiConstants.java:15: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_SHIFT = 29;
                   ^
./BrlapiConstants.java:16: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_CMD = 0x20000000;
     ^
./BrlapiConstants.java:16: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_CMD = 0x20000000;
            ^
./BrlapiConstants.java:16: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_CMD = 0x20000000;
                   ^
./BrlapiConstants.java:17: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_SYM = 0x0;
     ^
./BrlapiConstants.java:17: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_SYM = 0x0;
            ^
./BrlapiConstants.java:17: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_SYM = 0x0;
                   ^
./BrlapiConstants.java:18: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final long KEY_CODE_MASK = 0x1fffffffL;
     ^
./BrlapiConstants.java:18: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final long KEY_CODE_MASK = 0x1fffffffL;
            ^
./BrlapiConstants.java:18: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final long KEY_CODE_MASK = 0x1fffffffL;
                   ^
./BrlapiConstants.java:19: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CODE_SHIFT = 0;
     ^
./BrlapiConstants.java:19: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CODE_SHIFT = 0;
            ^
./BrlapiConstants.java:19: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CODE_SHIFT = 0;
                   ^
./BrlapiConstants.java:20: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final long KEY_CMD_BLK_MASK = 0x1fff0000L;
     ^
./BrlapiConstants.java:20: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final long KEY_CMD_BLK_MASK = 0x1fff0000L;
            ^
./BrlapiConstants.java:20: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final long KEY_CMD_BLK_MASK = 0x1fff0000L;
                   ^
./BrlapiConstants.java:21: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BLK_SHIFT = 16;
     ^
./BrlapiConstants.java:21: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BLK_SHIFT = 16;
            ^
./BrlapiConstants.java:21: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BLK_SHIFT = 16;
                   ^
./BrlapiConstants.java:22: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final long KEY_CMD_ARG_MASK = 0xffffL;
     ^
./BrlapiConstants.java:22: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final long KEY_CMD_ARG_MASK = 0xffffL;
            ^
./BrlapiConstants.java:22: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final long KEY_CMD_ARG_MASK = 0xffffL;
                   ^
./BrlapiConstants.java:23: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ARG_SHIFT = 0;
     ^
./BrlapiConstants.java:23: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ARG_SHIFT = 0;
            ^
./BrlapiConstants.java:23: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ARG_SHIFT = 0;
                   ^
./BrlapiConstants.java:24: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_BACKSPACE = 0xff08;
     ^
./BrlapiConstants.java:24: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_BACKSPACE = 0xff08;
            ^
./BrlapiConstants.java:24: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_BACKSPACE = 0xff08;
                   ^
./BrlapiConstants.java:25: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_TAB = 0xff09;
     ^
./BrlapiConstants.java:25: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_TAB = 0xff09;
            ^
./BrlapiConstants.java:25: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_TAB = 0xff09;
                   ^
./BrlapiConstants.java:26: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_LINEFEED = 0xff0d;
     ^
./BrlapiConstants.java:26: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_LINEFEED = 0xff0d;
            ^
./BrlapiConstants.java:26: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_LINEFEED = 0xff0d;
                   ^
./BrlapiConstants.java:27: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_ESCAPE = 0xff1b;
     ^
./BrlapiConstants.java:27: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_ESCAPE = 0xff1b;
            ^
./BrlapiConstants.java:27: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_ESCAPE = 0xff1b;
                   ^
./BrlapiConstants.java:28: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_HOME = 0xff50;
     ^
./BrlapiConstants.java:28: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_HOME = 0xff50;
            ^
./BrlapiConstants.java:28: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_HOME = 0xff50;
                   ^
./BrlapiConstants.java:29: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_LEFT = 0xff51;
     ^
./BrlapiConstants.java:29: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_LEFT = 0xff51;
            ^
./BrlapiConstants.java:29: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_LEFT = 0xff51;
                   ^
./BrlapiConstants.java:30: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_UP = 0xff52;
     ^
./BrlapiConstants.java:30: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_UP = 0xff52;
            ^
./BrlapiConstants.java:30: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_UP = 0xff52;
                   ^
./BrlapiConstants.java:31: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_RIGHT = 0xff53;
     ^
./BrlapiConstants.java:31: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_RIGHT = 0xff53;
            ^
./BrlapiConstants.java:31: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_RIGHT = 0xff53;
                   ^
./BrlapiConstants.java:32: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_DOWN = 0xff54;
     ^
./BrlapiConstants.java:32: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_DOWN = 0xff54;
            ^
./BrlapiConstants.java:32: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_DOWN = 0xff54;
                   ^
./BrlapiConstants.java:33: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_PAGE_UP = 0xff55;
     ^
./BrlapiConstants.java:33: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_PAGE_UP = 0xff55;
            ^
./BrlapiConstants.java:33: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_PAGE_UP = 0xff55;
                   ^
./BrlapiConstants.java:34: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_PAGE_DOWN = 0xff56;
     ^
./BrlapiConstants.java:34: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_PAGE_DOWN = 0xff56;
            ^
./BrlapiConstants.java:34: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_PAGE_DOWN = 0xff56;
                   ^
./BrlapiConstants.java:35: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_END = 0xff57;
     ^
./BrlapiConstants.java:35: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_END = 0xff57;
            ^
./BrlapiConstants.java:35: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_END = 0xff57;
                   ^
./BrlapiConstants.java:36: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_INSERT = 0xff63;
     ^
./BrlapiConstants.java:36: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_INSERT = 0xff63;
            ^
./BrlapiConstants.java:36: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_INSERT = 0xff63;
                   ^
./BrlapiConstants.java:37: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F1 = (0xffbe + 0);
     ^
./BrlapiConstants.java:37: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F1 = (0xffbe + 0);
            ^
./BrlapiConstants.java:37: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F1 = (0xffbe + 0);
                   ^
./BrlapiConstants.java:38: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F2 = (0xffbe + 1);
     ^
./BrlapiConstants.java:38: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F2 = (0xffbe + 1);
            ^
./BrlapiConstants.java:38: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F2 = (0xffbe + 1);
                   ^
./BrlapiConstants.java:39: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F3 = (0xffbe + 2);
     ^
./BrlapiConstants.java:39: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F3 = (0xffbe + 2);
            ^
./BrlapiConstants.java:39: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F3 = (0xffbe + 2);
                   ^
./BrlapiConstants.java:40: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F4 = (0xffbe + 3);
     ^
./BrlapiConstants.java:40: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F4 = (0xffbe + 3);
            ^
./BrlapiConstants.java:40: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F4 = (0xffbe + 3);
                   ^
./BrlapiConstants.java:41: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F5 = (0xffbe + 4);
     ^
./BrlapiConstants.java:41: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F5 = (0xffbe + 4);
            ^
./BrlapiConstants.java:41: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F5 = (0xffbe + 4);
                   ^
./BrlapiConstants.java:42: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F6 = (0xffbe + 5);
     ^
./BrlapiConstants.java:42: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F6 = (0xffbe + 5);
            ^
./BrlapiConstants.java:42: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F6 = (0xffbe + 5);
                   ^
./BrlapiConstants.java:43: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F7 = (0xffbe + 6);
     ^
./BrlapiConstants.java:43: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F7 = (0xffbe + 6);
            ^
./BrlapiConstants.java:43: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F7 = (0xffbe + 6);
                   ^
./BrlapiConstants.java:44: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F8 = (0xffbe + 7);
     ^
./BrlapiConstants.java:44: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F8 = (0xffbe + 7);
            ^
./BrlapiConstants.java:44: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F8 = (0xffbe + 7);
                   ^
./BrlapiConstants.java:45: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F9 = (0xffbe + 8);
     ^
./BrlapiConstants.java:45: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F9 = (0xffbe + 8);
            ^
./BrlapiConstants.java:45: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F9 = (0xffbe + 8);
                   ^
./BrlapiConstants.java:46: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F10 = (0xffbe + 9);
     ^
./BrlapiConstants.java:46: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F10 = (0xffbe + 9);
            ^
./BrlapiConstants.java:46: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F10 = (0xffbe + 9);
                   ^
./BrlapiConstants.java:47: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F11 = (0xffbe + 10);
     ^
./BrlapiConstants.java:47: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F11 = (0xffbe + 10);
            ^
./BrlapiConstants.java:47: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F11 = (0xffbe + 10);
                   ^
./BrlapiConstants.java:48: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F12 = (0xffbe + 11);
     ^
./BrlapiConstants.java:48: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F12 = (0xffbe + 11);
            ^
./BrlapiConstants.java:48: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F12 = (0xffbe + 11);
                   ^
./BrlapiConstants.java:49: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F13 = (0xffbe + 12);
     ^
./BrlapiConstants.java:49: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F13 = (0xffbe + 12);
            ^
./BrlapiConstants.java:49: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F13 = (0xffbe + 12);
                   ^
./BrlapiConstants.java:50: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F14 = (0xffbe + 13);
     ^
./BrlapiConstants.java:50: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F14 = (0xffbe + 13);
            ^
./BrlapiConstants.java:50: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F14 = (0xffbe + 13);
                   ^
./BrlapiConstants.java:51: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F15 = (0xffbe + 14);
     ^
./BrlapiConstants.java:51: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F15 = (0xffbe + 14);
            ^
./BrlapiConstants.java:51: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F15 = (0xffbe + 14);
                   ^
./BrlapiConstants.java:52: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F16 = (0xffbe + 15);
     ^
./BrlapiConstants.java:52: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F16 = (0xffbe + 15);
            ^
./BrlapiConstants.java:52: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F16 = (0xffbe + 15);
                   ^
./BrlapiConstants.java:53: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F17 = (0xffbe + 16);
     ^
./BrlapiConstants.java:53: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F17 = (0xffbe + 16);
            ^
./BrlapiConstants.java:53: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F17 = (0xffbe + 16);
                   ^
./BrlapiConstants.java:54: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F18 = (0xffbe + 17);
     ^
./BrlapiConstants.java:54: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F18 = (0xffbe + 17);
            ^
./BrlapiConstants.java:54: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F18 = (0xffbe + 17);
                   ^
./BrlapiConstants.java:55: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F19 = (0xffbe + 18);
     ^
./BrlapiConstants.java:55: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F19 = (0xffbe + 18);
            ^
./BrlapiConstants.java:55: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F19 = (0xffbe + 18);
                   ^
./BrlapiConstants.java:56: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F20 = (0xffbe + 19);
     ^
./BrlapiConstants.java:56: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F20 = (0xffbe + 19);
            ^
./BrlapiConstants.java:56: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F20 = (0xffbe + 19);
                   ^
./BrlapiConstants.java:57: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F21 = (0xffbe + 20);
     ^
./BrlapiConstants.java:57: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F21 = (0xffbe + 20);
            ^
./BrlapiConstants.java:57: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F21 = (0xffbe + 20);
                   ^
./BrlapiConstants.java:58: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F22 = (0xffbe + 21);
     ^
./BrlapiConstants.java:58: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F22 = (0xffbe + 21);
            ^
./BrlapiConstants.java:58: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F22 = (0xffbe + 21);
                   ^
./BrlapiConstants.java:59: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F23 = (0xffbe + 22);
     ^
./BrlapiConstants.java:59: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F23 = (0xffbe + 22);
            ^
./BrlapiConstants.java:59: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F23 = (0xffbe + 22);
                   ^
./BrlapiConstants.java:60: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F24 = (0xffbe + 23);
     ^
./BrlapiConstants.java:60: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F24 = (0xffbe + 23);
            ^
./BrlapiConstants.java:60: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F24 = (0xffbe + 23);
                   ^
./BrlapiConstants.java:61: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F25 = (0xffbe + 24);
     ^
./BrlapiConstants.java:61: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F25 = (0xffbe + 24);
            ^
./BrlapiConstants.java:61: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F25 = (0xffbe + 24);
                   ^
./BrlapiConstants.java:62: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F26 = (0xffbe + 25);
     ^
./BrlapiConstants.java:62: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F26 = (0xffbe + 25);
            ^
./BrlapiConstants.java:62: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F26 = (0xffbe + 25);
                   ^
./BrlapiConstants.java:63: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F27 = (0xffbe + 26);
     ^
./BrlapiConstants.java:63: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F27 = (0xffbe + 26);
            ^
./BrlapiConstants.java:63: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F27 = (0xffbe + 26);
                   ^
./BrlapiConstants.java:64: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F28 = (0xffbe + 27);
     ^
./BrlapiConstants.java:64: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F28 = (0xffbe + 27);
            ^
./BrlapiConstants.java:64: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F28 = (0xffbe + 27);
                   ^
./BrlapiConstants.java:65: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F29 = (0xffbe + 28);
     ^
./BrlapiConstants.java:65: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F29 = (0xffbe + 28);
            ^
./BrlapiConstants.java:65: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F29 = (0xffbe + 28);
                   ^
./BrlapiConstants.java:66: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F30 = (0xffbe + 29);
     ^
./BrlapiConstants.java:66: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F30 = (0xffbe + 29);
            ^
./BrlapiConstants.java:66: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F30 = (0xffbe + 29);
                   ^
./BrlapiConstants.java:67: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F31 = (0xffbe + 30);
     ^
./BrlapiConstants.java:67: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F31 = (0xffbe + 30);
            ^
./BrlapiConstants.java:67: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F31 = (0xffbe + 30);
                   ^
./BrlapiConstants.java:68: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F32 = (0xffbe + 31);
     ^
./BrlapiConstants.java:68: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F32 = (0xffbe + 31);
            ^
./BrlapiConstants.java:68: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F32 = (0xffbe + 31);
                   ^
./BrlapiConstants.java:69: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F33 = (0xffbe + 32);
     ^
./BrlapiConstants.java:69: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F33 = (0xffbe + 32);
            ^
./BrlapiConstants.java:69: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F33 = (0xffbe + 32);
                   ^
./BrlapiConstants.java:70: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F34 = (0xffbe + 33);
     ^
./BrlapiConstants.java:70: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F34 = (0xffbe + 33);
            ^
./BrlapiConstants.java:70: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F34 = (0xffbe + 33);
                   ^
./BrlapiConstants.java:71: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F35 = (0xffbe + 34);
     ^
./BrlapiConstants.java:71: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F35 = (0xffbe + 34);
            ^
./BrlapiConstants.java:71: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F35 = (0xffbe + 34);
                   ^
./BrlapiConstants.java:72: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_DELETE = 0xffff;
     ^
./BrlapiConstants.java:72: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_DELETE = 0xffff;
            ^
./BrlapiConstants.java:72: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_DELETE = 0xffff;
                   ^
./BrlapiConstants.java:73: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_UNICODE = 0x1000000;
     ^
./BrlapiConstants.java:73: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_UNICODE = 0x1000000;
            ^
./BrlapiConstants.java:73: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_UNICODE = 0x1000000;
                   ^
./BrlapiConstants.java:75: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NOOP = 0;
     ^
./BrlapiConstants.java:75: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NOOP = 0;
            ^
./BrlapiConstants.java:75: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NOOP = 0;
                   ^
./BrlapiConstants.java:77: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNUP = 1;
     ^
./BrlapiConstants.java:77: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNUP = 1;
            ^
./BrlapiConstants.java:77: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNUP = 1;
                   ^
./BrlapiConstants.java:79: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNDN = 2;
     ^
./BrlapiConstants.java:79: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNDN = 2;
            ^
./BrlapiConstants.java:79: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNDN = 2;
                   ^
./BrlapiConstants.java:81: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_WINUP = 3;
     ^
./BrlapiConstants.java:81: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_WINUP = 3;
            ^
./BrlapiConstants.java:81: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_WINUP = 3;
                   ^
./BrlapiConstants.java:83: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_WINDN = 4;
     ^
./BrlapiConstants.java:83: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_WINDN = 4;
            ^
./BrlapiConstants.java:83: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_WINDN = 4;
                   ^
./BrlapiConstants.java:85: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRDIFLN = 5;
     ^
./BrlapiConstants.java:85: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRDIFLN = 5;
            ^
./BrlapiConstants.java:85: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRDIFLN = 5;
                   ^
./BrlapiConstants.java:87: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXDIFLN = 6;
     ^
./BrlapiConstants.java:87: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXDIFLN = 6;
            ^
./BrlapiConstants.java:87: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXDIFLN = 6;
                   ^
./BrlapiConstants.java:89: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRUP = 7;
     ^
./BrlapiConstants.java:89: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRUP = 7;
            ^
./BrlapiConstants.java:89: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRUP = 7;
                   ^
./BrlapiConstants.java:91: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRDN = 8;
     ^
./BrlapiConstants.java:91: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRDN = 8;
            ^
./BrlapiConstants.java:91: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRDN = 8;
                   ^
./BrlapiConstants.java:93: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TOP = 9;
     ^
./BrlapiConstants.java:93: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TOP = 9;
            ^
./BrlapiConstants.java:93: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TOP = 9;
                   ^
./BrlapiConstants.java:95: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BOT = 10;
     ^
./BrlapiConstants.java:95: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BOT = 10;
            ^
./BrlapiConstants.java:95: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BOT = 10;
                   ^
./BrlapiConstants.java:97: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TOP_LEFT = 11;
     ^
./BrlapiConstants.java:97: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TOP_LEFT = 11;
            ^
./BrlapiConstants.java:97: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TOP_LEFT = 11;
                   ^
./BrlapiConstants.java:99: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BOT_LEFT = 12;
     ^
./BrlapiConstants.java:99: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BOT_LEFT = 12;
            ^
./BrlapiConstants.java:99: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BOT_LEFT = 12;
                   ^
./BrlapiConstants.java:101: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRPGRPH = 13;
     ^
/usr/bin/install -c -d ../../data
./BrlapiConstants.java:101: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRPGRPH = 13;
                   ^
./BrlapiConstants.java:103: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXPGRPH = 14;
     ^
./BrlapiConstants.java:103: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXPGRPH = 14;
            ^
./BrlapiConstants.java:103: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXPGRPH = 14;
                   ^
./BrlapiConstants.java:105: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRPROMPT = 15;
     ^
./BrlapiConstants.java:105: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRPROMPT = 15;
            ^
./BrlapiConstants.java:105: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRPROMPT = 15;
                   ^
./BrlapiConstants.java:107: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXPROMPT = 16;
     ^
./BrlapiConstants.java:107: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXPROMPT = 16;
            ^
./BrlapiConstants.java:107: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXPROMPT = 16;
                   ^
./BrlapiConstants.java:109: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRSEARCH = 17;
     ^
./BrlapiConstants.java:109: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRSEARCH = 17;
            ^
./BrlapiConstants.java:109: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRSEARCH = 17;
                   ^
./BrlapiConstants.java:111: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXSEARCH = 18;
     ^
./BrlapiConstants.java:111: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXSEARCH = 18;
            ^
./BrlapiConstants.java:111: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXSEARCH = 18;
                   ^
./BrlapiConstants.java:113: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CHRLT = 19;
     ^
./../../Programs/txt2hlp ../../data/brltty-bn.hlp ./help*.txt
./BrlapiConstants.java:113: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CHRLT = 19;
            ^
./BrlapiConstants.java:113: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CHRLT = 19;
                   ^
./BrlapiConstants.java:115: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CHRRT = 20;
     ^
./BrlapiConstants.java:115: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CHRRT = 20;
            ^
./BrlapiConstants.java:115: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CHRRT = 20;
                   ^
./BrlapiConstants.java:117: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HWINLT = 21;
     ^
./BrlapiConstants.java:117: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HWINLT = 21;
            ^
./BrlapiConstants.java:117: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HWINLT = 21;
                   ^
./BrlapiConstants.java:119: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HWINRT = 22;
     ^
./BrlapiConstants.java:119: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HWINRT = 22;
            ^
./BrlapiConstants.java:119: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HWINRT = 22;
                   ^
./BrlapiConstants.java:121: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINLT = 23;
     ^
./BrlapiConstants.java:121: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINLT = 23;
            ^
./BrlapiConstants.java:121: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINLT = 23;
                   ^
./BrlapiConstants.java:123: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINRT = 24;
     ^
./BrlapiConstants.java:123: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINRT = 24;
            ^
./BrlapiConstants.java:123: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINRT = 24;
                   ^
./BrlapiConstants.java:125: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINLTSKIP = 25;
     ^
./BrlapiConstants.java:125: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINLTSKIP = 25;
            ^
./BrlapiConstants.java:125: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINLTSKIP = 25;
                   ^
./BrlapiConstants.java:127: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINRTSKIP = 26;
     ^
./BrlapiConstants.java:127: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINRTSKIP = 26;
            ^
./BrlapiConstants.java:127: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINRTSKIP = 26;
                   ^
./BrlapiConstants.java:129: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNBEG = 27;
     ^
./BrlapiConstants.java:129: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNBEG = 27;
            ^
./BrlapiConstants.java:129: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNBEG = 27;
                   ^
./BrlapiConstants.java:131: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNEND = 28;
     ^
./BrlapiConstants.java:131: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNEND = 28;
            ^
./BrlapiConstants.java:131: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNEND = 28;
                   ^
./BrlapiConstants.java:133: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HOME = 29;
     ^
./BrlapiConstants.java:133: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HOME = 29;
            ^
./BrlapiConstants.java:133: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HOME = 29;
                   ^
./BrlapiConstants.java:135: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BACK = 30;
     ^
./BrlapiConstants.java:135: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BACK = 30;
            ^
./BrlapiConstants.java:135: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BACK = 30;
                   ^/usr/bin/install -c -d ../../lib
./BrlapiConstants.java:137: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RETURN = 31;
     ^
./BrlapiConstants.java:137: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RETURN = 31;
            ^
./BrlapiConstants.java:137: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RETURN = 31;
                   ^
./BrlapiConstants.java:139: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FREEZE = 32;
     ^
./BrlapiConstants.java:139: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FREEZE = 32;
            ^
./BrlapiConstants.java:139: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FREEZE = 32;
                   ^
./BrlapiConstants.java:141: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_DISPMD = 33;
     ^
./BrlapiConstants.java:141: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_DISPMD = 33;
            ^
./BrlapiConstants.java:141: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_DISPMD = 33;
                   ^
./BrlapiConstants.java:143: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SIXDOTS = 34;
     ^
./BrlapiConstants.java:143: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SIXDOTS = 34;
            ^
./BrlapiConstants.java:143: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SIXDOTS = 34;
                   ^
./BrlapiConstants.java:145: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SLIDEWIN = 35;
     ^
./BrlapiConstants.java:145: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SLIDEWIN = 35;
            ^
./BrlapiConstants.java:145: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SLIDEWIN = 35;
                   ^
./BrlapiConstants.java:147: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SKPIDLNS = 36;
     ^
./BrlapiConstants.java:147: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SKPIDLNS = 36;
            ^
./BrlapiConstants.java:147: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SKPIDLNS = 36;
                   ^
./BrlapiConstants.java:149: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SKPBLNKWINS = 37;
     ^
./BrlapiConstants.java:149: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SKPBLNKWINS = 37;
            ^
./BrlapiConstants.java:149: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SKPBLNKWINS = 37;
                   ^
./BrlapiConstants.java:151: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRVIS = 38;
     ^
./BrlapiConstants.java:151: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRVIS = 38;
            ^
./BrlapiConstants.java:151: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRVIS = 38;
                   ^
./BrlapiConstants.java:153: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRHIDE = 39;
     ^
./BrlapiConstants.java:153: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRHIDE = 39;
            ^
./BrlapiConstants.java:153: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRHIDE = 39;
                   ^
./BrlapiConstants.java:155: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRTRK = 40;
     ^
./BrlapiConstants.java:155: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRTRK = 40;
            ^
./BrlapiConstants.java:155: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRTRK = 40;
                   ^
./BrlapiConstants.java:157: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRSIZE = 41;
     ^
./BrlapiConstants.java:157: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRSIZE = 41;
            ^
./BrlapiConstants.java:157: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRSIZE = 41;
                   ^
./BrlapiConstants.java:159: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRBLINK = 42;
     ^
./BrlapiConstants.java:159: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRBLINK = 42;
            ^
./BrlapiConstants.java:159: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRBLINK = 42;
                   ^
./BrlapiConstants.java:161: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRVIS = 43;
     ^
./BrlapiConstants.java:161: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRVIS = 43;
            ^
./BrlapiConstants.java:161: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRVIS = 43;
                   ^
./BrlapiConstants.java:163: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRBLINK = 44;
     ^
./BrlapiConstants.java:163: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRBLINK = 44;
            ^
./BrlapiConstants.java:163: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRBLINK = 44;
                   ^
./BrlapiConstants.java:165: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CAPBLINK = 45;
     ^
./BrlapiConstants.java:165: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CAPBLINK = 45;
            ^
./BrlapiConstants.java:165: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CAPBLINK = 45;
                   ^
./BrlapiConstants.java:167: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TUNES = 46;
     ^
./BrlapiConstants.java:167: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TUNES = 46;
            ^
./BrlapiConstants.java:167: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TUNES = 46;
                   ^
./BrlapiConstants.java:169: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_AUTOREPEAT = 47;
     ^
./BrlapiConstants.java:169: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_AUTOREPEAT = 47;
            ^
./BrlapiConstants.java:169: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_AUTOREPEAT = 47;
                   ^
./BrlapiConstants.java:171: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_AUTOSPEAK = 48;
     ^
./BrlapiConstants.java:171: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_AUTOSPEAK = 48;
            ^
./BrlapiConstants.java:171: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_AUTOSPEAK = 48;
                   ^
./BrlapiConstants.java:173: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HELP = 49;
     ^
./BrlapiConstants.java:173: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HELP = 49;
            ^
./BrlapiConstants.java:173: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HELP = 49;
                   ^
./BrlapiConstants.java:175: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_INFO = 50;
     ^
./BrlapiConstants.java:175: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_INFO = 50;
            ^
./BrlapiConstants.java:175: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_INFO = 50;
                   ^
./BrlapiConstants.java:177: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LEARN = 51;
     ^
./BrlapiConstants.java:177: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LEARN = 51;
            ^
./BrlapiConstants.java:177: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LEARN = 51;
                   ^
./BrlapiConstants.java:179: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFMENU = 52;
     ^
./BrlapiConstants.java:179: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFMENU = 52;
            ^
./BrlapiConstants.java:179: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFMENU = 52;
                   ^
./BrlapiConstants.java:181: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFSAVE = 53;
     ^
./BrlapiConstants.java:181: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFSAVE = 53;
            ^
./BrlapiConstants.java:181: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFSAVE = 53;
                   ^
./BrlapiConstants.java:183: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFLOAD = 54;
     ^
./BrlapiConstants.java:183: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFLOAD = 54;
            ^
./BrlapiConstants.java:183: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFLOAD = 54;
                   ^
./BrlapiConstants.java:185: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_FIRST_ITEM = 55;
     ^
./BrlapiConstants.java:185: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_FIRST_ITEM = 55;
            ^
./BrlapiConstants.java:185: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_FIRST_ITEM = 55;
                   ^
./BrlapiConstants.java:187: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_LAST_ITEM = 56;
     ^
./BrlapiConstants.java:187: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_LAST_ITEM = 56;
            ^
./BrlapiConstants.java:187: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_LAST_ITEM = 56;
                   ^
./BrlapiConstants.java:189: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_PREV_ITEM = 57;
     ^
./BrlapiConstants.java:189: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_PREV_ITEM = 57;
            ^
./BrlapiConstants.java:189: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_PREV_ITEM = 57;
                   ^
./BrlapiConstants.java:191: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_NEXT_ITEM = 58;
     ^
./BrlapiConstants.java:191: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_NEXT_ITEM = 58;
            ^
./BrlapiConstants.java:191: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_NEXT_ITEM = 58;
                   ^
./BrlapiConstants.java:193: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_PREV_SETTING = 59;
     ^
./BrlapiConstants.java:193: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_PREV_SETTING = 59;
            ^
./BrlapiConstants.java:193: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_PREV_SETTING = 59;
                   ^
./BrlapiConstants.java:195: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_NEXT_SETTING = 60;
     ^
./BrlapiConstants.java:195: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_NEXT_SETTING = 60;
            ^
./BrlapiConstants.java:195: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_NEXT_SETTING = 60;
                   ^
./BrlapiConstants.java:197: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MUTE = 61;
     ^
./BrlapiConstants.java:197: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MUTE = 61;
            ^
./BrlapiConstants.java:197: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MUTE = 61;
                   ^
./BrlapiConstants.java:199: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SPKHOME = 62;
     ^
./BrlapiConstants.java:199: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SPKHOME = 62;
            ^
./BrlapiConstants.java:199: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SPKHOME = 62;
                   ^
./BrlapiConstants.java:201: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_LINE = 63;
     ^
./BrlapiConstants.java:201: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_LINE = 63;
            ^
./BrlapiConstants.java:201: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_LINE = 63;
                   ^
./BrlapiConstants.java:203: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_ABOVE = 64;
     ^
./BrlapiConstants.java:203: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_ABOVE = 64;
            ^
./BrlapiConstants.java:203: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_ABOVE = 64;
                   ^
./BrlapiConstants.java:205: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_BELOW = 65;
     ^
./BrlapiConstants.java:205: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_BELOW = 65;
            ^
./BrlapiConstants.java:205: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_BELOW = 65;
                   ^
./BrlapiConstants.java:207: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_SLOWER = 66;
     ^
./BrlapiConstants.java:207: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_SLOWER = 66;
            ^
./BrlapiConstants.java:207: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_SLOWER = 66;
                   ^
./BrlapiConstants.java:209: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_FASTER = 67;
     ^
./BrlapiConstants.java:209: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_FASTER = 67;
            ^
./BrlapiConstants.java:209: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_FASTER = 67;
                   ^
./BrlapiConstants.java:211: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_SOFTER = 68;
     ^
./BrlapiConstants.java:211: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_SOFTER = 68;
            ^
./BrlapiConstants.java:211: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_SOFTER = 68;
                   ^
./BrlapiConstants.java:213: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_LOUDER = 69;
     ^
./BrlapiConstants.java:213: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_LOUDER = 69;
            ^
./BrlapiConstants.java:213: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_LOUDER = 69;
                   ^
./BrlapiConstants.java:215: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT_PREV = 70;
     ^
./BrlapiConstants.java:215: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT_PREV = 70;
            ^
./BrlapiConstants.java:215: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT_PREV = 70;
                   ^
./BrlapiConstants.java:217: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT_NEXT = 71;
     ^
./BrlapiConstants.java:217: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT_NEXT = 71;
            ^
./BrlapiConstants.java:217: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT_NEXT = 71;
                   ^
./BrlapiConstants.java:219: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRJMP_VERT = 72;
     ^
./BrlapiConstants.java:219: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRJMP_VERT = 72;
            ^
./BrlapiConstants.java:219: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRJMP_VERT = 72;
                   ^
./BrlapiConstants.java:221: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASTE = 73;
     ^
./BrlapiConstants.java:221: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASTE = 73;
            ^
./BrlapiConstants.java:221: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASTE = 73;
                   ^
./BrlapiConstants.java:223: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RESTARTBRL = 74;
     ^
./BrlapiConstants.java:223: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RESTARTBRL = 74;
            ^
./BrlapiConstants.java:223: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RESTARTBRL = 74;
                   ^
./BrlapiConstants.java:225: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RESTARTSPEECH = 75;
     ^
./BrlapiConstants.java:225: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RESTARTSPEECH = 75;
            ^
./BrlapiConstants.java:225: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RESTARTSPEECH = 75;
                   ^
./BrlapiConstants.java:227: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_OFFLINE = 76;
     ^
./BrlapiConstants.java:227: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_OFFLINE = 76;
            ^
./BrlapiConstants.java:227: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_OFFLINE = 76;
                   ^
./BrlapiConstants.java:229: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_ON = 0x100;
     ^
./BrlapiConstants.java:229: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_ON = 0x100;
            ^
./BrlapiConstants.java:229: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_ON = 0x100;
                   ^
./BrlapiConstants.java:231: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_OFF = 0x200;
     ^
./BrlapiConstants.java:231: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_OFF = 0x200;
            ^
./BrlapiConstants.java:231: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_OFF = 0x200;
                   ^
./BrlapiConstants.java:233: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_MASK = (KEY_FLG_TOGGLE_ON | KEY_FLG_TOGGLE_OFF);
     ^
./BrlapiConstants.java:233: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_MASK = (KEY_FLG_TOGGLE_ON | KEY_FLG_TOGGLE_OFF);
            ^
./BrlapiConstants.java:233: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_MASK = (KEY_FLG_TOGGLE_ON | KEY_FLG_TOGGLE_OFF);
                   ^
./BrlapiConstants.java:235: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_ROUTE = 0x400;
     ^
./BrlapiConstants.java:235: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_ROUTE = 0x400;
            ^
./BrlapiConstants.java:235: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_ROUTE = 0x400;
                   ^
./BrlapiConstants.java:237: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_INITIAL = 0x8000;
     ^
./BrlapiConstants.java:237: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_INITIAL = 0x8000;
            ^
./BrlapiConstants.java:237: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_INITIAL = 0x8000;
                   ^
./BrlapiConstants.java:239: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_DELAY = 0x4000;
     ^
./BrlapiConstants.java:239: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_DELAY = 0x4000;
            ^
./BrlapiConstants.java:239: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_DELAY = 0x4000;
                   ^
./BrlapiConstants.java:241: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_MASK = (KEY_FLG_REPEAT_INITIAL | KEY_FLG_REPEAT_DELAY);
     ^
./BrlapiConstants.java:241: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_MASK = (KEY_FLG_REPEAT_INITIAL | KEY_FLG_REPEAT_DELAY);
            ^
./BrlapiConstants.java:241: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_MASK = (KEY_FLG_REPEAT_INITIAL | KEY_FLG_REPEAT_DELAY);
                   ^
./BrlapiConstants.java:243: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ROUTE = 0x10000;
     ^
./BrlapiConstants.java:243: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ROUTE = 0x10000;
            ^
./BrlapiConstants.java:243: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ROUTE = 0x10000;
                   ^
./BrlapiConstants.java:245: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTBEGIN = 0x20000;
     ^
./BrlapiConstants.java:245: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTBEGIN = 0x20000;
            ^
./BrlapiConstants.java:245: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTBEGIN = 0x20000;
                   ^
./BrlapiConstants.java:247: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTAPPEND = 0x30000;
     ^
./BrlapiConstants.java:247: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTAPPEND = 0x30000;
            ^
./BrlapiConstants.java:247: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTAPPEND = 0x30000;
                   ^
./BrlapiConstants.java:249: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTRECT = 0x40000;
     ^
./BrlapiConstants.java:249: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTRECT = 0x40000;
            ^
./BrlapiConstants.java:249: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTRECT = 0x40000;
                   ^
./BrlapiConstants.java:251: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTLINE = 0x50000;
     ^
./BrlapiConstants.java:251: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTLINE = 0x50000;
            ^
./BrlapiConstants.java:251: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTLINE = 0x50000;
                   ^
./BrlapiConstants.java:253: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT = 0x60000;
     ^
./BrlapiConstants.java:253: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT = 0x60000;
            ^
./BrlapiConstants.java:253: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT = 0x60000;
                   ^
./BrlapiConstants.java:255: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRINDENT = 0x70000;
     ^
./BrlapiConstants.java:255: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRINDENT = 0x70000;
            ^
./BrlapiConstants.java:255: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRINDENT = 0x70000;
                   ^
./BrlapiConstants.java:257: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXINDENT = 0x80000;
     ^
./BrlapiConstants.java:257: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXINDENT = 0x80000;
            ^
./BrlapiConstants.java:257: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXINDENT = 0x80000;
                   ^
./BrlapiConstants.java:259: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_DESCCHAR = 0x90000;
     ^
./BrlapiConstants.java:259: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_DESCCHAR = 0x90000;
            ^
./BrlapiConstants.java:259: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_DESCCHAR = 0x90000;
                   ^
./BrlapiConstants.java:261: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SETLEFT = 0xa0000;
     ^
./BrlapiConstants.java:261: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SETLEFT = 0xa0000;
            ^
./BrlapiConstants.java:261: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SETLEFT = 0xa0000;
                   ^
./BrlapiConstants.java:263: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SETMARK = 0xb0000;
     ^
./BrlapiConstants.java:263: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SETMARK = 0xb0000;
            ^
./BrlapiConstants.java:263: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SETMARK = 0xb0000;
                   ^
./BrlapiConstants.java:265: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_GOTOMARK = 0xc0000;
     ^
./BrlapiConstants.java:265: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_GOTOMARK = 0xc0000;
            ^
./BrlapiConstants.java:265: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_GOTOMARK = 0xc0000;
                   ^
./BrlapiConstants.java:267: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_GOTOLINE = 0xd0000;
     ^
./BrlapiConstants.java:267: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_GOTOLINE = 0xd0000;
            ^
./BrlapiConstants.java:267: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_GOTOLINE = 0xd0000;
                   ^
./BrlapiConstants.java:269: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_LINE_SCALED = 0x100;
     ^
./BrlapiConstants.java:269: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_LINE_SCALED = 0x100;
            ^
./BrlapiConstants.java:269: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_LINE_SCALED = 0x100;
                   ^
./BrlapiConstants.java:271: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_LINE_TOLEFT = 0x200;
     ^
./BrlapiConstants.java:271: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_LINE_TOLEFT = 0x200;
            ^
./BrlapiConstants.java:271: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_LINE_TOLEFT = 0x200;
                   ^
./BrlapiConstants.java:273: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRDIFCHAR = 0xe0000;
     ^
./BrlapiConstants.java:273: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRDIFCHAR = 0xe0000;
            ^
./BrlapiConstants.java:273: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRDIFCHAR = 0xe0000;
                   ^
./BrlapiConstants.java:275: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXDIFCHAR = 0xf0000;
     ^
./BrlapiConstants.java:275: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXDIFCHAR = 0xf0000;
            ^
./BrlapiConstants.java:275: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXDIFCHAR = 0xf0000;
                   ^
./BrlapiConstants.java:277: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASSDOTS = 0x220000;
     ^
./BrlapiConstants.java:277: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASSDOTS = 0x220000;
            ^
./BrlapiConstants.java:277: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASSDOTS = 0x220000;
                   ^
./BrlapiConstants.java:279: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_SHIFT = 0x1;
     ^
./BrlapiConstants.java:279: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_SHIFT = 0x1;
            ^
./BrlapiConstants.java:279: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_SHIFT = 0x1;
                   ^
./BrlapiConstants.java:281: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_UPPER = 0x2;
     ^
./BrlapiConstants.java:281: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_UPPER = 0x2;
            ^
./BrlapiConstants.java:281: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_UPPER = 0x2;
                   ^
./BrlapiConstants.java:283: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_CONTROL = 0x4;
     ^
./BrlapiConstants.java:283: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_CONTROL = 0x4;
            ^
./BrlapiConstants.java:283: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_CONTROL = 0x4;
                   ^
./BrlapiConstants.java:285: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_META = 0x8;
     ^
./BrlapiConstants.java:285: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_META = 0x8;
            ^
./BrlapiConstants.java:285: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_META = 0x8;
                   ^
./BrlapiConstants.java:287: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASSAT2 = 0x230000;
     ^
./BrlapiConstants.java:287: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASSAT2 = 0x230000;
            ^
./BrlapiConstants.java:287: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASSAT2 = 0x230000;
                   ^
./BrlapiConstants.java:289: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_RELEASE = 0x100;
     ^
./BrlapiConstants.java:289: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_RELEASE = 0x100;
            ^
./BrlapiConstants.java:289: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_RELEASE = 0x100;
                   ^
./BrlapiConstants.java:291: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_EXTENDED = 0x200;
     ^
./BrlapiConstants.java:291: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_EXTENDED = 0x200;
            ^
./BrlapiConstants.java:291: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_EXTENDED = 0x200;
                   ^
./BrlapiConstants.java:293: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_KEYCODE = 0x400;
     ^
./BrlapiConstants.java:293: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_KEYCODE = 0x400;
            ^
./BrlapiConstants.java:293: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_KEYCODE = 0x400;
                   ^
./BrlapiConstants.java:295: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT1 = 0001;
     ^
./BrlapiConstants.java:295: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT1 = 0001;
            ^
./BrlapiConstants.java:295: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT1 = 0001;
                   ^
./BrlapiConstants.java:297: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT2 = 0002;
     ^
./BrlapiConstants.java:297: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT2 = 0002;
            ^
./BrlapiConstants.java:297: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT2 = 0002;
                   ^
./BrlapiConstants.java:299: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT3 = 0004;
     ^
./BrlapiConstants.java:299: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT3 = 0004;
            ^
./BrlapiConstants.java:299: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT3 = 0004;
                   ^
./BrlapiConstants.java:301: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT4 = 0010;
     ^
./BrlapiConstants.java:301: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT4 = 0010;
            ^
./BrlapiConstants.java:301: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT4 = 0010;
                   ^
./BrlapiConstants.java:303: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT5 = 0020;
     ^
./BrlapiConstants.java:303: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT5 = 0020;
            ^
./BrlapiConstants.java:303: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT5 = 0020;
                   ^
./BrlapiConstants.java:305: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT6 = 0040;
     ^
./BrlapiConstants.java:305: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT6 = 0040;
            ^
./BrlapiConstants.java:305: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT6 = 0040;
                   ^
make[2]: Leaving directory `/home/mlang/svn/brltty/BrailleDrivers/BrailleNote'
./BrlapiConstants.java:307: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT7 = 0100;
     ^
./BrlapiConstants.java:307: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT7 = 0100;
            ^
./BrlapiConstants.java:307: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT7 = 0100;
                   ^
./BrlapiConstants.java:309: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT8 = 0200;
     ^
./BrlapiConstants.java:309: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT8 = 0200;
            ^
./BrlapiConstants.java:309: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT8 = 0200;
                   ^
make[2]: Entering directory `/home/mlang/svn/brltty/BrailleDrivers/CombiBraille'
gcc -Wall -g -O2 -I. -I./../.. -I. -I../.. -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -DHAVE_CONFIG_H -fPIC '-DDRIVER_NAME=CombiBraille' '-DDRIVER_CODE=cb' '-DDRIVER_COMMENT="25/45/85"' '-DDRIVER_VERSION=""' '-DDRIVER_DEVELOPERS="Nikhil Nair"' '-DBRLHELP="brltty-cb.hlp"' -c ./braille.c
571 warnings
/usr/bin/javac -encoding UTF-8 -d . -classpath . ./*.java
./ApiTest.java:23: warning: An empty declaration is a deprecated feature that should not be used.
    BrlapiSettings settings = new BrlapiSettings();
                                                     ^
./BrlapiConstants.java:2: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int TTY_DEFAULT = -1;
     ^
./BrlapiConstants.java:2: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int TTY_DEFAULT = -1;
            ^
./BrlapiConstants.java:2: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int TTY_DEFAULT = -1;
                   ^
./BrlapiConstants.java:3: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DISPLAY_DEFAULT = -1;
     ^
./BrlapiConstants.java:3: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DISPLAY_DEFAULT = -1;
            ^
./BrlapiConstants.java:3: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DISPLAY_DEFAULT = -1;
                   ^
./BrlapiConstants.java:4: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int CURSOR_LEAVE = -1;
     ^
./BrlapiConstants.java:4: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int CURSOR_LEAVE = -1;
            ^
./BrlapiConstants.java:4: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int CURSOR_LEAVE = -1;
                   ^
./BrlapiConstants.java:5: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int CURSOR_OFF = 0;
     ^
./BrlapiConstants.java:5: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int CURSOR_OFF = 0;
            ^
./BrlapiConstants.java:5: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int CURSOR_OFF = 0;
                   ^
./BrlapiConstants.java:6: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int rangeType_all = 0;
     ^
./BrlapiConstants.java:6: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int rangeType_all = 0;
            ^
./BrlapiConstants.java:6: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int rangeType_all = 0;
                   ^
./BrlapiConstants.java:7: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int rangeType_type = 1;
     ^
./BrlapiConstants.java:7: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int rangeType_type = 1;
            ^
./BrlapiConstants.java:7: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int rangeType_type = 1;
                   ^
./BrlapiConstants.java:8: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int rangeType_command = 2;
     ^
./BrlapiConstants.java:8: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int rangeType_command = 2;
            ^
./BrlapiConstants.java:8: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int rangeType_command = 2;
                   ^
./BrlapiConstants.java:9: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int rangeType_key = 3;
     ^
./BrlapiConstants.java:9: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int rangeType_key = 3;
            ^
./BrlapiConstants.java:9: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int rangeType_key = 3;
                   ^
./BrlapiConstants.java:10: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int rangeType_code = 4;
     ^
./BrlapiConstants.java:10: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int rangeType_code = 4;
            ^
./BrlapiConstants.java:10: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int rangeType_code = 4;
                   ^
./BrlapiConstants.java:11: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final long KEY_MAX = 0xffffffffffffffffL;
     ^
./BrlapiConstants.java:11: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final long KEY_MAX = 0xffffffffffffffffL;
            ^
./BrlapiConstants.java:11: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final long KEY_MAX = 0xffffffffffffffffL;
                   ^
./BrlapiConstants.java:12: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final long KEY_FLAGS_MASK = 0xffffffff00000000L;
     ^
./BrlapiConstants.java:12: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final long KEY_FLAGS_MASK = 0xffffffff00000000L;
            ^
./BrlapiConstants.java:12: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final long KEY_FLAGS_MASK = 0xffffffff00000000L;
                   ^
./BrlapiConstants.java:13: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLAGS_SHIFT = 32;
     ^
./BrlapiConstants.java:13: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLAGS_SHIFT = 32;
            ^
./BrlapiConstants.java:13: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLAGS_SHIFT = 32;
                   ^
./BrlapiConstants.java:14: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final long KEY_TYPE_MASK = 0xe0000000L;
     ^
./BrlapiConstants.java:14: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final long KEY_TYPE_MASK = 0xe0000000L;
            ^
./BrlapiConstants.java:14: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final long KEY_TYPE_MASK = 0xe0000000L;
                   ^
./BrlapiConstants.java:15: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_SHIFT = 29;
     ^
./BrlapiConstants.java:15: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_SHIFT = 29;
            ^
./BrlapiConstants.java:15: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_SHIFT = 29;
                   ^
./BrlapiConstants.java:16: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_CMD = 0x20000000;
     ^
./BrlapiConstants.java:16: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_CMD = 0x20000000;
            ^
./BrlapiConstants.java:16: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_CMD = 0x20000000;
                   ^
./BrlapiConstants.java:17: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_SYM = 0x0;
     ^
./BrlapiConstants.java:17: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_SYM = 0x0;
            ^
./BrlapiConstants.java:17: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_TYPE_SYM = 0x0;
                   ^
./BrlapiConstants.java:18: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final long KEY_CODE_MASK = 0x1fffffffL;
     ^
./BrlapiConstants.java:18: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final long KEY_CODE_MASK = 0x1fffffffL;
            ^
./BrlapiConstants.java:18: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final long KEY_CODE_MASK = 0x1fffffffL;
                   ^
./BrlapiConstants.java:19: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CODE_SHIFT = 0;
     ^
./BrlapiConstants.java:19: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CODE_SHIFT = 0;
            ^
./BrlapiConstants.java:19: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CODE_SHIFT = 0;
                   ^
./BrlapiConstants.java:20: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final long KEY_CMD_BLK_MASK = 0x1fff0000L;
     ^
./BrlapiConstants.java:20: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final long KEY_CMD_BLK_MASK = 0x1fff0000L;
            ^
./BrlapiConstants.java:20: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final long KEY_CMD_BLK_MASK = 0x1fff0000L;
                   ^
./BrlapiConstants.java:21: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BLK_SHIFT = 16;
     ^
./BrlapiConstants.java:21: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BLK_SHIFT = 16;
            ^
./BrlapiConstants.java:21: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BLK_SHIFT = 16;
                   ^
./BrlapiConstants.java:22: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final long KEY_CMD_ARG_MASK = 0xffffL;
     ^
./BrlapiConstants.java:22: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final long KEY_CMD_ARG_MASK = 0xffffL;
            ^
./BrlapiConstants.java:22: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final long KEY_CMD_ARG_MASK = 0xffffL;
                   ^
./BrlapiConstants.java:23: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ARG_SHIFT = 0;
     ^
./BrlapiConstants.java:23: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ARG_SHIFT = 0;
            ^
./BrlapiConstants.java:23: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ARG_SHIFT = 0;
                   ^
./BrlapiConstants.java:24: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_BACKSPACE = 0xff08;
     ^
./BrlapiConstants.java:24: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_BACKSPACE = 0xff08;
            ^
./BrlapiConstants.java:24: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_BACKSPACE = 0xff08;
                   ^
./BrlapiConstants.java:25: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_TAB = 0xff09;
     ^
./BrlapiConstants.java:25: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_TAB = 0xff09;
            ^
./BrlapiConstants.java:25: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_TAB = 0xff09;
                   ^
./BrlapiConstants.java:26: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_LINEFEED = 0xff0d;
     ^
./BrlapiConstants.java:26: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_LINEFEED = 0xff0d;
            ^
./BrlapiConstants.java:26: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_LINEFEED = 0xff0d;
                   ^
./BrlapiConstants.java:27: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_ESCAPE = 0xff1b;
     ^
./BrlapiConstants.java:27: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_ESCAPE = 0xff1b;
            ^
./BrlapiConstants.java:27: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_ESCAPE = 0xff1b;
                   ^
./BrlapiConstants.java:28: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_HOME = 0xff50;
     ^
./BrlapiConstants.java:28: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_HOME = 0xff50;
            ^
./BrlapiConstants.java:28: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_HOME = 0xff50;
                   ^
./BrlapiConstants.java:29: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_LEFT = 0xff51;
     ^
./BrlapiConstants.java:29: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_LEFT = 0xff51;
            ^
./BrlapiConstants.java:29: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_LEFT = 0xff51;
                   ^
./BrlapiConstants.java:30: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_UP = 0xff52;
     ^
./BrlapiConstants.java:30: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_UP = 0xff52;
            ^
./BrlapiConstants.java:30: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_UP = 0xff52;
                   ^
./BrlapiConstants.java:31: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_RIGHT = 0xff53;
     ^
./BrlapiConstants.java:31: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_RIGHT = 0xff53;
            ^
./BrlapiConstants.java:31: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_RIGHT = 0xff53;
                   ^
./BrlapiConstants.java:32: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_DOWN = 0xff54;
     ^
./BrlapiConstants.java:32: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_DOWN = 0xff54;
            ^
./BrlapiConstants.java:32: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_DOWN = 0xff54;
                   ^
./BrlapiConstants.java:33: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_PAGE_UP = 0xff55;
     ^
./BrlapiConstants.java:33: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_PAGE_UP = 0xff55;
            ^
./BrlapiConstants.java:33: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_PAGE_UP = 0xff55;
                   ^
./BrlapiConstants.java:34: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_PAGE_DOWN = 0xff56;
     ^
./BrlapiConstants.java:34: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_PAGE_DOWN = 0xff56;
            ^
./BrlapiConstants.java:34: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_PAGE_DOWN = 0xff56;
                   ^
./BrlapiConstants.java:35: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_END = 0xff57;
     ^
./BrlapiConstants.java:35: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_END = 0xff57;
            ^
./BrlapiConstants.java:35: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_END = 0xff57;
                   ^
./BrlapiConstants.java:36: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_INSERT = 0xff63;
     ^
./BrlapiConstants.java:36: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_INSERT = 0xff63;
            ^
./BrlapiConstants.java:36: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_INSERT = 0xff63;
                   ^
./BrlapiConstants.java:37: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F1 = (0xffbe + 0);
     ^
./BrlapiConstants.java:37: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F1 = (0xffbe + 0);
            ^
./BrlapiConstants.java:37: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F1 = (0xffbe + 0);
                   ^
./BrlapiConstants.java:38: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F2 = (0xffbe + 1);
     ^
./BrlapiConstants.java:38: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F2 = (0xffbe + 1);
            ^
./BrlapiConstants.java:38: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F2 = (0xffbe + 1);
                   ^
./BrlapiConstants.java:39: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F3 = (0xffbe + 2);
     ^
./BrlapiConstants.java:39: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F3 = (0xffbe + 2);
            ^
./BrlapiConstants.java:39: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F3 = (0xffbe + 2);
                   ^
./BrlapiConstants.java:40: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F4 = (0xffbe + 3);
     ^
./BrlapiConstants.java:40: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F4 = (0xffbe + 3);
            ^
./BrlapiConstants.java:40: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F4 = (0xffbe + 3);
                   ^
./BrlapiConstants.java:41: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F5 = (0xffbe + 4);
     ^
./BrlapiConstants.java:41: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F5 = (0xffbe + 4);
            ^
./BrlapiConstants.java:41: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F5 = (0xffbe + 4);
                   ^
./BrlapiConstants.java:42: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F6 = (0xffbe + 5);
     ^
./BrlapiConstants.java:42: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F6 = (0xffbe + 5);
            ^
./BrlapiConstants.java:42: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F6 = (0xffbe + 5);
                   ^
./BrlapiConstants.java:43: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F7 = (0xffbe + 6);
     ^
./BrlapiConstants.java:43: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F7 = (0xffbe + 6);
            ^
./BrlapiConstants.java:43: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F7 = (0xffbe + 6);
                   ^
./BrlapiConstants.java:44: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F8 = (0xffbe + 7);
     ^
./BrlapiConstants.java:44: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F8 = (0xffbe + 7);
            ^
./BrlapiConstants.java:44: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F8 = (0xffbe + 7);
                   ^
./BrlapiConstants.java:45: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F9 = (0xffbe + 8);
     ^
./BrlapiConstants.java:45: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F9 = (0xffbe + 8);
            ^
./BrlapiConstants.java:45: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F9 = (0xffbe + 8);
                   ^
./BrlapiConstants.java:46: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F10 = (0xffbe + 9);
     ^
./BrlapiConstants.java:46: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F10 = (0xffbe + 9);
            ^
./BrlapiConstants.java:46: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F10 = (0xffbe + 9);
                   ^
./BrlapiConstants.java:47: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F11 = (0xffbe + 10);
     ^
./BrlapiConstants.java:47: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F11 = (0xffbe + 10);
            ^
./BrlapiConstants.java:47: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F11 = (0xffbe + 10);
                   ^
./BrlapiConstants.java:48: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F12 = (0xffbe + 11);
     ^
./BrlapiConstants.java:48: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F12 = (0xffbe + 11);
            ^
./BrlapiConstants.java:48: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F12 = (0xffbe + 11);
                   ^
./BrlapiConstants.java:49: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F13 = (0xffbe + 12);
     ^
./BrlapiConstants.java:49: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F13 = (0xffbe + 12);
            ^
./BrlapiConstants.java:49: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F13 = (0xffbe + 12);
                   ^
./BrlapiConstants.java:50: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F14 = (0xffbe + 13);
     ^
./BrlapiConstants.java:50: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F14 = (0xffbe + 13);
            ^
./BrlapiConstants.java:50: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F14 = (0xffbe + 13);
                   ^
./BrlapiConstants.java:51: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F15 = (0xffbe + 14);
     ^
./BrlapiConstants.java:51: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F15 = (0xffbe + 14);
            ^
./BrlapiConstants.java:51: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F15 = (0xffbe + 14);
                   ^
./BrlapiConstants.java:52: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F16 = (0xffbe + 15);
     ^
./BrlapiConstants.java:52: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F16 = (0xffbe + 15);
            ^
./BrlapiConstants.java:52: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F16 = (0xffbe + 15);
                   ^
./BrlapiConstants.java:53: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F17 = (0xffbe + 16);
     ^
./BrlapiConstants.java:53: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F17 = (0xffbe + 16);
            ^
./BrlapiConstants.java:53: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F17 = (0xffbe + 16);
                   ^
./BrlapiConstants.java:54: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F18 = (0xffbe + 17);
     ^
./BrlapiConstants.java:54: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F18 = (0xffbe + 17);
            ^
./BrlapiConstants.java:54: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F18 = (0xffbe + 17);
                   ^
./BrlapiConstants.java:55: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F19 = (0xffbe + 18);
     ^
./BrlapiConstants.java:55: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F19 = (0xffbe + 18);
            ^
./BrlapiConstants.java:55: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F19 = (0xffbe + 18);
                   ^
./BrlapiConstants.java:56: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F20 = (0xffbe + 19);
     ^
./BrlapiConstants.java:56: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F20 = (0xffbe + 19);
            ^
./BrlapiConstants.java:56: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F20 = (0xffbe + 19);
                   ^
./BrlapiConstants.java:57: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F21 = (0xffbe + 20);
     ^
./BrlapiConstants.java:57: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F21 = (0xffbe + 20);
            ^
./BrlapiConstants.java:57: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F21 = (0xffbe + 20);
                   ^
./BrlapiConstants.java:58: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F22 = (0xffbe + 21);
     ^
./BrlapiConstants.java:58: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F22 = (0xffbe + 21);
            ^
./BrlapiConstants.java:58: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F22 = (0xffbe + 21);
                   ^
./BrlapiConstants.java:59: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F23 = (0xffbe + 22);
     ^
./BrlapiConstants.java:59: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F23 = (0xffbe + 22);
            ^
./BrlapiConstants.java:59: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F23 = (0xffbe + 22);
                   ^
./BrlapiConstants.java:60: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F24 = (0xffbe + 23);
     ^
./BrlapiConstants.java:60: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F24 = (0xffbe + 23);
            ^
./BrlapiConstants.java:60: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F24 = (0xffbe + 23);
                   ^
./BrlapiConstants.java:61: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F25 = (0xffbe + 24);
     ^
./BrlapiConstants.java:61: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F25 = (0xffbe + 24);
            ^
./BrlapiConstants.java:61: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F25 = (0xffbe + 24);
                   ^
./BrlapiConstants.java:62: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F26 = (0xffbe + 25);
     ^
./BrlapiConstants.java:62: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F26 = (0xffbe + 25);
            ^
./BrlapiConstants.java:62: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F26 = (0xffbe + 25);
                   ^
./BrlapiConstants.java:63: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F27 = (0xffbe + 26);
     ^
./BrlapiConstants.java:63: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F27 = (0xffbe + 26);
            ^
./BrlapiConstants.java:63: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F27 = (0xffbe + 26);
                   ^
./BrlapiConstants.java:64: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F28 = (0xffbe + 27);
     ^
./BrlapiConstants.java:64: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F28 = (0xffbe + 27);
            ^
./BrlapiConstants.java:64: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F28 = (0xffbe + 27);
                   ^
./BrlapiConstants.java:65: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F29 = (0xffbe + 28);
     ^
./BrlapiConstants.java:65: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F29 = (0xffbe + 28);
            ^
./BrlapiConstants.java:65: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F29 = (0xffbe + 28);
                   ^
./BrlapiConstants.java:66: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F30 = (0xffbe + 29);
     ^
./BrlapiConstants.java:66: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F30 = (0xffbe + 29);
            ^
./BrlapiConstants.java:66: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F30 = (0xffbe + 29);
                   ^
./BrlapiConstants.java:67: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F31 = (0xffbe + 30);
     ^
./BrlapiConstants.java:67: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F31 = (0xffbe + 30);
            ^
./BrlapiConstants.java:67: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F31 = (0xffbe + 30);
                   ^
./BrlapiConstants.java:68: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F32 = (0xffbe + 31);
     ^
./BrlapiConstants.java:68: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F32 = (0xffbe + 31);
            ^
./BrlapiConstants.java:68: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F32 = (0xffbe + 31);
                   ^
./BrlapiConstants.java:69: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F33 = (0xffbe + 32);
     ^
./BrlapiConstants.java:69: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F33 = (0xffbe + 32);
            ^
./BrlapiConstants.java:69: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F33 = (0xffbe + 32);
                   ^
./BrlapiConstants.java:70: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F34 = (0xffbe + 33);
     ^
./BrlapiConstants.java:70: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F34 = (0xffbe + 33);
            ^
./BrlapiConstants.java:70: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F34 = (0xffbe + 33);
                   ^
./BrlapiConstants.java:71: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F35 = (0xffbe + 34);
     ^
./BrlapiConstants.java:71: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F35 = (0xffbe + 34);
            ^
./BrlapiConstants.java:71: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_F35 = (0xffbe + 34);
                   ^
./BrlapiConstants.java:72: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_DELETE = 0xffff;
     ^
./BrlapiConstants.java:72: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_DELETE = 0xffff;
            ^
./BrlapiConstants.java:72: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_DELETE = 0xffff;
                   ^
./BrlapiConstants.java:73: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_SYM_UNICODE = 0x1000000;
     ^
./BrlapiConstants.java:73: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_SYM_UNICODE = 0x1000000;
            ^
./BrlapiConstants.java:73: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_SYM_UNICODE = 0x1000000;
                   ^
./BrlapiConstants.java:75: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NOOP = 0;
     ^
./BrlapiConstants.java:75: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NOOP = 0;
            ^
./BrlapiConstants.java:75: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NOOP = 0;
                   ^
./BrlapiConstants.java:77: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNUP = 1;
     ^
./BrlapiConstants.java:77: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNUP = 1;
            ^
./BrlapiConstants.java:77: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNUP = 1;
                   ^
./BrlapiConstants.java:79: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNDN = 2;
     ^
./BrlapiConstants.java:79: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNDN = 2;
            ^
./BrlapiConstants.java:79: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNDN = 2;
                   ^
./BrlapiConstants.java:81: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_WINUP = 3;
     ^
./BrlapiConstants.java:81: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_WINUP = 3;
            ^
./BrlapiConstants.java:81: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_WINUP = 3;
                   ^
./BrlapiConstants.java:83: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_WINDN = 4;
     ^
./BrlapiConstants.java:83: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_WINDN = 4;
            ^
./BrlapiConstants.java:83: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_WINDN = 4;
                   ^
./BrlapiConstants.java:85: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRDIFLN = 5;
     ^
./BrlapiConstants.java:85: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRDIFLN = 5;
            ^
./BrlapiConstants.java:85: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRDIFLN = 5;
                   ^
./BrlapiConstants.java:87: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXDIFLN = 6;
     ^
./BrlapiConstants.java:87: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXDIFLN = 6;
            ^
./BrlapiConstants.java:87: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXDIFLN = 6;
                   ^
./BrlapiConstants.java:89: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRUP = 7;
     ^
./BrlapiConstants.java:89: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRUP = 7;
            ^
./BrlapiConstants.java:89: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRUP = 7;
                   ^
./BrlapiConstants.java:91: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRDN = 8;
     ^
./BrlapiConstants.java:91: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRDN = 8;
            ^
./BrlapiConstants.java:91: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRDN = 8;
                   ^
./BrlapiConstants.java:93: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TOP = 9;
     ^
./BrlapiConstants.java:93: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TOP = 9;
            ^
./BrlapiConstants.java:93: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TOP = 9;
                   ^
./BrlapiConstants.java:95: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BOT = 10;
     ^
./BrlapiConstants.java:95: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BOT = 10;
            ^
./BrlapiConstants.java:95: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BOT = 10;
                   ^
./BrlapiConstants.java:97: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TOP_LEFT = 11;
     ^
./BrlapiConstants.java:97: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TOP_LEFT = 11;
            ^
./BrlapiConstants.java:97: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TOP_LEFT = 11;
                   ^
./BrlapiConstants.java:99: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BOT_LEFT = 12;
     ^
./BrlapiConstants.java:99: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BOT_LEFT = 12;
            ^
./BrlapiConstants.java:99: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BOT_LEFT = 12;
                   ^
./BrlapiConstants.java:101: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRPGRPH = 13;
     ^
./BrlapiConstants.java:101: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRPGRPH = 13;
            ^
./BrlapiConstants.java:101: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRPGRPH = 13;
                   ^
./BrlapiConstants.java:103: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXPGRPH = 14;
     ^
./BrlapiConstants.java:103: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXPGRPH = 14;
            ^
./BrlapiConstants.java:103: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXPGRPH = 14;
                   ^
./BrlapiConstants.java:105: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRPROMPT = 15;
     ^
./BrlapiConstants.java:105: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRPROMPT = 15;
            ^
./BrlapiConstants.java:105: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRPROMPT = 15;
                   ^
./BrlapiConstants.java:107: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXPROMPT = 16;
     ^
./BrlapiConstants.java:107: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXPROMPT = 16;
            ^
./BrlapiConstants.java:107: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXPROMPT = 16;
                   ^
./BrlapiConstants.java:109: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRSEARCH = 17;
     ^
./BrlapiConstants.java:109: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRSEARCH = 17;
            ^
./BrlapiConstants.java:109: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRSEARCH = 17;
                   ^
./BrlapiConstants.java:111: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXSEARCH = 18;
     ^
./BrlapiConstants.java:111: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXSEARCH = 18;
            ^
./BrlapiConstants.java:111: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXSEARCH = 18;
                   ^
./BrlapiConstants.java:113: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CHRLT = 19;
     ^
./BrlapiConstants.java:113: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CHRLT = 19;
            ^
./BrlapiConstants.java:113: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CHRLT = 19;
                   ^
./BrlapiConstants.java:115: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CHRRT = 20;
     ^
./BrlapiConstants.java:115: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CHRRT = 20;
            ^
./BrlapiConstants.java:115: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CHRRT = 20;
                   ^
./BrlapiConstants.java:117: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HWINLT = 21;
     ^
./BrlapiConstants.java:117: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HWINLT = 21;
            ^
./BrlapiConstants.java:117: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HWINLT = 21;
                   ^
./BrlapiConstants.java:119: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HWINRT = 22;
     ^
./BrlapiConstants.java:119: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HWINRT = 22;
            ^
./BrlapiConstants.java:119: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HWINRT = 22;
                   ^
./BrlapiConstants.java:121: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINLT = 23;
     ^
./BrlapiConstants.java:121: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINLT = 23;
            ^
./BrlapiConstants.java:121: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINLT = 23;
                   ^
./BrlapiConstants.java:123: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINRT = 24;
     ^
./BrlapiConstants.java:123: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINRT = 24;
            ^
./BrlapiConstants.java:123: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINRT = 24;
                   ^
./BrlapiConstants.java:125: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINLTSKIP = 25;
     ^
./BrlapiConstants.java:125: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINLTSKIP = 25;
            ^
./BrlapiConstants.java:125: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINLTSKIP = 25;
                   ^
./BrlapiConstants.java:127: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINRTSKIP = 26;
     ^
./BrlapiConstants.java:127: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINRTSKIP = 26;
            ^
./BrlapiConstants.java:127: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FWINRTSKIP = 26;
                   ^
./BrlapiConstants.java:129: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNBEG = 27;
     ^
./BrlapiConstants.java:129: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNBEG = 27;
            ^
./BrlapiConstants.java:129: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNBEG = 27;
                   ^
./BrlapiConstants.java:131: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNEND = 28;
     ^
./BrlapiConstants.java:131: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNEND = 28;
            ^
./BrlapiConstants.java:131: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LNEND = 28;
                   ^
./BrlapiConstants.java:133: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HOME = 29;
     ^
./BrlapiConstants.java:133: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HOME = 29;
            ^
./BrlapiConstants.java:133: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HOME = 29;
                   ^
./BrlapiConstants.java:135: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BACK = 30;
     ^
./BrlapiConstants.java:135: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BACK = 30;
            ^
./BrlapiConstants.java:135: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_BACK = 30;
                   ^
./BrlapiConstants.java:137: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RETURN = 31;
     ^
./BrlapiConstants.java:137: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RETURN = 31;
            ^
./BrlapiConstants.java:137: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RETURN = 31;
                   ^
./BrlapiConstants.java:139: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FREEZE = 32;
     ^
./BrlapiConstants.java:139: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FREEZE = 32;
            ^
./BrlapiConstants.java:139: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_FREEZE = 32;
                   ^
./BrlapiConstants.java:141: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_DISPMD = 33;
     ^
./BrlapiConstants.java:141: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_DISPMD = 33;
            ^
./BrlapiConstants.java:141: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_DISPMD = 33;
                   ^
./BrlapiConstants.java:143: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SIXDOTS = 34;
     ^
./BrlapiConstants.java:143: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SIXDOTS = 34;
            ^
./BrlapiConstants.java:143: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SIXDOTS = 34;
                   ^
./BrlapiConstants.java:145: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SLIDEWIN = 35;
     ^
./BrlapiConstants.java:145: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SLIDEWIN = 35;
            ^
./BrlapiConstants.java:145: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SLIDEWIN = 35;
                   ^
./BrlapiConstants.java:147: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SKPIDLNS = 36;
     ^
./BrlapiConstants.java:147: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SKPIDLNS = 36;
            ^
./BrlapiConstants.java:147: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SKPIDLNS = 36;
                   ^
./BrlapiConstants.java:149: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SKPBLNKWINS = 37;
     ^
./BrlapiConstants.java:149: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SKPBLNKWINS = 37;
            ^
./BrlapiConstants.java:149: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SKPBLNKWINS = 37;
                   ^
./BrlapiConstants.java:151: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRVIS = 38;
     ^
./BrlapiConstants.java:151: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRVIS = 38;
            ^
./BrlapiConstants.java:151: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRVIS = 38;
                   ^
./BrlapiConstants.java:153: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRHIDE = 39;
     ^
./BrlapiConstants.java:153: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRHIDE = 39;
            ^
./BrlapiConstants.java:153: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRHIDE = 39;
                   ^
./BrlapiConstants.java:155: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRTRK = 40;
     ^
./BrlapiConstants.java:155: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRTRK = 40;
            ^
./BrlapiConstants.java:155: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRTRK = 40;
                   ^
./BrlapiConstants.java:157: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRSIZE = 41;
     ^
./BrlapiConstants.java:157: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRSIZE = 41;
            ^
./BrlapiConstants.java:157: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRSIZE = 41;
                   ^
./BrlapiConstants.java:159: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRBLINK = 42;
     ^
./BrlapiConstants.java:159: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRBLINK = 42;
            ^
./BrlapiConstants.java:159: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRBLINK = 42;
                   ^
./BrlapiConstants.java:161: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRVIS = 43;
     ^
./BrlapiConstants.java:161: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRVIS = 43;
            ^
./BrlapiConstants.java:161: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRVIS = 43;
                   ^
./BrlapiConstants.java:163: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRBLINK = 44;
     ^
./BrlapiConstants.java:163: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRBLINK = 44;
            ^
./BrlapiConstants.java:163: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ATTRBLINK = 44;
                   ^
./BrlapiConstants.java:165: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CAPBLINK = 45;
     ^
./BrlapiConstants.java:165: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CAPBLINK = 45;
            ^
./BrlapiConstants.java:165: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CAPBLINK = 45;
                   ^
./BrlapiConstants.java:167: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TUNES = 46;
     ^
./BrlapiConstants.java:167: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TUNES = 46;
            ^
./BrlapiConstants.java:167: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_TUNES = 46;
                   ^
./BrlapiConstants.java:169: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_AUTOREPEAT = 47;
     ^
./BrlapiConstants.java:169: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_AUTOREPEAT = 47;
            ^
./BrlapiConstants.java:169: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_AUTOREPEAT = 47;
                   ^
./BrlapiConstants.java:171: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_AUTOSPEAK = 48;
     ^
./BrlapiConstants.java:171: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_AUTOSPEAK = 48;
            ^
./BrlapiConstants.java:171: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_AUTOSPEAK = 48;
                   ^
./BrlapiConstants.java:173: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HELP = 49;
     ^
./BrlapiConstants.java:173: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HELP = 49;
            ^
./BrlapiConstants.java:173: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_HELP = 49;
                   ^
./BrlapiConstants.java:175: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_INFO = 50;
     ^
./BrlapiConstants.java:175: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_INFO = 50;
            ^
./BrlapiConstants.java:175: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_INFO = 50;
                   ^
./BrlapiConstants.java:177: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LEARN = 51;
     ^
./BrlapiConstants.java:177: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LEARN = 51;
            ^
./BrlapiConstants.java:177: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_LEARN = 51;
                   ^
./BrlapiConstants.java:179: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFMENU = 52;
     ^
./BrlapiConstants.java:179: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFMENU = 52;
            ^
./BrlapiConstants.java:179: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFMENU = 52;
                   ^
./BrlapiConstants.java:181: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFSAVE = 53;
     ^
./BrlapiConstants.java:181: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFSAVE = 53;
            ^
./BrlapiConstants.java:181: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFSAVE = 53;
                   ^
./BrlapiConstants.java:183: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFLOAD = 54;
     ^
./BrlapiConstants.java:183: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFLOAD = 54;
            ^
./BrlapiConstants.java:183: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PREFLOAD = 54;
                   ^
./BrlapiConstants.java:185: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_FIRST_ITEM = 55;
     ^
./BrlapiConstants.java:185: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_FIRST_ITEM = 55;
            ^
./BrlapiConstants.java:185: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_FIRST_ITEM = 55;
                   ^
./BrlapiConstants.java:187: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_LAST_ITEM = 56;
     ^
./BrlapiConstants.java:187: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_LAST_ITEM = 56;
            ^
./BrlapiConstants.java:187: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_LAST_ITEM = 56;
                   ^
./BrlapiConstants.java:189: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_PREV_ITEM = 57;
     ^
./BrlapiConstants.java:189: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_PREV_ITEM = 57;
            ^
./BrlapiConstants.java:189: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_PREV_ITEM = 57;
                   ^
./BrlapiConstants.java:191: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_NEXT_ITEM = 58;
     ^
./BrlapiConstants.java:191: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_NEXT_ITEM = 58;
            ^
./BrlapiConstants.java:191: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_NEXT_ITEM = 58;
                   ^
./BrlapiConstants.java:193: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_PREV_SETTING = 59;
     ^
./BrlapiConstants.java:193: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_PREV_SETTING = 59;
            ^
./BrlapiConstants.java:193: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_PREV_SETTING = 59;
                   ^
./BrlapiConstants.java:195: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_NEXT_SETTING = 60;
     ^
./BrlapiConstants.java:195: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_NEXT_SETTING = 60;
            ^
./BrlapiConstants.java:195: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MENU_NEXT_SETTING = 60;
                   ^
./BrlapiConstants.java:197: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MUTE = 61;
     ^
./BrlapiConstants.java:197: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MUTE = 61;
            ^
./BrlapiConstants.java:197: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_MUTE = 61;
                   ^
./BrlapiConstants.java:199: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SPKHOME = 62;
     ^
./BrlapiConstants.java:199: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SPKHOME = 62;
            ^
./BrlapiConstants.java:199: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SPKHOME = 62;
                   ^
./BrlapiConstants.java:201: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_LINE = 63;
     ^
./BrlapiConstants.java:201: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_LINE = 63;
            ^
./BrlapiConstants.java:201: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_LINE = 63;
                   ^
./BrlapiConstants.java:203: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_ABOVE = 64;
     ^
./BrlapiConstants.java:203: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_ABOVE = 64;
            ^
./BrlapiConstants.java:203: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_ABOVE = 64;
                   ^
./BrlapiConstants.java:205: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_BELOW = 65;
     ^
./BrlapiConstants.java:205: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_BELOW = 65;
            ^
./BrlapiConstants.java:205: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_BELOW = 65;
                   ^
./BrlapiConstants.java:207: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_SLOWER = 66;
     ^
./BrlapiConstants.java:207: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_SLOWER = 66;
            ^
./BrlapiConstants.java:207: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_SLOWER = 66;
                   ^
./BrlapiConstants.java:209: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_FASTER = 67;
     ^
./BrlapiConstants.java:209: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_FASTER = 67;
            ^
./BrlapiConstants.java:209: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_FASTER = 67;
                   ^
./BrlapiConstants.java:211: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_SOFTER = 68;
     ^
./BrlapiConstants.java:211: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_SOFTER = 68;
            ^
./BrlapiConstants.java:211: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_SOFTER = 68;
                   ^
./BrlapiConstants.java:213: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_LOUDER = 69;
     ^
./BrlapiConstants.java:213: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_LOUDER = 69;
            ^
./BrlapiConstants.java:213: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SAY_LOUDER = 69;
                   ^
./BrlapiConstants.java:215: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT_PREV = 70;
     ^
./BrlapiConstants.java:215: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT_PREV = 70;
            ^
./BrlapiConstants.java:215: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT_PREV = 70;
                   ^
./BrlapiConstants.java:217: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT_NEXT = 71;
     ^
./BrlapiConstants.java:217: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT_NEXT = 71;
            ^
./BrlapiConstants.java:217: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT_NEXT = 71;
                   ^
./BrlapiConstants.java:219: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRJMP_VERT = 72;
     ^
./BrlapiConstants.java:219: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRJMP_VERT = 72;
            ^
./BrlapiConstants.java:219: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CSRJMP_VERT = 72;
                   ^
./BrlapiConstants.java:221: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASTE = 73;
     ^
./BrlapiConstants.java:221: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASTE = 73;
            ^
./BrlapiConstants.java:221: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASTE = 73;
                   ^
./BrlapiConstants.java:223: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RESTARTBRL = 74;
     ^
./BrlapiConstants.java:223: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RESTARTBRL = 74;
            ^
./BrlapiConstants.java:223: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RESTARTBRL = 74;
                   ^
./BrlapiConstants.java:225: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RESTARTSPEECH = 75;
     ^
./BrlapiConstants.java:225: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RESTARTSPEECH = 75;
            ^
./BrlapiConstants.java:225: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_RESTARTSPEECH = 75;
                   ^
./BrlapiConstants.java:227: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_OFFLINE = 76;
     ^
./BrlapiConstants.java:227: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_OFFLINE = 76;
            ^
./BrlapiConstants.java:227: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_OFFLINE = 76;
                   ^
./BrlapiConstants.java:229: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_ON = 0x100;
     ^
./BrlapiConstants.java:229: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_ON = 0x100;
            ^
./BrlapiConstants.java:229: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_ON = 0x100;
                   ^
./BrlapiConstants.java:231: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_OFF = 0x200;
     ^
./BrlapiConstants.java:231: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_OFF = 0x200;
            ^
./BrlapiConstants.java:231: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_OFF = 0x200;
                   ^
./BrlapiConstants.java:233: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_MASK = (KEY_FLG_TOGGLE_ON | KEY_FLG_TOGGLE_OFF);
     ^
./BrlapiConstants.java:233: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_MASK = (KEY_FLG_TOGGLE_ON | KEY_FLG_TOGGLE_OFF);
            ^
./BrlapiConstants.java:233: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_TOGGLE_MASK = (KEY_FLG_TOGGLE_ON | KEY_FLG_TOGGLE_OFF);
                   ^
./BrlapiConstants.java:235: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_ROUTE = 0x400;
     ^
./BrlapiConstants.java:235: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_ROUTE = 0x400;
            ^
./BrlapiConstants.java:235: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_ROUTE = 0x400;
                   ^
./BrlapiConstants.java:237: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_INITIAL = 0x8000;
     ^
./BrlapiConstants.java:237: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_INITIAL = 0x8000;
            ^
./BrlapiConstants.java:237: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_INITIAL = 0x8000;
                   ^
./BrlapiConstants.java:239: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_DELAY = 0x4000;
     ^
./BrlapiConstants.java:239: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_DELAY = 0x4000;
            ^
./BrlapiConstants.java:239: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_DELAY = 0x4000;
                   ^
./BrlapiConstants.java:241: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_MASK = (KEY_FLG_REPEAT_INITIAL | KEY_FLG_REPEAT_DELAY);
     ^
./BrlapiConstants.java:241: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_MASK = (KEY_FLG_REPEAT_INITIAL | KEY_FLG_REPEAT_DELAY);
            ^
./BrlapiConstants.java:241: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_REPEAT_MASK = (KEY_FLG_REPEAT_INITIAL | KEY_FLG_REPEAT_DELAY);
                   ^
./BrlapiConstants.java:243: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ROUTE = 0x10000;
     ^
./BrlapiConstants.java:243: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ROUTE = 0x10000;
            ^
./BrlapiConstants.java:243: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_ROUTE = 0x10000;
                   ^
./BrlapiConstants.java:245: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTBEGIN = 0x20000;
     ^
./BrlapiConstants.java:245: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTBEGIN = 0x20000;
            ^
./BrlapiConstants.java:245: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTBEGIN = 0x20000;
                   ^
./BrlapiConstants.java:247: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTAPPEND = 0x30000;
     ^
./BrlapiConstants.java:247: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTAPPEND = 0x30000;
            ^
./BrlapiConstants.java:247: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTAPPEND = 0x30000;
                   ^
./BrlapiConstants.java:249: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTRECT = 0x40000;
     ^
./BrlapiConstants.java:249: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTRECT = 0x40000;
            ^
./BrlapiConstants.java:249: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTRECT = 0x40000;
                   ^
./BrlapiConstants.java:251: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTLINE = 0x50000;
     ^
./BrlapiConstants.java:251: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTLINE = 0x50000;
            ^
./BrlapiConstants.java:251: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_CUTLINE = 0x50000;
                   ^
./BrlapiConstants.java:253: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT = 0x60000;
     ^
./BrlapiConstants.java:253: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT = 0x60000;
            ^
./BrlapiConstants.java:253: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SWITCHVT = 0x60000;
                   ^
./BrlapiConstants.java:255: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRINDENT = 0x70000;
     ^
./BrlapiConstants.java:255: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRINDENT = 0x70000;
            ^
./BrlapiConstants.java:255: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRINDENT = 0x70000;
                   ^
./BrlapiConstants.java:257: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXINDENT = 0x80000;
     ^
./BrlapiConstants.java:257: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXINDENT = 0x80000;
            ^
./BrlapiConstants.java:257: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXINDENT = 0x80000;
                   ^
./BrlapiConstants.java:259: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_DESCCHAR = 0x90000;
     ^
./BrlapiConstants.java:259: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_DESCCHAR = 0x90000;
            ^
./BrlapiConstants.java:259: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_DESCCHAR = 0x90000;
                   ^
./BrlapiConstants.java:261: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SETLEFT = 0xa0000;
     ^
./BrlapiConstants.java:261: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SETLEFT = 0xa0000;
            ^
./BrlapiConstants.java:261: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SETLEFT = 0xa0000;
                   ^
./BrlapiConstants.java:263: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SETMARK = 0xb0000;
     ^
./BrlapiConstants.java:263: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SETMARK = 0xb0000;
            ^
./BrlapiConstants.java:263: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_SETMARK = 0xb0000;
                   ^
./BrlapiConstants.java:265: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_GOTOMARK = 0xc0000;
     ^
./BrlapiConstants.java:265: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_GOTOMARK = 0xc0000;
            ^
./BrlapiConstants.java:265: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_GOTOMARK = 0xc0000;
                   ^
./BrlapiConstants.java:267: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_GOTOLINE = 0xd0000;
     ^
./BrlapiConstants.java:267: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_GOTOLINE = 0xd0000;
            ^
./BrlapiConstants.java:267: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_GOTOLINE = 0xd0000;
                   ^
./BrlapiConstants.java:269: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_LINE_SCALED = 0x100;
     ^
./BrlapiConstants.java:269: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_LINE_SCALED = 0x100;
            ^
./BrlapiConstants.java:269: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_LINE_SCALED = 0x100;
                   ^
./BrlapiConstants.java:271: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_LINE_TOLEFT = 0x200;
     ^
./BrlapiConstants.java:271: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_LINE_TOLEFT = 0x200;
            ^
./BrlapiConstants.java:271: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_LINE_TOLEFT = 0x200;
                   ^
./BrlapiConstants.java:273: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRDIFCHAR = 0xe0000;
     ^
./BrlapiConstants.java:273: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRDIFCHAR = 0xe0000;
            ^
./BrlapiConstants.java:273: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PRDIFCHAR = 0xe0000;
                   ^
./BrlapiConstants.java:275: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXDIFCHAR = 0xf0000;
     ^
./BrlapiConstants.java:275: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXDIFCHAR = 0xf0000;
            ^
./BrlapiConstants.java:275: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_NXDIFCHAR = 0xf0000;
                   ^
./BrlapiConstants.java:277: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASSDOTS = 0x220000;
     ^
./BrlapiConstants.java:277: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASSDOTS = 0x220000;
            ^
./BrlapiConstants.java:277: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASSDOTS = 0x220000;
                   ^
./BrlapiConstants.java:279: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_SHIFT = 0x1;
     ^
./BrlapiConstants.java:279: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_SHIFT = 0x1;
            ^
./BrlapiConstants.java:279: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_SHIFT = 0x1;
                   ^
./BrlapiConstants.java:281: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_UPPER = 0x2;
     ^
./BrlapiConstants.java:281: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_UPPER = 0x2;
            ^
./BrlapiConstants.java:281: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_UPPER = 0x2;
                   ^
./BrlapiConstants.java:283: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_CONTROL = 0x4;
     ^
./BrlapiConstants.java:283: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_CONTROL = 0x4;
            ^
./BrlapiConstants.java:283: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_CONTROL = 0x4;
                   ^
./BrlapiConstants.java:285: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_META = 0x8;
     ^
./BrlapiConstants.java:285: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_META = 0x8;
            ^
./BrlapiConstants.java:285: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_META = 0x8;
                   ^
./BrlapiConstants.java:287: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASSAT2 = 0x230000;
     ^
./BrlapiConstants.java:287: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASSAT2 = 0x230000;
            ^
./BrlapiConstants.java:287: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_CMD_PASSAT2 = 0x230000;
                   ^
./BrlapiConstants.java:289: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_RELEASE = 0x100;
     ^
./BrlapiConstants.java:289: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_RELEASE = 0x100;
            ^
./BrlapiConstants.java:289: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_RELEASE = 0x100;
                   ^
./BrlapiConstants.java:291: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_EXTENDED = 0x200;
     ^
./BrlapiConstants.java:291: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_EXTENDED = 0x200;
            ^
./BrlapiConstants.java:291: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_EXTENDED = 0x200;
                   ^
./BrlapiConstants.java:293: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_KEYCODE = 0x400;
     ^
./BrlapiConstants.java:293: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_KEYCODE = 0x400;
            ^
./BrlapiConstants.java:293: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int KEY_FLG_AT2_KEYCODE = 0x400;
                   ^
./BrlapiConstants.java:295: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT1 = 0001;
     ^
./BrlapiConstants.java:295: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT1 = 0001;
            ^
./BrlapiConstants.java:295: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT1 = 0001;
                   ^
./BrlapiConstants.java:297: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT2 = 0002;
     ^
./BrlapiConstants.java:297: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT2 = 0002;
            ^
./BrlapiConstants.java:297: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT2 = 0002;
                   ^
./BrlapiConstants.java:299: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT3 = 0004;
     ^
./BrlapiConstants.java:299: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT3 = 0004;
            ^
./BrlapiConstants.java:299: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT3 = 0004;
                   ^
./BrlapiConstants.java:301: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT4 = 0010;
     ^
./BrlapiConstants.java:301: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT4 = 0010;
            ^
./BrlapiConstants.java:301: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT4 = 0010;
                   ^
./BrlapiConstants.java:303: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT5 = 0020;
     ^
./BrlapiConstants.java:303: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT5 = 0020;
            ^
./BrlapiConstants.java:303: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT5 = 0020;
                   ^
./BrlapiConstants.java:305: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT6 = 0040;
     ^
./BrlapiConstants.java:305: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT6 = 0040;
            ^
./BrlapiConstants.java:305: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT6 = 0040;
                   ^
./BrlapiConstants.java:307: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT7 = 0100;
     ^
./BrlapiConstants.java:307: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT7 = 0100;
            ^
./BrlapiConstants.java:307: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT7 = 0100;
                   ^
./BrlapiConstants.java:309: warning: Discouraged redundant use of 'public' modifier in declaration of interface field(s).
  public static final int DOT8 = 0200;
     ^
./BrlapiConstants.java:309: warning: Discouraged redundant use of 'static' modifier in declaration of interface field(s).
  public static final int DOT8 = 0200;
            ^
./BrlapiConstants.java:309: warning: Discouraged redundant use of 'final' modifier in declaration of interface field(s).
  public static final int DOT8 = 0200;
                   ^
571 warnings
/usr/bin/jar cf brlapi.jar Brlapi*.class
make[2]: Leaving directory `/home/mlang/svn/brltty/Bindings/Java'

-- 
CYa,
  Mario | Debian Developer <URL:http://debian.org/>
  .''`. | Get my public key via finger mlang at db.debian.org
 : :' : | 1024D/7FC1A0854909BCCDBE6C102DDFFC022A6B113E44
 `. `'
   `-      <URL:http://delysid.org/>  <URL:http://www.staff.tugraz.at/mlang/>


More information about the BRLTTY mailing list