Procházet zdrojové kódy

big refactoring

refactoring
aclement před 16 roky
rodič
revize
1dd213068a

+ 2
- 9
loadtime/src/org/aspectj/weaver/loadtime/ClassLoaderWeavingAdaptor.java Zobrazit soubor

@@ -139,15 +139,8 @@ public class ClassLoaderWeavingAdaptor extends WeavingAdaptor {
}
bcelWorld = new LTWWorld(
classLoader, weavingContext, // TODO when the world works in terms of the context, we can remove the loader...
getMessageHandler(), null);
// new ICrossReferenceHandler() {
// public void addCrossReference(ISourceLocation from, ISourceLocation to, IRelationship.Kind kind, boolean runtimeTest) {
// ;// for tools only
// }
// }
// );

// OPTIMIZE remove loader when context knows about it
classLoader, weavingContext, getMessageHandler(), null);
weaver = new BcelWeaver(bcelWorld);

// register the definitions

Načítá se…
Zrušit
Uložit