Blog
Sharing PMD rulesets across projects
Monday, February 22, 2016
•
PMD
howto
You are using PMD in your project. After a while, you start customizing your ruleset as described
in best practices and
how to make a ruleset.
But the project grows and grows and it soon consists of several sub modules or even separate
projects maybe even living in separate source repositories. The how can you share the ruleset, so that
it can be applied to each project?
Read more...
Simple Bugfixing for PMD
Sunday, February 7, 2016
•
PMD
howto
This post is about how to fix a bug in PMD - the project mess detector.
PMD is a source code analyzer tool for Java and
many other languages. It checks your source for common programming mistakes
so you don’t repeat them. However, as with all software, it is not perfect.
PMD itself has bugs which lead to either false positives, e.g. when PMD reports
a mistake which is not really a problem. Or to false negatives, which means, that
PMD doesn’t detect the potential bug.
Read more...
Making the audio keys and brightness keys working in LXDE
Sunday, January 24, 2016
•
linux
desktop
lxde
Audio Keys
Read more...
Custom Close Resource checking with PMD
Thursday, January 7, 2016
•
howto
PMD
This howto is inspired by the stackoverflow question:
How do I create Custom bug detector for any know Static code review of tool?
Read more...
Repairing boot problems Windows Vista
Saturday, December 19, 2015
•
windows
Let’s assume, you are replacing the hard drive and want to make sure that the copied
Windows Vista system will start smoothly afterwards. There are some tricks you can use,
to make the system bootable again, if it doesn’t start anymore.
Read more...
Comments
No comments yet.Leave a comment
Your email address will not be published. Required fields are marked *. All comments are held for moderation to avoid spam and abuse.