Hi Everyone, As we're focusing more and more on code quality, I thought I'd share the following two plugins that I have started using and liked recently.
1. EclEmma: EclEmma is a free Java code coverage tool available under the Eclipse Public License. EclEmma is based on the JaCoCo code coverage library which we use in Jenkins and SonarQube to calculate code coverage ( http://eclemma.org/) 2. SonarLint: SonarLint provides on-the-fly feedback to developers on new bugs and quality issues injected into their code. You can connect it to asterixdb SonarQube server and use asterix rules to validate your code before submitting a change (http://www.sonarlint.org/) Cheers, Abdullah.
