sonar JavaScript plugin: use always interfaces.
authorGustavo Martin Morcuende <gu.martinm@gmail.com>
Sun, 21 Aug 2016 20:21:52 +0000 (22:21 +0200)
committerGustavo Martin Morcuende <gu.martinm@gmail.com>
Sun, 21 Aug 2016 20:21:52 +0000 (22:21 +0200)
commit31bc5dcc63b6e84d35a750ded5a6603f67435683
tree5f629ee83d9f596227f24ac8c3374bfb02871e65
parent76c056c807dcc06f14d022c6868d4e203d10c5d4
sonar JavaScript plugin: use always interfaces.

Otherwise problems with cast because implementations are loaded in different class loaders and my
plugin is not able to see the class loader where the instance was created :/
Sonar/Plugins/sonar-custom-javascript-plugin/pom.xml
Sonar/Plugins/sonar-custom-javascript-plugin/src/main/java/de/example/custom/javascript/checks/AngularJSRootOnEventSubscriptionCheck.java