]> source.dussan.org Git - sonarqube.git/commit
Replace the CE class TypedException by an interface
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 2 Oct 2017 21:07:53 +0000 (23:07 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 3 Oct 2017 10:27:37 +0000 (12:27 +0200)
commit07bb41d3a8489b5c8ff9a6c406030ef962c202ca
treef36728746303d0bfefa1888f7a37a5a9bbfab58b
parentc193d4deb5b7a1987e5e9531ff2c20d83e7c970b
Replace the CE class TypedException by an interface

so that a class inheriting MessageException can provide a type
of error.
server/sonar-ce/src/test/java/org/sonar/ce/queue/InternalCeQueueImplTest.java
server/sonar-server/src/main/java/org/sonar/server/computation/task/step/TypedException.java
server/sonar-server/src/test/java/org/sonar/server/computation/task/step/TypedExceptionTest.java [deleted file]