> 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
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
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