]> source.dussan.org Git - aspectj.git/commit
Fix for pr91267 (Generics): NPE at EclipseFactory.java:143 when using generic methods...
authoraclement <aclement>
Fri, 6 May 2005 10:21:26 +0000 (10:21 +0000)
committeraclement <aclement>
Fri, 6 May 2005 10:21:26 +0000 (10:21 +0000)
commit7389d9fc0252b90a9b0bf2cb1861a0f3802ad320
treeef22d67aa16d9c996dd08cdcc55e131cf6bf94d7
parent87f211f62cd0af7b74d9d00123e736941f015fee
Fix for pr91267 (Generics): NPE at EclipseFactory.java:143 when using generic methods in aspects
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/EclipseFactory.java
tests/java5/generics/bugs/pr91267/TestBug1.aj [new file with mode: 0644]
tests/java5/generics/bugs/pr91267/TestBug2.aj [new file with mode: 0644]
tests/src/org/aspectj/systemtest/ajc150/GenericsTests.java
tests/src/org/aspectj/systemtest/ajc150/ajc150.xml
weaver/src/org/aspectj/weaver/TypeX.java