- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
static {
try {
Object e = null;
((XmlSchema)e).location();
} catch (NullPointerException var3) {
;
} catch (NoSuchMethodError var4) {
Messages res;
if(SecureLoader.getClassClassLoader(XmlSchema.class) == null) {
res = Messages.INCOMPATIBLE_API_VERSION_MUSTANG;
} else {
res = Messages.INCOMPATIBLE_API_VERSION;
}
throw new LinkageError(res.format(new Object[]{Which.which(XmlSchema.class), Which.which(ModelBuilder.class)}));
}
try {
WhiteSpaceProcessor.isWhiteSpace("xyz");
} catch (NoSuchMethodError var2) {
throw new LinkageError(Messages.RUNNING_WITH_1_0_RUNTIME.format(new Object[]{Which.which(WhiteSpaceProcessor.class), Which.which(ModelBuilder.class)}));
}
logger = Logger.getLogger(ModelBuilder.class.getName());
}
istem 25.03.2016 19:42 # 0