Document sonar exceptions

This commit is contained in:
René Pfeuffer
2018-12-05 09:27:31 +01:00
parent 3ce57bea72
commit 553d564836

View File

@@ -812,6 +812,9 @@
<org.mapstruct.version>1.2.0.Final</org.mapstruct.version>
<!-- Sonar exclusions -->
<!-- *StoreFactory classes are excluded because extracting the floating store parameter classes in a generic -->
<!-- common class creates runtime errors (IncompatibleClassChange) -->
<!-- *UserPassword JS files are excluded because extraction of common code would not make the code more readable -->
<sonar.cpd.exclusions>**/*StoreFactory.java,**/*UserPassword.js</sonar.cpd.exclusions>
</properties>