]> source.dussan.org Git - aspectj.git/commitdiff
I don't think this class is actively used anymore...
authoracolyer <acolyer>
Fri, 10 Feb 2006 17:54:53 +0000 (17:54 +0000)
committeracolyer <acolyer>
Fri, 10 Feb 2006 17:54:53 +0000 (17:54 +0000)
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AspectJBuilder.java

index 84371f08a56dd165ee74556f149c97e362600eed..9e6b54909d31cc1d13d6a9ede53f191ad9524faa 100644 (file)
@@ -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)