Wasp Static Error Checker


Version: 3.2
Size:
1.18MB
Requirements:
No special requirements
Seller:
AcademSoft
Price:
$49
System:
Windows 2000/98/Linux
Rating:
4.8
License:
Shareware

Description - Wasp Static Error Checker



If your Java program has been thoroughly tested but still error-prone,the Wasp analyser can help to Detect subtle run-time errors and weak points in your program.The following kinds of errors may be statically detected:null pointer exception, impermissible cast, array index out of bounds, division by zero, etc. The following kinds of weak points may be detected:uninitialised variable,unreachable branch in conditional or switch statement,unreachable loop body or catch clause, assignment of variable whose value is never used, unreachable main Exit of method, etc.Wasp produces detailed and precise method Call Graph.The method call graph of a program helps to know for each method what actual methods are called in its body. Additionally, for each method you may know where this method may be called.In comparison with other static error analysers, Wasp has two important advantages.Wasp is able to distinguish Between a definite error, a possible error (warning), and a potentially erroneous situation. In the latter case, Wasp produces a message called conditional error that in practice appear to indicate an errorin approximately one case from five.Wasp performs context-sensitive data flow Analysis, so it is able to recognize an error that appears only for some calls of the method containing it, but does not for other ones. All known to us static analysers (e.g. QStudio Java, MetaMata Audit, etc) that statically detect run-time errors may produceonly long lists of warnings because they can not recognize definite errors in a program due to weak analyses applied. A user has to waste much time to analyse all warnings.Wasp has proven its ability to find subtle bugs in programs evenafter debugging and testing stages of development because Waspdetects situations of real complexity.new:Wasp 3.2 manual for Linux is accessible on-line Servlet programs can be analyzed by Wasp 3.2 assert statements of Java 1.4 are properly processed by Wasp 3.2

Wasp Static Error Checker Static Error Wasp Produces


More in Debugging-Wasp Static Error Checker

Method Call Static Error Wasp Static Error