]> source.dussan.org Git - aspectj.git/commitdiff
test and fix for 136258
authoraclement <aclement>
Thu, 13 Apr 2006 09:25:07 +0000 (09:25 +0000)
committeraclement <aclement>
Thu, 13 Apr 2006 09:25:07 +0000 (09:25 +0000)
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/AjLookupEnvironment.java

index 8b54db3dcd5024e17adfb43e914dfd9cadec7f20..56049afe22607a4f8fa4edd7fe4592fa0a7ad52e 100644 (file)
@@ -316,7 +316,7 @@ public class AjLookupEnvironment extends LookupEnvironment implements AnonymousC
         */
        private void collectAllITDsAndDeclares(SourceTypeBinding sourceType, Collection yetToProcess) {
                // Look at the supertype first
-               //ContextToken tok = CompilationAndWeavingContext.enteringPhase(CompilationAndWeavingContext.COLLECTING_ITDS_AND_DECLARES, sourceType.sourceName);
+               ContextToken tok = CompilationAndWeavingContext.enteringPhase(CompilationAndWeavingContext.COLLECTING_ITDS_AND_DECLARES, sourceType.sourceName);
 
          yetToProcess.remove(sourceType);
                // look out our direct supertype
@@ -332,7 +332,7 @@ public class AjLookupEnvironment extends LookupEnvironment implements AnonymousC
                
         buildInterTypeAndPerClause(sourceType.scope);
         addCrosscuttingStructures(sourceType.scope);
-               //CompilationAndWeavingContext.leavingPhase(tok);
+               CompilationAndWeavingContext.leavingPhase(tok);
        }
        
        /**