Some Java classes will be so simple that they won't need any scanning or decompiling:
POJOs with just get/setters
Interfaces with no dependencies (imports)
etc.
We could speed some things up and clean the report by leaving these out from scans and the report (at least some parts, could still be in some complete lists).
This could give a basis for a group of files classified as "Definitely 0 effort" - see WINDUP-257.
- blocks
-
WINDUP-257 Additional report group / classification: "Definitely needs effort", "Definitely no effort", "We don't know".
-
- Closed
-