String desc = fieldDescr[i][j];
int colon = desc.indexOf(':');
String type = desc.substring(colon + 1);
CPUTF8 value = (CPUTF8) signatureLayout.getValue(result,
type, cpBands.getConstantPool());
fieldAttributes[i][j].add(new SignatureAttribute(value));
signatureIndex++;
}
// Non-predefined attributes
for (int k = 0; k < otherLayouts.length; k++) {
if (otherLayouts[k] != null