Code Analysis
-
Core Java
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
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
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
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
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
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 »