Somewhere in the bowels of what is going on null pointer exception was swallowed as somewhere the framework tried to run a class.someMethod(). We should be able to throw the method/class that was null so we can track down what was not initialized? Or is some mode available to turn on more debugging?
Somewhere in the bowels of what is going on null pointer exception was swallowed as somewhere the framework tried to run a class.someMethod(). We should be able to throw the method/class that was null so we can track down what was not initialized? Or is some mode available to turn on more debugging?