|
| 61977 | modified | pgier | //projects/aop/trunk/aop/pom.xml | Added parent pom. Changed dependencies on microcontainer to 2.0.0-SNAPSHOT. |
| 61967 | modified | kabir.khan@jboss.com | //projects/aop/trunk/aop/src/main/org/jboss/aop/instrument/MethodByMethodJoinPointGenerator.java | [JBAOP-378] Optimization of InstanceAdvisor creation. Manage the joinpointgenerators at class advisor level only, and make the instance advisors reuse the generators from the class advisor. This means we now need to pass in the JoinPointInfos when calling JoinPointGenerator.generateJoinPointClass() |
| 61967 | modified | kabir.khan@jboss.com | //projects/aop/trunk/aop/build-tests-jdk50.xml | [JBAOP-378] Optimization of InstanceAdvisor creation. Manage the joinpointgenerators at class advisor level only, and make the instance advisors reuse the generators from the class advisor. This means we now need to pass in the JoinPointInfos when calling JoinPointGenerator.generateJoinPointClass() |
| 61967 | modified | kabir.khan@jboss.com | //projects/aop/trunk/aop/src/main/org/jboss/aop/instrument/GeneratedAdvisorInstrumentor.java | [JBAOP-378] Optimization of InstanceAdvisor creation. Manage the joinpointgenerators at class advisor level only, and make the instance advisors reuse the generators from the class advisor. This means we now need to pass in the JoinPointInfos when calling JoinPointGenerator.generateJoinPointClass() |
| 61967 | modified | kabir.khan@jboss.com | //projects/aop/trunk/aop/src/main/org/jboss/aop/instrument/JoinPointGenerator.java | [JBAOP-378] Optimization of InstanceAdvisor creation. Manage the joinpointgenerators at class advisor level only, and make the instance advisors reuse the generators from the class advisor. This means we now need to pass in the JoinPointInfos when calling JoinPointGenerator.generateJoinPointClass() |
| 61967 | modified | kabir.khan@jboss.com | //projects/aop/trunk/aop/src/main/org/jboss/aop/instrument/MethodJoinPointGenerator.java | [JBAOP-378] Optimization of InstanceAdvisor creation. Manage the joinpointgenerators at class advisor level only, and make the instance advisors reuse the generators from the class advisor. This means we now need to pass in the JoinPointInfos when calling JoinPointGenerator.generateJoinPointClass() |
| 61967 | modified | kabir.khan@jboss.com | //projects/aop/trunk/aop/src/main/org/jboss/aop/instrument/FieldJoinPointGenerator.java | [JBAOP-378] Optimization of InstanceAdvisor creation. Manage the joinpointgenerators at class advisor level only, and make the instance advisors reuse the generators from the class advisor. This means we now need to pass in the JoinPointInfos when calling JoinPointGenerator.generateJoinPointClass() |
| 61967 | modified | kabir.khan@jboss.com | //projects/aop/trunk/aop/src/main/org/jboss/aop/instrument/GeneratedAdvisorConstructionTransformer.java | [JBAOP-378] Optimization of InstanceAdvisor creation. Manage the joinpointgenerators at class advisor level only, and make the instance advisors reuse the generators from the class advisor. This means we now need to pass in the JoinPointInfos when calling JoinPointGenerator.generateJoinPointClass() |
| 61967 | modified | kabir.khan@jboss.com | //projects/aop/trunk/aop/src/main/org/jboss/aop/instrument/ConstructorJoinPointGenerator.java | [JBAOP-378] Optimization of InstanceAdvisor creation. Manage the joinpointgenerators at class advisor level only, and make the instance advisors reuse the generators from the class advisor. This means we now need to pass in the JoinPointInfos when calling JoinPointGenerator.generateJoinPointClass() |
| 61967 | modified | kabir.khan@jboss.com | //projects/aop/trunk/aop/src/main/org/jboss/aop/instrument/ConstructionJoinPointGenerator.java | [JBAOP-378] Optimization of InstanceAdvisor creation. Manage the joinpointgenerators at class advisor level only, and make the instance advisors reuse the generators from the class advisor. This means we now need to pass in the JoinPointInfos when calling JoinPointGenerator.generateJoinPointClass() |
| 61967 | modified | kabir.khan@jboss.com | //projects/aop/trunk/aop/src/main/org/jboss/aop/instrument/GeneratedAdvisorCallerTransformer.java | [JBAOP-378] Optimization of InstanceAdvisor creation. Manage the joinpointgenerators at class advisor level only, and make the instance advisors reuse the generators from the class advisor. This means we now need to pass in the JoinPointInfos when calling JoinPointGenerator.generateJoinPointClass() |
| 61967 | modified | kabir.khan@jboss.com | //projects/aop/trunk/aop/src/main/org/jboss/aop/instrument/GeneratedAdvisorMethodExecutionTransformer.java | [JBAOP-378] Optimization of InstanceAdvisor creation. Manage the joinpointgenerators at class advisor level only, and make the instance advisors reuse the generators from the class advisor. This means we now need to pass in the JoinPointInfos when calling JoinPointGenerator.generateJoinPointClass() |
| 61967 | modified | kabir.khan@jboss.com | //projects/aop/trunk/aop/src/main/org/jboss/aop/instrument/GeneratedAdvisorFieldAccessTransformer.java | [JBAOP-378] Optimization of InstanceAdvisor creation. Manage the joinpointgenerators at class advisor level only, and make the instance advisors reuse the generators from the class advisor. This means we now need to pass in the JoinPointInfos when calling JoinPointGenerator.generateJoinPointClass() |
| 61967 | modified | kabir.khan@jboss.com | //projects/aop/trunk/aop/src/main/org/jboss/aop/instrument/GeneratedAdvisorConstructorExecutionTransformer.java | [JBAOP-378] Optimization of InstanceAdvisor creation. Manage the joinpointgenerators at class advisor level only, and make the instance advisors reuse the generators from the class advisor. This means we now need to pass in the JoinPointInfos when calling JoinPointGenerator.generateJoinPointClass() |
| 61967 | modified | kabir.khan@jboss.com | //projects/aop/trunk/aop/src/main/org/jboss/aop/GeneratedClassAdvisor.java | [JBAOP-378] Optimization of InstanceAdvisor creation. Manage the joinpointgenerators at class advisor level only, and make the instance advisors reuse the generators from the class advisor. This means we now need to pass in the JoinPointInfos when calling JoinPointGenerator.generateJoinPointClass() |
| 61967 | modified | kabir.khan@jboss.com | //projects/aop/trunk/aop/src/main/org/jboss/aop/instrument/ConByConJoinPointGenerator.java | [JBAOP-378] Optimization of InstanceAdvisor creation. Manage the joinpointgenerators at class advisor level only, and make the instance advisors reuse the generators from the class advisor. This means we now need to pass in the JoinPointInfos when calling JoinPointGenerator.generateJoinPointClass() |
| 61967 | modified | kabir.khan@jboss.com | //projects/aop/trunk/aop/src/main/org/jboss/aop/instrument/MethodByConJoinPointGenerator.java | [JBAOP-378] Optimization of InstanceAdvisor creation. Manage the joinpointgenerators at class advisor level only, and make the instance advisors reuse the generators from the class advisor. This means we now need to pass in the JoinPointInfos when calling JoinPointGenerator.generateJoinPointClass() |
| 61967 | modified | kabir.khan@jboss.com | //projects/aop/trunk/aop/src/main/org/jboss/aop/instrument/ConByMethodJoinPointGenerator.java | [JBAOP-378] Optimization of InstanceAdvisor creation. Manage the joinpointgenerators at class advisor level only, and make the instance advisors reuse the generators from the class advisor. This means we now need to pass in the JoinPointInfos when calling JoinPointGenerator.generateJoinPointClass() |