Tag Archives: regex

Add Package (or Class) Filtering To Your Findbugs Ant Task

Following on from my last post about using hbm2java to generate a @Entity bean DAO layer for our application, Findbugs, the great automatic bug finding tool, will find a lot of issues with Hibernate’s auto-generated code (primarily around exposing internal … Continue reading

Posted in Java, Software Engineering | Tagged ant, automation, findbugs, Java, regex, tips | Leave a comment

Automatically Updating Your Source File Headers With Ant’s ReplaceRegExp Task

A while ago I was looking for a way to automatically be able to update the standard “flowerbox text” at the start of all the source files in our projects. Generally this is the space where you would include information … Continue reading

Posted in Java, Software Engineering | Tagged ant, automation, Java, regex, tips | Leave a comment