Refactor for Sonar smells and code coverage 97/50697/1
authormark.j.leonard <mark.j.leonard@gmail.com>
Wed, 6 Jun 2018 13:47:42 +0000 (14:47 +0100)
committermark.j.leonard <mark.j.leonard@gmail.com>
Wed, 6 Jun 2018 14:37:53 +0000 (15:37 +0100)
Various code formatting and style fixes (to address Sonar code smells).

Introduce a BabelServiceClientException to replace the use of the base
Exception class.

Make both the BabelServiceClient class and its Factory class use an
interface, to allow for Spring injection (using annotations) and for
simplified mocking.

Refactor the Notification Publishing by making this the responsibility
of the main Service classes and not the deployment manager.

Issue-ID: AAI-1207
Change-Id: I6bf8a504fa7b98e9158c9976fd1d88c6c54027c1
Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>

No differences found