add Framework output option for both frameworks

This commit is contained in:
AlexisLeDain
2026-04-08 22:33:53 +02:00
parent eb2ea25b8e
commit 8e5c5f59ce
+1 -1
View File
@@ -252,7 +252,7 @@ Stop and report if:
## Output Format ## Output Format
```text ```text
Framework: [SPRING|QUARKUS|UNKNOWN] Framework: [SPRING|QUARKUS|BOTH|UNKNOWN]
[FIXED] src/main/java/com/example/service/PaymentService.java:87 [FIXED] src/main/java/com/example/service/PaymentService.java:87
Error: cannot find symbol — symbol: class IdempotencyKey Error: cannot find symbol — symbol: class IdempotencyKey
Fix: Added import com.example.domain.IdempotencyKey Fix: Added import com.example.domain.IdempotencyKey