aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs188
diff options
context:
space:
mode:
authorAndy Clement <aclement@pivotal.io>2016-01-05 13:06:22 -0800
committerAndy Clement <aclement@pivotal.io>2016-01-05 13:06:22 -0800
commitd9029474077ebd405ec34d44913eed3051f2691e (patch)
tree7a6ff9cb209f4fbe15696e3ef31b11c32f0f5fe3 /tests/bugs188
parent9b220fe52ad9bb117140692f7cf455d78a17be11 (diff)
downloadaspectj-d9029474077ebd405ec34d44913eed3051f2691e.tar.gz
aspectj-d9029474077ebd405ec34d44913eed3051f2691e.zip
Fix 484941 - NPE AnnotationDiscoveryVisitor
Diffstat (limited to 'tests/bugs188')
-rw-r--r--tests/bugs188/484941/Test2.java10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/bugs188/484941/Test2.java b/tests/bugs188/484941/Test2.java
new file mode 100644
index 000000000..fd2623575
--- /dev/null
+++ b/tests/bugs188/484941/Test2.java
@@ -0,0 +1,10 @@
+
+@ContextConfiguration
+public class Test2 {
+ static class ContextConfiguration {
+
+ }
+}
+
+@interface ContextConfiguration {
+}