Questions tagged [jtest]

JTest is a commercial Java Static Analaysis tool by Parasoft

JTest is a commercial Java Static Analaysis tool by Parasoft.

17 questions
0
votes
1 answer

how do I generate a test file form a java file using Parasoft

I am new at Parasoft. I am using Parasoft as a plugin for Eclipse. Today I used it for the first time on a java file with right click and Parasoft->Test Using->User-Defined->my_configuration. How do I generate a new test file for a java file using…
Dorian
  • 35
  • 1
  • 1
  • 6
-1
votes
2 answers

Why the enclosing "finally" block should not be exited with a "throw" statement?

I am doing code review using Jtest. JTest report states "The enclosing "finally" block should not be exited with a "throw" statement". Whats the reason? & how can I fix it? I am wrapping exception in a custom exception & the method has throws. Codes…
Tejas
  • 11
1
2