garbage-code-hunter 0.2.2

A humorous Rust code quality detector that roasts your garbage code
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Java Accuracy Report

> Generated: 2026-05-15 | Projects: 1

## Tested Projects

| Project | Issues | Rules | Top Issues |
|---------|:------:|:-----:|------------|
| TestJava.java | 3 | 1 | terrible-naming 3 |

## Key Observations

- `empty-catch`: Works for Java
- Variable detection works (terrible-naming caught data/temp/value/info)
- Println detection works (System.out.print/println)
- Limited test data on this machine

## Estimated TP Rate: ~80%