I want to ignore generated Java source code files. Not by file or module name, but by some "signal text" in the file itself. E.g. when the source code file contains a comment/line saying
/**
* This file was auto-generated from WSDL
* by the IBM Web services WSDL2Java emitter.
* cf10631.06 v81706232132
*/
Even better would be to count all lines of code of such files as generated lines of code.
I only found this article by now.
Any ideas how to approach this? Any pointers are appreciated.