| ECO-CMP-JAVA-001 |
Excessive object creation in hot path |
warning |
Code |
| ECO-CMP-JAVA-002 |
Unbounded cache growth |
error |
Code |
| ECO-CMP-JAVA-003 |
Thread pool misconfiguration |
warning |
Architecture |
| ECO-CMP-JAVA-004 |
Reflection in hot path |
note |
Code |
| ECO-CMP-JAVA-005 |
N+1 ORM query pattern |
warning |
Code |
| ECO-CMP-JAVA-006 |
Missing connection pooling |
error |
Architecture |
| ECO-CMP-JAVA-007 |
Blocking calls in reactive pipeline |
error |
Code |
| ECO-CMP-JAVA-008 |
Excessive synchronization contention |
warning |
Code |
| ECO-CMP-JAVA-009 |
Large heap allocation spikes |
warning |
Architecture |
| ECO-CMP-JAVA-010 |
Debug logging in production hot path |
note |
Code |