diff options
Diffstat (limited to 'weaver')
-rw-r--r-- | weaver/src/org/aspectj/weaver/ResolvedType.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/weaver/src/org/aspectj/weaver/ResolvedType.java b/weaver/src/org/aspectj/weaver/ResolvedType.java index 883cf9450..c1e5f7664 100644 --- a/weaver/src/org/aspectj/weaver/ResolvedType.java +++ b/weaver/src/org/aspectj/weaver/ResolvedType.java @@ -828,6 +828,8 @@ public abstract class ResolvedType extends UnresolvedType implements AnnotatedEl public static final Missing MISSING = new Missing(); /** Reset the static state in the primitive types */ + // OPTIMIZE I think we have a bug here because primitives are static and the world they use may vary (or may even be + // null) public static void resetPrimitives() { BYTE.world=null; CHAR.world=null; |