Hi @Opetion
SonarArchitecture is a new SonarQube analyzer that addresses structural and architectural issues in code bases. You can find more details here. Thanks for creating the first community report for this new plugin ![]()
The log means that architectural analysis was not executed because a file generated by the frontend was missing, which is likely due to caching. As long as you are not interested in architectureal analysis results (currently, rules S7091 and S7027), you can safely ignore this message, as Ann mentioned.
Technical explanation:
- The frontend generates one file per Java file, containing the relevant information (IR) needed for architectural analysis.
- The backend expected the IR for a specific Java file to be present, but the frontend didn’t generate it.
- This is either a problem in the frontend or in how the IR index is merged with the previous analysis index.
I created this ticket to track this issue.
Cheers,
Marco