*/
private ValueDefImpl getJavaxRmiCORBAClassDesc()
throws IRConstructionException, RMIIIOPViolationException {
if (javaxRmiCORBAClassDesc == null) {
// Just map the right value class
ValueAnalysis va = ValueAnalysis.getValueAnalysis(javax.rmi.CORBA.ClassDesc.class);
ValueDefImpl val = addValue(va);
// Warn if it does not conform to the specification.
if (!"RMI:javax.rmi.CORBA.ClassDesc:B7C4E3FC9EBDC311:CFBF02CF5294176B".equals(val.id()))
JacORBLogger.ROOT_LOGGER.warnClassDescDoesNotConformToSpec();