CPD Results

The following document contains the results of PMD's CPD 4.1.

Duplications

File Line
com\gridsystems\innergrid\kernel\ixos\configurator\IxosConfigModel.java 249
com\gridsystems\innergrid\kernel\ixos\configurator\IxosConfigModel.java 422
    if ((this.privilegedPassword == null) || (this.privilegedPassword.length() == 0)) {
      throw new IOException(IxosConfigurator.getInstance().getBundle().
        getString("errors.empty.password"));
    }
    if (Configurator.getViewMode() == Configurator.MODE_SWING) {
      if ((this.privilegedPassword2 == null)
        || (this.privilegedPassword2.length() == 0)) {
        throw new IOException(IxosConfigurator.getInstance().getBundle().
          getString("errors.empty.password"));
      }
    }