]> source.dussan.org Git - aspectj.git/commitdiff
303758: fixes
authoraclement <aclement>
Wed, 24 Feb 2010 18:34:51 +0000 (18:34 +0000)
committeraclement <aclement>
Wed, 24 Feb 2010 18:34:51 +0000 (18:34 +0000)
org.aspectj.matcher/src/org/aspectj/weaver/ReferenceType.java

index 065c11b6fe1b68e7afa159aca7376cd4cc2290af..cc29ac2f565f364218bbf2cdaaadbd3a43058a7f 100644 (file)
@@ -31,6 +31,8 @@ import org.aspectj.weaver.patterns.PerClause;
  */
 public class ReferenceType extends ResolvedType {
 
+       public static final ReferenceType[] EMPTY_ARRAY = new ReferenceType[0];
+
        /**
         * For generic types, this list holds references to all the derived raw and parameterized versions. We need this so that if the
         * generic delegate is swapped during incremental compilation, the delegate of the derivatives is swapped also.