|
| 58896 | modified | flavia.rainone | //projects/aop/trunk/aop/src/test/org/jboss/test/aop/beforeafterArgs/OverloadedAdviceTestCase.java | [JBAOP-37] Added case where the type of joinpoint (field read/write) controls which advice must be called |
| 58896 | modified | flavia.rainone | //projects/aop/trunk/aop/src/resources/test/beforeafterArgs/jboss-aop.xml | [JBAOP-37] Added case where the type of joinpoint (field read/write) controls which advice must be called |
| 58896 | modified | flavia.rainone | //projects/aop/trunk/aop/src/test/org/jboss/test/aop/beforeafterArgs/OverloadedBeforeAspect.java | [JBAOP-37] Added case where the type of joinpoint (field read/write) controls which advice must be called |
| 58895 | modified | flavia.rainone | //projects/aop/trunk/aop/src/main/org/jboss/aop/advice/annotation/AdviceMethodFactory.java | [JBAOP-37] Removed feature that allowed more than one valid annotation per parameter. |
| 58895 | modified | flavia.rainone | //projects/aop/trunk/aop/src/main/org/jboss/aop/advice/annotation/AnnotatedParameterAdviceInfo.java | [JBAOP-37] Removed feature that allowed more than one valid annotation per parameter. |
| 58894 | modified | flavia.rainone | //projects/aop/trunk/aop/src/resources/test/beforeafter/jboss-aop.xml | [JBAOP-37] Updated tests so they check whether advices are being called at the correct moment (before/after/around/throwing). |
| 58893 | modified | flavia.rainone | //projects/aop/trunk/aop/src/test/org/jboss/test/aop/beforeafter/POJO.java | [JBAOP-37] Updated tests so they check whether advices are being called at the correct moment (before/after/around/throwing). |
| 58893 | modified | flavia.rainone | //projects/aop/trunk/aop/src/test/org/jboss/test/aop/beforeafter/SimpleAspect.java | [JBAOP-37] Updated tests so they check whether advices are being called at the correct moment (before/after/around/throwing). |
| 58893 | modified | flavia.rainone | //projects/aop/trunk/aop/src/test/org/jboss/test/aop/beforeafter/ArgsAspect.java | [JBAOP-37] Updated tests so they check whether advices are being called at the correct moment (before/after/around/throwing). |
| 58893 | modified | flavia.rainone | //projects/aop/trunk/aop/src/test/org/jboss/test/aop/beforeafter/GeneralAspect.java | [JBAOP-37] Updated tests so they check whether advices are being called at the correct moment (before/after/around/throwing). |
| 58893 | modified | flavia.rainone | //projects/aop/trunk/aop/src/test/org/jboss/test/aop/beforeafter/BeforeAfterThrowingTestCase.java | [JBAOP-37] Updated tests so they check whether advices are being called at the correct moment (before/after/around/throwing). |
| 58892 | modified | flavia.rainone | //projects/aop/trunk/aop/src/main/org/jboss/aop/advice/annotation/AnnotatedParameterAdviceInfo.java | [JBAOP-37] Fixed a warning message. |
| 58891 | added | flavia.rainone | //projects/aop/trunk/aop/src/test/org/jboss/test/aop/beforeafterArgs/SubInterface.java | [JBAOP-37] Added a partical overloaded throwing advice tests (will complete these when specification of the thrown exception is implemented) |
| 58891 | added | flavia.rainone | //projects/aop/trunk/aop/src/test/org/jboss/test/aop/beforeafterArgs/Implementor.java | [JBAOP-37] Added a partical overloaded throwing advice tests (will complete these when specification of the thrown exception is implemented) |
| 58891 | modified | flavia.rainone | //projects/aop/trunk/aop/src/test/org/jboss/test/aop/beforeafterArgs/OverloadedAdviceTestCase.java | [JBAOP-37] Added a partical overloaded throwing advice tests (will complete these when specification of the thrown exception is implemented) |
| 58891 | modified | flavia.rainone | //projects/aop/trunk/aop/src/test/org/jboss/test/aop/beforeafterArgs/SubClass.java | [JBAOP-37] Added a partical overloaded throwing advice tests (will complete these when specification of the thrown exception is implemented) |
| 58891 | added | flavia.rainone | //projects/aop/trunk/aop/src/test/org/jboss/test/aop/beforeafterArgs/SuperInterface.java | [JBAOP-37] Added a partical overloaded throwing advice tests (will complete these when specification of the thrown exception is implemented) |
| 58891 | added | flavia.rainone | //projects/aop/trunk/aop/src/test/org/jboss/test/aop/beforeafterArgs/Interface.java | [JBAOP-37] Added a partical overloaded throwing advice tests (will complete these when specification of the thrown exception is implemented) |
| 58891 | modified | flavia.rainone | //projects/aop/trunk/aop/src/resources/test/beforeafterArgs/jboss-aop.xml | [JBAOP-37] Added a partical overloaded throwing advice tests (will complete these when specification of the thrown exception is implemented) |
| 58891 | modified | flavia.rainone | //projects/aop/trunk/aop/src/test/org/jboss/test/aop/beforeafterArgs/SuperClass.java | [JBAOP-37] Added a partical overloaded throwing advice tests (will complete these when specification of the thrown exception is implemented) |
| 58891 | added | flavia.rainone | //projects/aop/trunk/aop/src/test/org/jboss/test/aop/beforeafterArgs/OverloadedThrowingAspect.java | [JBAOP-37] Added a partical overloaded throwing advice tests (will complete these when specification of the thrown exception is implemented) |
| 58891 | modified | flavia.rainone | //projects/aop/trunk/aop/src/test/org/jboss/test/aop/beforeafterArgs/POJOException.java | [JBAOP-37] Added a partical overloaded throwing advice tests (will complete these when specification of the thrown exception is implemented) |
| 58891 | modified | flavia.rainone | //projects/aop/trunk/aop/src/test/org/jboss/test/aop/beforeafterArgs/ReturnPOJO.java | [JBAOP-37] Added a partical overloaded throwing advice tests (will complete these when specification of the thrown exception is implemented) |
| 58891 | modified | flavia.rainone | //projects/aop/trunk/aop/src/test/org/jboss/test/aop/beforeafterArgs/OverloadedAdvicePOJO.java | [JBAOP-37] Added a partical overloaded throwing advice tests (will complete these when specification of the thrown exception is implemented) |
| 58868 | deleted | flavia.rainone | //projects/aop/trunk/aop/src/test/org/jboss/test/aop/beforeafter/arg | [JBAOP-37] Subclipse commited files in the wrong directory |
| 58868 | added | flavia.rainone | //projects/aop/trunk/aop/src/test/org/jboss/test/aop/beforeafterArgs | [JBAOP-37] Subclipse commited files in the wrong directory |