소스 검색

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

Loading…
취소
저장