Re: [proxy] Package Dependency Cycles...

2013-07-26 Thread James Carman
The nullValue() method would stay. I'm talking about the nullObject() methods, which create objects of any type that return null values for all methods. Sent from my iPad On Jul 26, 2013, at 11:33 PM, Matt Benson wrote: > I know I have used the #nullValue() utility method elsewhere before, so

Re: [proxy] Package Dependency Cycles...

2013-07-26 Thread Matt Benson
I know I have used the #nullValue() utility method elsewhere before, so I'd prefer the latter option, or in the case of the former to provide a similar method in [lang]. Matt On Jul 26, 2013 10:26 PM, "James Carman" wrote: > We currently have some package cycles according to Sonar. The > org.ap

[proxy] Package Dependency Cycles...

2013-07-26 Thread James Carman
We currently have some package cycles according to Sonar. The org.apache.commons.proxy2 (I'm working in the branch) package depends on the org.apache.commons.proxy2.interceptor package (and vice versa) because of its use of the NullInvoker class to create "null objects." Since we have a little