]> source.dussan.org Git - sonarqube.git/commit
SONAR-12717 small computation optimization in SecurityStandards
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Fri, 29 Nov 2019 14:35:54 +0000 (15:35 +0100)
committerSonarTech <sonartech@sonarsource.com>
Mon, 13 Jan 2020 19:46:25 +0000 (20:46 +0100)
commit4eb7a56f67406141b84a1ebe5bed699619abf917
tree6f9133dd3b53a550f2b0061eb804d17440864721
parentf816ceb0a331f0d166857218c9422512eb15ae9d
SONAR-12717 small computation optimization in SecurityStandards

do not cache owaspTop10 and sansTop25 they are not used all the time
when used, they are called only once per constructor
server/sonar-server-common/src/main/java/org/sonar/server/security/SecurityStandards.java