Re: [Engine-devel] Java Newbie: Renaming some functions to fix findbugs warnings

2013-11-22 Thread Adam Litke
> Adam, > > We are aware of this issue and we actually have a patch somewhat ready to > solve the issue [1]. We made the RunQuery/RunAction/etc method deprecated to > encourage people to no longer use them. We have patch ready to remove all > current uses of RunQuery/RunAction/etc from the code ba

Re: [Engine-devel] Java Newbie: Renaming some functions to fix findbugs warnings

2013-11-22 Thread Alexander Wels
Adam, We are aware of this issue and we actually have a patch somewhat ready to solve the issue [1]. We made the RunQuery/RunAction/etc method deprecated to encourage people to no longer use them. We have patch ready to remove all current uses of RunQuery/RunAction/etc from the code base, but h

[Engine-devel] Java Newbie: Renaming some functions to fix findbugs warnings

2013-11-22 Thread Adam Litke
Hello, I am working on resolving some warnings produced by findbugs and am looking for some advice on how to properly resolve the problem. The Frontend class has several pairs of methods where a capitalized version is a deprecated static form and the camelCase version is the instance method. F