Преглед изворни кода

moved this check into here, was in JDT before

tags/V1_7_0RC1
aclement пре 12 година
родитељ
комит
7b44e495af

+ 5
- 0
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/AspectDeclaration.java Прегледај датотеку

* this hook to add in the @AspectJ annotations. * this hook to add in the @AspectJ annotations.
*/ */
public void addAtAspectJAnnotations() { public void addAtAspectJAnnotations() {
if (ignoreFurtherInvestigation) {
// perClause likely to be null. This flag used to be checked before we got called (at e33 level, in traverse(ASTVisitor visitor, CompilationUnitScope unitScope))
// For e37 moved the check down to this level
return;
}
Annotation atAspectAnnotation = AtAspectJAnnotationFactory.createAspectAnnotation(perClause.toDeclarationString(), Annotation atAspectAnnotation = AtAspectJAnnotationFactory.createAspectAnnotation(perClause.toDeclarationString(),
declarationSourceStart); declarationSourceStart);
Annotation privilegedAnnotation = null; Annotation privilegedAnnotation = null;

Loading…
Откажи
Сачувај