@@ -98,7 +98,7 @@ void rejectsPerCflowBelowAspect() {
9898 }
9999
100100 @ Test
101- void perTargetAspect () throws SecurityException , NoSuchMethodException {
101+ void perTargetAspect () throws Exception {
102102 TestBean target = new TestBean ();
103103 int realAge = 65 ;
104104 target .setAge (realAge );
@@ -130,7 +130,7 @@ void perTargetAspect() throws SecurityException, NoSuchMethodException {
130130 }
131131
132132 @ Test
133- void multiplePerTargetAspects () throws SecurityException , NoSuchMethodException {
133+ void multiplePerTargetAspects () throws Exception {
134134 TestBean target = new TestBean ();
135135 int realAge = 65 ;
136136 target .setAge (realAge );
@@ -158,7 +158,7 @@ void multiplePerTargetAspects() throws SecurityException, NoSuchMethodException
158158 }
159159
160160 @ Test
161- void multiplePerTargetAspectsWithOrderAnnotation () throws SecurityException , NoSuchMethodException {
161+ void multiplePerTargetAspectsWithOrderAnnotation () throws Exception {
162162 TestBean target = new TestBean ();
163163 int realAge = 65 ;
164164 target .setAge (realAge );
@@ -184,7 +184,7 @@ void multiplePerTargetAspectsWithOrderAnnotation() throws SecurityException, NoS
184184 }
185185
186186 @ Test
187- void perThisAspect () throws SecurityException , NoSuchMethodException {
187+ void perThisAspect () throws Exception {
188188 TestBean target = new TestBean ();
189189 int realAge = 65 ;
190190 target .setAge (realAge );
@@ -220,7 +220,7 @@ void perThisAspect() throws SecurityException, NoSuchMethodException {
220220 }
221221
222222 @ Test
223- void perTypeWithinAspect () throws SecurityException , NoSuchMethodException {
223+ void perTypeWithinAspect () throws Exception {
224224 TestBean target = new TestBean ();
225225 int realAge = 65 ;
226226 target .setAge (realAge );
0 commit comments