if (aroundAdvice.length == 0 && beforeAdvice.length == 0 && afterAdvice.length == 0) {
// TODO: should we really bail out here, is it not better to compile a JP anyway?
return null; // no advice => bail out
}
System system = SystemLoader.getSystem(uuid);
SignatureCflowExpressionStruct signatureCflowExprStruct = setSignatureAndCflowExpressions(
joinPointType, joinPointHash, declaringClass, system
);