mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Nicolas Capponi
05.09.2014 0d32e8b6354bf56ffe1b7fb7fc8212a7d589b63c
Checkpoint commit for OPENDJ-1288 : 
Migrate I18n and logging support to i18n framework and SLF4J

* Fix setup in gui mode, that was crashing due to null value passed
to LocalizableMessage#raw() method

* Possibly fix as a side-effect the following issue :
OPENDJ-1332 On Windows, setup (cli mode) fails with NullPointException


1 files modified
4 ■■■■ changed files
opendj3-server-dev/src/quicksetup/org/opends/quicksetup/ui/UIFactory.java 4 ●●●● patch | view | raw | blame | history
opendj3-server-dev/src/quicksetup/org/opends/quicksetup/ui/UIFactory.java
@@ -862,6 +862,10 @@
  static public JTextComponent makeJTextComponent(LabelFieldDescriptor desc,
      String defaultValue)
  {
    if (defaultValue == null)
    {
      defaultValue = "";
    }
    JTextComponent field;
    switch (desc.getType())
    {