]> source.dussan.org Git - sonarqube.git/commit
SONAR-2674 The method Sensor#shouldExecuteOnProject() must not be executed before...
authorSimon Brandhof <simon.brandhof@gmail.com>
Mon, 8 Aug 2011 14:23:22 +0000 (16:23 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Mon, 8 Aug 2011 14:23:22 +0000 (16:23 +0200)
commit3d58102c0564f72a49d6d8a691eabbf760d2d20a
tree446a79b076a685170ff50e4b1280053d64b95607
parent6fc44fc8c736f720305752097cf0690fc48551a8
SONAR-2674 The method Sensor#shouldExecuteOnProject() must not be executed before Initializer extensions
sonar-batch/src/main/java/org/sonar/batch/phases/InitializersExecutor.java
sonar-batch/src/main/java/org/sonar/batch/phases/PostJobsExecutor.java
sonar-batch/src/main/java/org/sonar/batch/phases/SensorsExecutor.java
sonar-batch/src/test/java/org/sonar/batch/phases/PostJobsExecutorTest.java