|
| 1.42 | modified | patriot1burke | aop/src/main/org/jboss/aop/Advisor.java | refactoring to replace AspectManager.instance() with a member/local variable Manage r wherever possible |
| 1.18 | modified | patriot1burke | aop/src/main/org/jboss/aop/AspectAnnotationLoader.java | refactoring to replace AspectManager.instance() with a member/local variable Manage r wherever possible |
| 1.89 | modified | patriot1burke | aop/src/main/org/jboss/aop/AspectManager.java | refactoring to replace AspectManager.instance() with a member/local variable Manage r wherever possible |
| 1.60 | modified | patriot1burke | aop/src/main/org/jboss/aop/AspectXmlLoader.java | refactoring to replace AspectManager.instance() with a member/local variable Manage r wherever possible |
| 1.99 | modified | patriot1burke | aop/src/main/org/jboss/aop/ClassAdvisor.java | refactoring to replace AspectManager.instance() with a member/local variable Manage r wherever possible |
| 1.2 | modified | patriot1burke | aop/src/main/org/jboss/aop/Deployment.java | refactoring to replace AspectManager.instance() with a member/local variable Manage r wherever possible |
| 1.4 | modified | patriot1burke | aop/src/main/org/jboss/aop/pointcut/CFlowMatcher.java | refactoring to replace AspectManager.instance() with a member/local variable Manage r wherever possible |
| 1.9 | modified | patriot1burke | aop/src/main/org/jboss/aop/pointcut/CallMatcher.java | refactoring to replace AspectManager.instance() with a member/local variable Manage r wherever possible |
| 1.9 | modified | patriot1burke | aop/src/main/org/jboss/aop/pointcut/ConstructorCallMatcher.java | refactoring to replace AspectManager.instance() with a member/local variable Manage r wherever possible |
| 1.16 | modified | patriot1burke | aop/src/main/org/jboss/aop/pointcut/ConstructorMatcher.java | refactoring to replace AspectManager.instance() with a member/local variable Manage r wherever possible |
| 1.17 | modified | patriot1burke | aop/src/main/org/jboss/aop/pointcut/FieldMatcher.java | refactoring to replace AspectManager.instance() with a member/local variable Manage r wherever possible |
| 1.9 | modified | patriot1burke | aop/src/main/org/jboss/aop/pointcut/MatcherHelper.java | refactoring to replace AspectManager.instance() with a member/local variable Manage r wherever possible |
| 1.8 | modified | patriot1burke | aop/src/main/org/jboss/aop/pointcut/MethodCallMatcher.java | refactoring to replace AspectManager.instance() with a member/local variable Manage r wherever possible |
| 1.16 | modified | patriot1burke | aop/src/main/org/jboss/aop/pointcut/MethodMatcher.java | refactoring to replace AspectManager.instance() with a member/local variable Manage r wherever possible |
| 1.7 | modified | patriot1burke | aop/src/main/org/jboss/aop/pointcut/NewExprMatcher.java | refactoring to replace AspectManager.instance() with a member/local variable Manage r wherever possible |
| 1.13 | modified | patriot1burke | aop/src/main/org/jboss/aop/pointcut/SoftClassMatcher.java | refactoring to replace AspectManager.instance() with a member/local variable Manage r wherever possible |
| 1.15 | modified | patriot1burke | aop/src/main/org/jboss/aop/pointcut/Util.java | refactoring to replace AspectManager.instance() with a member/local variable Manage r wherever possible |
| 1.6 | modified | patriot1burke | aop/src/main/org/jboss/aop/pointcut/WithinMatcher.java | refactoring to replace AspectManager.instance() with a member/local variable Manage r wherever possible |
| 1.13 | modified | patriot1burke | aop/src/main/org/jboss/aop/joinpoint/Invocation.java | refactoring to replace AspectManager.instance() with a member/local variable Manage r wherever possible |
| 1.6 | modified | patriot1burke | aop/src/main/org/jboss/aop/metadata/ClassMetaDataLoader.java | refactoring to replace AspectManager.instance() with a member/local variable Manage r wherever possible |
| 1.11 | modified | patriot1burke | aop/src/main/org/jboss/aop/metadata/SimpleClassMetaDataLoader.java | refactoring to replace AspectManager.instance() with a member/local variable Manage r wherever possible |
| 1.11 | modified | patriot1burke | aop/src/main/org/jboss/aop/instrument/ConstructorExecutionTransformer.java | refactoring to replace AspectManager.instance() with a member/local variable Manage r wherever possible |
| 1.8 | modified | patriot1burke | aop/src/main/org/jboss/aop/instrument/FieldAccessTransformer.java | refactoring to replace AspectManager.instance() with a member/local variable Manage r wherever possible |
| 1.27 | modified | patriot1burke | aop/src/main/org/jboss/aop/instrument/Instrumentor.java | refactoring to replace AspectManager.instance() with a member/local variable Manage r wherever possible |
| 1.20 | modified | patriot1burke | aop/src/main/org/jboss/aop/instrument/MethodExecutionTransformer.java | refactoring to replace AspectManager.instance() with a member/local variable Manage r wherever possible |
| 1.8 | modified | patriot1burke | aop/src/main/org/jboss/aop/instrument/CallerTransformer.java | refactoring to replace AspectManager.instance() with a member/local variable Manage r wherever possible |
| 1.8 | modified | patriot1burke | aop/src/main/org/jboss/aop/advice/AdviceFactory.java | refactoring to replace AspectManager.instance() with a member/local variable Manage r wherever possible |
| 1.8 | modified | patriot1burke | aop/src/main/org/jboss/aop/advice/PerVmAdvice.java | refactoring to replace AspectManager.instance() with a member/local variable Manage r wherever possible |
| 1.2 | modified | patriot1burke | aop/src/main/org/jboss/aop/advice/ScopedInterceptorFactory.java | refactoring to replace AspectManager.instance() with a member/local variable Manage r wherever possible |
| 1.2 | modified | tdiesler | webservice/test/ant.properties | BindingProvider accesses SimpleTypeMarshaller directly instead of going through JAXB. |
| 1.2 | modified | tdiesler | webservice/test/java/org/jboss/test/ws/soap/SOAPLazyElementTestCase.java | BindingProvider accesses SimpleTypeMarshaller directly instead of going through JAXB. |
| 1.7 | modified | tdiesler | webservice/src/main/org/jboss/ws/jaxrpc/desc/ParameterDesc.java | BindingProvider accesses SimpleTypeMarshaller directly instead of going through JAXB. |
| 1.2 | modified | tdiesler | webservice/test/java/org/jboss/test/ws/jaxb/SimpleTypeMarshallerTestCase.java | BindingProvider accesses SimpleTypeMarshaller directly instead of going through JAXB. |
| 1.11 | modified | tdiesler | webservice/src/main/org/jboss/ws/binding/SOAP12BindingProvider.java | BindingProvider accesses SimpleTypeMarshaller directly instead of going through JAXB. |
| 1.2 | modified | tdiesler | webservice/src/main/org/jboss/ws/jaxb/ComplexTypeMarshaller.java | BindingProvider accesses SimpleTypeMarshaller directly instead of going through JAXB. |
| 1.3 | modified | tdiesler | webservice/src/main/org/jboss/ws/jaxb/Marshallable.java | BindingProvider accesses SimpleTypeMarshaller directly instead of going through JAXB. |
| 1.3 | modified | tdiesler | webservice/src/main/org/jboss/ws/jaxb/MarshallableImpl.java | BindingProvider accesses SimpleTypeMarshaller directly instead of going through JAXB. |
| 1.5 | modified | tdiesler | webservice/src/main/org/jboss/ws/jaxb/MarshallerImpl.java | BindingProvider accesses SimpleTypeMarshaller directly instead of going through JAXB. |
| 1.3 | modified | tdiesler | webservice/src/main/org/jboss/ws/jaxb/SimpleTypeMarshaller.java | BindingProvider accesses SimpleTypeMarshaller directly instead of going through JAXB. |
| 1.4 | modified | tdiesler | webservice/src/main/org/jboss/ws/jaxb/UnmarshallerImpl.java | BindingProvider accesses SimpleTypeMarshaller directly instead of going through JAXB. |