VOOZH about

URL: https://www.javacodegeeks.com/tag/sonar

⇱ Sonar Archives - Java Code Geeks


  • Enterprise Java👁 Image
    Yatin BatraApril 15th, 2026
    0 136

    Understanding and Fixing Sonar’s Serialization Warning in Java

    When working with Java applications, especially in enterprise environments, static code analysis tools like Sonar often raise warnings related to…

    Read More »
  • Enterprise Java👁 Image
    Marco Di StefanoApril 17th, 2014
    4 316

    How to do Continuous Integration with Java 8, NetBeans Platform 8, Jenkins, Jacoco and Sonar

    Intro Java 8 is there, the promised revolution is finally released, and I am sure that a lot of you…

    Read More »
  • Enterprise Java👁 Image
    Bear GilesFebruary 18th, 2014
    0 204

    Creating Sonarqube Projects

    Sonarqube (nee Sonar) is da bomb. It’s not something you have to check daily but if you’re serious about quality…

    Read More »
  • Enterprise Java👁 Image
    Patroklos PapapetrouSeptember 24th, 2012
    0 297

    Fixing common Java security code violations in Sonar

    This article aims to show you how to quickly fix the most common java security code violations. It assumes that…

    Read More »
  • Software Development👁 Image
    Patroklos PapapetrouSeptember 3rd, 2012
    0 153

    Sonar’s Quality Alphabet

    Sonar (by SonarSource.com) is getting more and more popular among developer teams. It’s an open source platform measuring software quality…

    Read More »
  • Core Java👁 Image
    John DobieMay 21st, 2012
    0 126

    Easy Unit and Integration Code Coverage

    This example shows how to generate coverage for unit and integration tests using Maven and Sonar. It uses very simple…

    Read More »
  • Software Development👁 Image
    Patroklos PapapetrouJanuary 9th, 2012
    0 579

    5+1 Sonar Plugins you must not miss

    This post is a revision of the original post, published last year and it covered Sonar version 2.8. Many months…

    Read More »
  • Enterprise Java👁 Image
    Jens SchauderDecember 13th, 2011
    3 179

    My Testing and Code Analysis Toolbox

    Last week we kicked of a “Testing Skill Group” at LINEAS, a group for exchanging knowledge about testing. One question…

    Read More »
Back to top button
Close