浏览代码

big refactoring

refactoring
aclement 16 年前
父节点
当前提交
1dd213068a
共有 1 个文件被更改,包括 2 次插入9 次删除
  1. 2
    9
      loadtime/src/org/aspectj/weaver/loadtime/ClassLoaderWeavingAdaptor.java

+ 2
- 9
loadtime/src/org/aspectj/weaver/loadtime/ClassLoaderWeavingAdaptor.java 查看文件

@@ -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

正在加载...
取消
保存