In this section:
scope.local
This setting enables or disables code authorship computation based on the local user and system files modification time.
Acceptable Values
true | Default. Authorship will be assigned based on the local user. |
---|---|
false | Authorship will not be assigned based on the local user. |
Example Usage
The following configuration disables authorship computation based on the local user:
scope.local=false
Related
scope.scontrol
This setting enables or disables code authorship computation based on data from a supported source control system.
Acceptable Values
true | Authorship will be assigned based on the source control information. |
---|---|
false | Default. Authorship will not be assigned based on the source control information. |
Example Usage
The following configuration enables authorship based source control data:
scope.scontrol=true
Related
scope.javadoc
This setting enables or disables code authorship computation based on the javadoc @author