626627628629630631632633634
return Integer.class.getName(); else if (CtClass.longType.equals(type)) return Long.class.getName(); else if (CtClass.shortType.equals(type)) return Short.class.getName(); throw new UnreachableStatementException(); } return type.getName(); }
595596597598599600601602
buffer.append(".longValue()"); else if (CtClass.shortType.equals(primitive)) buffer.append(".shortValue()"); else { throw new UnreachableStatementException(); } }
96979899100101102103
return expected.cast(o); } catch (ClassCastException e) { fail("Expected " + expected.getName() + " got " + o.getClass().getName()); throw new UnreachableStatementException(); } }
101102103104105106107
} else if ("hashCode".equals(name)) return getCompositeValue().hashCode(); else if ("toString".equals(name)) return getCompositeValue().toString(); throw new UnreachableStatementException(); }
151152153154155156157158
return value.getValue(valueContext); } catch (Throwable t) { DeploymentException.rethrowAsDeploymentException("Error configuring attribute " + name, t); throw new UnreachableStatementException(); } }
364365366367368369370371
checkedOut.remove(cl); permits.release(); JBossResourceException.rethrowAsResourceException("Unexpected throwable while trying to create a connection: " + cl, t); throw new UnreachableStatementException(); } }
342343344345346347348349350351352
permits.release(); JBossResourceException.rethrowAsResourceException("Unexpected throwable while trying to " + "create a connection: " + cl, t); throw new UnreachableStatementException(); } } else { // We timed out
24252627282930
/* */ { /* 51 */ return super.clone(); /* */ } /* */ catch (CloneNotSupportedException e) { /* */ } /* 55 */ throw new UnreachableStatementException(); /* */ }
155156157158159160161
/* 217 */ log.trace("Get attribute use default objectName=" + objectName + " attr=" + name + " default=" + value); /* 218 */ checkAssignable("Default value ", clazz, value); /* 219 */ return value; /* */ } /* */ /* 223 */ throw new UnreachableStatementException(invocation.getType()); /* */ }