VOOZH about

URL: https://www.javacodegeeks.com/tag/code-analysis

⇱ Code Analysis Archives - Java Code Geeks


  • Core Java👁 Image
    Eleftheria DrosopoulouJanuary 7th, 2025
    0 1,789

    MapStruct vs ModelMapper: A Comparative Analysis

    In Java development, frequent data transformations between different object models are commonplace. This often involves tedious manual coding to map…

    Read More »
  • Core Java👁 Image
    Michal JastakOctober 9th, 2012
    1 504

    Customize PMD in Eclipse with your own rules

    PMD is very nice Java code scanner which helps you avoid potential programming problems. It can be easily extended to…

    Read More »
  • Software Development👁 Image
    Jim BirdJanuary 18th, 2012
    0 120

    Static Analysis isn’t Development Testing

    I constantly get emails from Static Analysis vendors telling me why I need to buy their technology. Recently I’ve been…

    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 »
  • Software Development👁 Image
    Luis AtencioSeptember 22nd, 2011
    1 353

    Measuring Code Complexity

    Lately, development managers have put a lot of interest in measuring code quality. Therefore, things like code reviews and analysis…

    Read More »
  • Software Development👁 Image
    Aditya ChJuly 29th, 2011
    0 2,972

    Java Tools: Source Code Optimization and Analysis

    Below is a list of some tools that can help you examine your Java source code for potential problems: 1.…

    Read More »
Back to top button
Close