aspectCovAspect06{pointcutp():call(CarSub.getCar());@org.aspectj.lang.annotation.SuppressAjWarnings("adviceDidNotMatch")before():p(){System.out.println("[call(Car Sub.getCar()) matched on '"+thisJoinPoint+":"+thisJoinPoint.getSourceLocation()+"']");}}