perforce / sonar-scm-perforce

SonarQube Perforce plugin
6 stars 23 forks source link

Concurrent blame with more unit tests and degraded annotation options when retrying. #15

Open earthling opened 7 years ago

earthling commented 7 years ago

This change is based on a branch made from this pull request. For reasons I cannot explain, a few of the files in our code base cannot be annotated when 'ignore white space' or 'follow integration' options are set (this is also true for the p4 command line tool, not just the p4java library). With this change, the plugin will disable these options before the next attempt to annotate a file. I also added a couple of unit tests for this change.