[X] The "/OldFiles" file could not be found or is not available. Please select another file.

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


http://jlint.sourceforge.net





Separate each tag with a space.

Release Date:

2006-10-13

Topic:

Operating System:

License:

Translations:

Intended Audience:

Programming Language:

Registered:

2002-11-06

Ratings and Reviews

  • Thumbs up:

    1
  • Thumbs down:

    0
100% of 1 user recommends this project

Be the first to post a text review of Jlint. Rate and review a project by clicking thumbs up or thumbs down in the right column.

View all reviews

Project Feed

  • Tracker artifact added

    posted by rnavarette 195 days ago

  • Tracker artifact added

    javaprog created the Gentoo Linux ebuild artifact

    posted by javaprog 830 days ago

  • Tracker artifact added

    posted by javaprog 830 days ago

  • Tracker artifact added

    jjames created the Rudimentary 64 bit support artifact

    posted by jjames 874 days ago

  • Tracker artifact added

    ensonic created the antic: simple cpp support artifact

    posted by ensonic 1079 days ago

  • Tracker artifact added

    ensonic created the antic: misparsed declaration artifact

    posted by ensonic 1079 days ago

  • Tracker artifact added

    posted by ensonic 1079 days ago

  • jlint jlint-3.1 file released: jlint-3.1.zip

    Jlint changelog: Version 3.1: Minor patch in types.hh to fix compilation problems. Version 3.0: See jlint_3.0.tex. Version 2.3: (Trivial) port to LinuxPPC and Mac OS X. Version 2.2: Applied Eric A. Raymond's compiler compatibility patch. Removed -DHASH_TABLE in the Makefile due to some problems (it can still be enabled if needed). OpenBSD port (thanks to Kevin Lo for testing it). Version 2.1: FreeBSD Port (thanks to Ernst de Haan for giving me access to a FreeBSD box), Visual C++ port (by Maarten Breddels). Version 2.0: As a part of Cyrille Artho's master thesis, 2 1/2 weeks were spent on cleaning up and extending Jlint as follows: - Jlint has been restructured into several files. All larger classes now are in their own file, while some smaller classes have been grouped by their meaning. This makes Jlint easier to maintain. - 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 the following improvements: 1. wait/notify[All] calls are now truly checked: The current set of locks is analyzed. Depending on whether a thread holds the lock it is wait()ing on or whether it holds other locks, too, different (much more precise) warnings are issued. 2. Inter-method deadlocks from synchronized blocks are fully checked. The call graph analysis has been extended with "pseudo method calls" whenever a lock is being obtained. This extends the old analysis for synchronized methods. 3. Assignments to locking variables (usually hazardous) are also checked. If they are not within a constructor or guarded by a lock, a warning is issued. Version 1.11: Last version from Konstantin Knizhnik, using one source and one header file.

    posted 1182 days ago

  • jlint jlint-3.1 file released: jlint-3.1.tar.gz

    Jlint changelog: Version 3.1: Minor patch in types.hh to fix compilation problems. Version 3.0: See jlint_3.0.tex. Version 2.3: (Trivial) port to LinuxPPC and Mac OS X. Version 2.2: Applied Eric A. Raymond's compiler compatibility patch. Removed -DHASH_TABLE in the Makefile due to some problems (it can still be enabled if needed). OpenBSD port (thanks to Kevin Lo for testing it). Version 2.1: FreeBSD Port (thanks to Ernst de Haan for giving me access to a FreeBSD box), Visual C++ port (by Maarten Breddels). Version 2.0: As a part of Cyrille Artho's master thesis, 2 1/2 weeks were spent on cleaning up and extending Jlint as follows: - Jlint has been restructured into several files. All larger classes now are in their own file, while some smaller classes have been grouped by their meaning. This makes Jlint easier to maintain. - 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 the following improvements: 1. wait/notify[All] calls are now truly checked: The current set of locks is analyzed. Depending on whether a thread holds the lock it is wait()ing on or whether it holds other locks, too, different (much more precise) warnings are issued. 2. Inter-method deadlocks from synchronized blocks are fully checked. The call graph analysis has been extended with "pseudo method calls" whenever a lock is being obtained. This extends the old analysis for synchronized methods. 3. Assignments to locking variables (usually hazardous) are also checked. If they are not within a constructor or guarded by a lock, a warning is issued. Version 1.11: Last version from Konstantin Knizhnik, using one source and one header file.

    posted 1182 days ago

  • jlint jlint-3.1 file released: jlint-3.1.tar.bz2

    Jlint changelog: Version 3.1: Minor patch in types.hh to fix compilation problems. Version 3.0: See jlint_3.0.tex. Version 2.3: (Trivial) port to LinuxPPC and Mac OS X. Version 2.2: Applied Eric A. Raymond's compiler compatibility patch. Removed -DHASH_TABLE in the Makefile due to some problems (it can still be enabled if needed). OpenBSD port (thanks to Kevin Lo for testing it). Version 2.1: FreeBSD Port (thanks to Ernst de Haan for giving me access to a FreeBSD box), Visual C++ port (by Maarten Breddels). Version 2.0: As a part of Cyrille Artho's master thesis, 2 1/2 weeks were spent on cleaning up and extending Jlint as follows: - Jlint has been restructured into several files. All larger classes now are in their own file, while some smaller classes have been grouped by their meaning. This makes Jlint easier to maintain. - 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 the following improvements: 1. wait/notify[All] calls are now truly checked: The current set of locks is analyzed. Depending on whether a thread holds the lock it is wait()ing on or whether it holds other locks, too, different (much more precise) warnings are issued. 2. Inter-method deadlocks from synchronized blocks are fully checked. The call graph analysis has been extended with "pseudo method calls" whenever a lock is being obtained. This extends the old analysis for synchronized methods. 3. Assignments to locking variables (usually hazardous) are also checked. If they are not within a constructor or guarded by a lock, a warning is issued. Version 1.11: Last version from Konstantin Knizhnik, using one source and one header file.

    posted 1182 days ago

Rate and Review

Would you recommend this project?






<

Related Projects

Thanks for your rating!

Would you also like to write a review?





Skip Review

Thanks for your review!

Get credit for your review by logging in via OpenID. Click your account provider:

No Thanks