
|
GroovyShell.initializeBinding() appears to be unused
Anywhere this public is called? Seems like it is unused, should be
deprecated and removed eventually.
--jason
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email
|

|
Re: GroovyShell.initializeBinding() appears to be unused
Isn't groovy.lang.groovy.lang#initializeBinding() a public method on groovy's public API? How do we know that it is unused in the whole wild world? On Wed, Oct 28, 2009 at 6:14 PM, Jason Dillon <jason@...> wrote:
Anywhere this public is called? Seems like it is unused, should be deprecated and removed eventually.
--jason
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email
|

|
Re: GroovyShell.initializeBinding() appears to be unused
Is initializeBinding() some magic method?
--jason
On Oct 28, 2009, at 8:12 PM, Roshan Dawrani wrote: Isn't groovy.lang.groovy.lang#initializeBinding() a public method on groovy's public API? How do we know that it is unused in the whole wild world?
On Wed, Oct 28, 2009 at 6:14 PM, Jason Dillon <jason@...> wrote:
Anywhere this public is called? Seems like it is unused, should be deprecated and removed eventually.
--jason
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email
|

|
Re: GroovyShell.initializeBinding() appears to be unused
What does that mean? On Wed, Oct 28, 2009 at 6:45 PM, Jason Dillon <jason@...> wrote:
Is initializeBinding() some magic method?
--jason
On Oct 28, 2009, at 8:12 PM, Roshan Dawrani wrote:
Isn't groovy.lang.groovy.lang#initializeBinding() a public method on groovy's public API? How do we know that it is unused in the whole wild world?
On Wed, Oct 28, 2009 at 6:14 PM, Jason Dillon <jason@...> wrote:
Anywhere this public is called? Seems like it is unused, should be deprecated and removed eventually.
--jason
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email
|

|
Re: GroovyShell.initializeBinding() appears to be unused
Means is there some reflection magic calling it? I could not find anything. Looks like this is just unused code. And if used elsewhere should stop using it.
--jason
On Oct 28, 2009, at 8:37 PM, Roshan Dawrani wrote: What does that mean?
On Wed, Oct 28, 2009 at 6:45 PM, Jason Dillon <jason@...> wrote:
Is initializeBinding() some magic method?
--jason
On Oct 28, 2009, at 8:12 PM, Roshan Dawrani wrote:
Isn't groovy.lang.groovy.lang#initializeBinding() a public method on groovy's public API? How do we know that it is unused in the whole wild world?
On Wed, Oct 28, 2009 at 6:14 PM, Jason Dillon <jason@...> wrote:
Anywhere this public is called? Seems like it is unused, should be deprecated and removed eventually.
--jason
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email
|

|
Re: GroovyShell.initializeBinding() appears to be unused
is public groovy API meant only for groovy internal consumption, that you can do a search and decide whether it is unused? It may be useless (in what it does and for that reason you can deprecate it) but not used - at least you have no way to know.
On Wed, Oct 28, 2009 at 7:12 PM, Jason Dillon <jason@...> wrote:
Means is there some reflection magic calling it? I could not find anything. Looks like this is just unused code. And if used elsewhere should stop using it.
--jason
On Oct 28, 2009, at 8:37 PM, Roshan Dawrani wrote: What does that mean?
On Wed, Oct 28, 2009 at 6:45 PM, Jason Dillon <jason@...> wrote:
Is initializeBinding() some magic method?
--jason
On Oct 28, 2009, at 8:12 PM, Roshan Dawrani wrote:
Isn't groovy.lang.groovy.lang#initializeBinding() a public method on groovy's public API? How do we know that it is unused in the whole wild world?
On Wed, Oct 28, 2009 at 6:14 PM, Jason Dillon <jason@...> wrote:
Anywhere this public is called? Seems like it is unused, should be deprecated and removed eventually.
--jason
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email
|

|
Re: GroovyShell.initializeBinding() appears to be unused
correcting a typo. It may be useless (in what it does and for that reason you can deprecate it) but not **unused** - at least you have no way to know. On Wed, Oct 28, 2009 at 7:21 PM, Roshan Dawrani <roshandawrani@...> wrote:
is public groovy API meant only for groovy internal consumption, that you can do a search and decide whether it is unused?
It may be useless (in what it does and for that reason you can deprecate it) but not used - at least you have no way to know.
On Wed, Oct 28, 2009 at 7:12 PM, Jason Dillon <jason@...> wrote:
Means is there some reflection magic calling it? I could not find anything. Looks like this is just unused code. And if used elsewhere should stop using it.
--jason
On Oct 28, 2009, at 8:37 PM, Roshan Dawrani wrote: What does that mean?
On Wed, Oct 28, 2009 at 6:45 PM, Jason Dillon <jason@...> wrote:
Is initializeBinding() some magic method?
--jason
On Oct 28, 2009, at 8:12 PM, Roshan Dawrani wrote:
Isn't groovy.lang.groovy.lang#initializeBinding() a public method on groovy's public API? How do we know that it is unused in the whole wild world?
On Wed, Oct 28, 2009 at 6:14 PM, Jason Dillon <jason@...> wrote:
Anywhere this public is called? Seems like it is unused, should be deprecated and removed eventually.
--jason
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email
|