Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: SCM-ACTIVITY-1.2
-
Component/s: SCM Activity
-
Labels:None
-
Number of attachments :
Description
I have noticed that the scm activity plugin does not work with non-java projects ![]()
I have looked quickly at the code and notices in the ScmActivitySensor class that static method JavaFile.fromIOFile() was used Problem is that this method will ignore files with extentions different from ".java".
Currently there is no good way to manage this, so waiting for refactoring in Sonar core.