I am using SonarCloud and Bitbucket Cloud Pipelines the project was working fine until 2021-04-30, and for some reason, the scanner stop indexing java files and do not analyze any file.
Enable debug log and found this for all my java files:
[DEBUG] 13:46:30.773 File src/main/java/example.java was excluded by sonar.javascript.exclusions or sonar.typescript.exclusions
Found a previous logs that says the javascript analysis is enable, but I do not have any javascript file, this log was present on the successful execution too.
[INFO] 13:46:25.859 JavaScript/TypeScript frontend is enabled