Skip to content

shermike/null_checks_analysis

Repository files navigation

Find redundant null-checks in java file

Usage

ruby <source>/check_file.rb file_to_check.java

Checker will print the file name and the line number of the redundant check.
E.g. Null check is always true: tests/Example2.java:7

Run tests

ruby <source>/tests/run_tests.rb --glob "<source>/tests/*.java"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published