Download List

项目描述

Jlint will check your Java code and find bugs, inconsistencies and synchronization problems by doing data flow analysis on the code and building the lock graph. Jlint is fast, easy to learn, and requires no changes in the class files to be checked.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-08-09 00:58
2.3

移植到LinuxPPC和MacOS X
Ported to LinuxPPC and MacOS X.

2001-06-28 19:51
2.2

OpenBSD的支持,投掷的,因为它的问题与预设的STL哈希表的使用,编译器的兼容性有年纪较大的改善。
标签: Minor bugfixes
OpenBSD support, dropping use of the STL hash table by default because of problems with it, and compatibility improvements with older compilers.

2001-06-22 15:51
2.1

任何更改或错误修正功能。。zip存档包括Windows可执行文件。
No feature changes or bugfixes.
.zip archive includes Windows executables.

2001-03-28 21:45
2.0

Jlint已被重组为几个文件,以减轻维修。同步块,现在完全支持。该参考值是在跟踪他们的“生活在堆栈和静态或实例变量”。这使得一些改进。首先,等待/通知[全部]调用现在真正的检查。二,相互间同步块方法死锁的全面检查。第三,锁定变量(通常是危险的)任务进行了核实。
标签: Major feature enhancements
Jlint has been restructured into several files to ease maintenance.
Synchronized blocks are now fully supported. The value of references is tracked
during their "life" on the stack and as static or instance variables. This
allowed several improvements. First, the wait/notify[All] calls are now truly
checked. Second, inter-method deadlocks from synchronized blocks are fully
checked. Third, assignments to locking variables (usually hazardous) are also
checked.

Project Resources