recursion if we put: CheckForJavaException(); in this method
| 845 | //recursion if we put: CheckForJavaException(); |
| 846 | //in this method |
| 847 | jboolean JEnv::ExceptionCheck() { |
| 848 | return m_env->ExceptionCheck(); |
| 849 | } |
| 850 | |
| 851 | void JEnv::CheckForJavaException() { |
| 852 | if (ExceptionCheck() == JNI_TRUE) { |
no outgoing calls
no test coverage detected