From: acolyer Date: Fri, 10 Feb 2006 17:54:53 +0000 (+0000) Subject: I don't think this class is actively used anymore... X-Git-Tag: POST_MEMORY_CHANGES~99 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=fd7f8075c8046aa5a2fb059e5b27aa869fc6658c;p=aspectj.git I don't think this class is actively used anymore... --- diff --git a/org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AspectJBuilder.java b/org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AspectJBuilder.java index 84371f08a..9e6b54909 100644 --- a/org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AspectJBuilder.java +++ b/org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AspectJBuilder.java @@ -137,10 +137,11 @@ public class AspectJBuilder extends JavaBuilder implements ICompilerAdapterFacto } Collection resultSetForFullWeave = unwovenResultCollector.getIntermediateResults(); - return new AjCompilerAdapter(forCompiler,isBatchBuild,myBcelWorld, - myWeaver,eFactory,unwovenResultCollector,ajNotifier,fileNameProvider,bsProvider, - fullBinarySourceEntries,resultSetForFullWeave, - ajOptions.noWeave,ajOptions.proceedOnError,ajOptions.noAtAspectJProcessing); + throw new UnsupportedOperationException("Is anyone actually using the AspectJBuilder class??"); +// return new AjCompilerAdapter(forCompiler,isBatchBuild,myBcelWorld, +// myWeaver,eFactory,unwovenResultCollector,ajNotifier,fileNameProvider,bsProvider, +// fullBinarySourceEntries,resultSetForFullWeave, +// ajOptions.noWeave,ajOptions.proceedOnError,ajOptions.noAtAspectJProcessing); } /* (non-Javadoc)