Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scala support #513

Merged
merged 23 commits into from
Apr 18, 2022
Merged

Scala support #513

merged 23 commits into from
Apr 18, 2022

Conversation

gtoison
Copy link
Contributor

@gtoison gtoison commented Apr 16, 2022

Resubmission of abandonned PR #237 originally authored by @MaxiLagos

The Sonar Java plugin only gives the .class files from java sources in javaResourceLocator.classFilesToAnalyze() so we need to add .class files from scala sources.
This should fix #504 since .class files corresponding to scala sources should be added to the list of class files to analyze.

MaxiLagos54 and others added 11 commits December 11, 2018 15:52
…or design reasons; References updated at classes; New scala sensor implemented;
Conflicts:
	src/main/java/org/sonar/plugins/findbugs/FindbugsPlugin.java
	src/main/java/org/sonar/plugins/findbugs/FindbugsProfileImporter.java
	src/test/java/org/sonar/plugins/findbugs/FindbugsPluginTest.java
Conflicts:
	src/main/java/org/sonar/plugins/findbugs/FindbugsConfiguration.java
	src/test/java/org/sonar/plugins/findbugs/FindbugsPluginTest.java
Analyze .class files from the project classpath when there are scala
sources. The Sonar Java plugin only gives .class files from java sources
in javaResourceLocator.classFilesToAnalyze()
@gtoison gtoison changed the title Sfb 235 Scala support Apr 16, 2022
@gtoison
Copy link
Contributor Author

gtoison commented Apr 16, 2022

This should fix #438

@gtoison gtoison merged commit 03624aa into spotbugs:master Apr 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants