-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
When I open a file, the "Reports in Current file" view should give me information about the current status of the analyis:
- "Up-to-date" The reports are up to date and reflect the latest status of the opened source code
- "Outdated" The reports shown reflect an earlier successful analysis execution, but do not reflect the current file version. The user need to rerun the analysis to update the results.
- "Executing" The analysis is being executed for the current file and the reports should be refreshed shortly
- "Error" The analysis was attempted to be executed, but CodeChecker (analyze or parse) returned an error. There should be an easily accessible link to the terminal output for this analysis/parse where the user can start debugging/can send a bug report.
- "Never Analyzed" The current file was never analyzed. (It will be upon saving or manual trigger).
- "Error: compile command unavailable" The file cannot be analyzed because the compilation data is unavailable: compile_command.json does not contain the file/it is corrupt or missing. User should be warned to check the compilation database/or build logging.
- "Error: Analysis timed out" The analysis command was running too long and it was disrupted to protect the users' computer.
Metadata
Metadata
Assignees
Labels
No labels