I have defined a class with a static method. But when I call it, it produces an error saying that two args are being passed when only one is required. I have defined other static methods in other classes, and called them the same way, and they have worked fine. I can perhaps post source code tomorrow, but for now, I only have Internet access from my phone, which does not have the source code.
Is there some common error that produces the sort of thing I am seeing?