From 4dc165353001baf072e5492621b19eaac31be374 Mon Sep 17 00:00:00 2001 From: aclement Date: Tue, 19 Feb 2008 18:52:12 +0000 Subject: [PATCH] 219298: raised visibility of CompilationUnitScope.checkParameterizedTypes() --- .../ajdt/internal/compiler/lookup/AjLookupEnvironment.java | 1 + 1 file changed, 1 insertion(+) diff --git a/org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/AjLookupEnvironment.java b/org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/AjLookupEnvironment.java index 7c26f68b6..f1ab14b94 100644 --- a/org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/AjLookupEnvironment.java +++ b/org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/AjLookupEnvironment.java @@ -142,6 +142,7 @@ public class AjLookupEnvironment extends LookupEnvironment implements AnonymousC for (int i = lastCompletedUnitIndex + 1; i <= lastUnitIndex; i++) { ContextToken tok = CompilationAndWeavingContext.enteringPhase(CompilationAndWeavingContext.BUILDING_FIELDS_AND_METHODS, units[i].compilationResult.fileName); + units[i].scope.checkParameterizedTypes(); units[i].scope.buildFieldsAndMethods(); CompilationAndWeavingContext.leavingPhase(tok); } -- 2.39.5