Wasp Static Error Checker free download The Wasp tool statically detects subtle run-time errors and weak points in a Java source code. Wasp also produces detailed and precise method call graph. 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 download   
 Example: Sound Forge • Top 1000
• Smart reviews
   
Search:   
     

Home > Software > Development Tools > download now Wasp Static Error Checker

  Popular:
TiNControl 1.7
TiNControl is the stock control (inventory control), sales…
pmaCalc 6.1
pmaCalc is THE replacement for your pocket calculator. it…
Privacy Guardian 4.1
Privacy Guardian is a safe and easy-to-use privacy…
SecureWord 1.5
SecureWord is fully functional program for storing…
PDFInfo 2.2
PDFInfo is a specialized application to change document…
Hide Files 1.00
Hide Megabytes of files and prevent them from being seen or…
U-Wipe 2.0
U-Wipe is a very easy-to-use utility that allows to…
Popup Ad Shield 2.1
STOP those annoying Internet Popup Ads from displaying on…
Jvw History eraser 1.0
History eraser with popup blocker and ip spam killer
Power Clock 7.78
The ultimate employee time clock. Easy to use, looks like a…
Best 1000
  TOP-10:
WINSWEEP 3.48
Surf Popup-blocker for the IE. Destroy Surfin…
Blancco - Lite 4.4
Blancco - Lite is the solution designed for simple erasure…
Addressinator! 4.1
Addressinator! address book software is networkable…
BuddyPIM 1.24
BuddyPIM is a full-scale Personal Information Manager (PIM…
Kiwi CatTools 3.2
Free network management and device configuration tools…
DataSafe PS Net 3.0
Backup, store and archive your data to a safe and secure…
Changes Saver 2.2
Changes Saver is intended for saving the files modification…
Home Bookkeeping 4.4.2
You say you don't have the discipline to control your…
Intuvia MicroCalc 2.3
MicroCalc Has a Micro Footprint mode that ˜shrinks' the…
Ease Jukebox 1.50
A powerful, multifunction multimedia software, which…
  Sponsored links 
  New:
Xilisoft iPod Rip 2.1.39.1103
Xilisoft iPod Rip is perfect iPod copy, iPod rip software…
Batch It 5.06
Batch It! is an automated Unicode Batch Imaging Editor…
Handy Backup 6.4
Handy Backup is a complete, data backup software for…
RasterVect 15.3
RasterVect can convert raster images (TIFF,JPEG,BMP...) to…
Social Submitter 2.1
Automatic submission of tagged articles with backlinks to…
Altova DatabaseSpy 2010
Altova DatabaseSpy 2010 is the unique multi-database query…
Freebie Notes 3.32
Freebie Notes is a easy to use reminder for Windows. With…
BusinessCards MX 3.99
Use this program to easily and quickly design and print…
PC LockUp 2.111
Windows LockUp password-protects your PC and restricts…
IT Invent 1.34
IT Invent is designed for automating the stocking and…
     
Home
News
Software
Books
Smart reviews
New soft
TOP-10
Best 1000
All Soft
Audio & Video
Business
Development Tools
Education
Games
Graphics
Home/Hobby
Internet
Desktop
Utilities
Active-X
Delphi
Components & Libraries
Java
Javascript
Visual Basic
dotNET
Databases
Perl, php, cgi
Source Editors
Installers
Bug Trackers
HTML
XML
ASP

Wasp Static Error Checker 3.1  del.icio.us Fark digg Reddit MyWeb BlogMarks Furl Jots   ( View screenshot )


URL:
HTML:
The Wasp tool statically detects subtle run-time errors and weak points in a Java source code. Wasp also produces detailed and precise method call graph.

Updated Jan 1, 2006 05:36:42
Size1246 kb
LicenceShareware
StatusNew Release
LanguagesEnglish
Tagsstatic, error, checker, Java, Windows, Linux, analyser, wasp, lint, analyzer
OSWindows 95, Windows 98, Windows NT, Windows 2000, Unix
Homepagewaspsoft.com
Emailwasp@waspsoft.com
AuthorVladimir Shelekhov
Wasp Static Error Checker free download The Wasp tool statically detects subtle run-time errors and weak points in a Java source code. Wasp also produces detailed and precise method call graph. 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  download

 Zoom click for full size
Description:
   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 error

   in 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 produce

   only 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 even

   after debugging and testing stages of development because Wasp

   detects situations of real complexity.
Short tags:
static, error, checker, Java, Windows, Linux, analyser, wasp, lint, analyzer
System Requirements:
64Mb RAM, 40-300Mb HD
Change Info:
Wasp 3.1 Java can be launched for program list; Wasp is compatible with JDK 1.4 and 1.3
      Freeware alternatives Wasp Static Error Checker 3.1
Free Download now  Free Download Wasp Static Error Checker 3.1 from waspsoft.com

Similar software shotlights:
  • JiveLint 1.22 — Employ powerful static analysis on your JAVA source code. Find unused code, switch blocks without default case, etc. JiveLint is a tool employing powerful static analysis on your JAVA source code. For…
  • Unlimited Checkers 1.1 — Unlimited Checkers is a Java-based checkers (also known as draughts) game. It features two modes (Regular & Unlimited), good graphics, optional hints, sound effects including audio from your…
Find all software similar on Wasp Static Error Checker 3.1

Similar news:
  • Linus Torvalds initiates Linux integrity check — Linus Torvalds has begun an initiative to ensure the provenance of the Linux kernel is clear and transparent to avoid litigation like that currently being brought by SCO.
  • Invasive Wood-Killing Wasp Found in N.Y. — The discovery of a pernicious wasp in New York, the first time it's been found in the wild in this country, has scientists worried about a scourge that has devastated pine forests in other parts of the world.
Find all news similar on Wasp Static Error Checker 3.1

Similar smart reviews:
  • Fast Link Checker 1.5, Well-Linked Site — Fast Link Checker addresses the problem of checking links between files and pages on a website of any size and complexity. It works just like a «web-crawler»: starts from an arbitrary page and goes through all links until all links within your site are analyzed; then, Fast Link Checker provides you with a detailed report on links that are broken, their location, and the specific error that…
  • Addict 3.5, Spell-Checked! — Addict Component Suite is a set of VCL components for Borland Delphi/C++ Builder (wide range of Borland/Turbo IDE versions are supported). The suite is designed to solve spell-checking issues once and for all: virtually any scenario of checking is easily supported with highly customizable controls. The basic option is the dialog-based spell-check: you click on the «check» item…
  • OscilloMeter - Spectrum Analyzer — Spectrum analysis is used in a wide range of tasks — from equipment configuration and fine tuning to the analysis of scientific recordings and creation of voice recognition software. Professional equipment for high-quality sound analysis is extremely expensive and cannot be quickly reconfigured or updated. A computer-based system is a great alternative, which guarantees…
  • RIT 1.6, Check the Intelligence — Typical software or paper-based «intelligence tests» are a one-time thing; once you’ve run through a test, the next run will show incorrect results. Moreover, once you’ve run through one of intelligence tests, other similar ones will also become «inappropriate» for you. That’s because of the usual approach to intelligence testing: a set of static…
  • Axigen v6 - a 1-2-3 approach to setting up a fully-functional mail server on Linux — For the majority of users, the task of installing a mail server on Linux is something beyond possible. Despite its active popularization, Linux still remains a system for enthusiasts where nearly every serious system-related action is carried out in the console and where deep knowledge of system commands is an absolute must. In most cases, Linux servers inevitably require…
  • MobileGov Device Checker - enhanced security and full control over devices connected to your PC — Today, when information is valued incomparably higher than any equipment it is stored on, data theft or corruption may lead to devastating results. Modern mobile platforms exchange data through a number of conventional and wireless interfaces, which increases the chances of your information being stolen if your networks and connections have not been properly configured. Finally, if you ever…
  • Analyzer Plus — Maintaining time sheets is now a common practice; however, the benefit fromusing them isn’t as great as was expected. The lack of time for analyzingthe data depreciates the whole idea of optimizing productivity with timesheets. That, in its turn, converts into insufficient data for invoicingserved customers, inability to see the overall and by-stage cost of theproduction. Besides, employees…
  • PC Repair Doctor - a universal remedy against computer slowdowns, low performance and system errors — No matter how well-designed an operating system is, its performance deteriorates with time. This is caused by a number of reasons. Applications that you install and uninstall add their keys to the system registry and modify automatic startup files, reconfigure certain system parameters and leave files that clog your hard drive. As time goes by, this array of unnecessary elements begins…
  • Turning the Face to the User. DJ Java Decompiler — Don’t be disappointed when instead a mono-color alphanumeric screen with a lot of mysterious characters, which make sense only to those “chosen” ones called “hackers” or “coders”, and control commands hidden behind the never-would-guess keyboard shortcuts you will see a feature-rich GUI-based editor with colored source code of your application loaded…
Find all smart reviews similar on Wasp Static Error Checker 3.1


Home > Software > Development Tools > download now Wasp Static Error Checker

See software by tags:
Crazy road download
Convert video avi files mpeg
Boot vmware guest pxe
see also:
WebSiteCopy
Comparison Chart
Excel Billing Statement Template…
See software by tags:
Beatiful christmas
Yahoo answer machine
Website copier

Copyright © 2001—2009 3d2f
Concept:
Advertisement.